@charset "UTF-8";
#ourTeam {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.0rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 1.6rem;
  font-family: "source-han-sans-japanese"; }
  body ul li,
  body p {
    line-height: 1.6;
    margin-top: 10px; }
  body a.btn {
    background: #626262;
    display: inline-block;
    padding: 7px 40px;
    color: #fff;
    text-decoration: none; }
    body a.btn.external:after {
      content: " ";
      width: 15px;
      height: 15px;
      background: url("../img/tab.svg") no-repeat;
      background-size: 15px 15px; }
  body section {
    padding: 120px 0; }
    body section > h1 {
      font-size: 50px;
      font-size: 5rem;
      text-align: center;
      color: #fff;
      padding: 0 0 50px; }
      body section > h2 {
        font-size: 50px;
        font-size: 5rem;
        text-align: center;
        color: #fff;
        padding: 0 0 50px; }
    @media screen and (max-width: 599px) {
      body section {
        padding: 40px 0; }
        body section h1 {
          font-size: 30px;
          font-size: 3rem;
          padding-bottom: 20px; }
          body section h2 {
            font-size: 30px;
            font-size: 3rem;
            padding-bottom: 20px; } }
  body #loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 500000; }
  body #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    margin-top: -50px;
    margin-left: -65px;
    text-align: center;
    z-index: 2;
    background: url("../img/logo.svg") no-repeat; }
  body video {
    position: fixed;
    top: 0;
    height: auto;
    z-index: -1;
    left: -25%;
    min-width: 150%; }
    @media screen and (max-width: 599px) {
      body video {
        left: -250px; } }
  body header {
    z-index: 100000;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: fixed; }
    body header.top {
      background-color: rgba(255, 255, 255, 0);
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: all 0.25s ease 0.5s;
      -o-transition: all 0.25s ease 0.5s;
      transition: all 0.25s ease 0.5s; }
    body header.content {
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.25s ease 0.5s;
      -o-transition: all 0.25s ease 0.5s;
      transition: all 0.25s ease 0.5s; }
    body header p.logo {
      padding: 10px 0 10px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 10%;
      float: left; }
    body header h1.logo {
      padding: 10px 0 10px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 10%;
      float: left;
      margin-top: 10px;
      }
    body header ul {
      width: 80%;
      float: right;
      padding: 20px 10px 0 0;
      color: #4d4d4d;
      text-align: right; }
      body header ul li {
        font-size: 14px;
        font-size: 1.4rem;
        display: inline-block;
        padding: 0 20px;
        border-right: 1px solid #8e8e8e;
        letter-spacing: 1px;
        font-family: "futura-pt"; }
        body header ul li > a {
          color: #2c2c2c;
          text-decoration: none; }
        body header ul li:last-child {
          border: none; }
    @media screen and (max-width: 959px) {
      body header {
        position: relative;
        background: none;
        overflow: visible; }
        body header.content, body header.top {
          -webkit-box-shadow: none;
          box-shadow: none;
          background-color: rgba(255, 255, 255, 0); }
        body header p.logo {
          position: absolute;
          width: 100%;
          float: none;
          top: 20px;
          left: 0;
          position: relative;
          text-align: center; }
          body header h1.logo {
            position: absolute;
            width: 100%;
            float: none;
            top: 20px;
            left: 0;
            position: relative;
            text-align: center; }
        body header ul {
          z-index: 100001;
          display: none;
          width: 100%;
          top: 47px;
          left: 0;
          position: fixed; }
          body header ul.on {
            display: block;
            background: #2297c8; }
            body header ul.on > li {
              display: block;
              width: 100%;
              color: #fff;
              padding: 0;
              margin: 0;
              text-align: left;
              border-bottom: #fff 1px solid; }
              body header ul.on > li:first-child {
                margin-top: -10px; }
              body header ul.on > li > a {
                color: #fff;
                display: block;
                padding: 15px; } }
  body div.wrap {
    max-width: 1500px;
    width: 98%;
    margin: 0 auto; }
    @media screen and (max-width: 599px) {
      body div.wrap {
        width: 100%; } }
    body div.wrap section#keyVisual {
      padding-bottom: 60px; }
      body div.wrap section#keyVisual h1, body div.wrap section#keyVisual h2 {
        margin: 160px auto 35px;
        opacity: 0.8;
        max-width: 1200px;
        padding: 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        body div.wrap section#keyVisual h1 > img, body div.wrap section#keyVisual h2 > img {
          width: 100%;
          display: block; }
       
      body div.wrap section#keyVisual p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 2;
        margin: 0 auto;
        text-align: center;
        }
        body div.wrap section#keyVisual p.lead{
          width: 70%;
        }
        body div.wrap section#keyVisual p.scroll {
          margin: 80px auto;
          }
          body div.wrap section#keyVisual p.scroll img {
            display: block;
            width: 40px;
            height: auto;
            margin: 0 auto; }
      @media screen and (max-width: 959px) {
        body div.wrap section#keyVisual h1, body div.wrap section#keyVisual h2 {
          margin: 0; }
        body div.wrap section#keyVisual p {
          padding: 0 5%;
          font-size: 1.6vw; }
          body div.wrap section#keyVisual p.scroll {
            display: none; } }
      @media screen and (max-width: 599px) {
        body div.wrap section#keyVisual p {
          font-size: 14px;
          font-size: 1.4rem; }
          body div.wrap section#keyVisual p > br {
            display: none; } }
    body div.wrap section#solution {
      background: #2297c8;
      padding: 120px 0 0 0; }
      body div.wrap section#solution h1, body div.wrap section#solution h2 {
        margin-bottom: 50px; }
      body div.wrap section#solution > dl > dt {
        width: 25%;
        margin: 0;
        padding: 20px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        text-align: center;
        display: block;
        float: left;
        border-right: 1px solid #fff;
        font-family: "futura-pt"; }
        body div.wrap section#solution > dl > dt > span {
          display: block; }
        body div.wrap section#solution > dl > dt.active {
          background: #fff;
          color: #2297c8; }
      body div.wrap section#solution > dl > dd {
        display: none; }
      body div.wrap section#solution > dl > dd,
      body div.wrap section#solution div#solution-content {
        clear: both;
        background: #fff;
        padding: 40px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        body div.wrap section#solution > dl > dd .titleLine,
        body div.wrap section#solution div#solution-content .titleLine {
          max-width: 1000px;
          margin: 0 auto;
          padding: 2% 0 40px 2%; }
          body div.wrap section#solution > dl > dd .titleLine > p,
          body div.wrap section#solution div#solution-content .titleLine > p {
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: bold; }
          body div.wrap section#solution > dl > dd .titleLine > h2,
          body div.wrap section#solution div#solution-content .titleLine > h2 {
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: bold;
            margin-top: 20px;
            letter-spacing: 2px;
            line-height: 1.5; }
            body div.wrap section#solution > dl > dd .titleLine > h2 > span,
            body div.wrap section#solution div#solution-content .titleLine > h2 > span {
              color: #b0adad;
              font-size: 14px;
              font-size: 1.4rem;
              font-weight: 100;
              display: block;
              margin: 15px 0 0; }
          body div.wrap section#solution > dl > dd .titleLine > div,
          body div.wrap section#solution div#solution-content .titleLine > div {
            margin-top: 30px; }
            body div.wrap section#solution > dl > dd .titleLine > div p,
            body div.wrap section#solution div#solution-content .titleLine > div p {
              line-height: 1.5;
              margin-top: 15px; }
        body div.wrap section#solution > dl > dd .detail,
        body div.wrap section#solution div#solution-content .detail {
          display: table;
          margin-top: 40px; }
          body div.wrap section#solution > dl > dd .detail .lead, body div.wrap section#solution > dl > dd .detail .serviceList,
          body div.wrap section#solution div#solution-content .detail .lead,
          body div.wrap section#solution div#solution-content .detail .serviceList {
            width: 50%;
            padding: 40px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: table-cell;
            color: #fff; }
            body div.wrap section#solution > dl > dd .detail .lead a, body div.wrap section#solution > dl > dd .detail .serviceList a,
            body div.wrap section#solution div#solution-content .detail .lead a,
            body div.wrap section#solution div#solution-content .detail .serviceList a {
              color: #fff; }
          body div.wrap section#solution > dl > dd .detail .lead,
          body div.wrap section#solution div#solution-content .detail .lead {
            background: #2297c8; }
          body div.wrap section#solution > dl > dd .detail .serviceList,
          body div.wrap section#solution div#solution-content .detail .serviceList {
            background: #4d4d4d; }
            body div.wrap section#solution > dl > dd .detail .serviceList > ul > li,
            body div.wrap section#solution div#solution-content .detail .serviceList > ul > li {
              background: url("../img/check-box.png") no-repeat 0 5px;
              margin-bottom: 15px;
              padding-left: 2.2em; }
              body div.wrap section#solution > dl > dd .detail .serviceList > ul > li > span,
              body div.wrap section#solution div#solution-content .detail .serviceList > ul > li > span {
                display: block;
                margin-top: 5px;
                font-size: 12px;
                font-size: 1.2rem; }
              body div.wrap section#solution > dl > dd .detail .serviceList > ul > li p,
              body div.wrap section#solution div#solution-content .detail .serviceList > ul > li p {
                margin-top: 10px; }
                body div.wrap section#solution > dl > dd .detail .serviceList > ul > li p img,
                body div.wrap section#solution div#solution-content .detail .serviceList > ul > li p img {
                  display: block;
                  padding: 5px;
                  max-width: 200px;
                  height: auto; }
      @media screen and (max-width: 599px) {
        body div.wrap section#solution {
          padding-top: 70px; }
          body div.wrap section#solution > dl {
            border-top: #fff 1px dotted;
            margin-top: 20px; }
            body div.wrap section#solution > dl > dt {
              width: 100%;
              float: none;
              display: table;
              padding: 0;
              border-bottom: #fff 1px dotted;
              border-right: none;
              position: relative; }
              body div.wrap section#solution > dl > dt > span {
                display: table-cell;
                vertical-align: middle;
                text-align: left; }
                body div.wrap section#solution > dl > dt > span:first-child {
                  width: 20%; }
                  body div.wrap section#solution > dl > dt > span:first-child > img {
                    width: 80%;
                    padding: 5px 0; }
                body div.wrap section#solution > dl > dt > span:last-child:after {
                  clear: both;
                  content: "";
                  display: block;
                  width: 15px;
                  height: 15px;
                  border-top: 1px solid #fff;
                  border-right: 1px solid #fff;
                  -webkit-transform: rotate(135deg);
                  -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
                  position: absolute;
                  right: 20px;
                  z-index: 1000;
                  top: 37%; }
              body div.wrap section#solution > dl > dt.active > span:last-child:after {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                border-top: 1px solid #2297c8;
                border-right: 1px solid #2297c8;
                top: 44%; }
            body div.wrap section#solution > dl > dd {
              padding: 1px 5%; }
              body div.wrap section#solution > dl > dd > .titleLine {
                padding: 0; }
                body div.wrap section#solution > dl > dd > .titleLine > p {
                  display: none; }
                body div.wrap section#solution > dl > dd > .titleLine h2 {
                  font-size: 20px;
                  font-size: 2rem; }
                  body div.wrap section#solution > dl > dd > .titleLine h2 > br {
                    display: none; }
                body div.wrap section#solution > dl > dd > .titleLine > div {
                  padding-bottom: 30px; }
              body div.wrap section#solution > dl > dd .detail {
                margin-top: 0;
                margin: 0 -5%;
                display: block; }
                body div.wrap section#solution > dl > dd .detail > .serviceList,
                body div.wrap section#solution > dl > dd .detail > .lead {
                  width: 100%;
                  display: block;
                  padding: 5%; }
          body div.wrap section#solution #solution-content {
            display: none; } }
    body div.wrap section#ourTeam {
      background: url("../img/out-team-back.jpg");
      background-size: 100% auto; }
      body div.wrap section#ourTeam > h1, body div.wrap section#ourTeam > h2 {
        color: #2c2c2c; }
      body div.wrap section#ourTeam ul {
        width: 80%;
        overflow: hidden;
        margin: 0 auto; }
        body div.wrap section#ourTeam ul li {
          width: 33%;
          float: left;
          padding: 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          body div.wrap section#ourTeam ul li img {
            max-width: 100%; }
          body div.wrap section#ourTeam ul li > dl > dt {
            text-align: center; }
          body div.wrap section#ourTeam ul li > dl > dd {
            text-align: center; }
            body div.wrap section#ourTeam ul li > dl > dd.name {
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: bold; }
            body div.wrap section#ourTeam ul li > dl > dd.title {
              font-size: 13px;
              font-size: 1.3rem; }
            body div.wrap section#ourTeam ul li > dl > dd.career {
              margin-top: 15px;
              line-height: 1.7;
              font-size: 12px;
              font-size: 1.2rem;
              color: #646464;
              text-align: left; }
      @media screen and (max-width: 599px) {
        body div.wrap section#ourTeam ul {
          width: 100%;
          padding: 0 5%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          overflow: hidden; }
          body div.wrap section#ourTeam ul li {
            width: 100%;
            padding: 10px 0;
            float: none;
            margin-bottom: 0;
            padding-bottom: 30px;
            border-bottom: #cdcdcd 1px solid; }
            body div.wrap section#ourTeam ul li:last-child {
              border-bottom: none;
              padding-bottom: 0; }
            body div.wrap section#ourTeam ul li > dl > dt {
              clear: both;
              width: 30%;
              float: left; }
              body div.wrap section#ourTeam ul li > dl > dt > img {
                max-width: 100%; }
            body div.wrap section#ourTeam ul li > dl > dd {
              text-align: left;
              padding-left: 34%; } }
    body div.wrap section#aboutUs {
      background: rgba(255, 255, 255, 0.4); }
      body div.wrap section#aboutUs > h1, body div.wrap section#aboutUs > h2 {
        color: #2c2c2c; }
      body div.wrap section#aboutUs dl.usp {
        margin: 40px auto 20px;
        overflow: hidden;
        line-height: 1.6; }
        body div.wrap section#aboutUs dl.usp dt {
          clear: both;
          width: 8em;
          padding: 10px 10px 10px 0;
          float: left; }
        body div.wrap section#aboutUs dl.usp dd {
          padding: 10px 10px 10px 9em; }
      body div.wrap section#aboutUs .inner {
        max-width: 1300px;
        width: 95%;
        margin: 0 auto;
        overflow: hidden; }
        body div.wrap section#aboutUs .inner > h2 {
          width: 40%;
          float: left;
          padding-right: 30px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 27px;
          font-size: 2.7rem;
          line-height: 1.6; }
          body div.wrap section#aboutUs .inner > h2 span {
            display: block;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 400; }
        body div.wrap section#aboutUs .inner > div {
          width: 60%;
          float: right; }
      @media screen and (max-width: 599px) {
        body div.wrap section#aboutUs h1, body div.wrap section#aboutUs h2 {
          margin-bottom: 20px; }
        body div.wrap section#aboutUs .inner {
          width: 100%;
          padding: 0 5%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          body div.wrap section#aboutUs .inner > h2 {
            width: 100%;
            font-size: 5vw;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          body div.wrap section#aboutUs .inner > div {
            width: 100%;
            margin-top: 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
    body div.wrap section#topics {
      background: #F4F4F4; }
      body div.wrap section#topics > h1, body div.wrap section#topics > h2 {
        color: #2c2c2c; }
      body div.wrap section#topics div.inner {
        max-width: 1300px;
        width: 95%;
        margin: 0 auto; }
        body div.wrap section#topics div.inner ul {
          display: table;
          width: 100%;
          overflow: hidden; }
          body div.wrap section#topics div.inner ul li {
            position: relative;
            width: 33%;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: table-cell; }
            body div.wrap section#topics div.inner ul li > img {
              max-width: 100%;
              display: block; }
            body div.wrap section#topics div.inner ul li > h2 {
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: bold;
              padding: 10px 0 0; }
            body div.wrap section#topics div.inner ul li > .date {
              padding: 0;
              color: #cacaca;
              font-size: 12px;
              font-size: 1.2rem; }
            body div.wrap section#topics div.inner ul li .description {
              font-size: 14px;
              font-size: 1.4rem;
              padding-bottom: 60px; }
            body div.wrap section#topics div.inner ul li .button {
              position: absolute;
              bottom: 0;
              right: 10px; }
      @media screen and (max-width: 599px) {
        body div.wrap section#topics > h1, body div.wrap section#topics > h2 {
          margin-bottom: 20px; }
        body div.wrap section#topics div.inner ul {
          width: 100%;
          display: block;
          overflow: hidden; }
          body div.wrap section#topics div.inner ul li {
            display: block;
            clear: both;
            width: 100%;
            padding-bottom: 10px;
            border-bottom: #cdcdcd 1px solid; }
            body div.wrap section#topics div.inner ul li:last-child {
              border-bottom: none; }
            body div.wrap section#topics div.inner ul li img {
              width: 30%;
              float: left; }
            body div.wrap section#topics div.inner ul li p.date,
            body div.wrap section#topics div.inner ul li div.topics-content,
            body div.wrap section#topics div.inner ul li h2 {
              padding-left: 33%; }
            body div.wrap section#topics div.inner ul li p.date {
              margin-top: 0; }
            body div.wrap section#topics div.inner ul li p.description {
              padding-bottom: 20px; }
            body div.wrap section#topics div.inner ul li .button {
              position: relative;
              text-align: right;
              padding-bottom: 20px; } }
    body div.wrap section#overview {
      background: #fff; }
      body div.wrap section#overview > h1, body div.wrap section#overview > h2 {
        color: #2c2c2c; }
      body div.wrap section#overview .inner {
        max-width: 1300px;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        display: table; }
        body div.wrap section#overview .inner dl {
          width: 55%;
          display: table-cell;
          padding-right: 5%; }
          body div.wrap section#overview .inner dl dt {
            width: 8em;
            padding: 10px 0;
            line-height: 1.5;
            float: left; }
          body div.wrap section#overview .inner dl dd {
            padding: 10px 10px 10px 9em;
            border-bottom: 1px solid #c5c3c3;
            line-height: 1.5; }
        body div.wrap section#overview .inner div {
          width: 40%;
          display: table-cell;
          background: #f9f9f9;
          padding: 40px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          position: relative; }
          body div.wrap section#overview .inner div h2 {
            display: table;
            width: 100%;
            padding: 0 0 20px 0;
            margin-bottom: 20px;
            font-size: 14px;
            font-size: 1.4rem;
            border-bottom: 1px solid rgba(133, 133, 133, 0.21); }
            body div.wrap section#overview .inner div h2 > span {
              display: table-cell;
              vertical-align: middle; }
              body div.wrap section#overview .inner div h2 > span > img {
                max-width: 100%; }
              body div.wrap section#overview .inner div h2 > span:first-child {
                width: 120px;
                padding-right: 10px; }
              body div.wrap section#overview .inner div h2 > span span {
                font-size: 10px;
                font-size: 1rem; }
            body div.wrap section#overview .inner div h2 img {
              display: inline-block; }
          body div.wrap section#overview .inner div p {
            font-size: 14px;
            font-size: 1.4rem; }
            body div.wrap section#overview .inner div p.link {
              margin-top: 40px;
              text-align: right; }
      @media screen and (max-width: 599px) {
        body div.wrap section#overview .inner {
          display: block;
          overflow: visible;
          width: 100%;
          padding: 0 5%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          body div.wrap section#overview .inner dl.outline {
            display: block;
            width: 100%;
            padding-right: 0; }
          body div.wrap section#overview .inner div.spi {
            display: block;
            width: 100%; } }
    body div.wrap section#access {
      background: #fff;
      padding-top: 0;
      padding-bottom: 30px;
      position: relative; }
      body div.wrap section#access #map_canvas {
        width: 96%;
        margin: 0 auto;
        height: 460px; }
      body div.wrap section#access .map_open {
        background: #626262;
        width: 300px;
        position: absolute;
        right: 2%;
        text-align: center;
        bottom: 5%; }
        body div.wrap section#access .map_open a {
          padding: 20px 30px;
          display: block;
          color: #fff;
          text-decoration: none; }
      @media screen and (max-width: 599px) {
        body div.wrap section#access .map_open {
          position: relative;
          width: 96%;
          bottom: auto;
          right: auto;
          margin: 0 2%; } }
    body div.wrap section#contact {
      background: rgba(0, 0, 0, 0.5);
      color: #fff; }
      body div.wrap section#contact > h1, body div.wrap section#contact > h2 {
        color: #fff; }
      body div.wrap section#contact a {
        color: #fff; }
      body div.wrap section#contact > p {
        text-align: center;
        padding-bottom: 20px; }
      body div.wrap section#contact div.contact_box {
        width: 60%;
        overflow: hidden;
        margin: 0 auto; }
        body div.wrap section#contact div.contact_box dl > dt {
          clear: both;
          padding: 10px 0;
          width: 10em;
          float: left; }
        body div.wrap section#contact div.contact_box dl > dd {
          padding: 10px 0 10px 11em; }
          body div.wrap section#contact div.contact_box dl > dd textarea,
          body div.wrap section#contact div.contact_box dl > dd input {
            width: 100%;
            font-size: 16px;
            padding: 5px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          body div.wrap section#contact div.contact_box dl > dd select {
            border: none;
            height: 30px;
            background: #fff;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px; }
      body div.wrap section#contact .policy {
        text-align: center; }
      body div.wrap section#contact .wpcf7-not-valid {
        background: #ffdcdc; }
      body div.wrap section#contact .wpcf7-not-valid-tip {
        color: #fff;
        padding: 10px 0 10px 0; }
      body div.wrap section#contact .wpcf7-mail-sent-ok,
      body div.wrap section#contact .wpcf7-validation-errors {
        display: block;
        background: #fff;
        border: none;
        color: #d50000;
        text-align: center;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      body div.wrap section#contact .wpcf7-mail-sent-ok {
        color: #2c2c2c; }
      body div.wrap section#contact .send {
        text-align: center; }
        body div.wrap section#contact .send input {
          background: #2297c8;
          text-align: center;
          color: #fff;
          -webkit-appearance: none;
          width: auto;
          padding: 20px 110px 20px;
          margin: 20px 0 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-style: none;
          font-size: 18px;
          font-size: 1.8rem; }
      @media screen and (max-width: 959px) {
        body div.wrap section#contact div.contact_box {
          width: 90%;
          margin: 0 auto; }
          body div.wrap section#contact div.contact_box dl > dt {
            width: 100%;
            float: none; }
          body div.wrap section#contact div.contact_box dl > dd {
            width: 100%;
            padding: 10px 0; } }
    body div.wrap p.goTop {
      opacity: 0.4;
      position: fixed;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      cursor: pointer;
      right: 3%;
      bottom: 10px; }
      body div.wrap p.goTop img {
        display: block;
        width: 64px;
        height: 64px; }
        @media screen and (max-width: 599px) {
          body div.wrap p.goTop img {
            display: block;
            width: 45px;
            height: 45px; }
          }
        }
      body div.wrap p.goTop:hover {
        opacity: 1; }
      @media screen and (max-width: 599px) {
        body div.wrap p.goTop {
          opacity: 1; } }
    body div.wrap footer {
      background: #2297c8;
      padding: 60px 0;
      font-size: 12px;
      font-size: 1.2rem;
      color: #fff;
      text-align: center; }

