@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
	base/base
================================= */
html {
  font-size: 62.5%;
  color: #333; }

body {
  position: static;
  overflow-x: hidden;
  word-break: break-all;
  font-size: 150%;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

canvas {
  vertical-align: top; }

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none;
  color: #009bcf; }
  a:focus {
    outline: none; }
  a:active {
    color: #009bcf; }

textarea:focus,
input:focus,
button:focus {
  outline: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

i {
  font-style: normal; }

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

div {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em; }
  div:focus {
    outline: none; }

p {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

label {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em; }

input::-webkit-input-placeholder {
  font-size: 1.6rem; }

input:-ms-input-placeholder {
  font-size: 1.6rem; }

input::-ms-input-placeholder {
  font-size: 1.6rem; }

input::placeholder {
  font-size: 1.6rem; }

input[type="text"],
input[type="tel"],
input[type="email"] {
  font-size: 1.6rem; }

table {
  width: 100%; }

main {
  display: block; }

/* ==============================
	base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb0 {
  padding-bottom: 0px !important; }

/* =========================================================
 Layout
========================================================= */
/* ==============================
	layout/layout
================================= */
.inner {
  width: 100%;
  max-width: 1080px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .inner .col-ttl-wrap {
    padding: 0; }
  .inner.no-padding {
    padding: 0; }
    .inner.no-padding .col-ttl-wrap {
      padding: 0 15px; }
    @media (min-width: 1080px) {
      .inner.no-padding .col-ttl-wrap {
        padding: 0;
        margin: 0; } }
    @media (min-width: 1080px) {
      .inner.no-padding .col-header .col-ttl-wrap {
        padding: 0; } }
  @media (min-width: 1080px) {
    .inner {
      padding: 0; } }

.page-wrap.padding {
  padding: 40px 0 60px; }
  @media (min-width: 1080px) {
    .page-wrap.padding {
      padding: 80px 0 100px; } }

.archive .page-wrap {
  padding: 40px 0 60px; }
  @media (min-width: 1080px) {
    .archive .page-wrap {
      padding: 40px 0 80px; } }
  .archive .page-wrap.no-padding {
    padding: 0; }

.post .page-wrap {
  padding: 40px 0 60px; }
  @media (min-width: 1080px) {
    .post .page-wrap {
      padding: 80px 0 100px; } }
  .post .page-wrap.no-padding {
    padding: 0; }

.def-col {
  margin-top: 40px; }
  @media (min-width: 1080px) {
    .def-col {
      margin-top: 60px; } }

/* =========================================================
 Module
========================================================= */
/* ==============================
	module/ font
================================= */
.txt-right {
  text-align: right; }

.kome {
  font-size: 1.2rem; }
  .kome.red {
    color: #e63b3b; }

.font-def {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.font-alegreya {
  font-family: 'Alegreya Sans', sans-serif; }

.font-roboto {
  font-family: 'Roboto', sans-serif; }

.link-underline {
  color: #242627;
  text-decoration: underline; }

.col-ttl-wrap {
  width: 100%;
  max-width: 1040px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1080px) {
  .col-header {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .col-header .col-ttl-wrap {
      padding: 0; }
    .col-header .col-ttl {
      margin-bottom: 0; } }

.col-ttl {
  display: inline-block;
  color: #06afec;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media (min-width: 1080px) {
    .col-ttl {
      font-size: 2.6rem;
      margin-bottom: 30px;
      line-height: 1.54; } }

.def-ttl {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.58;
  margin-bottom: 30px; }
  @media (min-width: 1080px) {
    .def-ttl {
      font-size: 2.8rem;
      line-height: 1.64; } }

.col-subttl {
  display: block;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: bold;
  margin-bottom: 24px; }
  @media (min-width: 1080px) {
    .col-subttl {
      font-size: 2rem;
      line-height: 1.6;
      margin-bottom: 24px; } }

.col-ttl-sub {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.25rem; }
  @media (min-width: 1080px) {
    .col-ttl-sub {
      margin-left: 10px;
      font-size: 1.5rem; } }

.col-border-ttl-wrap .col-ttl {
  color: #242627;
  margin-bottom: 10px; }

@media (min-width: 1080px) {
  .col-border-ttl-wrap .col-ttl {
    font-size: 2.8rem; } }

.ttl-col-border {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
  color: #06afec; }
  @media (min-width: 1080px) {
    .ttl-col-border {
      font-size: 2rem; } }

/* ==============================
	module/ btn
================================= */
.btn-wrap {
  text-align: center; }
  .btn-wrap.left {
    text-align: left; }
  .btn-wrap.right {
    text-align: right; }
  @media (min-width: 768px) {
    .btn-wrap.left-min-ipad {
      text-align: left; } }
  .btn-wrap.col2 > .btn + .btn {
    margin-left: 10px; }

.btn {
  display: inline-block;
  width: 100%;
  max-width: 315px;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.55rem;
  vertical-align: middle;
  background: #faec7a;
  color: #098fcd;
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  -webkit-transition: .3s;
  transition: .3s; }
  .btn:active {
    background: #ffdc36; }
    .btn:active.blue {
      background: #0096ff;
      color: #fff; }
    .btn:active.gray {
      background: #fff; }
    .btn:active.border {
      color: #fff;
      background: #06afec; }
  .btn.small {
    min-width: 240px;
    max-width: 240px;
    padding: 10px;
    font-size: 1.5rem; }
  .btn.blue {
    background: #06afec;
    color: #fff; }
  .btn.gray {
    background: #eee;
    color: #242627; }
  .btn.border {
    color: #06afec;
    border: 1px solid #06afec;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.disabled {
    cursor: arrow;
    pointer-events: none;
    background: #ddd;
    color: #fff; }
  .btn:disabled {
    cursor: arrow;
    pointer-events: none;
    background: #ddd;
    color: #fff; }
  @media (min-width: 768px) {
    .btn {
      width: 100%;
      max-width: 405px;
      font-size: 1.8rem;
      padding: 25px 10px;
      letter-spacing: 0.12em; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none\0) {
    .btn *::-ms-backdrop, .btn {
      padding: 15px 10px 10px; } }
  @media (min-width: 768px) {
      .btn.small {
        width: auto;
        min-width: 194px;
        max-width: 100%;
        padding: 10px 30px;
        font-size: 1.4rem; } }
    @media all and (min-width: 768px) and (-ms-high-contrast: none\0) {
      .btn.small *::-ms-backdrop, .btn.small {
        padding: 15px 10px 10px; } }
  @media (min-width: 768px) {
      .btn:hover {
        background: #ffdc36; }
        .btn:hover.blue {
          background: #0096ff;
          color: #fff; }
        .btn:hover.gray {
          background: #fff; }
        .btn:hover.border {
          color: #fff;
          background: #06afec; } }

/* ==============================
	module/ list , tag
================================= */
/*--------------------
tag
--------------------*/
.category {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 2px 15px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  vertical-align: top; }
  @media all and (-ms-high-contrast: none\0) {
    .category *::-ms-backdrop, .category {
      padding: 4px 15px 0; } }
  .category + .category {
    margin-left: 5px; }
  .category.news {
    background: #03cdc1; }
  .category.pressrelease {
    background: #037dd2; }
  .category.disaster {
    background: #e63b3b; }
  .category.csr {
    background: #78cb3b; }
  .category.event {
    background: #fd8b2f; }
  .category.other {
    background: #9e9e9e; }
  @media (min-width: 1080px) {
    .category {
      font-size: 1.2rem; } }

.tag-col > span {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 10px;
  color: #06afec;
  background: #dbf5ff; }
  @media all and (-ms-high-contrast: none\0) {
    .tag-col > span *::-ms-backdrop, .tag-col > span {
      padding: 5px 10px 0; } }
  .tag-col > span a {
    color: #06afec; }
  @media (min-width: 1080px) {
    .tag-col > span {
      font-size: 1.5rem; } }
  .tag-col > span + span {
    margin-left: 5px; }

.store-tag > span {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.2rem;
  vertical-align: middle; }
  @media all and (-ms-high-contrast: none\0) {
    .store-tag > span *::-ms-backdrop, .store-tag > span {
      padding: 4px 10px 0; } }
  .store-tag > span + .span {
    margin-left: 10px; }

.store-tag .blue {
  background: #4267c7; }

.store-tag .green {
  background: #75bf3a; }

.store-tag .red {
  background: #e86f89; }

.store-tag .purple {
  background: #b870c7; }

/*--------------------
list
--------------------*/
.def-list > li {
  margin-top: 20px; }
  .def-list > li:first-child {
    margin-top: 0; }
  @media (min-width: 1080px) {
    .def-list > li > li {
      margin-top: 40px; } }

.news-list > li {
  margin-top: 15px; }
  .news-list > li:first-child {
    margin-top: 0; }

.news-list.box > li {
  border-radius: 4px;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (min-width: 1080px) {
    .news-list.box > li:hover {
      -webkit-box-shadow: none;
      box-shadow: none; } }

.news-list.border > li {
  border-bottom: 1px solid #e6e6e6; }

@media (min-width: 1080px) {
  .news-list.border .news-list-inner:hover .news-list-txt {
    color: #06afec; } }

.news-list-inner {
  display: block;
  padding: 15px 15px;
  color: #242627;
  position: relative; }

.news-list-content {
  padding-right: 35px;
  line-height: 1.7; }

.news-list-date {
  display: inline-block;
  font-size: 1.3rem;
  vertical-align: middle; }

.news-list-category {
  display: inline-block;
  margin-left: 5px; }

.news-list-txt {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem; }

.news-list-icon {
  display: block;
  position: absolute;
  font-size: 1.3rem;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 1080px) {
  > li {
    margin-top: 10px; }
  .news-list-inner {
    padding: 40px 100px 40px 45px;
    color: #242627; }
  .news-list-content {
    display: table;
    width: 100%;
    padding: 0;
    table-layout: fixed; }
  .news-list-date {
    display: table-cell;
    width: 100px;
    font-size: 1.5rem;
    vertical-align: top; }
  .news-list-category {
    display: table-cell;
    width: 100px;
    vertical-align: top; }
    .news-list-category .category {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
  .news-list-txt {
    display: table-cell;
    padding-left: 20px;
    font-size: 1.5rem;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s; }
  .news-list-icon {
    right: 50px;
    font-size: 1.5rem; } }

.pager-wrap {
  margin-top: 40px; }
  @media (min-width: 1080px) {
    .pager-wrap {
      margin-top: 50px; } }

.page-numbers {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .page-numbers > li {
    padding: 0 10px; }
  @media (min-width: 1080px) {
    .page-numbers {
      max-width: 320px; }
      .page-numbers > li {
        padding: 0 20px; } }

.mdl-accordion {
  background: #f6f6f6;
  padding: 0 12.5px;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08); }
  @media (min-width: 1080px) {
    .mdl-accordion {
      padding: 0 3px; } }

.accordion-ttl {
  position: relative;
  padding: 15px 20px 15px 30px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.92;
  cursor: pointer; }
  .accordion-ttl:before {
    content: "Q";
    font-family: 'Alegreya Sans', sans-serif;
    position: absolute;
    display: block;
    font-size: 1.45rem;
    font-weight: bold;
    color: #06afec;
    top: 12px;
    left: 5px; }
  .accordion-ttl .accordion-icon {
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    top: 20px;
    right: 0; }
    .accordion-ttl .accordion-icon:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 1px;
      top: 5px;
      left: 0;
      background: #242627; }
    .accordion-ttl .accordion-icon:after {
      content: "";
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      top: 0;
      left: 6px;
      background: #242627;
      -webkit-transition: .3s;
      transition: .3s; }
  @media (min-width: 1080px) {
    .accordion-ttl {
      font-size: 1.5rem;
      padding: 25px 120px 25px 100px; }
      .accordion-ttl:before {
        font-size: 2.8rem;
        left: 40px;
        top: 10px; }
      .accordion-ttl .accordion-icon {
        width: 20px;
        height: 20px;
        right: 40px;
        top: 28px; }
        .accordion-ttl .accordion-icon:before {
          top: 9px; }
        .accordion-ttl .accordion-icon:after {
          left: 9px; } }

.accordion-content {
  position: relative;
  padding: 15px 20px 15px 30px;
  font-size: 1.3rem;
  line-height: 1.92;
  border-top: 1px solid #e6e6e6;
  display: none; }
  .accordion-content:before {
    font-family: 'Alegreya Sans', sans-serif;
    content: "A";
    position: absolute;
    display: block;
    font-size: 1.45rem;
    font-weight: bold;
    color: #098fcd;
    top: 13px;
    left: 5px; }
  @media (min-width: 1080px) {
    .accordion-content {
      font-size: 1.5rem;
      padding: 25px 120px 25px 100px; }
      .accordion-content:before {
        font-size: 2.8rem;
        left: 40px;
        top: 10px; } }

.col-list > li {
  margin-top: 60px; }
  .col-list > li:first-child {
    margin-top: 0; }

.col-list .col-border-ttl-wrap {
  margin-top: 20px; }

.col-list .col-ttl-wrap {
  margin-top: 30px; }

.col-list .col-content {
  margin-top: 20px; }

.col-list .btn-wrap {
  margin-top: 30px; }

.col-list .col-list-img {
  margin-top: 20px; }

@media (min-width: 768px) {
  .col-list > li {
    margin-top: 80px; }
  .col-list .col-ttl-wrap {
    margin-top: 0; }
  .col-list .col-ttl-wrap {
    margin-top: 0; }
  .col-list .col-list-img {
    width: 400px;
    margin-top: 0; }
  .col-list .col-list-content {
    margin-left: 50px;
    width: calc(100% - 400px); }
  .col-list .reverse .col-list-content {
    margin-left: 0;
    margin-right: 50px; }
  .col-list .btn-wrap {
    text-align: left; } }

@media (min-width: 1080px) {
  .col-list .col-list-img {
    width: 540px; }
  .col-list .col-list-content {
    width: calc(100% - 540px); } }

.store-list > li {
  margin-top: 30px; }
  .store-list > li:first-child {
    margin-top: 0; }

.store-list .store-tag {
  display: inline-block;
  vertical-align: middle; }

.store-list .store-list-ttl {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7;
  vertical-align: middle; }

.store-list .store-list-content {
  margin-top: 20px; }
  .store-list .store-list-content p {
    line-height: 1.63; }
    .store-list .store-list-content p span {
      display: block; }

.store-list .store-list-inner {
  padding: 30px 20px;
  background: #f6f6f6; }

.store-list .btn-wrap {
  margin-top: 20px; }

.store-list .store-list-tel {
  margin-top: 20px; }

@media (min-width: 768px) {
  .store-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .store-list > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 48%;
      margin-top: 0; }
      .store-list > li:nth-child(n+3) {
        margin-top: 40px; }
    .store-list .store-list-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .store-list .store-list-ttl {
      font-size: 1.6rem;
      margin-left: 10px; } }

@media (min-width: 1080px) {
  .store-list > li {
    width: 515px; }
  .store-list .store-list-inner {
    padding: 35px 40px; }
  .store-list .store-list-content {
    margin-top: 30px; }
    .store-list .store-list-content p {
      line-height: 1.63; }
      .store-list .store-list-content p span {
        display: inline-block; }
        .store-list .store-list-content p span + span {
          margin-left: 40px; }
  .store-list .btn-wrap {
    margin-top: 25px; } }

.about-bottom-list > li {
  border-bottom: 1px solid #fff; }

@media (min-width: 768px) {
  .about-bottom-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #fff; }
    .about-bottom-list > li {
      width: 100%;
      border-right: 1px solid #fff;
      border-bottom: 0; } }

.about-bottom-list-inner {
  display: block;
  height: 240px;
  color: #fff;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s; }
  .about-bottom-list-inner:active {
    color: #fff;
    opacity: .7; }
  @media (min-width: 768px) {
    .about-bottom-list-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .about-bottom-list-inner:hover {
        opacity: .7;
        color: #fff; } }

.about-bottom-list-img {
  position: absolute;
  width: 100%;
  height: 240px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.about-bottom-list-ttl {
  position: absolute;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }
  @media (min-width: 768px) {
    .about-bottom-list-ttl {
      position: relative;
      font-size: 2.2rem;
      top: auto;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.about-bottom-list-ttl-br {
  display: none; }
  @media (min-width: 768px) {
    .about-bottom-list-ttl-br {
      display: block; } }
  @media (min-width: 1080px) {
    .about-bottom-list-ttl-br {
      display: none; } }

.photo-list > li {
  margin-top: 30px; }
  .photo-list > li:first-child {
    margin-top: 0; }

.photo-list img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.photo-list .photo-list-inner {
  position: relative; }

.photo-list .photo-list-ttl {
  position: absolute;
  color: #fff;
  font-size: 1.7rem;
  bottom: 10px;
  left: 10px; }

@media (min-width: 768px) {
  .photo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .photo-list > li {
      width: 48%;
      margin-top: 0; }
      .photo-list > li:nth-child(n+3) {
        margin-top: 30px; }
    .photo-list .photo-list-ttl {
      font-size: 2rem;
      bottom: 15px;
      left: 15px; } }

@media (min-width: 1080px) {
  .photo-list > li {
    width: 525px; } }

.dotted-list > li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.4rem;
  font-weight: bold; }
  .dotted-list > li:first-child {
    margin-top: 0; }
  .dotted-list > li:before {
    display: block;
    content: "・";
    color: #06afec;
    position: absolute;
    top: 0;
    left: 0; }
  .dotted-list > li > span {
    font-weight: normal; }

@media (min-width: 768px) {
  .dotted-list.col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .dotted-list.col2 > li {
      width: 49%;
      margin-top: 0; }
      .dotted-list.col2 > li:nth-child(n+3) {
        margin-top: 10px; } }

.page-scroll-wrap {
  padding-top: 40px;
  padding-bottom: 45px; }
  @media (min-width: 1080px) {
    .page-scroll-wrap {
      padding-top: 30px; }
      .page-scroll-wrap .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.page-scroll-ttl {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #06afec;
  font-weight: bold; }
  @media (min-width: 1080px) {
    .page-scroll-ttl {
      width: 220px;
      font-size: 2rem;
      margin-bottom: 0;
      padding-top: 25px; } }

.page-scroll {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-scroll > li {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .page-scroll a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #242627;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 25px 15px 0;
    border-bottom: 1px solid #e6e6e6; }
  .page-scroll span {
    position: absolute;
    display: block;
    color: #06afec;
    top: 50%;
    right: 5px;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 768px) {
    .page-scroll > li {
      width: 30%; } }
  @media (min-width: 1080px) {
    .page-scroll {
      min-width: 680px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-scroll > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 255px;
        margin-right: 45px; }
        .page-scroll > li:nth-child(3n) {
          margin-right: 0; }
      .page-scroll a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.6rem;
        padding: 25px 25px 25px 5px; }
      .page-scroll span {
        font-size: 1.4rem; } }

.company-list > li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }

@media (min-width: 1080px) {
  .company-list {
    margin-top: 25px;
    padding-bottom: 0; } }

@media (min-width: 1080px) {
  .company-list-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.company-list-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.43; }
  @media (min-width: 1080px) {
    .company-list-ttl {
      width: 180px; } }

.company-list-content {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8; }
  .company-list-content .btn-wrap {
    margin-top: 15px; }
  @media (min-width: 1080px) {
    .company-list-content {
      width: calc(100% - 180px);
      padding-left: 20px;
      margin-top: 0; } }

.history-list {
  position: relative; }
  .history-list > li {
    padding-top: 50px; }
    .history-list > li:first-child {
      padding-top: 0; }
  .history-list:before {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% - (25px + 1.5rem + 1.3rem));
    width: 1px;
    background: #06afec;
    top: calc(25px + 1.5rem + 1.3rem);
    left: 5px; }
  @media (min-width: 1080px) {
    .history-list > li {
      padding-top: 30px; }
    .history-list:before {
      width: 2px;
      height: calc(100% - 2.6rem);
      top: 1.3rem;
      left: 130px; } }

.history-list-inner {
  padding-left: 20px; }
  @media (min-width: 1080px) {
    .history-list-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 0; } }

.history-list-year {
  margin-bottom: 25px;
  color: #06afec;
  font-size: 1.5rem;
  font-weight: bold; }
  @media (min-width: 1080px) {
    .history-list-year {
      margin-bottom: 0;
      width: 130px; } }

@media (min-width: 1080px) {
  .history-list-content {
    padding-left: 60px;
    width: calc(100% - 130px); } }

.history-list-block + .history-list-block {
  padding-top: 40px; }

.history-list-block .hisotry-list-content {
  line-height: 1.79; }
  .history-list-block .hisotry-list-content p {
    font-size: 1.4rem; }
    .history-list-block .hisotry-list-content p + p {
      margin-top: 10px; }
  @media (min-width: 1080px) {
    .history-list-block .hisotry-list-content {
      width: calc(100% - 130px);
      font-size: 1.4rem; } }

@media (min-width: 1080px) {
  .history-list-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .history-list-block + .history-list-block {
      padding-top: 30px; } }

.hisotry-list-ttl {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 10px;
  font-weight: bold; }
  .hisotry-list-ttl:before {
    content: "";
    display: block;
    position: absolute;
    background: #06afec;
    left: -20px;
    top: 7px;
    width: 11px;
    height: 11px;
    border-radius: 50% 50%; }
  @media (min-width: 1080px) {
    .hisotry-list-ttl {
      width: 130px;
      margin-bottom: 0; }
      .hisotry-list-ttl:before {
        top: 3px;
        left: -65px; } }

.relation-list > li {
  margin-bottom: 2px; }

@media (min-width: 1080px) {
  .relation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .relation-list > li {
      margin-bottom: 0;
      margin-left: 2px; }
      .relation-list > li:first-child {
        margin-left: 0; } }

.relation-list-inner {
  display: block;
  color: #fff;
  width: 100%;
  position: relative; }
  .relation-list-inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(69, 69, 69, 0.78); }
  .relation-list-inner img {
    width: 100%;
    height: 145px; }
  @media (min-width: 1080px) {
    .relation-list-inner {
      width: 200px;
      height: 145px;
      -webkit-transition: .3s;
      transition: .3s; }
      .relation-list-inner:hover {
        opacity: .7; } }

.relation-list-ttl {
  position: absolute;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.service-list > li {
  margin-top: 15px; }
  .service-list > li:first-child {
    margin-top: 0; }

@media (min-width: 1080px) {
  .service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto; }
    .service-list > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0;
      width: 240px; } }

.service-list-inner {
  display: block;
  color: #242627;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden; }
  @media (min-width: 1080px) {
    .service-list-inner:hover {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media (min-width: 1080px) {
    .service-list-inner {
      width: 240px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.service-list-img {
  position: relative;
  width: 117px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f7f7; }
  .service-list-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  @media (min-width: 768px) {
    .service-list-img {
      width: 324px; } }
  @media (min-width: 1080px) {
    .service-list-img {
      width: 100%;
      height: 180px; } }

.service-list-content {
  width: calc(100% - 117px);
  background: #f6f6f6;
  padding: 25px 15px; }
  @media (min-width: 768px) {
    .service-list-content {
      width: calc(100% - 324px);
      padding: 50px 30px; } }
  @media (min-width: 1080px) {
    .service-list-content {
      width: 100%;
      min-height: calc(100% - 180px);
      padding: 20px 18px; } }

.bg-blue .service-list-content {
  background: #fff; }

.service-list-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (min-width: 1080px) {
    .service-list-ttl {
      text-align: center;
      font-size: 1.6rem; } }

.service-list-txt {
  line-height: 1.79;
  font-size: 1.4rem; }

.customer-list > li {
  margin-top: 20px; }
  .customer-list > li:first-child {
    margin-top: 0; }

@media (min-width: 1080px) {
  .customer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .customer-list > li {
      width: 32.5%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 0;
      margin-right: 1.2%; }
      .customer-list > li:nth-child(3n) {
        margin-right: 0; }
      .customer-list > li:nth-child(n+4) {
        margin-top: 20px; } }

.customer-list-inner {
  background: #eaf9fc;
  padding: 20px 25px; }

.customer-list-txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2; }
  .customer-list-txt > span {
    color: #06afec; }
  @media (min-width: 768px) {
    .customer-list-txt {
      font-size: 1.5rem; } }

.customer-list-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px; }

.customer-list-icon {
  width: 71px;
  margin-right: 10px; }

.mdl-mum-list {
  margin-top: 40px;
  padding-left: 20px; }
  .mdl-mum-list > li {
    list-style-type: decimal;
    margin-top: 30px; }
    .mdl-mum-list > li:first-child {
      margin-top: 0; }

.mum-list-ttl {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px; }

.mum-list-subttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #06afec; }

.mum-list-content {
  font-size: 1.6rem; }
  .mum-list-content > p + .mum-list-subttl {
    margin-top: 20px; }
  .mum-list-content > .mum-list-subttl + p {
    margin-top: 10px; }

.def-acv-list > li {
  margin-top: 40px; }
  .def-acv-list > li:first-child {
    margin-top: 0; }
  @media (min-width: 1080px) {
    .def-acv-list > li {
      margin-top: 60px; } }

/* ==============================
	module/ form
================================= */
.form-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: middle; }
  .form-ttl span {
    display: inline-block;
    vertical-align: middle; }
  .form-ttl .required {
    padding: 3px 15px 1px;
    margin-left: 10px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    background: #e63b3b;
    color: #fff;
    vertical-align: middle; }

.form-content {
  margin: 20px 0 35px; }
  @media (min-width: 1080px) {
    .form-content {
      margin: 20px 0 35px; } }
  .form-content.error .mdl-error {
    display: block; }
  .form-content.error input[type="text"],
  .form-content.error input[type="tel"],
  .form-content.error input[type="email"],
  .form-content.error input[type="number"] {
    background: #fbebeb; }
    .form-content.error input[type="text"]:valid,
    .form-content.error input[type="tel"]:valid,
    .form-content.error input[type="email"]:valid,
    .form-content.error input[type="number"]:valid {
      background: #fbebeb; }
  .form-content.error .required-check .false {
    opacity: 1; }
  .form-content.error label {
    color: #e63b3b; }
  .form-content.error > span {
    color: #e63b3b; }

textarea {
  width: 100%;
  min-height: 160px;
  padding: 15px;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 4px;
  background: #f2f2f2; }
  textarea::-webkit-input-placeholder {
    color: #c6c6c6; }
  textarea:-ms-input-placeholder {
    color: #c6c6c6; }
  textarea::-ms-input-placeholder {
    color: #c6c6c6; }
  textarea::placeholder {
    color: #c6c6c6; }

.contact-form {
  padding-top: 40px; }
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form input[type="number"] {
    border: none;
    padding: 30px 15px 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    height: 54px;
    width: 100%;
    font-size: 1.6rem;
    background: #f2f2f2;
    background-size: 35px 35px; }
  @media (min-width: 1080px) {
    .contact-form {
      padding-top: 60px; } }

.input-txt {
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden; }

.required-check {
  position: absolute;
  height: 100%;
  min-height: 54px;
  width: 52px;
  right: 0;
  top: 0; }
  .required-check div {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .required-check span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .required-check .def {
    background: #e1e1e1; }
  .required-check .true {
    background: #06afec;
    opacity: 0; }
  .required-check .false {
    background: #e63b3b;
    opacity: 0; }
    .required-check .false span {
      font-size: 1.8rem; }

.input-txt input[type="text"]:placeholder-shown:not(:focus) + *,
.input-txt input[type="tel"]:placeholder-shown:not(:focus) + *,
.input-txt input[type="email"]:placeholder-shown:not(:focus) + *,
.input-txt input[type="number"]:placeholder-shown:not(:focus) + * {
  font-size: 1.6rem;
  top: 18px;
  color: #242627; }

.input-txt label,
.input-txt > span {
  position: absolute;
  left: 15px;
  top: 8px;
  cursor: text;
  font-size: 1.1rem;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #06afec; }

.input-txt input[type="text"]::-webkit-input-placeholder,
.input-txt input[type="tel"]::-webkit-input-placeholder,
.input-txt input[type="email"]::-webkit-input-placeholder,
.input-txt input[type="number"]::-webkit-input-placeholder {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #888888;
  opacity: 0; }

.input-txt input[type="text"]:-ms-input-placeholder,
.input-txt input[type="tel"]:-ms-input-placeholder,
.input-txt input[type="email"]:-ms-input-placeholder,
.input-txt input[type="number"]:-ms-input-placeholder {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #888888;
  opacity: 0; }

.input-txt input[type="text"]::-ms-input-placeholder,
.input-txt input[type="tel"]::-ms-input-placeholder,
.input-txt input[type="email"]::-ms-input-placeholder,
.input-txt input[type="number"]::-ms-input-placeholder {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #888888;
  opacity: 0; }

.input-txt input[type="text"]::placeholder,
.input-txt input[type="tel"]::placeholder,
.input-txt input[type="email"]::placeholder,
.input-txt input[type="number"]::placeholder {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #888888;
  opacity: 0; }

.input-txt input[type="text"]:focus::-webkit-input-placeholder,
.input-txt input[type="tel"]:focus::-webkit-input-placeholder,
.input-txt input[type="email"]:focus::-webkit-input-placeholder,
.input-txt input[type="number"]:focus::-webkit-input-placeholder {
  opacity: 1; }

.input-txt input[type="text"]:focus:-ms-input-placeholder,
.input-txt input[type="tel"]:focus:-ms-input-placeholder,
.input-txt input[type="email"]:focus:-ms-input-placeholder,
.input-txt input[type="number"]:focus:-ms-input-placeholder {
  opacity: 1; }

.input-txt input[type="text"]:focus::-ms-input-placeholder,
.input-txt input[type="tel"]:focus::-ms-input-placeholder,
.input-txt input[type="email"]:focus::-ms-input-placeholder,
.input-txt input[type="number"]:focus::-ms-input-placeholder {
  opacity: 1; }

.input-txt input[type="text"]:focus::placeholder,
.input-txt input[type="tel"]:focus::placeholder,
.input-txt input[type="email"]:focus::placeholder,
.input-txt input[type="number"]:focus::placeholder {
  opacity: 1; }

.input-txt input[type="text"]:placeholder-shown:not(:focus) + *,
.input-txt input[type="tel"]:placeholder-shown:not(:focus) + *,
.input-txt input[type="email"]:placeholder-shown:not(:focus) + *,
.input-txt input[type="number"]:placeholder-shown:not(:focus) + * {
  font-size: 1.6rem;
  top: 18px;
  color: #c6c6c6; }

.input-txt input[type="text"]::-webkit-input-placeholder:focus,
.input-txt input[type="tel"]::-webkit-input-placeholder:focus,
.input-txt input[type="email"]::-webkit-input-placeholder:focus,
.input-txt input[type="number"]::-webkit-input-placeholder:focus {
  opacity: 1; }

.input-txt input[type="text"]:-ms-input-placeholder:focus,
.input-txt input[type="tel"]:-ms-input-placeholder:focus,
.input-txt input[type="email"]:-ms-input-placeholder:focus,
.input-txt input[type="number"]:-ms-input-placeholder:focus {
  opacity: 1; }

.input-txt input[type="text"]::-ms-input-placeholder:focus,
.input-txt input[type="tel"]::-ms-input-placeholder:focus,
.input-txt input[type="email"]::-ms-input-placeholder:focus,
.input-txt input[type="number"]::-ms-input-placeholder:focus {
  opacity: 1; }

.input-txt input[type="text"]::placeholder:focus,
.input-txt input[type="tel"]::placeholder:focus,
.input-txt input[type="email"]::placeholder:focus,
.input-txt input[type="number"]::placeholder:focus {
  opacity: 1; }

.input-txt input[type="text"]:valid,
.input-txt input[type="tel"]:valid,
.input-txt input[type="email"]:valid,
.input-txt input[type="number"]:valid {
  background: #f2f2f2;
  background-size: 35px 35px; }

.input-box input[type="radio"] {
  display: none; }
  .input-box input[type="radio"]:checked + label:before {
    opacity: 0; }
  .input-box input[type="radio"]:checked + label:after {
    opacity: 1; }
  .input-box input[type="radio"] + label:before {
    background: url(../images/common/radio_off.png) no-repeat center center;
    background-size: 24px 24px; }
  .input-box input[type="radio"] + label:after {
    background: url(../images/common/radio_on.png) no-repeat center center;
    background-size: 24px 24px; }

.input-box input[type="checkbox"] {
  display: none; }
  .input-box input[type="checkbox"] + label:before {
    background: url(../images/common/checkbox_off.png) no-repeat center center;
    background-size: 20px 20px; }
  .input-box input[type="checkbox"] + label:after {
    background: url(../images/common/checkbox_on.png) no-repeat center center;
    background-size: 20px 20px; }
  .input-box input[type="checkbox"]:checked + label:before {
    opacity: 0; }
  .input-box input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.input-box label {
  position: relative;
  display: inline-block;
  padding-top: 2px;
  padding-right: 20px;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 10; }
  .input-box label:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    opacity: 1;
    content: ' ';
    background: url(../images/common/radio_off.png) no-repeat center center;
    background-size: 24px 24px;
    -webkit-transition: .3s;
    transition: .3s; }
  .input-box label:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: ' ';
    background: url(../images/common/radio_on.png) no-repeat center center;
    background-size: 24px 24px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }

.input-list > li {
  display: block;
  margin-bottom: 30px; }

@media (min-width: 1080px) {
  .input-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .input-list > li {
      display: block; }
    .input-list.col3 > li {
      width: 33%; } }

.form-last-check {
  text-align: center;
  margin-bottom: 30px; }

.mdl-error {
  color: #e63b3b;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: none; }

/* ==============================
	module/ header
================================= */
.l-header {
  background: #fff;
  position: relative; }
  @media (min-width: 1130px) {
    .l-header {
      height: 78px; } }

.header-inner {
  width: 100%;
  position: relative;
  padding: 10px 15px;
  background: #fff;
  z-index: 100; }
  @media (min-width: 1130px) {
    .header-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 40px;
      background: #fff; } }

.header-logo a {
  display: block; }

.header-logo img {
  width: 146.5px;
  vertical-align: middle; }

@media (min-width: 1130px) {
  .header-logo img {
    width: 148px; } }

.top-only {
  display: none; }

.header-sp-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 1130px) {
    .header-sp-head {
      display: block; } }

@media (min-width: 1130px) {
  .header-menu {
    display: none; } }

.header-menu-block {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: width 0.8s;
  transition: width 0.8s; }
  .header-menu-block > span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    background: #06afec;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }

.header-menu-1 {
  top: 2px; }

.header-menu-2 {
  top: 9px; }

.header-menu-3 {
  top: 16px; }

.header-menu-txt {
  color: #06afec;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center; }

@media (min-width: 1130px) {
  .header-nav {
    margin-right: 30px; } }

.header-nav-block {
  position: absolute;
  display: none;
  top: 58px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 10; }
  @media (min-width: 1130px) {
    .header-nav-block {
      display: block !important;
      position: static;
      overflow-y: visible; } }

.header-link {
  display: block;
  width: 100%;
  color: #242627;
  cursor: pointer; }

.header-nav-block-cover {
  position: relative;
  padding: 50px 30px 30px;
  background: #fff; }
  @media (min-width: 1130px) {
    .header-nav-block-cover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: static;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0 0 0 10px;
      background: none; } }

.header-list > li {
  border-top: 1px solid #e6e6e6; }
  .header-list > li:first-child {
    border-top: 0; }
  .header-list > li:last-child {
    border-bottom: 1px solid #e6e6e6; }

@media (min-width: 1130px) {
  .header-list > li {
    display: inline-block;
    padding: 15px 33px 15px 20px;
    padding-left: 20px;
    border: none;
    vertical-align: middle; }
    .header-list > li:first-child {
      padding-left: 0;
      border: none; }
    .header-list > li:last-child {
      padding-right: 0;
      border: none; }
      .header-list > li:last-child .header-list-col:before {
        display: none; } }

.header-list-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 0; }
  @media (min-width: 1130px) {
    .header-list-col {
      position: relative; }
      .header-list-col:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -15px;
        left: 0;
        background: #06afec;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s; }
      .header-list-col:before {
        content: "/";
        display: block;
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }

.plus-icon {
  width: 12px;
  height: 12px;
  position: relative; }
  .plus-icon:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #242627;
    position: absolute;
    top: 0;
    left: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s; }
  .plus-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #242627;
    position: absolute;
    top: 5px;
    left: 0; }

@media (min-width: 1130px) {
  .header-icon {
    display: none; }
    .header-icon:before {
      display: none; }
    .header-icon:after {
      display: none; } }

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

.header-child-img {
  position: relative;
  width: 60px;
  height: 45px;
  margin-right: 7px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden; }
  .header-child-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto 0;
    width: 62px; }
  .header-child-img .is-pc {
    display: none; }
  @media (min-width: 1130px) {
    .header-child-img {
      width: 120px;
      height: 90px;
      margin-right: 10px; }
      .header-child-img img {
        width: 122px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .header-child-img .is-sp {
        display: none; }
      .header-child-img .is-pc {
        display: block; }
      .header-child-img:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
        background: rgba(6, 175, 236, 0.4);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s; } }

.header-child-txt {
  font-weight: bold;
  font-size: 1.3rem;
  padding-right: 20px;
  width: calc(100% - 67px); }
  @media (min-width: 1130px) {
    .header-child-txt {
      width: calc(100% - 105px); } }

.header-child-list-cover {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .3s, opacity .3s;
  transition: visibility .3s, opacity .3s; }
  @media (min-width: 1130px) {
    .header-child-list-cover {
      display: block !important;
      position: absolute;
      width: 100%;
      left: 0;
      top: 100px;
      padding: 60px 0 50px;
      background: #f5f5f5;
      margin-top: -10px;
      -webkit-transition: .3s;
      transition: .3s; } }

.header-child-list > li {
  position: relative;
  border-top: 1px solid #e6e6e6; }
  .header-child-list > li:first-child {
    border-top: 0; }
  .header-child-list > li a {
    display: block;
    padding: 10px 0; }

.header-child-list .icon-arrow_right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 1130px) {
  .header-child-list {
    max-width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header-child-list > li {
      width: 24%;
      margin-right: 1.3%;
      margin-top: 15px;
      border-top: none;
      border-bottom: 2px solid #06afec; }
      .header-child-list > li:nth-child(4n) {
        margin-right: 0; }
      .header-child-list > li:nth-child(-n+4) {
        margin-top: 0; }
      .header-child-list > li a {
        padding: 20px 0; }
        .header-child-list > li a:hover .header-child-img:after {
          visibility: visible;
          opacity: 1; }
    .header-child-list.col2 > li {
      width: 49.3%; }
      .header-child-list.col2 > li:nth-of-type(odd) {
        margin-right: 1.3%; }
      .header-child-list.col2 > li:nth-of-type(even) {
        margin-right: 0; }
    .header-child-list.col2 .header-child-img {
      width: 300px;
      height: 170px; }
      .header-child-list.col2 .header-child-img img {
        width: 100%; }
    .header-child-list.col2 .header-child-txt {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: auto; } }

.header-btn-wrap {
  margin-top: 20px;
  text-align: center; }
  @media (min-width: 1130px) {
    .header-btn-wrap {
      margin-top: 0;
      text-align: left; }
      .header-btn-wrap .btn {
        min-width: 157px;
        width: 157px;
        font-size: 1.4rem;
        padding: 10px 0; } }
    @media all and (min-width: 1130px) and (-ms-high-contrast: none\0) {
      .header-btn-wrap .btn *::-ms-backdrop, .header-btn-wrap .btn {
        padding: 15px 10px 10px; } }

.header-child-ttl {
  display: none;
  color: #06afec; }
  .header-child-ttl > span {
    display: inline-block;
    font-weight: bold; }
  .header-child-ttl .font-alegreya {
    font-size: 3.6rem;
    letter-spacing: 0.03em; }
  .header-child-ttl .font-def {
    margin-left: 5px;
    font-size: 1.5rem; }
  @media (min-width: 1130px) {
    .header-child-ttl {
      display: block;
      text-align: center; } }

/* ==============================
	module/footer
================================= */
.footer-contact {
  min-height: 182.5px;
  padding: 60px 0;
  background: url(../images/common/footer_bg_sp.jpg) center center;
  background-size: cover; }
  .footer-contact p {
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.43;
    text-align: center; }
  .footer-contact .btn-wrap {
    margin-top: 15px; }
  @media (min-width: 768px) {
    .footer-contact {
      min-height: 365px;
      padding: 90px 0;
      background: url(../images/common/footer_bg_pc.jpg) center center;
      background-size: cover; }
      .footer-contact p {
        font-size: 1.8rem;
        line-height: 1.72; }
      .footer-contact .btn-wrap {
        margin-top: 50px; } }

.footer-nav {
  padding: 20px 15px 10px;
  background: #0098d4; }
  @media (min-width: 768px) {
    .footer-nav {
      padding: 20px 10px; } }

.footer-nav-inner {
  margin-top: 35px; }
  @media (min-width: 768px) {
    .footer-nav-inner {
      max-width: 1200px;
      margin: 40px auto 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.footer-list {
  font-size: 1.05rem; }
  .footer-list > li {
    display: inline-block;
    line-height: 2.38;
    margin-right: 10px; }
  .footer-list a {
    color: #fff; }
  @media (min-width: 768px) {
    .footer-list {
      font-size: 1.2rem; }
      .footer-list > li {
        margin-right: 50px; }
        .footer-list > li:last-child {
          margin-right: 0; } }

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }
  .footer-copyright span {
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .footer-copyright {
      display: block;
      margin-top: 0; }
      .footer-copyright span {
        font-size: 1.2rem; }
      .footer-copyright .footer-copy {
        margin-right: 5px; } }

.bnr-slide-wrap {
  position: relative; }
  @media (min-width: 1280px) {
    .bnr-slide-wrap {
      max-width: 1200px;
      margin: 0 auto; } }

.bnr-slide {
  width: 240px;
  margin: 0 auto; }
  @media (min-width: 375px) {
    .bnr-slide {
      width: 302.5px; } }
  @media (min-width: 414px) {
    .bnr-slide {
      width: calc(100% - 30px); } }

.bnr-slide-box img {
  width: 110px;
  margin: 0 auto; }

@media (min-width: 375px) {
  .bnr-slide-box img {
    width: 140px; } }

@media (min-width: 414px) {
  .bnr-slide-box img {
    width: 150px; } }

@media (min-width: 768px) {
  .bnr-slide-box img {
    width: 200px; } }

@media (min-width: 768px) {
  .bnr-slide-box img {
    width: 200px; } }

#bnr-list-nav > li {
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background: #007bac;
  color: #fff;
  font-size: 1rem;
  text-align: center; }
  #bnr-list-nav > li span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#bnr-list-nav .prev {
  left: 0;
  border-radius: 4px 0 0 4px; }

#bnr-list-nav .next {
  right: 0;
  border-radius: 0 4px 4px 0; }

/* ==============================
	module/ modal
================================= */
#modaal-close {
  background: #f1f1f1;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -50px;
  right: 0; }

.modaal-close:after,
.modaal-close:before {
  background: #333 !important;
  width: 1px !important;
  top: 12px !important; }

#service .modal-inner .performance-list-img {
  background: none; }

.modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 46px;
  height: 46px;
  background: #f1f1f1;
  border-radius: 4px; }
  .modal-close .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .modal-map-ttl-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 400px; } }

.modal-map-ttl {
  display: block;
  font-weight: bold; }
  @media (min-width: 1080px) {
    .modal-map-ttl {
      font-size: 1.6rem;
      width: 100px; } }

.modal-map-ttl-about {
  display: block;
  margin-top: 10px;
  line-height: 1.86; }
  @media (min-width: 768px) {
    .modal-map-ttl-about {
      margin-top: 0;
      width: calc(100% - 100px); } }

.modal-map-content {
  margin-top: 10px;
  width: 100%;
  height: 250px; }
  .modal-map-content iframe {
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .modal-map-content {
      width: 400px;
      height: 400px;
      margin-top: 30px; } }

.map-modalContent {
  max-width: 580px;
  width: 100%; }

/* ==============================
	module/ post archive
================================= */
.none-empty {
  padding: 80px 0;
  text-align: center; }

.page-visual {
  position: relative;
  padding: 50px 15px 45px; }
  @media (min-width: 1080px) {
    .page-visual {
      padding: 80px 30px 80px; } }

.visual-ttl {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 2.3rem;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: #fff;
  z-index: 1; }
  .visual-ttl > span {
    display: block; }
  .visual-ttl .font-alegreya {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #d1f1ff;
    opacity: 0.5; }
  @media (min-width: 1080px) {
    .visual-ttl {
      font-size: 3.4rem;
      line-height: 1.35; }
      .visual-ttl > span {
        display: inline-block; }
      .visual-ttl .font-alegreya {
        margin-top: 0;
        margin-left: 10px;
        font-size: 1.8rem;
        line-height: 1.56; } }

.archive-empty {
  padding: 60px;
  text-align: center; }
  @media (min-width: 1080px) {
    .archive-empty {
      margin-bottom: 100px; } }

.post-head {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px; }
  @media (min-width: 1080px) {
    .post-head {
      margin-bottom: 30px; } }

.post-block {
  vertical-align: top; }
  .post-block a {
    color: #242627;
    text-decoration: underline; }
  .post-block img {
    max-width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .post-block img {
        display: table-cell; } }
  .post-block p {
    line-height: 2; }
    @media (min-width: 1080px) {
      .post-block p {
        font-size: 1.5rem;
        line-height: 2.27; } }
    .post-block p + p {
      margin-top: 10px; }

.post-content {
  margin-bottom: 50px; }

.post-img-block {
  width: 100%;
  margin-top: 20px;
  vertical-align: top; }
  .post-img-block img + img {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .post-img-block {
      width: 380px;
      margin-top: 0;
      padding-left: 20px; }
      .post-img-block img + img {
        margin-top: 20px; } }

.post-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem; }

.post-category {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }

.post-ttl {
  font-size: 2rem;
  margin: 10px 0 15px; }
  @media (min-width: 1080px) {
    .post-ttl {
      margin: 20px 0 30px;
      font-size: 2.6rem; } }

/*-------------------------
#case_study
-------------------------*/
#case_study .intro {
  position: relative;
  padding: 30px 0 60px;
  overflow: hidden; }
  #case_study .intro:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    z-index: 1; }
  #case_study .intro .case-block-inner {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media (min-width: 1080px) {
    #case_study .intro {
      padding: 80px 0 145px; }
      #case_study .intro .case-block-inner {
        display: block;
        position: relative;
        overflow: visible; } }

@media (min-width: 1080px) {
  #case_study .case-block-ttl {
    font-size: 2.8rem; } }

#case_study .intro-cover {
  position: absolute;
  top: -5%;
  left: 50%;
  width: 105%;
  height: 105%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  #case_study .intro-cover img {
    width: 110%;
    height: 110%;
    -webkit-filter: blur(5px);
    filter: blur(5px); }

#case_study .intro-inner {
  position: relative;
  z-index: 2; }
  @media (min-width: 1080px) {
    #case_study .intro-inner {
      width: 100%;
      max-width: 1080px;
      margin: auto; } }

#case_study .case-block-img {
  width: 90%; }
  @media (min-width: 1080px) {
    #case_study .case-block-img {
      width: 100%;
      height: 100%; } }

#case_study .case-block-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 75% 0 0; }
  #case_study .case-block-img-inner img {
    position: absolute;
    max-height: auto;
    max-height: initial;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  @media (min-width: 1080px) {
    #case_study .case-block-img-inner {
      width: 633px;
      height: 475px;
      padding: 0; }
      #case_study .case-block-img-inner img {
        position: static;
        width: 100%;
        height: 100%; } }

#case_study .case-block-content {
  position: relative;
  margin-top: -15px;
  width: 90%;
  padding: 30px 20px;
  margin-left: auto;
  font-weight: bold;
  background: #fff; }
  @media (min-width: 1080px) {
    #case_study .case-block-content {
      position: absolute;
      width: 637px;
      padding: 45px 35px;
      margin-top: 0;
      bottom: -60px;
      right: 0;
      z-index: 3; } }

#case_study .case_study-head-list {
  background: #eaf9fc;
  padding: 20px 10px; }
  #case_study .case_study-head-list > li {
    border-bottom: 1px solid #c5e5eb; }
    #case_study .case_study-head-list > li:last-child {
      border-bottom: none; }
  @media (min-width: 768px) {
    #case_study .case_study-head-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 30px 0; }
      #case_study .case_study-head-list > li {
        width: 33%;
        border-bottom: none;
        border-right: 1px solid #c5e5eb; }
        #case_study .case_study-head-list > li:last-child {
          border-right: none; } }

#case_study .case_study-head-list-inner {
  padding: 20px 5px; }
  @media (min-width: 768px) {
    #case_study .case_study-head-list-inner {
      width: 90%;
      max-width: 315px;
      margin: 0 auto; } }

#case_study .case_study-head-list-ttl-wrap {
  color: #06afec;
  text-align: center; }
  #case_study .case_study-head-list-ttl-wrap img {
    vertical-align: middle;
    margin-right: 5px; }
  #case_study .case_study-head-list-ttl-wrap span {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    vertical-align: middle; }
  @media (min-width: 768px) {
    #case_study .case_study-head-list-ttl-wrap span {
      font-size: 2rem; } }

#case_study .case_study-head-list-content {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.79;
  text-align: center; }
  @media (min-width: 768px) {
    #case_study .case_study-head-list-content {
      margin-top: 20px;
      font-size: 1.6rem;
      text-align: left; } }

@media (min-width: 768px) {
  #case_study .case_study-col-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1280px;
    margin-left: auto; } }

@media (min-width: 1280px) {
  #case_study .case_study-col-inner {
    margin: 0 auto; } }

@media (min-width: 768px) {
  #case_study .reverse .case_study-col-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: auto; }
  #case_study .reverse .case_study-col-txt-block {
    padding-right: 60px;
    padding-left: 0; }
  #case_study .reverse .case_study-chapter {
    left: auto;
    right: 0; } }

@media (min-width: 1280px) {
  #case_study .reverse .case_study-col-inner {
    margin: 0 auto; } }

@media (min-width: 1080px) {
  #case_study .case_study-col-content {
    padding: 0 35px 0 50px; } }

#case_study .case_study-col-content {
  padding: 0 15px 35px; }
  @media (min-width: 768px) {
    #case_study .case_study-col-content {
      width: 440px;
      padding: 0 15px 0;
      position: relative; } }
  @media (min-width: 1080px) {
    #case_study .case_study-col-content {
      width: 640px;
      padding: 0 50px 0 35px; } }
  @media (min-width: 1280px) {
    #case_study .case_study-col-content {
      width: 710px; } }

#case_study .case_study-col-img img {
  width: 100%;
  max-width: auto;
  max-width: initial; }

@media (min-width: 768px) {
  #case_study .case_study-col-img {
    width: calc(100% - 440px); } }

@media (min-width: 1080px) {
  #case_study .case_study-col-img {
    width: calc(100% - 640px); } }

#case_study .case_study-chapter {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #case_study .case_study-chapter {
      width: 20px;
      height: 100%;
      margin-bottom: 0;
      position: absolute;
      left: 35px;
      top: 5px; } }

#case_study .case_study-col-ttl {
  font-size: 1.9rem;
  margin-bottom: 30px;
  line-height: 1.58; }
  @media (min-width: 768px) {
    #case_study .case_study-col-ttl {
      font-size: 2.8rem; } }

@media (min-width: 768px) {
  #case_study .case_study-col-txt-block {
    padding-left: 60px; } }

#case_study .case_study-col-txt {
  line-height: 1.79; }
  @media (min-width: 768px) {
    #case_study .case_study-col-txt {
      font-size: 1.5rem;
      line-height: 2; } }

#case_study .case_study-chapter-img {
  color: #60bfde; }
  #case_study .case_study-chapter-img span {
    display: inline-block;
    vertical-align: middle; }
  #case_study .case_study-chapter-img:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    background: #60bfde;
    width: 140px;
    height: 1px; }
  @media (min-width: 768px) {
    #case_study .case_study-chapter-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 640px;
      font-size: 1.57rem;
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
      #case_study .case_study-chapter-img:after {
        width: 280px; } }

#case_study .case_study-novelty {
  background: #eaf9fc;
  padding: 30px 27.5px; }
  #case_study .case_study-novelty .btn-wtap {
    margin-top: 20px; }
  @media (min-width: 768px) {
    #case_study .case_study-novelty {
      padding: 55px 20px; } }
  @media (min-width: 1080px) {
    #case_study .case_study-novelty {
      padding: 55px 0; } }

#case_study .case_study-novelty-inner {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08); }
  @media (min-width: 768px) {
    #case_study .case_study-novelty-inner {
      width: 100%;
      max-width: 840px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

#case_study .case_study-novelty-img img {
  width: 100%;
  max-height: 340px; }

@media (min-width: 768px) {
  #case_study .case_study-novelty-img {
    width: 307px; } }

#case_study .case_study-novelty-content {
  padding: 15px; }
  @media (min-width: 768px) {
    #case_study .case_study-novelty-content {
      width: calc(100% - 307px);
      padding-left: 40px; } }

#case_study .case_study-novelty-front {
  font-size: 1.2rem;
  color: #8c9396;
  font-weight: bold; }
  @media (min-width: 768px) {
    #case_study .case_study-novelty-front {
      font-size: 1.4rem; } }

#case_study .case_study-novelty-ttl {
  margin-top: 10px;
  font-size: 1.7rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    #case_study .case_study-novelty-ttl {
      font-size: 2.6rem; } }

#case_study .case_study-novelty-txt {
  margin-top: 20px;
  line-height: 1.79; }

@media (min-width: 1080px) {
  #case_study .case_study-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    #case_study .case_study-list > li {
      width: 50%;
      border-bottom: none; }
      #case_study .case_study-list > li:first-child {
        border-bottom: none; }
    #case_study .case_study-list:after {
      display: block;
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background: #97e0fb;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; } }

