@charset "UTF-8";
/*----------------------------------------------------
Theme Name: IoT-DC 16081701
Description: NIFTY Dedicated WordPress theme.
----------------------------------------------------*/
/*----------------------------------------------------
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
----------------------------------------------------*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------------
Base CSS
----------------------------------------------------*/
/* Modern Font (+ AntiAliasing) */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Modern Link */
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: 0.15s ease-in-out;
}

a:focus, a:active, a:hover {
  text-decoration: none;
}

/* Responsive Image */
img {
  max-width: 100%;
  height: auto;
}

/* Responsive Switch */
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.tablet {
  display: none;
}

@media screen and (min-width: 768px) {
  .tablet {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .tablet {
    display: none;
  }
}

.mobile_tablet {
  display: block;
}

@media screen and (min-width: 1024px) {
  .mobile_tablet {
    display: none;
  }
}

.tablet_desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .tablet_desktop {
    display: block;
  }
}

.desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }
}

/* Max View Overflow */
.maxview {
  width: 100%;
}

/* Japanese Word Fix */
.wordblock {
  display: block;
}

.wordinline {
  display: inline-block;
}

.wordchange {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .wordchange {
    display: block;
  }
}

.wordpun {
  margin-left: -0.45em;
  margin-right: -0.45em;
}

.wordpun_before {
  margin-left: -0.45em;
}

.wordpun_after {
  margin-right: -0.45em;
}

.wordmin {
  font-size: 70%;
}

small {
  font-size: 80%;
}

/* Jamp Point */
.jump-point {
  height: 10px;
}
@media screen and (min-width: 1024px) {
  .jump-point {
    height: 75px;
  }
}

/*--------------------------------------------------------------
Library Custom CSS
--------------------------------------------------------------*/
/* Lity */
.lity {
  background: rgba(0, 0, 0, 0.75);
}

.lity-close {
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 45px;
}

/*----------------------------------------------------
Header Section CSS
----------------------------------------------------*/
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
  }
}

.header .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .logo a {
  display: block;
  height: 40px;
  padding: 10px;
}

.header .logo a h1 {
  width: 214px;
}

@media screen and (min-width: 1024px) {
  .header .logo a h1 {
    width: 240px;
  }
}

.header .logo a img {
  height: 40px;
}

@media screen and (min-width: 1024px) {
  .header .logo a {
    height: 45px;
    padding: 10px;
  }
  .header .logo a img {
    height: 45px;
  }
}

.header .nav_wide_list .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .nav_wide_list .menu a {
  height: 30px;
  padding: 10px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75em;
  color: #333333;
}

.header .nav_wide_list .menu a:hover {
  background-color: #f7f7f7;
  color: #26B7D4;
}

@media screen and (min-width: 1024px) {
  .header .nav_wide_list .menu a {
    height: 35px;
    padding: 15px 20px;
  }
}

.header .nav_wide_list .menu .menu-item:last-child a {
  background: #4ECB7A;
  color: #fff;
  font-size: 105%;
}

.header .nav_wide_list .menu .menu-item:last-child a:hover {
  background: #5EEA85;
}

.header .nav_wide_list .menu .current_page_item a,
.header .nav_wide_list .menu .current-page-ancestor a {
  background-color: #f7f7f7;
  color: #26B7D4;
}

.header .nav_min_trigger a {
  height: 40px;
  width: 40px;
  padding: 10px;
  font-size: 1.25em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B4C2CC;
}

.header .nav_min_list .menu {
  display: block;
}

.header .nav_min_list .menu a {
  display: block;
  border-top: 1px solid #f1f1f1;
  padding: 20px 15px;
  font-size: 0.8em;
  position: relative;
  color: #133C5E;
}

.header .nav_min_list .menu a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #B4C2CC;
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 1024px) {
  .header_fix {
    display: block;
    width: 100%;
    height: 65px;
  }
}

/*----------------------------------------------------
Top Cover Section CSS
----------------------------------------------------*/
.topcover {
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.topcover .slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
          animation: imageAnimation 24s linear infinite 0s;
}

.topcover .slideshow li:nth-child(1) span {
  background-image: url(img/photo01.jpg);
}

.topcover .slideshow li:nth-child(2) span {
  background-image: url(img/photo02.jpg);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.topcover .slideshow li:nth-child(3) span {
  background-image: url(img/photo03.jpg);
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.topcover .slideshow li:nth-child(4) span {
  background-image: url(img/photo04.jpg);
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 0;
  }
}

.topcover .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
}

.topcover .inner {
  position: relative;
  z-index: 10;
  padding: 60px 30px;
}

@media screen and (min-width: 768px) {
  .topcover .inner {
    padding: 70px 70px 120px;
  }
}

@media screen and (min-width: 1024px) {
  .topcover .inner {
    padding: 70px 70px 120px;
  }
}