#cboxOverlay {
  background: #2297c8 !important; }

#cboxContent {
  background: none !important; }

.modal {
  background: #fff;
  max-width: 600px;
  text-align: left;
  padding: 30px;
  margin: 0 auto; }
  .modal h1, .modal h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 20px 10px;
    border-bottom: #626262 1px solid;
    margin-bottom: 10px; }
  .modal p {
    margin-bottom: 20px; }
    .modal p.close {
      padding-top: 30px;
      text-align: center; }
  .modal ul > li {
    list-style: disc;
    margin: 10px 0 0 20px; }
  .modal #cboxClose {
    display: none; }

@media screen and (max-width: 959px) {
  body header span.menu {
    position: absolute;
    z-index: 100010;
    background: #2297c8;
    height: 40px;
    width: 40px;
    right: 10px;
    top: 10px;
    position: fixed;
    z-index: 20002;
    position: fixed;
    z-index: 20002;
    padding: 3px; }
  body header span.menu > span {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: relative; }
  body header span.menu > span > span:nth-child(1) {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    top: 11px;
    left: 5px;
    background: #fff; }
  body header span.menu > span > span:nth-child(2) {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    top: 19px;
    left: 5px;
    background: #fff; }
  body header span.menu > span > span:nth-child(3) {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    top: 27px;
    left: 5px;
    background: #fff; }
  body header span.menu.on > span > span:nth-child(1) {
    -webkit-animation-name: hmActive1;
    animation-name: hmActive1;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  body header span.menu.on > span > span:nth-child(2) {
    -webkit-animation-name: hmActive2;
    animation-name: hmActive2;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  body header span.menu.on > span > span:nth-child(3) {
    -webkit-animation-name: hmActive3;
    animation-name: hmActive3;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  body header span.menu.hmHide > span > span:nth-child(1) {
    -webkit-animation-name: hmHide1;
    animation-name: hmHide1;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  body header span.menu.hmHide > span > span:nth-child(2) {
    -webkit-animation-name: hmHide2;
    animation-name: hmHide2;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  body header span.menu.hmHide > span > span:nth-child(3) {
    -webkit-animation-name: hmHide3;
    animation-name: hmHide3;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  @-webkit-keyframes hmActive1 {
    0% { }
    100% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 19px; } }
  @keyframes hmActive1 {
    0% { }
    100% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 19px; } }
  @-webkit-keyframes hmActive2 {
    0% { }
    100% {
      opacity: 0; } }
  @keyframes hmActive2 {
    0% { }
    100% {
      opacity: 0; } }
  @-webkit-keyframes hmActive3 {
    0% { }
    100% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 19px; } }
  @keyframes hmActive3 {
    0% { }
    100% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 19px; } }
  @-webkit-keyframes hmHide1 {
    0% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 19px; }
    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      top: 11px; } }
  @keyframes hmHide1 {
    0% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 19px; }
    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      top: 11px; } }
  @-webkit-keyframes hmHide2 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1;
      top: 19px; } }
  @keyframes hmHide2 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1;
      top: 19px; } }
  @-webkit-keyframes hmHide3 {
    0% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 19px; }
    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      top: 27px; } }
  @keyframes hmHide3 {
    0% {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 19px; }
    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      top: 27px; } } }