#case_study .case_study-list-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #242627; }
  #case_study .case_study-list-inner.prev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    #case_study .case_study-list-inner.prev .icon-arrow_left {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    #case_study .case_study-list-inner.prev .case_study-list-content {
      border-bottom: 1px solid #97e0fb;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    #case_study .case_study-list-inner.prev .case_study-list-arrow {
      border-bottom: 1px solid #fff; }
  @media (min-width: 1080px) {
    #case_study .case_study-list-inner.next .case_study-list-content {
      border-top: none; }
    #case_study .case_study-list-inner.next .case_study-list-arrow {
      border-top: none; }
    #case_study .case_study-list-inner.prev {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #case_study .case_study-list-inner.prev .icon-arrow_left {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
      #case_study .case_study-list-inner.prev .case_study-list-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
      #case_study .case_study-list-inner.prev .case_study-list-txt {
        padding-left: 20px;
        padding-right: 0;
        text-align: left; }
      #case_study .case_study-list-inner.prev .case_study-list-arrow {
        border-bottom: none; } }

#case_study .case_study-list-content {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 30px; }
  @media (min-width: 1080px) {
    #case_study .case_study-list-content {
      width: calc(100% - 106px);
      padding: 20px 20px 20px 30px; } }

#case_study .case_study-list-txt {
  width: calc(100% - 97.5px);
  padding-right: 15px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.75;
  overflow: hidden; }
  #case_study .case_study-list-txt span {
    display: block;
    font-size: 1.2rem; }
  @media (min-width: 1080px) {
    #case_study .case_study-list-txt {
      width: calc(100% - 126px);
      padding-right: 20px;
      text-align: right; }
      #case_study .case_study-list-txt span {
        font-size: 1.4rem;
        margin-bottom: 5px; } }