.topcover .copy {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.topcover .copy img {
  max-width: 460px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .topcover .copy img {
    max-width: none;
  }
}

.topcover .copy_sub {
  color: #ffffff;
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 0.8em;
  line-height: 1.4;
  text-align: center;
}

.topcover .sns_button_inner {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.topcover .insert {
  max-width: 620px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}

.topcover .insert .title {
  display: none;
}

.topcover .insert a {
  display: block;
  max-width: 500px;
  padding: 20px 15px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.4;
  background-color: #4ECB7A;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.topcover .insert a:hover {
  background-color: #5EEA85;
}

.topcover .insert a span:before {
  content: "NEW";
  background-color: #ffffff;
  color: #4ECB7A;
  font-size: 75%;
  font-weight: 700;
  padding: 2px 5px;
  position: relative;
  top: -2px;
  border-radius: 2px;
}

/*----------------------------------------------------
Top News Section CSS
----------------------------------------------------*/
.topnews {
  background-color: #26B7D4;
}

.topnews .inner {
  padding: 30px 20px;
  max-width: 1024px;
  margin: 0 auto;
}

.topnews .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .topnews .row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
  }
}

.topnews .column {
  background-color: #ffffff;
  margin: 0 0 20px;
  border-radius: 2px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .topnews .column {
    margin: 0 10px 0 0;
    width: 100%;
  }
}

.topnews .column:last-child {
  margin: 0;
}

.topnews .heading {
  background-color: #133C5E;
  padding: 15px;
  position: relative;
}

.topnews .heading_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(img/separate.png);
  background-position: 100% 16%;
  background-repeat: no-repeat;
  background-size: 150%;
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  .topnews .heading_bg {
    background-position: 100% 23%;
  }
}

.topnews .heading_sub {
  color: #ffffff;
  font-size: 0.7em;
  margin-bottom: 6px;
}

.topnews .heading_main {
  color: #ffffff;
  font-size: 1.2em;
}

.topnews .article_set {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .topnews .article_set {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.topnews .article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #D4D4D4;
}

@media screen and (min-width: 768px) {
  .topnews .article {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.topnews .article:last-child {
  border: none;
}

.topnews .article a {
  display: block;
  padding: 15px;
  background-color: #ffffff;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .topnews .article a {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.topnews .article a:hover {
  background-color: #f7f7f7;
  color: #26B7D4;
}

.topnews a .date {
  font-size: 0.8em;
  margin-bottom: 7px;
}

.topnews a .date span.event_date_now {
  background-color: #26B7D4;
  color: #ffffff;
  font-size: 70%;
  font-weight: 700;
  padding: 2px 5px;
  position: relative;
  top: -2px;
  border-radius: 2px;
}

.topnews a .date span.event_date_end {
  background-color: #9e9e9e;
  color: #ffffff;
  font-size: 70%;
  font-weight: 700;
  padding: 2px 5px;
  position: relative;
  top: -2px;
  border-radius: 2px;
}

.topnews a .title {
  font-size: 1em;
  line-height: 1.2;
  display: block;
}

.topnews .article_more a {
  color: #333333;
  font-size: 0.9em;
  text-align: right;
  display: block;
  position: relative;
  padding-right: 0.8em;
  padding: 15px;
  background-color: #f1f1f1;
}

.topnews .article_more a:hover {
  padding: 15px 25px 15px 15px;
  color: #26B7D4;
}

.topnews .article_more a:hover:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #26B7D4;
  position: absolute;
  right: 15px;
  top: 15px;
}

/*----------------------------------------------------
Top Contents Section CSS
----------------------------------------------------*/
.topcontents .section_white {
  background-color: #ffffff;
}

.topcontents .section_gray {
  background-color: #f7f7f7;
}

.topcontents .section_separate {
  background-color: #133C5E;
  width: 100%;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .topcontents .section_separate {
    height: 160px;
  }
}

.topcontents .section_separate .separate_img {
  width: 100%;
  height: 80px;
  background-image: url(img/separate.png);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: 150%;
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  .topcontents .section_separate .separate_img {
    height: 160px;
    background-size: 100%;
  }
}

.topcontents .inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .topcontents .inner {
    padding: 70px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .topcontents .inner {
    padding: 100px 20px;
  }
}

.topcontents .heading_main {
  font-size: 1.6em;
  color: #3F616B;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .topcontents .heading_main {
    font-size: 2em;
    margin-bottom: 50px;
    text-align: center;
  }
}

.topcontents .heading_sub {
  font-size: 1.2em;
  font-weight: 700;
  color: #3F616B;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
}

.topcontents .box {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .topcontents .box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}

.topcontents .box:last-child {
  margin-bottom: 0;
}

.topcontents .text_normal {
  font-size: 1em;
  line-height: 1.4;
  color: #333333;
  text-align: left;
  margin-bottom: 20px;
}

.topcontents .text_normal .strong {
  color: #27BCDA;
  font-weight: 700;
}

.topcontents .text_normal:last-child {
  margin-bottom: 0;
}

.topcontents .text_box {
  width: 100%;
  max-width: 830px;
}

.topcontents .link_button {
  width: 100%;
}

.topcontents .link_button a {
  display: block;
  max-width: 800px;
  padding: 20px 15px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  background-color: #4ECB7A;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .topcontents .link_button a {
    padding: 30px 15px;
    font-size: 1.7em;
  }
}

