@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  background-color: #f1f4f4;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 15px;
  }
}

body {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body strong {
  font-weight: bold;
}

body.fixed {
  position: fixed;
}

body a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img {
  max-width: 100%;
  height: auto;
}

body .wrap {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(155, 176, 212, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(155, 176, 212, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header.top {
  position: relative;
  padding: 20px 20px 150px;
  background-size: cover;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header.top .bg {
  background-attachment: fixed;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header.top .bg:after {
  content: '';
  display: block;
  width: 100%;
  height: 598px;
  position: fixed;
  background: url(../img/top/mainimg.jpg) no-repeat center center;
  background-size: cover;
  left: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 380px) {
  header.top .bg:after {
    height: 350px;
  }
}

header.top .sns {
  padding-bottom: 120px;
}

header.top nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

header.top .catch {
  position: relative;
  z-index: 2;
}

header.top .sns {
  position: relative;
  z-index: 2;
}

header.top .logo {
  display: none;
  line-height: 0;
}

header.next {
  background-color: #fff;
}

header.next .inner {
  padding: 27px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

header.next .inner .logo {
  text-align: center;
}

header.next .inner .inside {
  text-align: center;
}

header.next .inner .sns {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
}

@media screen and (max-width: 1400px) {
  header.next .inner .sns {
    right: 40px;
  }
}

@media screen and (max-width: 1050px) {
  header.next .inner .sns {
    display: none;
  }
}

header.next nav {
  background-color: #073143;
}

header.it {
  background-color: #ddd;
  padding: 0;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

header.it .bg {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}

header.it .bg:after {
  content: '';
  display: block;
  width: 100%;
  height: 740px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  background: url(../img/next/it/mainimg.jpg) no-repeat center top;
  background-size: cover;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 750px) {
  header.it .bg:after {
    height: 520px;
  }
}

@media screen and (max-width: 500px) {
  header.it .bg:after {
    height: 410px;
  }
}

header.it .h-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}

header.it .h-top .tel {
  display: block;
}

header.it .h-top .tel a {
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  header.it .h-top .tel a {
    pointer-events: auto;
  }
}

header.it .menu {
  z-index: 100;
}

header.it .it-nav {
  position: relative;
  z-index: 10;
  background-color: #108441;
}

header.it .it-nav .tel {
  display: none;
}

header.it .it-nav ul {
  width: 1088px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header.it .it-nav ul li {
  line-height: 1.2;
}

header.it .it-nav ul li:first-child a:before {
  display: none;
}

header.it .it-nav ul li a {
  color: #FFF;
  padding: 27px 15px;
  position: relative;
  display: block;
  font-weight: bold;
}

header.it .it-nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

header.it .mainimg .inner {
  position: relative;
  width: 1088px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

header.it .mainimg .inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 471px;
  height: 614px;
  line-height: 0;
  left: -250px;
  background: url(../img/next/it/men.png) no-repeat center bottom;
  bottom: 0;
  z-index: 1;
}

header.it .mainimg .inner .btn-block {
  max-width: 400px;
  margin: 0 auto;
}

header.it .mainimg .inner .btn {
  width: 400px;
  margin: 0 auto;
}

header.it .mainimg .catch-block {
  text-align: center;
  padding-bottom: 60px;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  header.it .mainimg .inner {
    padding-bottom: 70px;
    padding-left: 200px;
    padding-right: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.it .mainimg .inner:before {
    left: -160px;
    background-size: 390px auto;
  }
  header.it .mainimg .catch-block {
    text-align: center;
    padding-bottom: 60px;
    z-index: 2;
  }
}

@media screen and (max-width: 1000px) {
  header.it .mainimg .inner {
    padding-bottom: 70px;
    padding-left: 240px;
    padding-right: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.it .mainimg .inner:before {
    left: -100px;
    background-size: 330px auto;
  }
}

@media screen and (max-width: 750px) {
  header.it {
    overflow-x: hidden;
  }
  header.it .mainimg .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  header.it .mainimg .inner:before {
    display: none;
  }
  header.it .mainimg .inner .btn-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header.it .mainimg .inner .btn-block .btn {
    width: 300px;
  }
  header.it .mainimg .catch-block {
    padding-bottom: 20px;
    z-index: 2;
  }
  header.it .sp-menu {
    padding-top: 51px;
    background-color: #fff;
    background-color: #108441;
    top: 0;
    padding-bottom: 0;
  }
  header.it .h-top {
    padding: 10px 20px;
  }
  header.it .h-top .tel {
    display: none;
  }
  header.it .logo {
    width: 230px;
    line-height: 0;
  }
  header.it .menu span {
    background-color: #fff;
  }
  header.it .sp-menu .it-nav {
    display: block;
  }
  header.it .it-nav {
    display: none;
    top: 0;
  }
  header.it .it-nav .tel {
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  header.it .it-nav .tel img {
    height: 45px;
    width: auto;
  }
  header.it .it-nav ul {
    border-top: solid 1px #FFF;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  header.it .it-nav ul li {
    border-bottom: solid 1px #FFF;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header.it .it-nav ul li:nth-child(2n) {
    border-left: solid 1px #FFF;
  }
  header.it .it-nav ul li a {
    padding: 5px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.it .it-nav ul li a:before {
    display: none;
  }
}

header nav {
  position: relative;
  background-color: rgba(19, 47, 58, 0.7);
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}

header nav > ul > li {
  line-height: 1.2;
  margin: 0 6px;
}

header nav > ul > li.tool > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 0px;
  height: 0px;
  bottom: 0;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #fff transparent;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

header nav > ul > li > a {
  outline: none;
  padding: 28px 12px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

header nav > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 6px;
  bottom: 0;
  background-color: #fff;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav > ul > li > a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

header nav > ul > li > a:hover:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

header nav > ul > li > a i {
  font-weight: bold;
  color: #FFF;
  display: block;
  line-height: 1.2;
  font-style: normal;
  position: relative;
  padding-left: 30px;
  display: -moz-inline-box;
  display: inline-block;
}

header nav > ul > li > a i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background: no-repeat left top;
}

header nav > ul > li .sub-nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -62px;
  padding: 23px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  background-color: #fff;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

header nav > ul > li .sub-nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 10;
  position: relative;
  z-index: 5;
}

header nav > ul > li .sub-nav li {
  width: auto;
  padding: 0 16px;
  position: relative;
  white-space: nowrap;
}

header nav > ul > li .sub-nav li:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: #073143;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

header nav > ul > li .sub-nav li a {
  color: #073143;
}

header nav > ul > li:hover > a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header nav > ul > li:hover .sub-nav {
  z-index: 3;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header nav > ul > li:hover .sub-nav:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header nav > ul > li:hover .sub-nav:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header nav > ul > li:hover .sub-nav ul {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header nav > ul > li.work-style a i:before {
  background-image: url(../img/common/icon-mouse.svg);
  background-size: 17px auto;
}

header nav > ul > li.partner a i:before {
  background-image: url(../img/common/icon-partner.svg);
  background-size: 23px auto;
  margin-top: 3px;
}

header nav > ul > li.introduction a i {
  padding-left: 37px;
}

header nav > ul > li.introduction a i:before {
  background-image: url(../img/common/icon-colud.svg);
  background-size: 32px auto;
  margin-top: 6px;
}

header nav > ul > li.seminar a i:before {
  background-image: url(../img/common/icon-seminar.svg);
  background-size: 24px auto;
  margin-top: 2px;
}

header nav > ul > li.tool a i:before {
  background-image: url(../img/common/icon-tool.svg);
  background-size: 23px auto;
  margin-top: 2px;
}

header nav > ul > li.download a i {
  padding-left: 37px;
}

header nav > ul > li.download a i:before {
  background-image: url(../img/common/icon-download.svg);
  background-size: 29px auto;
}

header nav > ul > li.all a i:before {
  background-image: url(../img/common/icon-note.svg);
  background-size: 19px auto;
}

@media screen and (max-width: 1250px) {
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 1465px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  header nav ul li {
    line-height: 1.2;
    margin: 0 12px;
  }
  header nav ul li a i {
    font-weight: bold;
    color: #FFF;
    display: block;
    line-height: 1.2;
    position: relative;
    font-size: 13px;
    padding-left: 28px;
    font-style: normal;
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
  }
  header nav ul li a i:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    background: no-repeat left top;
  }
  header nav ul li .sub-nav {
    padding: 23px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav ul li .sub-nav ul {
    width: auto;
  }
}

header .menu, header .sp-menu {
  display: none;
}

@media screen and (max-width: 1050px) {
  header.top {
    padding: 0 0 100px;
    background-position: center top 60px;
  }
  header.top .logo {
    display: block;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    z-index: 1;
    position: relative;
  }
  header.top .logo img {
    width: 300px;
    height: auto;
  }
  header.top .catch {
    width: 500px;
    margin: 0 auto;
  }
  header.top .sns ul {
    display: none;
  }
  header nav {
    display: none;
  }
  header nav > ul > li > a:hover {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  header nav > ul > li > a:hover:before {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  header nav > ul > li:hover .sub-nav {
    display: none;
  }
  header .menu {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    right: 0;
    height: 62px;
    width: 62px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    position: absolute;
  }
  header .menu span {
    display: block;
    width: 32px;
    height: 3px;
    margin: 0 auto;
    background-color: #073143;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .menu span:last-child {
    margin-bottom: 0;
  }
  header .menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .menu span.middle {
    margin-top: -3px;
    left: 0;
    position: relative;
  }
  header .menu span.bottom {
    margin-top: -3px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .sp-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
    padding-bottom: 15px;
    pointer-events: none;
  }
  header .sp-menu nav {
    width: 100%;
    background-color: #073143;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
  }
  header .sp-menu nav > ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  header .sp-menu nav > ul > li {
    border-bottom: solid 1px #FFF;
    width: 50%;
    margin: 0;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .sp-menu nav > ul > li:nth-child(2n) {
    border-left: solid 1px #FFF;
  }
  header .sp-menu nav > ul > li:hover > a:after {
    display: none;
  }
  header .sp-menu nav > ul > li a {
    text-align: center;
    display: block;
    padding: 20px;
  }
  header .sp-menu nav .sns {
    padding-bottom: 30px;
  }
  header .sp-menu nav .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .sp-menu nav .sns ul li {
    width: auto;
    border: none;
  }
  header.active .menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .sp-menu {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-width: 100%;
    overflow: hidden;
  }
  header.next .inner {
    padding: 10px 20px;
  }
  header.next .inside {
    width: 300px;
    margin: 0 auto;
  }
  header.next .inner .sns {
    display: none;
  }
  header.next .logo img {
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  header.top {
    background-position: center top 54px;
    padding-bottom: 80px;
  }
  header.top .logo {
    display: block;
    background-color: #fff;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.top .logo img {
    width: 230px;
    height: auto;
  }
  header.top .catch {
    width: 300px;
    margin: 0 auto;
  }
  header.top .sns {
    padding-bottom: 80px;
  }
  header nav {
    padding: 28px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  header nav ul{
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav > ul > li {
    line-height: 1.2;
    margin: 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav > ul > li > a i {
    font-weight: bold;
    color: #FFF;
    display: block;
    line-height: 1.2;
    font-style: normal;
    position: relative;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
  }
  header nav > ul > li > a i:before {
    height: 25px;
  }
  header nav > ul > li.work-style a i:before {
    background-size: 13px auto;
  }
  header nav > ul > li.partner a i:before {
    background-size: 18px auto;
  }
  header nav > ul > li.introduction a i {
    padding-left: 30px;
  }
  header nav > ul > li.introduction a i:before {
    background-size: 22px auto;
    margin-top: 6px;
  }
  header nav > ul > li.seminar a i:before {
    background-size: 18px auto;
  }
  header nav > ul > li.tool a i:before {
    background-size: 19px auto;
  }
  header nav > ul > li.download a i {
    padding-left: 32px;
  }
  header nav > ul > li.download a i:before {
    background-size: 22px auto;
  }
  header nav > ul > li.all a i:before {
    background-size: 14px auto;
  }
  header .menu {
    height: 50px;
    width: 50px;
    overflow: hidden;
  }
  header .sp-menu {
    top: 53px;
  }
  header .sp-menu nav {
    padding-bottom: 20px;
  }
  header .sp-menu nav > ul {
    padding-bottom: 20px;
  }
  header .sp-menu nav > ul > li > a {
    padding: 20px 5px;
  }
  header .sp-menu nav > ul > li > a i {
    font-size: 12.5px;
    font-size: 0.8928571429rem;
  }
  header .sp-menu nav .sns {
    padding-bottom: 0;
  }
  header .sp-menu nav .sns ul li {
    width: 29px;
  }
  header.next .inner {
    padding: 10px 20px;
  }
  header.next .inside {
    width: 230px;
  }
  header.next .inner .sns {
    display: none;
  }
  header.next .logo img {
    width: 230px;
    height: auto;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  background-color: #fff;
  padding: 80px 0 35px;
  margin-bottom: -10px;
  position: relative;
  z-index: 4;
}

footer .inner {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer .f-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: solid 1px #dcdcdc;
}

footer .f-top .item-f-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -20px;
}

footer .f-top .item-f-nav ul li {
  padding: 0 20px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}

footer .f-top .item-f-nav ul li a {
  font-weight: normal;
}

footer .f-top .item-f-nav ul li:not(:last-child) {
  border-right: solid 1px #ccc;
}

footer .f-top .item-sns li {
  width: 33px;
}

footer .f-bottom {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .f-bottom .item-address .txt {
  padding-bottom: 12px;
}

@media screen and (min-width: 751px) and (max-width: 1465px) {
  footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1000px) {
  footer {
    padding-bottom: 20px;
  }
  footer .f-top {
    padding-bottom: 30px;
    border-bottom: solid 1px #dcdcdc;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .f-top .item-f-nav {
    width: 100%;
  }
  footer .f-top .item-f-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -10px 20px;
  }
  footer .f-top .item-f-nav ul li {
    padding: 0 10px;
    line-height: 1.2;
  }
  footer .f-top .item-sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  footer .f-bottom {
    padding-top: 25px;
    font-size: 12px;
    font-size: 0.8571428571rem;
    text-align: right;
  }
  footer .f-bottom .item-address .txt {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 750px) {
  footer {
    padding-top: 0;
  }
  footer .inner {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .f-top {
    padding-bottom: 0px;
  }
  footer .f-top .item-f-nav ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    border-top: solid 1px #ccc;
  }
  footer .f-top .item-f-nav ul li {
    text-align: center;
    padding: 0px;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #ccc;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  footer .f-top .item-f-nav ul li:nth-child(2n) {
    border-left: solid 1px #ccc;
  }
  footer .f-top .item-f-nav ul li a {
    display: block;
    padding: 13px 5px;
  }
  footer .f-top .item-f-nav ul li:not(:last-child) {
    border-right: none;
  }
  footer .f-top .item-f-nav ul li:not(:last-child):before {
    display: none;
  }
  footer .f-top .item-sns {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .f-top .item-sns ul li {
    width: 30px;
  }
  footer .f-bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 25px;
  }
  footer .f-bottom .item-logo {
    margin: 0 auto 10px;
  }
  footer .f-bottom .item-address {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .f-bottom .item-address .txt {
    padding-bottom: 7px;
  }
  footer .f-bottom .item-address .copyright {
    font-size: 10px;
  }
}

/* mainimg
------------------------------------------------------------*/
#next-mainimg {
  background: no-repeat center center;
  background-size: cover;
  height: 420px;
}

@media screen and (max-width: 1250px) {
  #next-mainimg {
    height: 400px;
  }
}

@media screen and (max-width: 1000px) {
  #next-mainimg {
    height: 320px;
  }
}

@media screen and (max-width: 750px) {
  #next-mainimg {
    height: 280px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  #next-mainimg {
    height: 220px;
  }
}

@media screen and (max-width: 375px) {
  #next-mainimg {
    height: 180px;
  }
}

#next-mainimg.article {
  background-image: url(../img/next/bg-mainimg.jpg);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}

#next-mainimg.article h1 {
  display: -moz-inline-box;
  display: inline-block;
  padding: 30px 10px;
  width: 370px;
  border: solid 2px #FFF;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
}

@media screen and (max-width: 1000px) {
  #next-mainimg.article h1 {
    font-size: 25px;
    font-size: 1.7857142857rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  #next-mainimg.article h1 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    width: 200px;
    padding: 20px 10px;
  }
}

#next-mainimg.seminar-detail {
  position: relative;
  margin-bottom: 70px;
}

#next-mainimg.seminar-detail.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  #next-mainimg.seminar-detail.mb30 {
    margin-bottom: 0px;
  }
}

#next-mainimg.seminar-detail h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;




  background-color: rgba(7, 49, 67, 0.88);
  color: #fff;
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #next-mainimg.seminar-detail h1  {
    /* IE11 にのみ適用される */
    width: calc(100% - 50px);
  }
}
#next-mainimg.seminar-detail h1 span {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  color: #59ccff;
  padding-bottom: 5px;
  font-weight: normal;
}

#next-mainimg.seminar-detail h1.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  #next-mainimg.seminar-detail h1 {
    font-size: 19px;
    font-size: 1.3571428571rem;
  }
}

@media screen and (max-width: 750px) {
  #next-mainimg.seminar-detail {
    margin-bottom: 0px;
  }
  #next-mainimg.seminar-detail h1 {
    background-color: #073143;
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  #next-mainimg.seminar-detail h1.pc {
    display: none;
  }
}

#next-mainimg.tool {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: no-repeat center center;
  background-size: cover;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 80px;
}

#next-mainimg.tool h1 {
  padding-top: 120px;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: solid 5px #FFF;
  color: #FFF;
}

#next-mainimg.tool h1 a {
  color: #59ccff;
}

#next-mainimg.tool .logo {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 212px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #next-mainimg.tool {
    height: 280px;
  }
  #next-mainimg.tool h1 {
    padding-top: 60px;
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  #next-mainimg.tool .logo {
    bottom: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 140px;
    padding: 10px;
    width: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* main