#case_study .case_study-list-txt-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 1080px) {
    #case_study .case_study-list-txt-wrap {
      font-size: 1.8rem; } }

#case_study .case_study-list-img {
  width: 97.5px;
  height: 75px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden; }
  #case_study .case_study-list-img img {
    width: 100%;
    height: 100%; }
  @media (min-width: 1080px) {
    #case_study .case_study-list-img {
      width: 126px;
      height: 95px; } }

#case_study .case_study-list-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  background: #97e0fb;
  font-size: 1rem;
  text-align: center; }
  #case_study .case_study-list-arrow span {
    width: 100%;
    display: inline-block; }
  @media (min-width: 1080px) {
    #case_study .case_study-list-arrow {
      width: 106px;
      font-size: 1.3rem; } }

.post-content p {
  font-size: 1.5rem;
  line-height: 2.27; }

@media (min-width: 1080px) {
  .post-content .aligncenter {
    display: block;
    margin: 0 auto; }
  .post-content .alignright {
    float: right;
    margin-left: 20px; }
  .post-content .alignleft {
    float: left;
    margin-right: 20px; } }

.post-content img[class*="wp-image-"],
.post-content img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.post-content ol {
  margin-top: 20px;
  padding-left: 20px; }
  .post-content ol > li {
    list-style-type: decimal;
    font-size: 1.4rem;
    margin-top: 10px; }
    .post-content ol > li:first-child {
      margin-top: 0; }
  @media (min-width: 1080px) {
    .post-content ol > li {
      font-size: 1.5rem; } }