.topcontents .link_button a:hover {
  background-color: #5EEA85;
}

.info_service {
  width: 100%;
  max-width: 870px;
}

.info_service img {
  width: 100%;
  max-width: 460px;
  max-height: 642px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .info_service img {
    max-width: none;
  }
}

.info_merit {
  width: 100%;
  max-width: 870px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .info_merit {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.info_merit .merit_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .info_merit .merit_box {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .info_merit .merit_box {
    margin: 0 40px 0 0;
  }
}

.info_merit .merit_box:last-child {
  margin: 0;
}

.info_merit .merit_img {
  width: 100%;
}

.info_merit .merit_img img {
  width: 100%;
  max-width: 460px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .info_merit .merit_img img {
    max-width: none;
  }
}

.info_merit .merit_text {
  padding: 10px;
  min-width: 140px;
}

.info_merit .merit_text .text_main {
  color: #3694B3;
  font-size: 1.4em;
  margin-bottom: 7px;
}

@media screen and (min-width: 1024px) {
  .info_merit .merit_text .text_main {
    font-size: 2.2em;
    margin-bottom: 14px;
  }
}

.info_merit .merit_text .text_sub {
  color: #777B7D;
  font-size: 0.8em;
}

@media screen and (min-width: 1024px) {
  .info_merit .merit_text .text_sub {
    font-size: 1.1em;
  }
}

.info_case {
  width: 100%;
}

.info_case .case_set {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .info_case .case_set {
    max-width: 1024px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.info_case .case_box {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .info_case .case_box {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    width: 100%;
    margin: 0 10px 0 0;
  }
}

.info_case .case_box:last-child {
  margin: 0;
}

.info_case .case_box a {
  background-color: #26B7D4;
  color: #ffffff;
  position: relative;
  border-radius: 4px;
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1024px) {
  .info_case .case_box a {
    padding: 20px;
  }
}

.info_case .case_box a:hover {
  background-color: #4DC3DA;
}

.info_case .case_box a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  font-size: 26px;
  top: 50%;
  right: 15px;
  margin-top: -13px;
}

.info_case .case_img {
  width: 70px;
  height: 70px;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .info_case .case_img {
    width: 90px;
    height: 90px;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}

.info_case .case_img img {
  width: 100%;
  height: 100%;
}

.info_case a .case_text {
  padding: 0 25px 0 10px;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 1024px) {
  .info_case a .case_text {
    padding: 0 25px 0 15px;
  }
}

.info_case a .case_text .text_main {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .info_case a .case_text .text_main {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}

.info_case a .case_text .text_sub {
  border: 1px dotted rgba(255, 255, 255, 0.8);
  padding: 3px;
  font-size: 0.7em;
  line-height: 1.2;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .info_case a .case_text .text_sub {
    padding: 5px;
  }
}

.info_case .case_more {
  width: 100%;
}

.info_case .case_more a {
  display: block;
  max-width: 400px;
  padding: 20px 15px;
  margin: 0 auto;
  text-align: center;
  color: #133C5E;
  font-size: 1.2em;
  line-height: 1.2;
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.info_case .case_more a:hover {
  background-color: #f7f7f7;
}

.info_partner {
  width: 100%;
}

.info_partner .logo_set {
  max-width: 1024px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 30px;
}

.info_partner .logo_box {
  width: 170px;
  margin: 0 20px;
}

.info_partner .logo_box img {
  width: 100%;
}

.info_partner .annotation {
  font-size: 0.8em;
  text-align: left;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .info_partner .annotation {
    text-align: center;
  }
}

.info_use {
  width: 100%;
  max-width: 830px;
}

.info_use img {
  width: 100%;
  max-width: 460px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .info_use img {
    max-width: none;
  }
}

/*----------------------------------------------------
Page Normal Section CSS
----------------------------------------------------*/
.page_normal .page_heading {
  background-color: #26B7D4;
  position: relative;
}

.page_normal .heading_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/separate.png);
  background-position: 50% 50%;
  background-size: 150%;
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  .page_normal .heading_img {
    background-size: 100%;
  }
}

.page_normal .heading_inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page_normal .heading_inner {
    padding: 60px 20px;
  }
}

.page_normal .heading_title {
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page_normal .heading_title {
    font-size: 2em;
  }
}

.page_normal .sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 0;
}

.page_normal .inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

.page_normal h2 {
  color: #333333;
  font-size: 1.3em;
  line-height: 1.4;
  border-left: 5px solid #27BCDA;
  padding: 15px 15px 15px 20px;
  margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .page_normal h2 {
    font-size: 1.8em;
  }
}

.page_normal h3 {
  color: #333333;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-left: 1px solid #27BCDA;
  padding: 10px 10px 10px 25px;
}

@media screen and (min-width: 1024px) {
  .page_normal h3 {
    font-size: 1.5em;
  }
}

.page_normal p {
  color: #333333;
  font-size: 1;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page_normal a {
  color: #26B7D4;
}

/*----------------------------------------------------
Page News Section CSS
----------------------------------------------------*/
.page_news .page_heading {
  background-color: #26B7D4;
  position: relative;
}

.page_news .heading_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/separate.png);
  background-position: 50% 50%;
  background-size: 150%;
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  .page_news .heading_img {
    background-size: 100%;
  }
}

.page_news .heading_inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page_news .heading_inner {
    padding: 60px 20px;
  }
}