/* NEWS */
.body-news{
  background-color: #F4F4F4;
}
body section#news{
  padding: 40px 20px;
}
#news p {
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  body section#news{
    padding: 40px 10px;
  }
}
#news .inner{
  background-color: #ffffff;
  padding: 20px; 
}
#news .inner .news-area{
  max-width: 980px;
  margin: 0 auto;
}
#news h2{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 980px;
  margin: 0 auto;
}
#news>img{
  margin-bottom: 0!important;
}
#news img{
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
}

#news .inner img{
  max-width: 500px;
  margin: 32px auto;
}

#news .inner img.max{
  max-width: 100%;
  margin: 32px auto;
}

#news .date{
  color: #cacaca;
  font-size: 1.2rem;
  text-align: right;
  margin: 32px 0;
}
#news hr{
  margin: 40px 0;
}
#news .caution {
  font-size: 12px;
  font-weight: bold;
}
#news .report-caution{
  background: #f4f4f4;
  padding: 20px;
  margin-top: 32px;
}
#news dl{
  line-height: 1.6;
  margin-top: 12px;
}
#news dl+dl {
  margin-top: 0;
}
#news dt{
  float: left;
}
#news ol, #news ul {
  line-height: 1.6;
  margin: 16px 0;
  counter-reset: section;
}
#news ol li {
  margin-bottom: 12px;
  margin-top: 12px;
}
#news ul {
  list-style-type: disc;
}
#news ol.katakana{
  list-style-type: katakana;
}
#news .lang{
  text-align: right;
}
#news .u-text_bold {
  font-weight: bold;
  margin-bottom: 8px;
}
#news.u-mt-32{
  margin-top: 32px;
}
#news .scroll_img img{
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  #news .scroll_img{
    overflow: scroll;
  }
  #news .scroll_img img{
    width: 860px;
    max-width: inherit;
  }
}

#news ol {
  list-style-type: decimal;
  margin-left: 2em;
}

#news ol.example{
  list-style-type: none;
}
#news ol.example li::before {
  counter-increment: section;
  content: '例'counter(section)'）';
}
#news li ol, #news li ul {
  margin: 0;
  margin-left: 24px;
  margin-bottom: 8px;
}
#news ol.upper-latin {
  list-style-type: upper-latin;
}

#news ol.lower-roman {
  list-style-type: lower-roman;
}

#news h1.page-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 980px;
  margin: 0 auto;
}

#news h2.heading_lv1 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: 2px solid #2297c8;
  color: #2297c8;
  padding-bottom: 8px;
  display: inline-block;
}

#news h3.heading_lv2 {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}


.mt-32{
  margin-top: 32px!important;
}


#news h4.heading_lv3 {
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}


#news span.border{
  border-bottom: 1px solid #333333;
}

#news span.blue{

color:#1077B4;
}

#news p.bg-pink{
  padding: 10px;
  background:#FFC8E4;


}

#news p.size-s{
font-size: 12px;
}