.post-content ul {
  margin-top: 20px; }
  .post-content ul > li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 1.4rem; }
    .post-content ul > li:first-child {
      margin-top: 0; }
    .post-content ul > li:before {
      display: block;
      content: "・";
      color: #06afec;
      position: absolute;
      top: 1px;
      left: 0; }
  @media (min-width: 1080px) {
    .post-content ul > li {
      font-size: 1.5rem; } }

.post-content blockquote {
  margin-top: 20px;
  position: relative;
  padding: 30px 15px 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555; }
  .post-content blockquote:before {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "“";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900; }
  .post-content blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
    font-size: 1.4rem; }
    @media (min-width: 1080px) {
      .post-content blockquote p {
        font-size: 1.5rem;
        line-height: 2.27; } }
  .post-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em; }

/* ==============================
	module/ unique page
================================= */
.intro .flex-col {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.intro .btn-wrap {
  margin-top: 30px;
  margin-bottom: 50px; }

@media (min-width: 1080px) {
  .intro .mdl-col {
    padding: 80px 0; }
  .intro .btn-wrap {
    margin-bottom: 0; }
  .intro .intro-img {
    margin-bottom: 0; } }

.intro-img {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .intro-img {
      margin-top: 0;
      width: 350px; } }

@media (min-width: 768px) {
  .intro-content {
    width: calc(100% - 350px);
    padding-left: 40px; } }

/*-------------------------
#about
-------------------------*/
#about .about-msg {
  background: url(../images/about/bg_01.jpg) no-repeat top center;
  background-size: cover; }