.page_news .heading_title {
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page_news .heading_title {
    font-size: 2em;
  }
}

.page_news .sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 0;
}

.page_news .inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

.page_news .news_heading p {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 20px;
}

.page_news .news_heading p {
  font-family: "Open Sans";
}

.page_news .news_section {
  max-width: 900px;
  margin: 0 auto 40px;
}

.page_news .news_box {
  margin-bottom: 20px;
}

.page_news .news_box:last-child {
  margin-bottom: 0;
}

.page_news .news_box a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #26B7D4;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .page_news .news_box a {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page_news .news_box a:hover {
  background-color: #f7f7f7;
}

.page_news .news_box a .news_date {
  padding: 10px;
  background-color: #26B7D4;
  position: relative;
}

.page_news .news_box a .news_date:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  .page_news .news_box a .news_date {
    padding: 15px;
    min-width: 100px;
  }
  .page_news .news_box a .news_date:after {
    content: none;
  }
}

.page_news .news_box a .news_date_year {
  color: #ffffff;
  font-size: 0.7em;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .page_news .news_box a .news_date_year {
    font-size: 1em;
  }
}

.page_news .news_box a .news_date_md {
  color: #ffffff;
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .page_news .news_box a .news_date_md {
    font-size: 1.3em;
  }
}

.page_news .news_box a .news_text {
  padding: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page_news .news_box a .news_text {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 15px 40px 15px 20px;
  }
  .page_news .news_box a .news_text:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #D4D4D4;
    position: absolute;
    font-size: 30px;
    top: 50%;
    right: 18px;
    margin-top: -15px;
    opacity: 0.6;
  }
}

.page_news .news_box a .news_title_main {
  color: #3F616B;
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 5px;
}

.page_news .news_box a .news_title_sub {
  color: #3F616B;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .page_news .news_box a .news_title_sub {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}

.page_news .news_box a .news_place {
  color: #333333;
  font-size: 1em;
  line-height: 1.2;
  background-color: #f7f7f7;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
  display: inline-block;
  padding: 8px 10px;
}

/*----------------------------------------------------
Page Case Section CSS
----------------------------------------------------*/
.page_case .page_heading {
  background-color: #26B7D4;
  position: relative;
}

.page_case .heading_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/separate.png);
  background-position: 50% 50%;
  background-size: 150%;
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  .page_case .heading_img {
    background-size: 100%;
  }
}

.page_case .heading_inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page_case .heading_inner {
    padding: 60px 20px;
  }
}

.page_case .heading_title {
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page_case .heading_title {
    font-size: 2em;
  }
}

.page_case .page_h2,
.page_case .main_contents h2 {
  color: #333333;
  font-size: 1.3em;
  line-height: 1.4;
  border-left: 5px solid #26B7D4;
  padding: 15px 15px 15px 20px;
  margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .page_case .page_h2,
  .page_case .main_contents h2 {
    font-size: 1.8em;
  }
}

.page_case .page_h3,
.page_case .main_contents h3 {
  color: #333333;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-left: 1px solid #27BCDA;
  padding: 10px 10px 10px 25px;
}

@media screen and (min-width: 1024px) {
  .page_case .page_h3,
  .page_case .main_contents h3 {
    font-size: 1.5em;
  }
}

.page_case .page_p,
.page_case .main_contents p {
  color: #333333;
  font-size: 1;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page_case .page_img,
.page_case .main_contents img {
  max-width: 500px;
}

.page_case .sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 0;
}

.page_case .inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