------------------------------------------------------------*/
/* .body-inner::-webkit-scrollbar {
  display: none;
}
.body-inner{
  overflow-x: hidden;
  -ms-overflow-style: none; 
} */
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -5px;
}

.sns ul li {
  line-height: 0;
  margin: 0 5px;
}

.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
  padding-bottom: 40px;
}

.article-list.pb0 {
  padding-bottom: 0;
}

.article-list > li {
  width: calc(25% - 40px);
  position: relative;
  margin: 0 20px 40px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-list > li:nth-child(9) {
  display: none;
}

.article-list > li.new:before, .article-list > li.check:before, .article-list > li.topic:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 0;
  height: 0;
  width: 48px;
  height: 48px;
  background: no-repeat center center;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.06);
  z-index: 2;
}

.article-list > li.new:before {
  background-image: url(../img/common/icon-new.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .article-list > li.new:before {
    background-image: url(../img/common/icon-new@2x.png);
    background-size: 48px auto;
  }
}

.article-list > li.check:before {
  background-image: url(../img/common/icon-check.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .article-list > li.check:before {
    background-image: url(../img/common/icon-check@2x.png);
    background-size: 48px auto;
  }
}

.article-list > li.topic:before {
  background-image: url(../img/common/icon-topic.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .article-list > li.topic:before {
    background-image: url(../img/common/icon-topic@2x.png);
    background-size: 48px auto;
  }
}

.article-list > li:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: rgba(9, 17, 57, 0.9);
}

.article-list > li:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
}

.article-list > li:hover .txt-block:before {
  border-color: transparent transparent rgba(9, 17, 57, 0.9) transparent;
}

.article-list > li:hover .txt-block .txt {
  color: #fff;
}

.article-list > li > img {
  width: 100%;
  height: auto;
}

.article-list > li .img {
  overflow: hidden;
  line-height: 0;
}

.article-list > li .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-list > li .link-all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.article-list > li a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-list > li .txt-block {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.article-list > li .txt-block:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -10px;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.article-list > li .txt-block .sns-list {
  position: absolute;
  right: 17px;
  top: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -2px;
  z-index: 4;
}

.article-list > li .txt-block .sns-list li {
  margin: 0 2px;
}

.article-list > li .txt-block .tag {
  width: 64px;
  padding: 10px 8px;
  position: absolute;
  right: 17px;
  top: -20px;
  background-color: #7cbe60;
  line-height: 1.2;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.06);
}

.article-list > li .txt-block .tag.l-green {
  background-color: #9ee13f;
}

.article-list > li .txt-block .tag.brown {
  background-color: #c48449;
}

.article-list > li .txt-block .date {
  color: #59ccff;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.article-list > li .txt-block .title {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-bottom: 5px;
  color: #59ccff;
}

.article-list > li .txt-block .title.fs14 {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

.article-list > li .txt-block .txt {
  color: #305195;
  line-height: 1.5;
  min-height: 43px;
}

.article-list.w225 {
  margin: 0 -10px -20px;
}

.article-list.w225 > li {
  line-height: 0;
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}

.article-list.w225 > li .txt-block {
  padding: 15px 10px;
}

.article-list.w225 > li .txt-block:before {
  display: none;
}

.article-list.w225 > li .txt-block .txt {
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.9285714286rem;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.article-list.w335 {
  margin: 0 -20px -20px;
}

.article-list.w335 > li {
  width: calc(33.3333% - 40px);
  margin: 0 20px 20px;
}

.article-list.w335 > li .txt-block {
  padding: 20px 15px;
}

.article-list.w335 > li .txt-block .txt {
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.article-list.w100p {
  margin: 0 0px -40px;
}

.article-list.w100p li {
  width: 100%;
  line-height: 0;
}

.article-list.tool {
  padding-bottom: 60px;
}

.article-list.tool > li {
  width: calc(50% - 40px);
}

.article-list.tool > li .txt-block {
  padding: 25px 15px;
}

.inner {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tool-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px -20px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tool-list li {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}

.tool-list li a {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tool-list li a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.tool-list li a:hover img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.tool-list.column3 {
  margin: 0 -20px -40px;
}

.tool-list.column3 li {
  width: calc(33.333% - 40px);
  margin: 0 20px 40px;
}

.tool-list.column3 li:first-of-type {
  display: none;
}

.tool-list.column3 li .tool-box a {
  height: 280px;
}

.tool-box a, .tool-box > div {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 212px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.tool-box a:hover, .tool-box > div:hover {
  border-color: #eee;
}

.tool-box a.h280, .tool-box > div.h280 {
  height: 100%;
}

.tool-box a.h280px, .tool-box > div.h280px {
  height: 280px;
}

.tool-box > div:hover {
  border-color: #fff;
}

.tool-box.evernote a:hover {
  border-color: #6ab74a;
}

.tool-box.saksak a:hover {
  border-color: #f21e53;
}

.tool-box.sakuttoweb a:hover {
  border-color: #20bfbe;
}

.tool-box.kintone a:hover {
  border-color: #fdbe2c;
}

.tool-box.skuid a:hover {
  border-color: #1589ba;
}

.tool-box.saksak a:hover {
  border-color: #f21e53;
}

.tool-box.office365 a:hover {
  border-color: #e83e1b;
}

.tool-box.lineworks a:hover {
  border-color: #1cb63f;
}

.page-nav-block {
  padding-top: 30px;
}

.wp-pagenavi {
  padding: 0px 0 40px;
  text-align: center;
  letter-spacing: -.4em;
  line-height: 1;
  color: #000;
  font-size: 15px;
}

.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .first {
  display: none;
}

.wp-pagenavi span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 28px;
  width: 28px;
  border: 1px solid transparent;
  margin: 0 4px;
  text-align: center;
}

.wp-pagenavi span.extend {
  width: auto;
}

.wp-pagenavi span.current {
  background-color: #073143;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.wp-pagenavi a {
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 28px;
  width: 28px;
  margin: 0 4px;
  background-color: #FFF;
  color: #073143;
  border: solid 1px #073143;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #073143;
  color: #FFF;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.wp-pagenavi a.dot {
  background: none;
}

main .content {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 80px;
}
main .content.single{
  width: 1175px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; 
}
@media screen and (max-width: 1465px) {
  main .content.single{
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1175px) and (min-width: 751px) {
  main .content.single{
    padding-left: 45px;
    padding-right: 45px;    
  }

}
@media screen and (max-width: 751px) {
   main .content.single{
    padding-left: 20px;
    padding-right: 20px;
  } 
}

main .contact {
  background-color: #073143;
}

main .contact .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -40px;
}

main .contact .contact-btn .btn {
  margin: 0 40px;
}

main .contact .inner {
  padding: 40px 0;
  position: relative;
}

main .contact .inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 298px;
  height: 209px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/bg-contact-logo.png) no-repeat top center;
}

main .article-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -20px 80px;
}

main .article-bottom .widget-title {
  display: none;
}

main .article-bottom > div {
  line-height: 0;
  margin: 0 20px;
  padding: 0;
}

main .article-bottom > div img {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.05);
}

main .article-bottom > div.bnr {
  background-color: transparent;
  width: 712px;
}

main .article-bottom > div.bnr a {
  padding: 0;
}

@media screen and (min-width: 751px) and (max-width: 1465px) {
  /* main
------------------------------------------------------------*/
}

@media screen and (min-width: 751px) and (max-width: 1465px) and (max-width: 1250px) {
  .tool-box a {
    height: 180px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tool-box a:hover {
    border-color: #eee;
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) {
  .tool-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px -20px;
  }
  .tool-list li {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
  .tool-list li a {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tool-list li a:hover {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .tool-list li a:hover img {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .tool-list.column3 {
    margin: 0 -15px -30px;
  }
  .tool-list.column3 li {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
  }
  .tool-list.column3 li .tool-box a {
    height: 240px;
  }
  main .content {
    width: 1465px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .article-list {
    margin: 0 -15px -30px;
  }
  main .article-list > li {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
  main .article-list.w225 {
    margin: 0 -8px -16px;
  }
  main .article-list.w225 > li {
    width: calc(33.3333% - 16px);
    max-width: 225px;
    margin: 0 8px 16px;
  }
  main .article-list.w225 > li .txt-block {
    padding: 15px 10px;
  }
  main .article-list.w335 {
    margin: 0 -8px -16px;
  }
  main .article-list.w335 > li {
    width: calc(33.3333% - 16px);
    margin: 0 8px 16px;
  }
  main .article-list.w335 > li .txt-block {
    padding: 15px 10px;
  }
  main .article-list.w335 > li .txt-block .txt {
    line-height: 1.5;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main .article-list.tool > li {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) and (max-width: 1250px) {
  main .article-list.tool .txt-block {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) and (max-width: 1250px) {
  main .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -26px;
    padding-bottom: 25px;
  }
  main .article-list > li {
    width: calc(25% - 30px);
    margin: 0 15px 40px;
  }
  main .article-list > li .txt-block {
    padding: 18px 10px 10px;
    font-size: 13px;
    min-height: 85px;
  }
  main .article-list > li .txt-block .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding-bottom: 0px;
  }
  main .article-list > li .txt-block .title.fs14 {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main .article-list.tool > li {
    width: calc(50% - 30px);
  }
  main .article-list.tool > li .txt-block {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) and (max-width: 1250px) and (max-width: 1250px) {
  main .article-list.w335 {
    margin: 0 -8px -16px;
  }
  main .article-list.w335 > li {
    width: calc(33.3333% - 16px);
    margin: 0 8px 16px;
  }
  main .article-list.w335 > li .txt-block .txt {
    line-height: 1.5;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) and (max-width: 1250px) and (max-width: 1000px) {
  main .article-list > li {
    width: calc(33.333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  main .article-list > li:nth-child(9) {
    display: block;
  }
  main .article-list > li img {
    width: 100%;
  }
  main .article-list.w225 {
    margin: 0 -8px -10px;
  }
  main .article-list.w225 > li {
    width: calc(33.3333% - 10px);
    max-width: 225px;
    margin: 0 5px 16px;
  }
  main .article-list.w225 > li .txt-block {
    padding: 6px;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.2;
  }
  main .article-list.tool > li {
    width: calc(50% - 20px);
  }
  main .article-list.tool > li .txt-block {
    font-size: 13px;
    font-size: 0.9285714286rem;
    padding: 10px 5px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) and (max-width: 1250px) and (max-width: 1000px) and (max-width: 1250px) {
  main .article-list.w335 {
    margin: 0 -10px -20px;
  }
  main .article-list.w335 > li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  main .article-list.w335 > li .txt-block {
    padding: 10px 5px;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) {
  main .article-bottom {
    margin: 0 -15px 80px;
  }
  main .article-bottom > div {
    margin: 0 15px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) and (max-width: 1250px) {
  main .contact .contact-btn {
    margin: 0 0px;
  }
  main .contact .contact-btn .btn {
    width: calc(50% - 10px);
    margin: 0 10px;
  }
  main .contact .inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .contact .inner:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: -20px;
    width: 250px;
    height: 300px;
    background-size: 250px auto;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  /* main
------------------------------------------------------------*/
  .sns ul {
    margin: 0px;
  }
  .sns ul li {
    line-height: 0;
    margin: 0 5px;
  }
  .article-list {
    margin: 0 -7.5px -10px;
    padding-bottom: 15px;
  }
  .article-list > li {
    width: calc(50% - 15px);
    position: relative;
    margin: 0 7.5px 15px;
  }
  .article-list > li.new:before, .article-list > li.check:before, .article-list > li.topic:before {
    width: 32px;
    height: 32px;
    background-size: 32px auto;
    left: -5px;
    top: -5px;
  }
  .article-list > li .img {
    overflow: hidden;
    height: auto;
  }
  .article-list > li .img img {
    width: 100%;
    height: auto;
  }
  .article-list > li a {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .article-list > li .txt-block {
    width: 100%;
    padding: 15px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
  }
  .article-list > li .txt-block .title {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .article-list > li .txt-block .title.fs14 {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  .article-list > li .txt-block .txt {
    min-height: 58px;
    font-size: 15px;
  }
  .article-list > li .txt-block .tag {
    right: 5px;
    padding: 5px 4px;
    top: -14px;
  }
  .article-list > li .txt-block .sns-list {
    position: absolute;
    right: 5px;
    top: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -2px;
  }
  .article-list > li .txt-block .sns-list li {
    margin: 0 2px;
    width: 27px;
  }
  .article-list.w225 {
    margin: 0 -7.5px -15px;
  }
  .article-list.w225 > li {
    width: calc(33.3333% - 15px);
    margin: 0 7.5px 15px;
  }
  .article-list.w225 > li .img {
    height: auto;
  }
  .article-list.w225 > li .txt-block .txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) and (max-width: 600px) {
  .article-list.w225 > li {
    width: calc(50% - 15px);
    position: relative;
    margin: 0 7.5px 15px;
  }
  .article-list.w225 > li .txt-block {
    padding: 10px 7px;
  }
}

@media screen and (max-width: 750px) {
  .article-list.w335 {
    margin: 0 -15px -15px;
  }
  .article-list.w335 > li {
    width: calc(33.3333% - 15px);
    margin: 0 7.5px 15px;
  }
  .article-list.w335 > li .txt-block {
    padding: 10px 7px;
  }
  .article-list.w335 > li .txt-block .txt {
    line-height: 1.5;
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) and (max-width: 600px) {
  .article-list.w335 > li {
    width: calc(50% - 15px);
    position: relative;
    margin: 0 7.5px 15px;
  }
  .article-list.w335 > li .txt-block {
    padding: 10px 7px;
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .article-list.tool {
    padding-bottom: 60px;
    margin: 0 -15px -15px;
  }
  .article-list.tool > li {
    width: calc(50% - 15px);
  }
  .article-list.tool > li .img {
    height: 250px;
    overflow: hidden;
  }
  .article-list.tool > li .txt-block {
    padding: 10px 7px;
  }
}

@media screen and (max-width: 750px) and (max-width: 600px) {
  .article-list.tool > li .txt-block {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .tool-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px -15px;
  }
  .tool-list li {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
  .tool-list li a {
    padding: 20px;
    height: 150px;
  }
  .tool-list.column3 {
    margin: 0 -7.5px;
  }
  .tool-list.column3 li {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
  .tool-list.column3 li:first-of-type {
    display: block;
  }
  .tool-list.column3 li .tool-box a {
    height: 180px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1250px) {
  .tool-box a {
    height: 180px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tool-box a:hover {
    border-color: #eee;
  }
}

@media screen and (max-width: 750px) {
  .tool-box > div {
    height: 180px;
    width: 250px;
    padding: 10px;
    margin: 0 auto;
  }
  .tool-box > div:hover {
    border-color: #eee;
  }
  .tool-box > div.h280 {
    height: 180px;
  }
  .tool-box > div.h280px {
    height: 180px;
  }
  main .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .contact .contact-btn {
    margin: 0 0px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .contact .contact-btn .btn {
    width: calc(100%);
    margin: 0px;
  }
  main .contact .contact-btn .btn:first-of-type {
    margin-bottom: 20px;
  }
  main .contact .inner {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .contact .inner:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -70px;
    width: 200px;
    height: 250px;
    background-size: 200px auto;
  }
  main .article-bottom {
    margin: 0 0px 45px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .article-bottom > div {
    margin: 0 0px 20px;
    width: 100%;
    text-align: center;
  }
  main .article-bottom > div.bnr {
    background-color: transparent;
    width: 100%;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 750px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

@media screen and (max-width: 750px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 750px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 750px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 750px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 750px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 750px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 750px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 750px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 750px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 750px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 750px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 750px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 750px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 750px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 750px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 750px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 750px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 750px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 750px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 750px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 750px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 750px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px;
  }
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 750px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 750px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 750px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 750px) {
  .w500-sp {
    width: 500px;
  }
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 750px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 750px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 750px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 750px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 750px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 750px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 750px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 750px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 750px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 750px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 750px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 750px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 750px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 750px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 1465px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1465px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }
}

/* etc */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn a, .btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  color: #FFF;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  background: #2b4495;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a.lg, .btn input.lg {
  width: 480px;
  height: 80px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  border-bottom: solid 2px #000;
}

.btn a.lg span, .btn input.lg span {
  padding-left: 42px;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
}

.btn a.lg span:before, .btn input.lg span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background: no-repeat left top;
  margin-top: 5px;
}

.btn a.lg.orange, .btn input.lg.orange {
  background-color: #fa8733;
  border-bottom: none;
}

@media screen and (max-width: 1088px) {
  .btn a.lg.orange, .btn input.lg.orange {
    width: 380px;
  }
}

@media screen and (max-width: 1250px) {
  .btn a.lg.orange, .btn input.lg.orange {
    width: 380px !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1465px) {
  .btn a.lg.orange, .btn input.lg.orange {
    width: 380px !important;
  }
}

@media screen and (max-width: 750px) {
  .btn a.lg.orange, .btn input.lg.orange {
    width: 300px !important;
    height: 40px;
  }
}

.btn a.lg.none, .btn input.lg.none {
  width: 480px;
  background-color: #68b945;
}

.btn a.lg.none span, .btn input.lg.none span {
  padding-left: 0;
}

@media screen and (max-width: 1250px) {
  .btn a.lg, .btn input.lg {
    width: 100%;
    height: 67px;
  }
}

@media screen and (max-width: 750px) {
  .btn a.lg, .btn input.lg {
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  .btn a.lg span, .btn input.lg span {
    padding-left: 37px;
  }
  .btn a.lg.none, .btn input.lg.none {
    max-width: 300px;
  }
  .btn a.lg.none span, .btn input.lg.none span {
    padding-left: 0;
  }
}

.btn a.download, .btn input.download {
  background-color: #0da2e3;
}

.btn a.download span:before, .btn input.download span:before {
  background-image: url(../img/common/icon-btn-download.svg);
  background-size: 26px auto;
}

.btn a.contact, .btn input.contact {
  background-color: #68b945;
}

.btn a.contact span:before, .btn input.contact span:before {
  background-image: url(../img/common/icon-btn-mail.svg);
  background-size: 30px auto;
}

.btn a:hover, .btn input:hover {
  text-decoration: none;
}

.btn a.gray, .btn input.gray {
  background-color: #aaaaaa;
}

.btn a.w480, .btn input.w480 {
  width: 480px;
}

@media screen and (max-width: 750px) {
  .btn a.w480, .btn input.w480 {
    width: 300px;
    height: 60px;
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
  }
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
}

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block.mb {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .btn-block.mb {
    margin-bottom: 35px;
  }
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c6cccc;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background-color: transparent;
  width: 100%;
}

@media screen and (max-width: 750px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    height: 35px;
    line-height: 35px;
  }
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

textarea {
  -webkit-appearance: none;
  height: 250px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #dcdcdc;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #dcdcdc;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios li {
  margin: 0 15px 5px 0;
}

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #dcdcdc transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

select::-ms-expand {
  display: none;
}

/* form */
/* table */
table {
  width: 100%;
}

table.th-bold th {
  font-weight: bold;
}

table th.vat, table td.vat {
  vertical-align: top !important;
}

table.tbl1 tr th, table.tbl1 tr td {
  border-bottom: solid 1px #c6cccc;
  padding: 14px 0;
}

table.tbl1 tr th a, table.tbl1 tr td a {
  text-decoration: underline;
  color: #59ccff;
}

table.tbl1 tr th {
  padding-right: 10px;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  table.tbl1 tr th {
    width: 100px;
  }
}

table.contact-tbl {
  width: 800px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1250px) {
  table.contact-tbl {
    width: 100%;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

table.contact-tbl tr th, table.contact-tbl tr td {
  padding: 15px 0;
}

table.contact-tbl tr th {
  padding-right: 10px;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  table.contact-tbl {
    width: 100%;
  }
  table.contact-tbl tr th, table.contact-tbl tr td {
    padding: 5px 0;
  }
  table.contact-tbl tr th {
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

table.contact-tbl-it {
  margin-bottom: 30px;
}

table.contact-tbl-it tr th, table.contact-tbl-it tr td {
  padding: 15px 0;
}

table.contact-tbl-it th {
  color: #FFF;
  width: 180px;
}

table.contact-tbl-it td input {
  background-color: #fff;
  height: 48px;
}

@media screen and (max-width: 750px) {
  table.contact-tbl-it tr th, table.contact-tbl-it tr td {
    display: block;
    padding: 5px 0 15px;
  }
  table.contact-tbl-it tr th {
    width: 100%;
    padding-bottom: 0;
  }
}

/* table */
/* text */
.heading, .heading-lv01 {
  margin-bottom: 20px;
}

.heading-lv01 {
  font-size: 36px;
  font-size: 2.5714285714rem;
  font-family: 'Raleway', sans-serif;
  padding-top: 50px;
  margin-bottom: 55px;
  border-top: solid 4px #000;
  line-height: 1.2;
  color: #132f3b;
  vertical-align: middle;
}

.heading-lv01 span {
  padding-left: 38px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
}

.heading-lv01 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  width: 2px;
  height: 14px;
  background-color: #132f3b;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading-lv01.gothic {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.heading-lv01.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
  padding-top: 40px;
  margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
  .heading-lv01.fs30 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding-top: 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 750px) {
  .heading-lv01 {
    padding-top: 20px;
    margin-bottom: 35px;
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}

.heading-lv02 {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-family: 'Raleway', sans-serif;
  padding-top: 25px;
  margin-bottom: 35px;
  border-top: solid 4px #000;
  line-height: 1;
  color: #132f3b;
  font-weight: 600;
}

.heading-lv02 span {
  margin-top: -3px;
  padding-left: 38px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.8571428571rem;
  position: relative;
}

.heading-lv02 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #132f3b;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
}

.heading-lv03 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: #FFF;
  background: url(../img/next/bg-title.jpg) no-repeat center center;
  background-size: cover;
  height: 55px;
  border-left: solid 8px #77c25f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 23px;
  margin-bottom: 38px;
}

@media screen and (max-width: 750px) {
  .heading-lv03 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    height: 45px;
  }
}

.heading-lv04 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 38px;
  position: relative;
  border-bottom: solid 1px #dbdede;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.heading-lv04.mb0 {
  margin-bottom: 0;
}

.heading-lv04:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #75c15e;
}

@media screen and (max-width: 750px) {
  .heading-lv04 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}

.heading-lv05 {
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  text-align: center;
}

.heading-lv05 span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 5px;
  position: relative;
}

.heading-lv05 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 5px;
  bottom: -10px;
  background-color: #333;
}

.heading-lv05.mb {
  margin-bottom: 40px;
}

.heading-lv05.white span {
  color: #fff;
}

.heading-lv05.white span:before {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .heading-lv05 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
  }
}

.heading-lv06 {
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.heading-lv06 span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 5px;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}

.heading-lv06 span:before, .heading-lv06 span:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 24px;
  height: 38px;
  bottom: 0px;
  background: no-repeat center center;
}

.heading-lv06 span:before {
  left: 0;
  background-image: url(../img/next/it/icon_line_l.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .heading-lv06 span:before {
    background-image: url(../img/next/it/icon_line_l@2x.png);
    background-size: 24px auto;
  }
}

.heading-lv06 span:after {
  right: 0;
  background-image: url(../img/next/it/icon_line_r.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .heading-lv06 span:after {
    background-image: url(../img/next/it/icon_line_r@2x.png);
    background-size: 24px auto;
  }
}

@media screen and (max-width: 750px) {
  .heading-lv06 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
  }
  .heading-lv06 span {
    padding-left: 25px;
    padding-right: 25px;
  }
  .heading-lv06 span:before, .heading-lv06 span:after {
    bottom: -5px;
  }
  .heading-lv06 span:before {
    background-size: 18px auto;
  }
}

@media screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 750px) and (min-resolution: 2dppx) {
  .heading-lv06 span:before {
    background-image: url(../img/next/it/icon_line_l@2x.png);
  }
}

@media screen and (max-width: 750px) {
  .heading-lv06 span:after {
    background-size: 18px auto;
  }
}

@media screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 750px) and (min-resolution: 2dppx) {
  .heading-lv06 span:after {
    background-image: url(../img/next/it/icon_line_r@2x.png);
  }
}

.heading-lv07 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  padding: 22px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fa8733;
}

@media screen and (max-width: 750px) {
  .heading-lv07 {
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 10px;
  }
}

.heading-lv08 {
  color: #108441;
  line-height: 1.2;
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .heading-lv08 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
}

.heading-lv09 {
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  font-size: 2.1428571429rem;
  font-weight: bold;
  padding: 30px 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0;
  border-top: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  margin-bottom: 35px;
}

.heading-lv09 span {
  margin-left: 25px;
  padding-left: 16px;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

.heading-lv09 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 14px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .heading-lv09 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 25px;
  }
  .heading-lv09 span {
    margin-left: 15px;
    padding-left: 10px;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.red {
  color: #ef4a36;
}

.link a {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 28px;
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
}

.link a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-r.svg) no-repeat center center;
  background-size: 18px auto;
}

.link a:hover:before {
  left: 5px;
}

.bold {
  font-weight: bold;
}

/* text */

.post {
  font-size:15px;
  word-break: break-all;
}

.post a {
  text-decoration: underline;
  color: #26bcff;
  font-weight: bold;
}

.post ul {
  border-top: solid 1px #c6cccc;
}

.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  border-bottom: solid 1px #c6cccc;
  padding: 13px 10px 13px 40px;
  position: relative;
  line-height: 1.5;
}

.post ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 18px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #073143;
}

@media screen and (max-width: 750px) {
  .post ul li {
    padding: 10px 10px 10px 25px;
  }
  .post ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 14px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #073143;
  }
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #f2f2f2;
}

.post blockquote {
  display: block;
  padding: 35px 40px;
  border: 1px solid #e2e2e2;
  text-align: left;
  line-height: 2;
  background-color: #fff;
  margin-top: -10px;
}

.post blockquote:not(:last-child) {
  margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
  .post blockquote {
    padding: 15px 20px;
  }
  .post blockquote:not(:last-child) {
    margin-bottom: 35px;
  }
}

.post .h, .post h2, .post h3, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h5:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h5:not(:last-child) {
  margin-bottom: 30px;
}

.post h2 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding: 15px 15px 15px 24px;
  line-height: 1.5;
  background: #b7e8f8;
  /* Old browsers */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b7e8f8), color-stop(100%, #d7f0cd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
  background: -moz-linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
  background: -ms-linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
  background: -o-linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
  background: linear-gradient45deg, #b7e8f8 0%, #d7f0cd 100%;
}

@media screen and (max-width: 750px) {
  .post h2 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
  }
  .post h2:not(:first-child) {
    margin-top: 15px;
  }
  .post h2:not(:last-child) {
    margin-bottom: 15px;
  }
}

.post h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: #073143;
  background: url(../img/next/bg-title2.jpg) no-repeat center center;
  background-size: cover;
  height: 55px;
  border-left: solid 8px #77c25f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 23px;
}

@media screen and (max-width: 750px) {
  .post h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    height: auto;
    padding: 10px 20px;
  }
  .post h3:not(:first-child) {
    margin-top: 15px;
  }
  .post h3:not(:last-child) {
    margin-bottom: 15px;
  }
}

.post h4 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 38px;
  position: relative;
  border-bottom: solid 1px #dbdede;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.post h4.mb0 {
  margin-bottom: 0;
}

.post h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #75c15e;
}

@media screen and (max-width: 750px) {
  .post h4 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding: 10px 20px;
    line-height: 1.5;
  }
  .post h4:not(:first-child) {
    margin-top: 15px;
  }
  .post h4:not(:last-child) {
    margin-bottom: 15px;
  }
}

.post h5 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: dotted 1px #333;
}

@media screen and (max-width: 750px) {
  .post h5 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .post h5:not(:first-child) {
    margin-top: 15px;
  }
  .post h5:not(:last-child) {
    margin-bottom: 15px;
  }
}

.post h6 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 28px;
}

.post h6:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  background-color: #75c15e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.post h6:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #f1f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .post h6 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding-left: 30px;
  }
  .post h6:not(:first-child) {
    margin-top: 15px;
  }
  .post h6:not(:last-child) {
    margin-bottom: 15px;
  }
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 30px 40px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 40px 30px 0;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p {
  line-height: 2.3;
}

.post p:not(:last-child) {
  margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
  .post p {
    line-height: 1.8;
  }
  .post p:not(:last-child) {
    margin-bottom: 35px;
  }
}

.post table:not(:last-child) {
  margin-bottom: 15px;
}

.post table td p {
  padding-bottom: 15px;
  line-height: 1.5;
}

.post table td p:last-child {
  padding-bottom: 0;
}

.post cite {
  border: 1px solid #dcdcdc;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 15px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 15px 10px 0;
  }
}

.iv {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible;
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