#about.about .mdl-col .font-alegreya {
  color: #363636;
  font-size: 1.8rem;
  text-align: center;
  opacity: .38;
  font-weight: bold;
  line-height: 1.56; }

#about.about .mdl-col .col-ttl {
  margin: 15px 0 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.22em;
  text-align: center;
  color: #363636;
  font-weight: 500; }
  @media (min-width: 768px) {
    #about.about .mdl-col .col-ttl {
      margin: 25px 0 60px; } }
  @media (min-width: 1080px) {
    #about.about .mdl-col .col-ttl {
      margin-top: 30px;
      font-size: 3.4rem; } }

#about.about .mdl-col .col-content {
  max-width: 775px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.27; }
  @media (min-width: 768px) {
    #about.about .mdl-col .col-content {
      text-align: center; } }
  @media (min-width: 1080px) {
    #about.about .mdl-col .col-content {
      font-size: 1.5rem; } }

#about .about-msg {
  text-align: center; }
  #about .about-msg .col-ttl {
    line-height: 1.55; }

#about .about-vision {
  text-align: center; }

@media (min-width: 768px) {
  #about .about-img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #about .about-img-list > li {
      width: 33.3%; } }

#about .about-vision {
  background: url(../images/about/bg_02.jpg) no-repeat top center;
  background-size: cover; }

#about .feature-col {
  position: relative;
  padding: 40px 0 0;
  margin-bottom: 50px; }
  #about .feature-col .col-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #about .feature-col .col-ttl img {
      vertical-align: middle; }
    #about .feature-col .col-ttl span {
      display: block;
      width: calc(100% - 50px);
      padding-left: 10px; }
  #about .feature-col .feature-col-inner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 65px);
    top: 0;
    left: 0;
    background: #eefbff; }
  @media (min-width: 1080px) {
    #about .feature-col {
      padding-top: 0; }
      #about .feature-col + .feature-col {
        margin-top: 220px; }
      #about .feature-col .feature-col-inner:before {
        min-width: 1080px;
        width: 70%;
        height: calc(100% + 80px);
        top: -40px;
        left: 0; }
      #about .feature-col.reverse .feature-col-inner:before {
        left: auto;
        right: 0; }
      #about .feature-col.reverse .feature-col-img {
        right: auto;
        left: -610px; }
      #about .feature-col.reverse .feature-col-content {
        margin-left: auto; } }

#about .relation-list-wrap {
  margin-top: 30px;
  position: relative;
  z-index: 1; }
  @media (min-width: 1080px) {
    #about .relation-list-wrap {
      margin-top: 0;
      position: absolute;
      bottom: 0; } }

#about .relation-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px; }
  @media (min-width: 1080px) {
    #about .relation-ttl {
      font-size: 2rem; } }

#about .feature-col-content .col-ttl-wrap {
  position: relative;
  z-index: 1; }

@media (min-width: 1080px) {
  #about .feature-col-content {
    position: relative;
    width: 610px;
    height: 100%;
    min-height: 390px; }
    #about .feature-col-content .col-ttl-wrap {
      padding: 0; } }

#about .feature-col-txt {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.79; }
  @media (min-width: 1080px) {
    #about .feature-col-txt {
      margin-top: 0;
      line-height: 1.86;
      padding-bottom: 210px; } }

#about .feature-col-img {
  position: relative;
  z-index: 1;
  width: 100%; }
  @media (min-width: 1080px) {
    #about .feature-col-img {
      position: absolute;
      left: 670px;
      top: 0;
      width: 450px; } }
  @media (min-width: 1280px) {
    #about .feature-col-img {
      width: 520px; } }

@media (min-width: 1080px) {
  #about .feature-page-wrap {
    padding: 100px 0 100px; } }

#about .feature-col-01 .col-ttl img {
  width: 42px; }

@media (min-width: 1080px) {
  #about .feature-col-01 .col-ttl img {
    width: 67px; } }

#about .feature-col-02 .col-ttl img {
  width: 42px; }

@media (min-width: 1080px) {
  #about .feature-col-02 .col-ttl img {
    width: 64px; } }

#about .feature-col-03 .col-ttl img {
  width: 42.75px; }

@media (min-width: 1080px) {
  #about .feature-col-03 .col-ttl img {
    width: 61.5px; } }

#about .feature-col-04 .col-ttl img {
  width: 42px; }

@media (min-width: 1080px) {
  #about .feature-col-04 .col-ttl {
    padding-top: 20px; }
    #about .feature-col-04 .col-ttl img {
      width: 64px; } }

@media (min-width: 1080px) {
  #about .company-officers .company-list-ttl {
    width: 230px; } }

/*-------------------------
#service
-------------------------*/
#service .merit {
  background: url(../images/service/advertising/merit_sp.jpg) no-repeat top center;
  background-size: cover; }
  @media (min-width: 1080px) {
    #service .merit {
      background: url(../images/service/advertising/merit_pc.jpg) no-repeat top center;
      background-size: cover; } }
  #service .merit .col-ttl {
    color: #fff; }

#service .merit-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }
  #service .merit-list > li:first-child {
    margin-top: 0; }

@media (min-width: 1080px) {
  #service .merit-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #service .merit-list > li {
      display: block;
      width: 23%;
      margin-top: 0;
      text-align: center; } }

#service .merit-list-img {
  width: 95px; }
  @media (min-width: 1080px) {
    #service .merit-list-img {
      width: 100%; }
      #service .merit-list-img img {
        width: 130px; } }

#service .merit-list-content {
  width: calc(100% - 95px);
  margin-left: 20px;
  color: #fff; }
  @media (min-width: 1080px) {
    #service .merit-list-content {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; } }

#service .merit-list-ttl {
  font-size: 1.6rem;
  font-weight: bold; }
  @media (min-width: 1080px) {
    #service .merit-list-ttl {
      font-size: 1.8rem; } }

#service .merit-list-txt {
  line-height: 1.79;
  margin-top: 15px; }
  @media (min-width: 1080px) {
    #service .merit-list-txt {
      margin-top: 20px;
      text-align: left; } }

#service .performance-list > li {
  margin-top: 60px; }
  #service .performance-list > li:first-child {
    margin-top: 0; }
  #service .performance-list > li:nth-child(1) .performance-list-inner img {
    width: 100%;
    max-width: 329px; }
  #service .performance-list > li:nth-child(2) .performance-list-inner img {
    width: 100%;
    max-width: 324px; }
  #service .performance-list > li:nth-child(3) .performance-list-inner img {
    width: 100%;
    max-width: 301.5px; }
  #service .performance-list > li:nth-child(4) .performance-list-inner img {
    width: 100%;
    max-width: 226px; }

@media (min-width: 768px) {
  #service .performance-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #service .performance-list > li {
      width: 49%;
      margin-top: 0; }
      #service .performance-list > li:nth-child(3) {
        margin-top: 40px; }
      #service .performance-list > li:nth-child(4) {
        margin-top: 40px; }
        #service .performance-list > li:nth-child(4) .performance-list-inner img {
          width: auto;
          height: 232px; } }

@media (min-width: 1080px) {
  #service .performance-list > li {
    width: 510px; }
    #service .performance-list > li:nth-child(1) .performance-list-inner img {
      max-width: 100%;
      height: 344px; }
    #service .performance-list > li:nth-child(2) .performance-list-inner img {
      max-width: 100%;
      height: 344px; }
    #service .performance-list > li:nth-child(3) {
      margin-top: 70px; }
      #service .performance-list > li:nth-child(3) .performance-list-inner img {
        max-width: 100%;
        height: 344px; }
    #service .performance-list > li:nth-child(4) {
      margin-top: 70px; }
      #service .performance-list > li:nth-child(4) .performance-list-inner img {
        height: 320px; } }

#service .performance-list-img {
  text-align: center;
  background: #f1f1f1; }

#service .performance-list-inner .performance-list-img {
  position: relative; }
  #service .performance-list-inner .performance-list-img.bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  #service .performance-list-inner .performance-list-img.max-ipad {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px; }
    @media (min-width: 768px) {
      #service .performance-list-inner .performance-list-img.max-ipad {
        display: none;
        padding: 0; } }
  @media (min-width: 768px) {
    #service .performance-list-inner .performance-list-img {
      height: 242px;
      padding: 0 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1080px) {
    #service .performance-list-inner .performance-list-img {
      height: 362px; } }

#service.news_pager_width .performance-list-inner .performance-list-img {
  padding: 5px;
  background: #f1f1f1; }
  @media (min-width: 1080px) {
    #service.news_pager_width .performance-list-inner .performance-list-img {
      padding: 10px; } }