.page_case .case_set {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page_case .case_set {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page_case .case_box {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .page_case .case_box {
    margin: 0 0 10px;
    width: 49.6%;
  }
}

.page_case .case_box a {
  background-color: #f7f7f7;
  color: #333333;
  position: relative;
  border-radius: 4px;
  padding: 15px 15px 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
  .page_case .case_box a {
    padding: 20px 20px 35px;
  }
}

.page_case .case_box a:hover {
  background-color: #f1f1f1;
}

.page_case .case_box a:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ADADAD;
  position: absolute;
  font-size: 26px;
  left: 50%;
  bottom: 8px;
  margin-left: -13px;
}

.page_case .case_box:first-child a:before {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0.7em;
  font-weight: 700;
  text-align: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #FF2D1A;
}

.page_case .case_img {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .page_case .case_img {
    width: 90px;
    height: 90px;
  }
}

.page_case .case_img img {
  width: 100%;
}

.page_case a .case_text {
  padding: 0 0 0 10px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1024px) {
  .page_case a .case_text {
    padding: 0 0 0 15px;
  }
}

.page_case a .case_text .text_main {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .page_case a .case_text .text_main {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}

.page_case a .case_text .text_sub {
  border: 1px dotted #B4C2CC;
  padding: 3px;
  font-size: 0.7em;
  line-height: 1.2;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .page_case a .case_text .text_sub {
    padding: 5px;
  }
}

.page_case a .case_text .case_more {
  width: 100%;
}

.page_case a .case_text .case_more a {
  display: block;
  max-width: 400px;
  padding: 20px 15px;
  margin: 0 auto;
  text-align: center;
  color: #133C5E;
  font-size: 1.2em;
  line-height: 1.2;
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.page_case a .case_text .case_more a:hover {
  background-color: #f7f7f7;
}

.page_case .text_tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.page_case .tag {
  font-size: 0.7em;
  padding: 5px 8px;
  border-radius: 2px;
  margin: 0 5px 0 0;
  color: #ffffff;
}

.page_case .tag.tag_dc {
  background-color: #1679B3;
}

.page_case .tag.tag_pf {
  background-color: #8A688E;
}

.page_case .tag.tag_lab {
  background-color: #3D9E00;
}

.page_case .case_excerpt {
  margin-bottom: 80px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.page_case .case_excerpt:last-child {
  margin-bottom: 0;
}

.page_case .case_excerpt_heading {
  background-color: #26B7D4;
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .page_case .case_excerpt_heading {
    padding: 20px;
  }
}

.page_case .case_excerpt_heading .case_img {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .page_case .case_excerpt_heading .case_img {
    width: 90px;
    height: 90px;
  }
}

.page_case .case_excerpt_heading .case_img img {
  width: 100%;
}

.page_case .case_excerpt_heading .case_text {
  padding: 0 0 0 10px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .page_case .case_excerpt_heading .case_text {
    padding: 0 0 0 15px;
  }
}

.page_case .case_excerpt_heading .case_text .text_main {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .page_case .case_excerpt_heading .case_text .text_main {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}

.page_case .case_excerpt_heading .case_text .text_sub {
  border: 1px dotted rgba(255, 255, 255, 0.8);
  padding: 3px;
  font-size: 0.7em;
  line-height: 1.2;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .page_case .case_excerpt_heading .case_text .text_sub {
    padding: 5px;
  }
}

.page_case .case_excerpt_body {
  background-color: #ffffff;
  padding: 15px;
}

@media screen and (min-width: 1024px) {
  .page_case .case_excerpt_body {
    padding: 40px;
  }
}

.page_case .case_excerpt_about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page_case .case_excerpt_about {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .page_case .case_excerpt_about .about_text {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.page_case .case_excerpt_about .about_text_main {
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #333333;
}

.page_case .case_excerpt_about .about_text_sub {
  font-size: 1em;
  line-height: 1.4;
  color: #333333;
}

.page_case .case_excerpt_about .about_img {
  width: 240px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .page_case .case_excerpt_about .about_img {
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}

.page_case .case_excerpt_about .about_img img {
  width: 240px;
}

.page_case .case_excerpt_result {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .page_case .case_excerpt_result {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page_case .case_excerpt_result .result_task {
  border: 1px solid #B4C2CC;
}

@media screen and (min-width: 768px) {
  .page_case .case_excerpt_result .result_task {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page_case .case_excerpt_result .result_task_heading {
  background-color: #B4C2CC;
  color: #333333;
  text-align: center;
  padding: 15px;
}

.page_case .case_excerpt_result .result_task_list {
  color: #333333;
  line-height: 1.7;
  text-align: left;
  padding: 15px;
}

.page_case .case_excerpt_result .result_goal {
  border: 1px solid #1679B3;
}

@media screen and (min-width: 768px) {
  .page_case .case_excerpt_result .result_goal {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page_case .case_excerpt_result .result_goal_heading {
  background-color: #1679B3;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}

.page_case .case_excerpt_result .result_goal_list {
  color: #333333;
  line-height: 1.7;
  text-align: left;
  padding: 15px;
}

.page_case .case_excerpt_result .result_arrow {
  color: #B4C2CC;
  font-size: 3em;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .page_case .case_excerpt_result .result_arrow {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.page_case .case_excerpt_knowledge {
  border: 1px solid #3D9E00;
  margin-bottom: 20px;
}

.page_case .case_excerpt_knowledge .knowledge_heading {
  background-color: #3D9E00;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}

.page_case .case_excerpt_knowledge .knowledge_list {
  color: #333333;
  line-height: 1.7;
  text-align: left;
  padding: 15px;
}

.page_case .case_excerpt_more a {
  display: block;
  max-width: 400px;
  padding: 20px 15px;
  margin: 0 auto;
  text-align: center;
  color: #133C5E;
  font-size: 1.2em;
  line-height: 1.2;
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.page_case .case_excerpt_more a:hover {
  background-color: #f7f7f7;
}

/*----------------------------------------------------
Page Case Detail Section CSS
----------------------------------------------------*/
.page_case_detail .page_heading {
  background-color: #26B7D4;
  position: relative;
}

.page_case_detail .heading_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/separate.png);
  background-position: 50% 50%;
  background-size: 150%;
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  .page_case_detail .heading_img {
    background-size: 100%;
  }
}

.page_case_detail .heading_inner {
  padding: 30px 20px;
  max-width: 984px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page_case_detail .sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 0;
}

.page_case_detail .inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

.page_case_detail .page_h2,
.page_case_detail .main_contents h2 {
  color: #333333;
  font-size: 1.3em;
  line-height: 1.4;
  border-left: 5px solid #26B7D4;
  padding: 15px 15px 15px 20px;
  margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .page_case_detail .page_h2,
  .page_case_detail .main_contents h2 {
    font-size: 1.8em;
  }
}

.page_case_detail .page_h3,
.page_case_detail .main_contents h3 {
  color: #333333;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-left: 1px solid #27BCDA;
  padding: 10px 10px 10px 25px;
}

@media screen and (min-width: 1024px) {
  .page_case_detail .page_h3,
  .page_case_detail .main_contents h3 {
    font-size: 1.5em;
  }
}

.page_case_detail .page_p,
.page_case_detail .main_contents p {
  color: #333333;
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page_case_detail .page_p a,
.page_case_detail .main_contents p a {
  color: #26B7D4;
}

.page_case_detail .page_img,
.page_case_detail .main_contents img {
  max-width: 500px;
  margin-bottom: 20px;
}

.page_case_detail .interview {
  margin: 60px 0 40px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.page_case_detail .interview_title {
  background-color: #133C5E;
  color: #ffffff;
  padding: 7px;
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  .page_case_detail .interview_title {
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .page_case_detail .interview_title {
    font-size: 1em;
  }
}

.page_case_detail .interview_row {
  background-color: #f7f7f7;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .page_case_detail .interview_row {
    padding: 15px;
  }
}

.page_case_detail .interview_img {
  width: 90px;
  margin: 0 10px 0 0;
}

.page_case_detail .interview_img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page_case_detail .interview_img {
    width: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .page_case_detail .interview_img {
    width: 100px;
  }
}

.page_case_detail .interview_text {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.8em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .page_case_detail .interview_text {
    font-size: 1em;
    line-height: 1.4;
  }
}

.page_case_detail .case_img {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .page_case_detail .case_img {
    width: 90px;
    height: 90px;
  }
}

.page_case_detail .case_img img {
  width: 100%;
}

.page_case_detail .case_text {
  padding: 0 0 0 10px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1024px) {
  .page_case_detail .case_text {
    padding: 0 0 0 15px;
  }
}

.page_case_detail .case_text .text_main {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .page_case_detail .case_text .text_main {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}

.page_case_detail .case_text .text_sub {
  border: 1px dotted rgba(255, 255, 255, 0.8);
  padding: 3px;
  font-size: 0.7em;
  line-height: 1.2;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .page_case_detail .case_text .text_sub {
    padding: 5px;
  }
}

.page_case_detail .text_tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.page_case_detail .tag {
  font-size: 0.7em;
  padding: 5px 8px;
  border-radius: 2px;
  margin: 0 5px 0 0;
  color: #ffffff;
}

.page_case_detail .tag.tag_dc {
  background-color: #1679B3;
}

.page_case_detail .tag.tag_pf {
  background-color: #8A688E;
}

.page_case_detail .tag.tag_lab {
  background-color: #3D9E00;
}

.page_case_detail .case_excerpt_about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page_case_detail .case_excerpt_about {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .page_case_detail .case_excerpt_about .about_text {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.page_case_detail .case_excerpt_about .about_text_main {
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #333333;
}

.page_case_detail .case_excerpt_about .about_text_sub {
  font-size: 1em;
  line-height: 1.4;
  color: #333333;
}

.page_case_detail .case_excerpt_about .about_img {
  width: 240px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .page_case_detail .case_excerpt_about .about_img {
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}

.page_case_detail .case_excerpt_about .about_img img {
  width: 240px;
}

.page_case_detail .case_excerpt_result {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .page_case_detail .case_excerpt_result {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page_case_detail .case_excerpt_result .result_task {
  border: 1px solid #B4C2CC;
}

@media screen and (min-width: 768px) {
  .page_case_detail .case_excerpt_result .result_task {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page_case_detail .case_excerpt_result .result_task_heading {
  background-color: #B4C2CC;
  color: #333333;
  text-align: center;
  padding: 15px;
}

.page_case_detail .case_excerpt_result .result_task_list {
  color: #333333;
  line-height: 1.7;
  text-align: left;
  padding: 15px;
}

.page_case_detail .case_excerpt_result .result_goal {
  border: 1px solid #1679B3;
}

@media screen and (min-width: 768px) {
  .page_case_detail .case_excerpt_result .result_goal {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page_case_detail .case_excerpt_result .result_goal_heading {
  background-color: #1679B3;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}

.page_case_detail .case_excerpt_result .result_goal_list {
  color: #333333;
  line-height: 1.7;
  text-align: left;
  padding: 15px;
}

.page_case_detail .case_excerpt_result .result_arrow {
  color: #B4C2CC;
  font-size: 3em;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .page_case_detail .case_excerpt_result .result_arrow {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.page_case_detail .case_excerpt_knowledge {
  border: 1px solid #3D9E00;
  margin-bottom: 20px;
}

.page_case_detail .case_excerpt_knowledge .knowledge_heading {
  background-color: #3D9E00;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}

.page_case_detail .case_excerpt_knowledge .knowledge_list {
  color: #333333;
  line-height: 1.7;
  text-align: left;
  padding: 15px;
}

/*----------------------------------------------------
Page Event Section CSS
----------------------------------------------------*/
.page_event .page_heading {
  background-color: #26B7D4;
  position: relative;
}

.page_event .heading_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/separate.png);
  background-position: 50% 50%;
  background-size: 150%;
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  .page_event .heading_img {
    background-size: 100%;
  }
}

.page_event .heading_inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page_event .heading_inner {
    padding: 60px 20px;
  }
}

.page_event .heading_title {
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page_event .heading_title {
    font-size: 2em;
  }
}

.page_event .sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 0;
}

.page_event .inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

.page_event .event_heading p {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 20px;
}

.page_event .event_heading p {
  font-family: "Open Sans";
}

.page_event .event_section {
  max-width: 900px;
  margin: 0 auto 40px;
}

.page_event .event_box {
  margin-bottom: 20px;
}

.page_event .event_box:last-child {
  margin-bottom: 0;
}

.page_event .event_box a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #26B7D4;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .page_event .event_box a {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page_event .event_box a:hover {
  background-color: #f7f7f7;
}

.page_event .event_box a .event_date {
  padding: 10px;
  background-color: #26B7D4;
  position: relative;
}

.page_event .event_box a .event_date:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  .page_event .event_box a .event_date {
    padding: 15px;
    min-width: 100px;
  }
  .page_event .event_box a .event_date:after {
    content: none;
  }
}

.page_event .event_box a .event_date_year {
  color: #ffffff;
  font-size: 0.7em;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .page_event .event_box a .event_date_year {
    font-size: 1em;
  }
}

.page_event .event_box a .event_date_md {
  color: #ffffff;
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .page_event .event_box a .event_date_md {
    font-size: 1.3em;
  }
}

.page_event .event_box a .event_text {
  padding: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page_event .event_box a .event_text {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 15px 40px 15px 20px;
  }
  .page_event .event_box a .event_text:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #D4D4D4;
    position: absolute;
    font-size: 30px;
    top: 50%;
    right: 18px;
    margin-top: -15px;
    opacity: 0.6;
  }
}

.page_event .event_box a .event_title_main {
  color: #3F616B;
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .page_event .event_box a .event_title_main {
    font-size: 1.8em;
  }
}

.page_event .event_box a .event_title_sub {
  color: #3F616B;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .page_event .event_box a .event_title_sub {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}

.page_event .event_box a .event_place {
  color: #333333;
  font-size: 1em;
  line-height: 1.2;
  background-color: #f7f7f7;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
  display: inline-block;
  padding: 8px 10px;
}

.event_original_head .heading_event_title {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .event_original_head .heading_event_title {
    font-size: 2.6em;
  }
}

.event_original_head .heading_event_subtitle {
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .event_original_head .heading_event_subtitle {
    font-size: 2em;
  }
}

.event_original_head .heading_event_info {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  border: 1px solid #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 8px 20px;
}

.event_original_head .heading_event_date {
  display: inline-block;
}

.event_original_head .heading_event_place {
  display: inline-block;
  margin-left: 5px;
}

.event_original_body .inner {
  max-width: 830px;
}

.event_original_body .sns_top {
  padding: 0 0 30px;
}

.event_original_body .link_button {
  width: 100%;
}

.event_original_body .link_button a {
  display: block;
  max-width: 780px;
  padding: 20px 15px;
  margin: 30px auto 50px;
  text-align: center;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  background-color: #4ECB7A;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .event_original_body .link_button a {
    padding: 30px 15px;
    font-size: 1.7em;
  }
}

.event_original_body .link_button a:hover {
  background-color: #5EEA85;
}

.event_original_body h2 {
  font-size: 1.6em;
  color: #3F616B;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .event_original_body h2 {
    font-size: 2em;
    margin-bottom: 50px;
    text-align: center;
  }
}

.event_original_body h3 {
  color: #333333;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}

.event_original_body p {
  color: #333333;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 20px;
}

.event_original_body ul {
  margin-bottom: 20px;
}

.event_original_body li {
  color: #333333;
  list-style: initial;
  font-size: 1em;
  line-height: 1.4;
  margin-left: 1.4em;
}

.event_original_body a {
  color: #26B7D4;
}

.event_original_body hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 60px;
}

.event_original_body table {
  table-layout: fixed;
  word-wrap: break-word;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
}

.event_original_body td {
  border: 1px solid #f1f1f1;
  padding: 10px 10px;
  background-color: #fff;
  color: #333333;
}

.event_original_body td.tl-date {
  background-color: #26B7D4;
  color: #fff;
  width: 110px;
}

.event_original_body b {
  font-weight: 700;
}

.event_original_body small {
  font-size: 90%;
}

.event_original_body .company_box {
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
}

.event_original_body .company_main {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.event_original_body .company_logo {
  -webkit-flex: 0 0 160px;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  font-size: 80%;
}

.event_original_body .company_logo img {
  width: 85%;
  padding: 5%;
  margin-top: 10px;
  border: 1px solid #D4D4D4;
}

.event_original_body .company_info {
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-left: 10px;
}

.event_original_body .company_info_title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.event_original_body .company_info_text {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.event_original_body .company_photo {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event_original_body .company_photo img {
  margin: 0 auto;
}

.event_original_body .company_photo_ogject {
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-right: 10px;
}

.event_original_body .company_photo_ogject img {
  width: 100%;
}

.event_original_body .company_photo_ogject:last-child {
  margin-right: 0;
}

/*----------------------------------------------------
SNS CSS
----------------------------------------------------*/
.sns_button_set {
  min-height: 27px;
}

.sns_button_set .sns_button_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sns_button_set .sns_button_content {
  display: inline-block;
  margin: 0 0 5px 5px;
}

.sns_button_set .sns_button_content:first-child {
  margin: 0 0 5px;
}

.sns_button_dummy {
  height: 20px;
}

.sns_button_dummy img {
  height: 100%;
}

/*----------------------------------------------------
Twitter Box Section CSS
----------------------------------------------------*/
.twitterbox {
  background-color: #f7f7f7;
}

.twitterbox .inner {
  padding: 50px 20px;
  max-width: 984px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .twitterbox .inner {
    padding: 70px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .twitterbox .inner {
    padding: 100px 20px;
  }
}

.twitterbox .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .twitterbox .row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.twitterbox .column {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .twitterbox .column {
    margin: 0 10px 0 0;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.twitterbox .column:last-child {
  margin: 0;
}

.twitterbox a .follow {
  height: 220px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #26B7D4;
}

@media screen and (min-width: 768px) {
  .twitterbox a .follow {
    height: 320px;
  }
}

.twitterbox a .follow:hover {
  background-color: #4DC3DA;
}

.twitterbox .follow_icon {
  font-size: 5em;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .twitterbox .follow_icon {
    font-size: 8em;
  }
}

.twitterbox .follow_text {
  font-size: 1em;
}

@media screen and (min-width: 1024px) {
  .twitterbox .follow_text {
    font-size: 1.5em;
  }
}

/*----------------------------------------------------
Footer Section CSS
----------------------------------------------------*/
.footer {
  background-color: #051018;
}

.footer .inner {
  padding: 30px 20px;
}

.footer .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .footer .row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.footer .column {
  width: 100%;
}

.footer .footer_link_nifty_desktop {
  width: 88px;
  height: 17px;
}

.footer .footer_link_nifty_desktop img {
  width: 100%;
}

.footer .footer_link_recruit a,
.footer .footer_link_nifty_mobile a,
.footer .footer_link_info a {
  color: rgba(255, 255, 255, 0.9);
  background-color: #133C5E;
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  display: block;
  padding: 10px;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .footer .footer_link_recruit a,
  .footer .footer_link_nifty_mobile a,
  .footer .footer_link_info a {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    padding: 0;
    font-size: 0.8em;
    margin: 0 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer_link_info a {
    text-align: right;
  }
}

.footer .footer_copyright p {
  padding-top: 10px;
  font-size: 0.8em;
  color: #ffffff;
  text-align: center;
  font-family: 'Open Sans';
}

@media screen and (min-width: 768px) {
  .footer .footer_copyright p {
    text-align: right;
  }
}