#service .performance-list-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #06afec;
  border-radius: 50% 50%; }
  #service .performance-list-icon span {
    color: #fff;
    line-height: 35px;
    font-size: 1.8rem;
    font-weight: bold; }
  @media (min-width: 1080px) {
    #service .performance-list-icon {
      width: 45px;
      height: 45px; }
      #service .performance-list-icon span {
        line-height: 45px;
        font-size: 2rem; } }

#service .performance-list-content {
  margin-top: 20px; }
  @media (min-width: 1080px) {
    #service .performance-list-content {
      margin-top: 30px; } }

#service .performance-list-ttl {
  font-size: 1.7rem;
  font-weight: bold; }
  @media (min-width: 1080px) {
    #service .performance-list-ttl {
      font-size: 2rem; } }

#service .performance-list-txt {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.79; }
  @media (min-width: 1080px) {
    #service .performance-list-txt {
      margin-top: 20px;
      font-size: 1.4rem; } }

#service .flow-list {
  color: #fff; }
  #service .flow-list > li:nth-child(1) .flow-list-inner {
    background: #0760bb; }
    #service .flow-list > li:nth-child(1) .flow-list-inner:after {
      border-color: #0760bb transparent transparent transparent; }
    #service .flow-list > li:nth-child(1) .flow-list-inner img {
      width: 53.5px; }
    #service .flow-list > li:nth-child(1) .flow-list-inner .flow-list-content {
      width: calc(100% - 53.5px); }
  #service .flow-list > li:nth-child(2) .flow-list-inner {
    background: #2676cf; }
    #service .flow-list > li:nth-child(2) .flow-list-inner:after {
      border-color: #2676cf transparent transparent transparent; }
    #service .flow-list > li:nth-child(2) .flow-list-inner img {
      width: 61px; }
    #service .flow-list > li:nth-child(2) .flow-list-inner .flow-list-content {
      width: calc(100% - 61px); }
  #service .flow-list > li:nth-child(3) .flow-list-inner {
    background: #408fd8; }
    #service .flow-list > li:nth-child(3) .flow-list-inner:after {
      border-color: #408fd8 transparent transparent transparent; }
    #service .flow-list > li:nth-child(3) .flow-list-inner img {
      width: 63.5px; }
    #service .flow-list > li:nth-child(3) .flow-list-inner .flow-list-content {
      width: calc(100% - 63.5px); }
  #service .flow-list > li:nth-child(4) .flow-list-inner {
    background: #2ab2eb; }
    #service .flow-list > li:nth-child(4) .flow-list-inner:after {
      border-color: #2ab2eb transparent transparent transparent; }
    #service .flow-list > li:nth-child(4) .flow-list-inner img {
      width: 64.5px; }
    #service .flow-list > li:nth-child(4) .flow-list-inner .flow-list-content {
      width: calc(100% - 64.5px); }
  #service .flow-list > li:nth-child(5) .flow-list-inner {
    background: #4ccbed; }
    #service .flow-list > li:nth-child(5) .flow-list-inner:after {
      display: none; }
    #service .flow-list > li:nth-child(5) .flow-list-inner img {
      width: 57px; }
    #service .flow-list > li:nth-child(5) .flow-list-inner .flow-list-content {
      width: calc(100% - 57px); }
  @media (min-width: 1080px) {
    #service .flow-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #service .flow-list > li {
        width: 20%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #service .flow-list > li:nth-child(1) .flow-list-inner {
          background: #0760bb; }
          #service .flow-list > li:nth-child(1) .flow-list-inner:after {
            border-color: transparent transparent transparent #0760bb; }
          #service .flow-list > li:nth-child(1) .flow-list-inner img {
            width: 57px; }
        #service .flow-list > li:nth-child(2) .flow-list-inner {
          background: #2676cf; }
          #service .flow-list > li:nth-child(2) .flow-list-inner:after {
            border-color: transparent transparent transparent #2676cf; }
        #service .flow-list > li:nth-child(3) .flow-list-inner {
          background: #408fd8; }
          #service .flow-list > li:nth-child(3) .flow-list-inner:after {
            border-color: transparent transparent transparent #408fd8; }
          #service .flow-list > li:nth-child(3) .flow-list-inner img {
            width: 73px; }
        #service .flow-list > li:nth-child(4) .flow-list-inner {
          background: #2ab2eb; }
          #service .flow-list > li:nth-child(4) .flow-list-inner:after {
            border-color: transparent transparent transparent #2ab2eb; }
          #service .flow-list > li:nth-child(4) .flow-list-inner img {
            width: 89px; }
        #service .flow-list > li:nth-child(5) .flow-list-inner:after {
          display: none; } }

#service .flow-list-inner {
  position: relative;
  padding: 25px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  #service .flow-list-inner:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 15px 0 15px;
    border-color: #0760bb transparent transparent transparent;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
  @media (min-width: 1080px) {
    #service .flow-list-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 30px 0; }
      #service .flow-list-inner:after {
        border-width: 12.5px 0 12.5px 15px;
        border-color: transparent transparent transparent #007bff;
        bottom: 50%;
        left: auto;
        right: -14px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }

#service .flow-list-img {
  margin-right: 20px; }
  @media (min-width: 1080px) {
    #service .flow-list-img {
      width: 100%;
      margin-top: 30px;
      height: 80px;
      vertical-align: middle;
      margin-right: 0;
      text-align: center; }
      #service .flow-list-img.pc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #service .flow-list-img img {
        vertical-align: middle; } }

#service .flow-list-ttl .font-roboto {
  font-size: 2rem;
  opacity: .5; }
  #service .flow-list-ttl .font-roboto:after {
    content: "/";
    display: inline-block;
    margin-left: 5px;
    font-size: 1.6rem; }

@media (min-width: 1080px) {
  #service .flow-list-ttl {
    font-size: 1.8rem;
    text-align: center; }
    #service .flow-list-ttl > span {
      display: block; }
    #service .flow-list-ttl .font-roboto {
      font-size: 3rem; }
      #service .flow-list-ttl .font-roboto:after {
        font-size: 1.8rem; } }

@media (min-width: 1280px) {
  #service .flow-list-ttl > span {
    display: inline-block; } }

#service .flow-list-ttl-right {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 10px;
  font-weight: bold; }
  @media (min-width: 1080px) {
    #service .flow-list-ttl-right {
      font-size: 1.8rem;
      margin-left: 0; } }
  @media (min-width: 1280px) {
    #service .flow-list-ttl-right {
      margin-left: 10px; } }

#service .flow-list-txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.92; }
  @media (min-width: 1080px) {
    #service .flow-list-txt {
      margin-top: 30px; } }

#service .qa-box + .qa-box {
  margin-top: 15px; }

#service .example {
  background: url(../images/service/advertising/news_paper_with/bg_02_sp.jpg) no-repeat top center;
  background-size: cover; }
  @media (min-width: 1080px) {
    #service .example {
      background: url(../images/service/advertising/news_paper_with/bg_02_pc.jpg) no-repeat top center;
      background-size: cover; } }

@media (min-width: 768px) {
  #service .spot-left {
    width: calc(100% - 326px); } }

#service .spot-right {
  margin-top: 20px; }
  #service .spot-right p {
    margin-top: 10px; }
  @media (min-width: 768px) {
    #service .spot-right {
      margin-top: 0;
      width: 326px; } }

#service .spot-kome {
  font-size: 1.4rem; }

#service .yomipon-about .col-content {
  text-align: center; }

@media (min-width: 1080px) {
  #service .yomipon-about .col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

#service .yomipon-about-left img {
  width: 112.5px; }

@media (min-width: 768px) {
  #service .yomipon-about-left img {
    width: 225px; } }

@media (min-width: 1080px) {
  #service .yomipon-about-left {
    width: calc(100% - 683px); }
    #service .yomipon-about-left img {
      width: 165px; } }

#service .yomipon-about-right {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6; }
  #service .yomipon-about-right img {
    width: 222.5px; }
  @media (min-width: 768px) {
    #service .yomipon-about-right img {
      width: 445px; } }
  @media (min-width: 1080px) {
    #service .yomipon-about-right {
      width: 683px;
      padding: 0;
      margin-top: 0;
      border-left: 1px solid #e6e6e6;
      border-top: 0; }
      #service .yomipon-about-right img {
        width: 587px; } }

#service .yomipon-company .col-content {
  position: relative;
  top: -50px; }

@media (min-width: 768px) {
  #service .yomipon-company .col-content {
    top: -60px; } }

#service .yomipon-company-list {
  text-align: center; }
  #service .yomipon-company-list > li {
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
    margin-top: 50px; }
  #service .yomipon-company-list a {
    width: 100%; }
  @media (min-width: 768px) {
    #service .yomipon-company-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #service .yomipon-company-list > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 25%;
        margin-top: 60px;
        padding: 0 10px; } }

#service.sendo_mamorukun .flow-list > li:nth-child(2) .flow-list-inner img {
  width: 65px; }

#service.sendo_mamorukun .flow-list > li:nth-child(3) .flow-list-inner img {
  width: 60px; }

#service.sendo_mamorukun .flow-list > li:nth-child(4) .flow-list-inner img {
  width: 62px; }

#service.sendo_mamorukun .flow-list > li:nth-child(5) .flow-list-inner img {
  width: 89px; }

#solution .col-ttl {
  color: #242627;
  font-size: 2.2rem; }
  @media (min-width: 1080px) {
    #solution .col-ttl {
      font-size: 2.8rem;
      margin-bottom: 15px; } }

#solution .col-content {
  margin-top: 15px; }
  #solution .col-content p {
    font-size: 1.4rem; }
  @media (min-width: 1080px) {
    #solution .col-content {
      margin-top: 0; } }

#solution .service {
  margin-top: 35px; }
  @media (min-width: 1080px) {
    #solution .service {
      margin-top: 60px; } }

#solution .case_study {
  margin-top: 50px; }
  @media (min-width: 1080px) {
    #solution .case_study {
      margin-top: 90px; } }

#solution .solution-wrap .col-ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#solution .solution-wrap .col-ttl {
  display: block;
  margin-bottom: 0;
  width: calc(100% - 88.5px); }

@media (min-width: 1080px) {
  #solution .solution-wrap {
    position: relative;
    padding-left: 150px; }
    #solution .solution-wrap .col-ttl-wrap {
      display: block;
      margin-bottom: 10px; } }

#solution .col-ttl-icon {
  width: 88.5px;
  margin-right: 15px; }
  @media (min-width: 1080px) {
    #solution .col-ttl-icon {
      position: absolute;
      width: 117px;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

#solution .col-subttl {
  color: #06afec;
  margin-bottom: 10px; }
  @media (min-width: 1080px) {
    #solution .col-subttl {
      font-size: 2.6rem;
      margin-bottom: 15px; } }

/* ==============================
	module/ top
================================= */
#top .col-ttl {
  font-size: 3rem;
  margin-bottom: 20px; }
  @media (min-width: 1080px) {
    #top .col-ttl {
      font-size: 3.6rem;
      margin-bottom: 30px; } }

#top .l-header {
  width: 100%;
  position: absolute;
  background: none; }

#top .header-logo {
  position: relative;
  width: 146.5px;
  height: 29.5px; }

#top .header-logo-img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }
  #top .header-logo-img.top-only {
    visibility: visible;
    display: block; }

@media (min-width: 1080px) {
  #top .header-logo {
    width: auto;
    height: auto; }
  #top .header-logo-img {
    position: static;
    visibility: visible; }
    #top .header-logo-img.top-only {
      visibility: hidden;
      display: none; }
  #top .l-header {
    -webkit-transition: .3s;
    transition: .3s; } }

#top .header-inner {
  background: none;
  -webkit-transition: .3s;
  transition: .3s; }

#top .header-menu-block > span {
  background: #fff; }

#top .header-menu-txt {
  color: #fff; }

#top .visual .slick-dots {
  display: none !important;
  right: 10px;
  bottom: 10px; }

@media (min-width: 1080px) {
  #top .visual {
    width: 100%;
    max-height: auto;
    max-height: initial; } }

@media (min-width: 1280px) {
  #top .visual .slick-dots {
    display: block !important;
    right: 30px;
    bottom: 20px; }
    #top .visual .slick-dots > li {
      margin-right: 10px; } }

#top .visual-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%; }

#top #visual-list-nav {
  display: none; }

#top .visual-slide-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media (min-width: 1080px) {
  #top .news-col-cover {
    position: relative; } }

#top .head-news {
  position: absolute;
  height: 90px;
  top: -40px;
  left: 0; }

#top .head-news-inner {
  width: 970px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08); }

#top .head-news-posts {
  width: 645px;
  height: 25px;
  position: relative;
  overflow: hidden; }

#top .head-news-ttl {
  padding: 35px 0;
  padding-left: 60px;
  font-size: 1.5rem; }

#top .head-news-pager {
  width: 145px;
  padding: 35px 0;
  display: table;
  text-align: center;
  border-left: 1px solid #e6e6e6; }

#top .head-news-pager-prev {
  display: table-cell;
  vertical-align: middle; }
  #top .head-news-pager-prev span {
    cursor: pointer; }

#top .head-news-pager-next {
  display: table-cell;
  vertical-align: middle; }
  #top .head-news-pager-next span {
    cursor: pointer; }

#top .head-news-posts-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #242627; }

#top .head-news-date {
  width: 90px;
  display: table-cell;
  vertical-align: middle; }

#top .head-news-category {
  padding: 0 5px;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

#top .head-news-txt {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#top .head-news-list {
  position: absolute;
  width: 100%;
  height: 25px;
  top: 4px;
  left: 0;
  overflow: hidden; }
  #top .head-news-list > li {
    position: absolute;
    width: 645px;
    left: 0px;
    visibility: hidden;
    opacity: 0; }

#top .msg {
  background: url(../images/top/msg_bg_sp.jpg) no-repeat top center;
  background-size: cover; }
  @media (min-width: 768px) {
    #top .msg {
      background: url(../images/top/msg_bg_pc.jpg) no-repeat top center;
      background-size: cover; } }
  #top .msg .inner {
    padding: 60px 25px 65px; }
    @media (min-width: 1080px) {
      #top .msg .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 10px 100px; } }
    @media (min-width: 1280px) {
      #top .msg .inner {
        padding: 80px 0 100px; } }
  #top .msg .col-ttl-top {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    opacity: 0.38; }
    @media (min-width: 1080px) {
      #top .msg .col-ttl-top {
        font-size: 1.8rem; } }
  #top .msg .col-ttl {
    margin-top: 15px;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.48;
    color: #fff;
    font-weight: bold; }
    @media (min-width: 1080px) {
      #top .msg .col-ttl {
        font-size: 2.6rem; } }
  #top .msg .col-content p {
    line-height: 2.29;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff; }

#top .msg-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #top .msg-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    max-width: 154px;
    height: 154px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s; }
    @media (min-width: 1080px) {
      #top .msg-list > li:hover {
        -webkit-box-shadow: none;
        box-shadow: none; } }
    #top .msg-list > li:nth-child(n+3) {
      margin-top: 2%; }
    @media (min-width: 768px) {
      #top .msg-list > li {
        width: 210px;
        max-width: 210px;
        height: 210px; } }

#top .msg-list-ttl {
  width: 100%;
  height: 40px;
  text-align: center; }

#top .msg-img {
  text-align: center;
  width: 100%; }

#top .msg-img-01 img {
  width: 115px; }
  @media (min-width: 1080px) {
    #top .msg-img-01 img {
      width: 157.5px; } }

#top .msg-img-02 img {
  width: 115px; }
  @media (min-width: 1080px) {
    #top .msg-img-02 img {
      width: 161.75px; } }

#top .msg-img-03 img {
  width: 85px; }
  @media (min-width: 1080px) {
    #top .msg-img-03 img {
      width: 117.75px; } }

#top .msg-img-04 img {
  width: 115px; }
  @media (min-width: 1080px) {
    #top .msg-img-04 img {
      width: 168.5px; } }

#top .msg-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 1080px) {
  #top .msg-left {
    width: calc(100% - 430px);
    padding-right: 10px; } }

@media (min-width: 1080px) {
  #top .msg-left .col-ttl {
    max-width: 430px; } }

#top .msg-right {
  width: 100%;
  max-width: 315px;
  margin: 30px auto 0; }
  @media (min-width: 768px) {
    #top .msg-right {
      width: 430px;
      max-width: 430px; } }
  @media (min-width: 1080px) {
    #top .msg-right {
      margin: 30px 0 0 auto; } }

#top .btn-wrap.sp {
  margin-top: 40px; }

#top .btn-wrap.max-pc {
  margin-top: 40px; }

#top .btn-wrap.pc {
  margin-top: 50px;
  text-align: left; }
  #top .btn-wrap.pc .btn {
    max-width: 248px;
    font-size: 1.5rem;
    padding: 15px 10px; }
    @media all and (-ms-high-contrast: none\0) {
      #top .btn-wrap.pc .btn *::-ms-backdrop, #top .btn-wrap.pc .btn {
        padding: 15px 10px 10px; } }
    #top .btn-wrap.pc .btn.small {
      padding: 10px; }
      @media all and (-ms-high-contrast: none\0) {
        #top .btn-wrap.pc .btn.small *::-ms-backdrop, #top .btn-wrap.pc .btn.small {
          padding: 15px 10px 10px; } }

#top .col-header .btn-wrap.pc {
  margin-top: 0; }

#top .service {
  padding-top: 70px; }
  #top .service .inner {
    max-width: 1200px; }
    @media (min-width: 1080px) {
      #top .service .inner {
        padding-left: 10px; } }
    @media (min-width: 1280px) {
      #top .service .inner {
        padding-left: 0; } }

#top .top-service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #top .top-service-list > li {
    width: 50%;
    height: 188.5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    #top .top-service-list > li:nth-child(2n) {
      border-right: none; }
    #top .top-service-list > li:nth-child(n+7) {
      border-bottom: none; }
  @media (min-width: 1080px) {
    #top .top-service-list > li {
      width: 25%;
      height: 240px; }
      #top .top-service-list > li:nth-child(2n) {
        border-right: 1px solid #fff; }
      #top .top-service-list > li:nth-child(4n) {
        border-right: none; }
      #top .top-service-list > li:nth-child(n+5) {
        border-bottom: none; } }

#top .service-bg-01 {
  background: url(../images/top/sa_bg_01.jpg) no-repeat top center;
  background-size: cover; }

#top .service-bg-02 {
  background: url(../images/top/sa_bg_02.jpg) no-repeat top center;
  background-size: cover; }

#top .service-bg-03 {
  background: url(../images/top/sa_bg_03.jpg) no-repeat top center;
  background-size: cover; }

#top .service-bg-04 {
  background: url(../images/top/sa_bg_04.jpg) no-repeat top center;
  background-size: cover; }

#top .service-bg-05 {
  background: url(../images/top/sa_bg_05.jpg) no-repeat top center;
  background-size: cover; }

#top .service-bg-06 {
  background: url(../images/top/sa_bg_06.jpg) no-repeat top center;
  background-size: cover; }

#top .service-bg-07 {
  background: url(../images/top/sa_bg_07.jpg) no-repeat top center;
  background-size: cover; }

#top .service-bg-08 {
  background: url(../images/top/sa_bg_08.jpg) no-repeat top center;
  background-size: cover; }

#top .top-service-list-inner {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  text-align: center; }
  #top .top-service-list-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgba(29, 165, 211, 0.7);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0; }
  @media (min-width: 1080px) {
    #top .top-service-list-inner:hover:after {
      opacity: 1; }
    #top .top-service-list-inner:hover .service-list-line {
      opacity: 1; }
    #top .top-service-list-inner:hover .service-list-txt {
      height: auto;
      visibility: visible;
      opacity: 1;
      margin: 20px auto 0; } }

#top .top-service-list-line {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s; }
  #top .top-service-list-line span {
    position: absolute;
    display: block;
    background: #fff; }

#top .top-service-list-ttl {
  font-size: 1.6rem;
  line-height: 1.56;
  font-weight: bold; }
  @media (min-width: 1080px) {
    #top .top-service-list-ttl {
      width: 230px;
      margin: 0 auto;
      font-size: 2.4rem;
      line-height: 1.58; } }

#top .top-service-list-txt {
  height: 0;
  overflow: hidden;
  width: 230px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  margin: 0 auto 0;
  -webkit-transition: .3s;
  transition: .3s; }

#top .top-service-list-cover {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

#top .case {
  position: relative;
  padding-bottom: 70px;
  z-index: 1; }
  @media (min-width: 1080px) {
    #top .case {
      padding-bottom: 170px; }
      #top .case .col-content {
        width: 1070px; } }

#top .case-col-cover {
  position: relative;
  overflow: hidden;
  padding: 70px 0 95px; }
  #top .case-col-cover:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 230px;
    height: 100%;
    background: url(../images/top/bg_01_sp.jpg) top left;
    background-size: cover; }
  @media (min-width: 1080px) {
    #top .case-col-cover:before {
      width: 460px;
      background: url(../images/top/bg_01_pc.jpg) top left;
      background-size: cover; } }

#top .case-slide-block {
  width: calc(100vw - 30px); }

#top .case-slide-cover {
  position: relative;
  margin-bottom: 65px; }
  @media (min-width: 1080px) {
    #top .case-slide-cover {
      width: 1070px;
      margin-bottom: 0; } }

#top #case-list-nav {
  width: 102px;
  position: absolute;
  right: 30px;
  bottom: -15px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #top #case-list-nav > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
    font-size: 1.2rem; }
  #top #case-list-nav .prev {
    border-radius: 4px 0 0 4px; }
  #top #case-list-nav .next {
    border-radius: 0 4px 4px 0; }
  @media (min-width: 1080px) {
    #top #case-list-nav {
      width: 146px;
      bottom: -26px;
      right: 75px; }
      #top #case-list-nav > li {
        width: 72px;
        height: 72px; }
        #top #case-list-nav > li:hover {
          -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08); } }

#top .case .slick-dots {
  left: 15px;
  bottom: -15px; }
  @media (min-width: 1080px) {
    #top .case .slick-dots {
      left: 5px;
      bottom: -26px; } }

#top .slick-dots {
  position: absolute; }
  #top .slick-dots > li {
    display: inline-block;
    width: 45px;
    height: 4px;
    background: #e4e4e4;
    margin-right: 5px;
    vertical-align: bottom;
    -webkit-transition: .3s;
    transition: .3s; }
    #top .slick-dots > li button {
      opacity: 0;
      visibility: hidden;
      height: 4px; }
    #top .slick-dots > li.slick-active {
      background: #06afec; }
  @media (min-width: 1080px) {
    #top .slick-dots > li {
      width: 73px;
      height: 6px; } }

#top .news {
  position: relative;
  z-index: 1; }
  #top .news .col-ttl {
    margin-bottom: 0; }

/* ==============================
	module/
================================= */
.max-sp {
  display: block; }
  @media (min-width: 680px) {
    .max-sp {
      display: none; } }

br.sp {
  display: inline-block; }
  @media (min-width: 768px) {
    br.sp {
      display: none; } }

.sp {
  display: block; }
  @media (min-width: 768px) {
    .sp {
      display: none; } }

br.sp {
  display: inline-block; }
  @media (min-width: 768px) {
    br.sp {
      display: none; } }

body.sp {
  display: block; }

.max-ipad {
  display: block; }
  @media (min-width: 768px) {
    .max-ipad {
      display: none; } }

br.max-ipad {
  display: inline-block; }
  @media (min-width: 768px) {
    br.max-ipad {
      display: none; } }

.ipad {
  display: none; }
  @media (min-width: 768px) {
    .ipad {
      display: block; } }

br.ipad {
  display: none; }
  @media (min-width: 768px) {
    br.ipad {
      display: inline-block; } }

.max-pc {
  display: block; }
  @media (min-width: 1080px) {
    .max-pc {
      display: none; } }

br.max-ipad {
  display: inline-block; }
  @media (min-width: 1080px) {
    br.max-ipad {
      display: none; } }

.pc {
  display: none; }
  @media (min-width: 1080px) {
    .pc {
      display: block; } }

br.max-ipad {
  display: none; }
  @media (min-width: 1080px) {
    br.max-ipad {
      display: inline-block; } }

#nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.ofi-block img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.bg-blue {
  background: #eaf9fc; }

.blue-block {
  background: #eaf9fc;
  padding: 10px; }

.mdl-col {
  padding: 60px 0 70px; }
  .mdl-col + .mdl-col {
    padding-top: 0; }
    .mdl-col + .mdl-col.bg {
      padding-top: 50px; }
  .mdl-col.bg {
    padding: 50px 0 70px; }
    .mdl-col.bg + .mdl-col {
      padding-top: 60px; }
      .mdl-col.bg + .mdl-col.bg {
        padding-top: 50px; }
  @media (min-width: 1080px) {
    .mdl-col {
      padding: 100px 0 100px; }
      .mdl-col + .mdl-col {
        padding-top: 0; }
        .mdl-col + .mdl-col.bg {
          padding-top: 80px; }
      .mdl-col.bg {
        padding: 80px 0 80px; }
        .mdl-col.bg + .mdl-col {
          padding-top: 100px; }
          .mdl-col.bg + .mdl-col.bg {
            padding-top: 80px; } }

.col-content {
  font-size: 1.6rem;
  line-height: 1.79;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  .col-content p {
    font-size: 1.6rem;
    line-height: 1.79;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }

@media (min-width: 1080px) {
  .col-content {
    font-size: 1.5rem;
    line-height: 2.27; } }

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex-col.flex-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex-col.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-col.max-ipad {
    display: block; }
    @media (min-width: 768px) {
      .flex-col.max-ipad {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .flex-col.max-ipad.flex-start {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
  .flex-col.max-pc {
    display: block; }
    @media (min-width: 1080px) {
      .flex-col.max-pc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .flex-col.max-pc.flex-start {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
  .flex-col.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

.flex-col-img {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .flex-col-img {
      margin-top: 0;
      width: 350px; } }

.mdl-case-block {
  padding: 10px 15px; }
  @media (min-width: 1080px) {
    .mdl-case-block {
      width: 100%;
      padding: 10px 25px 10px 5px; } }

.case-block-inner {
  display: block;
  overflow: hidden;
  color: #242627;
  border-radius: 4px;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (min-width: 1080px) {
    .case-block-inner:hover {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media (min-width: 1080px) {
    .case-block-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.case-block-img img {
  width: 100%;
  max-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -o-object-position: top center;
  object-position: top center; }

@media (min-width: 1080px) {
  .case-block-img {
    width: 520px;
    height: 390px; }
    .case-block-img img {
      height: 390px;
      max-height: 390px; } }

.case-block-content {
  padding: 30px 10px 35px; }
  @media (min-width: 1080px) {
    .case-block-content {
      width: calc(100% - 520px);
      padding: 0 35px 0; } }

.case-block-company {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: bold; }
  @media (min-width: 1080px) {
    .case-block-company {
      margin-top: 20px;
      font-size: 1.4rem;
      line-height: 1.71; } }

.case-block-person {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: bold; }
  @media (min-width: 1080px) {
    .case-block-person {
      margin-top: 30px;
      font-size: 1.6rem;
      overflow: hidden; } }

.case-block-ttl {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: bold; }
  @media (min-width: 1080px) {
    .case-block-ttl {
      margin-top: 20px;
      font-size: 2.2rem;
      line-height: 1.64; } }

.case-block-txt {
  font-size: 1.2rem;
  line-height: 1.67;
  margin-top: 10px;
  font-weight: normal; }
  @media (min-width: 1080px) {
    .case-block-txt {
      margin-top: 30px;
      font-size: 1.4rem;
      line-height: 1.86; } }

.block-col {
  background: #fff;
  padding: 30px 20px; }
  @media (min-width: 1080px) {
    .block-col {
      padding: 30px 40px; } }
  .block-col + .block-col {
    margin-top: 30px; }

.block-col-ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.7rem; }
  @media (min-width: 1080px) {
    .block-col-ttl {
      font-size: 2rem; } }

.block-col-ttl-bottom {
  margin-bottom: 20px; }

#page-scroll-cover {
  position: relative; }

.scroll-top {
  display: none;
  right: 40px;
  bottom: 40px;
  position: fixed;
  text-align: right;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (min-width: 768px) {
    .scroll-top {
      display: block; } }
  .scroll-top .scroll-top-btn {
    display: inline-block;
    cursor: pointer; }
  .scroll-top img {
    width: 25px; }

.loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000; }
  .loading:before {
    position: fixed;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: top .3s;
    transition: top .3s; }
  .loading:after {
    position: fixed;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transition: bottom .3s;
    transition: bottom .3s; }

.loading-bar {
  position: fixed;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.loading-bar-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: none;
  -webkit-transition: width .3s;
  transition: width .3s; }
  .loading-bar-inner .loading-bar-inner-left {
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    background: #06afec;
    -webkit-transition: width .3s;
    transition: width .3s;
    top: 0;
    left: 0; }
  .loading-bar-inner .loading-bar-inner-right {
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    background: #06afec;
    -webkit-transition: width .3s;
    transition: width .3s;
    top: 0;
    right: 0; }

.page-visual {
  position: relative;
  background: url(../images/information/visual.jpg) top right no-repeat;
  background-size: cover; }
  .page-visual:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/common/bg_pattern.png) top right repeat; }
  .page-visual:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(7, 133, 178, 0.4);
    top: 0;
    left: 0; }
  @media (min-width: 1080px) {
    .page-visual:after {
      display: none; } }

#information .page-visual {
  background: url(../images/information/visual.jpg) top right no-repeat;
  background-size: cover; }

#contact .page-visual {
  background: url(../images/contact/visual.jpg) top right no-repeat;
  background-size: cover; }

#about.about .page-visual {
  background: url(../images/about/visual.jpg) top right no-repeat;
  background-size: cover; }

#about.branch .page-visual {
  background: url(../images/about/branch/visual.jpg) top right no-repeat;
  background-size: cover; }

#about.company .page-visual {
  background: url(../images/about/company/visual.jpg) top right no-repeat;
  background-size: cover; }

#about.feature .page-visual {
  background: url(../images/about/feature/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.advertising .page-visual {
  background: url(../images/service/advertising/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.news_paper_with .page-visual {
  background: url(../images/service/advertising/news_paper_with/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.yomipon .page-visual {
  background: url(../images/service/advertising/yomipon/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.event .page-visual {
  background: url(../images/service/event/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.quilt_jikan_fes .page-visual {
  background: url(../images/service/event/quilt_jikan_fes/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.retail .page-visual {
  background: url(../images/service/retail/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.sendo_mamorukun .page-visual {
  background: url(../images/service/retail/sendo_mamorukun/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.sp .page-visual {
  background: url(../images/service/sp/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.yfc .page-visual {
  background: url(../images/service/yfc/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.new_business .page-visual {
  background: url(../images/service/new_business/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.agency .page-visual {
  background: url(../images/service/agency/visual.jpg) top right no-repeat;
  background-size: cover; }

#service.vendor .page-visual {
  background: url(../images/service/vendor/visual.jpg) top right no-repeat;
  background-size: cover; }

#case_study.case_study .page-visual {
  background: url(../images/case_study/visual.jpg) top right no-repeat;
  background-size: cover; }

#solution.solution .page-visual {
  background: url(../images/solution/visual.jpg) top right no-repeat;
  background-size: cover; }

/* ==============================
ニュース newの文字
================================= */
.new-tag {
  color: #ff401a;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .new-tag {
      font-size: 1.2rem;
      margin-right: 15px; } }

/* ==============================
windowsの対応
================================= */
.win .visual-ttl {
  font-family: Yu Gothic, "游ゴシック体",YuGothic, "ヒラギノ角ゴ Pro W3", sans-serif; }
  .win .visual-ttl .font-alegreya {
    font-family: 'Alegreya Sans', sans-serif; }

.win#top .msg .col-ttl {
  font-family: Yu Gothic, "游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3",sans-serif; }

/* =========================================================
 State
========================================================= */
/* ==============================
	state/
================================= */
body.win {
  color: #000; }

body .is-not-ie {
  display: inline-block; }

body .is-ie {
  display: none; }

body.ie .is-not-ie {
  display: none; }

body.ie .is-ie {
  display: inline-block; }

.loading.is-loaded {
  -webkit-animation: load_anim .8s ease .4s 1 forwards;
  animation: load_anim .8s ease .4s 1 forwards; }
  .loading.is-loaded:before {
    top: -50%; }
  .loading.is-loaded:after {
    bottom: -50%; }
  .loading.is-loaded .loading-bar {
    opacity: 0; }

@-webkit-keyframes load_anim {
  10% {
    opacity: 0;
    visibility: hidden; }
  100% {
    z-index: -1; } }

@keyframes load_anim {
  10% {
    opacity: 0;
    visibility: hidden; }
  100% {
    z-index: -1; } }

.header-menu-block.is-active {
  width: calc(30px - 15%); }
  .header-menu-block.is-active .header-menu-1 {
    -webkit-animation: nav_anim1 .8s ease -.1s 1 normal;
    animation: nav_anim1 .8s ease -.1s 1 normal;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px; }
  .header-menu-block.is-active .header-menu-2 {
    -webkit-animation: nav_anim2 .8s ease -.1s 1 normal;
    animation: nav_anim2 .8s ease -.1s 1 normal;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 10px;
    visibility: hidden;
    opacity: 0; }
  .header-menu-block.is-active .header-menu-3 {
    -webkit-animation: nav_anim3 .8s ease -.1s 1 normal;
    animation: nav_anim3 .8s ease -.1s 1 normal;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px; }

.header-menu-block.is-close {
  width: 30px; }
  .header-menu-block.is-close .header-menu-1 {
    -webkit-animation: nav_close_anim1 .8s ease -.1s 1 normal;
    animation: nav_close_anim1 .8s ease -.1s 1 normal;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 2px; }
  .header-menu-block.is-close .header-menu-2 {
    -webkit-animation: nav_close_anim2 .8s ease -.1s 1 normal;
    animation: nav_close_anim2 .8s ease -.1s 1 normal;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 9px;
    visibility: visible;
    opacity: 1; }
  .header-menu-block.is-close .header-menu-3 {
    -webkit-animation: nav_close_anim3 .8s ease -.1s 1 normal;
    animation: nav_close_anim3 .8s ease -.1s 1 normal;
    top: 16px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }

@-webkit-keyframes nav_anim1 {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 2px; }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px; } }

@keyframes nav_anim1 {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 2px; }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px; } }

@-webkit-keyframes nav_anim2 {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 9px; }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 10px; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@keyframes nav_anim2 {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 9px; }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 10px; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes nav_anim3 {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 16px; }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px; } }

@keyframes nav_anim3 {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 16px; }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px; } }

@-webkit-keyframes nav_close_anim1 {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px; }
  60% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 2px; } }

@keyframes nav_close_anim1 {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px; }
  60% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 2px; } }

@-webkit-keyframes nav_close_anim2 {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 9px; } }

@keyframes nav_close_anim2 {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 9px; } }

@-webkit-keyframes nav_close_anim3 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  60% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 16px; } }

@keyframes nav_close_anim3 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  60% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 10px; }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 16px; } }

.l-header.is-fixed .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: header_anim 0.5s ease -.1s 1 normal;
  animation: header_anim 0.5s ease -.1s 1 normal; }

.l-header.is-close .header-inner {
  position: fixed;
  top: -10%;
  left: 0;
  -webkit-animation: header_close_anim .8s ease -.1s 1 normal;
  animation: header_close_anim .8s ease -.1s 1 normal; }

@media (min-width: 1080px) {
  .header-list > li.is-hover .header-list-col:after {
    visibility: visible;
    opacity: 1; }
  .header-list > li.is-hover .header-child-list-cover {
    visibility: visible;
    opacity: 1;
    margin-top: 0; } }

.header-list .header-child-list-cover.is-open {
  visibility: visible;
  opacity: 1; }

#top .l-header.is-hover .header-inner {
  background: #fff; }

#top .l-header.is-open .header-inner {
  background: #fff; }

#top .l-header.is-open .header-menu-block > span {
  background: #06afec; }

#top .l-header.is-open .header-menu-txt {
  color: #06afec; }

#top .l-header.is-open .header-logo-img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible; }
  #top .l-header.is-open .header-logo-img.top-only {
    visibility: hidden; }

@media (min-width: 1080px) {
  #top .l-header.is-open .header-logo {
    width: auto;
    height: auto; }
  #top .l-header.is-open .header-logo-img {
    position: static;
    visibility: visible; }
    #top .l-header.is-open .header-logo-img.top-only {
      visibility: hidden;
      display: none; } }

#top .l-header.is-fixed .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-animation: header_anim 0.5s ease -.1s 1 normal;
  animation: header_anim 0.5s ease -.1s 1 normal; }

#top .l-header.is-fixed .header-menu-block > span {
  background: #06afec; }

#top .l-header.is-fixed .header-menu-txt {
  color: #06afec; }

#top .l-header.is-fixed .header-logo-img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible; }
  #top .l-header.is-fixed .header-logo-img.top-only {
    visibility: hidden; }

@media (min-width: 1080px) {
  #top .l-header.is-fixed .header-logo {
    width: auto;
    height: auto; }
  #top .l-header.is-fixed .header-logo-img {
    position: static;
    visibility: visible; }
    #top .l-header.is-fixed .header-logo-img.top-only {
      visibility: hidden;
      display: none; } }

#top .l-header.is-close .header-inner {
  position: fixed;
  top: -10%;
  left: 0;
  background: #fff;
  -webkit-animation: header_close_anim .8s ease -.1s 1 normal;
  animation: header_close_anim .8s ease -.1s 1 normal; }

#top .l-header.is-close .header-menu-block > span {
  background: #06afec; }

#top .l-header.is-close .header-menu-txt {
  color: #06afec; }

#top.is-hover {
  background: #fff; }

@-webkit-keyframes header_anim {
  0% {
    top: -10%; }
  100% {
    top: 0; } }

@keyframes header_anim {
  0% {
    top: -10%; }
  100% {
    top: 0; } }

@-webkit-keyframes header_close_anim {
  0% {
    top: 0; }
  100% {
    top: -10%; } }

@keyframes header_close_anim {
  0% {
    top: 0; }
  100% {
    top: -10%; } }

.header-list-col.is-open .plus-icon:before {
  visibility: hidden;
  opacity: 0; }

#nav-wrap.is-active {
  z-index: 50;
  visibility: visible;
  opacity: 1; }

#top .head-news-list > li.is-selected {
  visibility: visible;
  opacity: 1; }

#top .head-news-list > li.is-selected-next {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-animation: selected_next_anim 0.5s ease -.1s 1 normal;
  animation: selected_next_anim 0.5s ease -.1s 1 normal; }

#top .head-news-list > li.is-selected-prev {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-animation: selected_prev_anim 0.5s ease -.1s 1 normal;
  animation: selected_prev_anim 0.5s ease -.1s 1 normal; }

@-webkit-keyframes selected_next_anim {
  0% {
    visibility: hidden;
    opacity: 0;
    margin-left: 10px; }
  100% {
    margin-left: 0;
    visibility: visible;
    opacity: 1; } }

@keyframes selected_next_anim {
  0% {
    visibility: hidden;
    opacity: 0;
    margin-left: 10px; }
  100% {
    margin-left: 0;
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes selected_prev_anim {
  0% {
    visibility: hidden;
    opacity: 0;
    margin-left: -10px; }
  100% {
    margin-left: 0;
    visibility: visible;
    opacity: 1; } }

@keyframes selected_prev_anim {
  0% {
    visibility: hidden;
    opacity: 0;
    margin-left: -10px; }
  100% {
    margin-left: 0;
    visibility: visible;
    opacity: 1; } }

.ck-val.is-check-true .required-check .true {
  opacity: 1; }

.mdl-accordion.is-open .accordion-icon:after {
  opacity: 0; }

.scroll-top.is-scroll-end {
  position: absolute; }

.case-block-person {
  position: relative; }
  @media (min-width: 1080px) {
    .case-block-person.is-max {
      display: inline-block;
      max-height: calc(16*1.4*2px); }
      .case-block-person.is-max:before {
        display: block;
        position: absolute;
        content: "...";
        right: 4px;
        bottom: 1px;
        background: #fff;
        width: 16px;
        letter-spacing: 0.5;
        text-align: center; } }

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