@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

.pc {
  display: inline !important;
}
.sp {
  display: none !important;
}

.container {
  max-width: 1110px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.serv-container,
.co-container {
  margin-bottom: 7em;
}

/* main-visual */
/* .main-visual {
    padding: 140px 0 450px;
    margin-bottom: 100px;
    background-image: url("images/main_v_pc.jpg");
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #f5f5f5;
    text-align: center;
} */
.main-visual img {
  width: 100%;
}
.top-title {
  font-size: 64px;
  margin-bottom: 10px;
}
.top-subtitle {
  font-size: 24px;
  margin-bottom: 6rem;
}
.top-text {
  opacity: 0.9;
}
/* //main-visual */

/* main */
.main {
  text-align: center;
}

h2 {
  display: inline-block;
  position: relative;
  padding: 0.25em 0;
  letter-spacing: 4px;
}
h2::after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, rgb(115, 148, 255), #b2beff);
  background: linear-gradient(to right, rgb(25, 128, 224), #b2b3ff);
}

/* news */
.notice {
  margin-top: 3em;
  margin-bottom: 3rem;
}
time {
  margin-right: 2em;
}
.news {
  color: #4a5568;
  text-align: left;
  margin: 0 0 1.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}
.news .category {
  background-color: #edf2f7;
  border: 1px solid #e2e8f0;
  padding: 1px 30px;
  margin-right: 2em;
  font-size: 0.9em;
  font-weight: 700;
}
/* //news */

/* service */
.service {
  padding: 90px 0 3rem;
}
.serv-card {
  width: 33.3333%;
  margin-top: 20px;
}
.serv-card-inner {
  /* padding: 25px 30px; */
  background-color: #dbe0e4;
  /* border-radius: 7px; */
  /* box-shadow: 1px 1px 4px #d2d4d6; */
  text-align: center;
  margin: 0 15px;
  border: 1px solid #ddd;
}
.serv-card-inner a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #0059ae;
}
.serv-image {
  width: 100%;
  /* margin-bottom: 20px; */
  /* border-radius: 5px; */
}
.serv-titile {
  margin-bottom: 8px;
}
.serv-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0;
}
.serv-title {
  padding: 10px 0;
}
.serv-btn {
  display: inline-block;
  padding: 1em 4em;
  text-decoration: none;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  background: rgb(30, 87, 153); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(30, 87, 153) 0%,
    rgb(32, 124, 202) 36%,
    rgb(32, 124, 202) 36%,
    rgb(41, 137, 216) 50%,
    rgb(125, 185, 232) 88%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgb(30, 87, 153) 0%,
    rgb(32, 124, 202) 36%,
    rgb(32, 124, 202) 36%,
    rgb(41, 137, 216) 50%,
    rgb(125, 185, 232) 88%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(30, 87, 153) 0%,
    rgb(32, 124, 202) 36%,
    rgb(32, 124, 202) 36%,
    rgb(41, 137, 216) 50%,
    rgb(125, 185, 232) 88%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  transition: 0.4s;
}
.serv-btn:hover {
  opacity: 0.7;
}

/* //service */
/* //main */

/* company */
/* co-visual */
/* .co-visual {
    padding: 140px 0 250px;
    margin-bottom: 100px;
    background-image: url("images/profile_pc.jpg");
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #f5f5f5;
    text-align: center;
} */
/* //co-visual */

/* co-main */
.co-msg {
  margin: 3em 0 1em;
}
.co-h {
  margin-bottom: 1rem;
}
.co-main {
  text-align: center;
  margin-bottom: 5em;
}
.co-text {
  text-align: left;
}
.co-history {
  text-align: left;
}
.hist-yr {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.hist-text span {
  color: #555;
}
.co-sign {
  text-align: right;
}
.co-mp-inner {
  margin: 2em;
}
.co-mp-h {
  margin-bottom: 0.5em;
  font-weight: bold;
}
table {
  width: 1110px;
  margin: 0 auto;
}
table,
td,
th {
  border: 2px solid #fff;
  border-collapse: collapse;
}
td,
th {
  padding: 15px 30px;
  width: 30px;
  height: 25px;
}
th {
  background: #f0e6cc;
}
.even {
  background: #fbf8f0;
}
.odd {
  background: #fefcf9;
}
.co-profile .left,
.right {
  text-align: left;
}
.co-profile .left {
  background: #e0eaf4;
  font-weight: bold;
}
.co-profile .right {
  background: #f7f7f7;
}
/* //co-main */
/* //company */

/* project */
/* pjt-visual */
/* .pjt-visual {
    padding: 140px 0 250px;
    margin-bottom: 100px;
    background-image: url("images/kari.jpg");
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #f5f5f5;
    text-align: center;
} */
/* //pjt-visual */

.project-main {
  margin: 5em 0 7em;
}
.project-main .pjt {
  background: #e2e8f0;
  padding: 1em;
  margin: 2em 0;
}
.pjt-h {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.pjt-cat {
  margin-bottom: 1em;
}
.pjt span {
  color: #4a5568;
  font-size: 0.8em;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 0.3em 1em;
}
.pjt-text {
  color: #4a5568;
  font-size: 0.9em;
}
/* //project */

/* access-main */
/* acs-visual */
/* .acs-visual {
    padding: 140px 0 250px;
    margin-bottom: 100px;
    background-image: url("images/kari.jpg");
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #f5f5f5;
    text-align: center;
} */
/* //acs-visual */

.acs-visual {
  margin-bottom: 5em;
}

.access-main {
  margin-bottom: 5em;
}
.access-text {
  text-align: center;
  padding-bottom: 3em;
  margin: 3em auto 0;
  border-bottom: 1px solid #ddd;
  max-width: 700px;
}
/* //access-main */

/* serv-main */
serv-visual
/* .serv-visual {
    padding: 140px 0 250px;
    margin-bottom: 100px;
    background-image: url("images/kari.jpg");
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #f5f5f5;
    text-align: center;
} */
/* //serv-visual */
.serv-main {
  margin: 5em 0 7em;
}
.serv-main-container {
  text-align: center;
  margin-bottom: 4em;
}
.serv-main .serv-title,
.serv-img {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.serv-body {
  width: 70%;
}
.serv-desc {
  color: #4a5568;
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 3em;
}
.serv-desc span {
  display: block;
  text-align: right;
}
.serv-major {
  font-weight: bold;
  font-size: 21px;
  margin: 1em 0 0.5em;
}
.serv-text {
  text-align: left;
  border: 1px solid #ddd;
  padding: 1em 2em;
  margin-bottom: 2em;
}
.serv-text .h {
  color: #1a202c;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 1em;
}
.serv-text p {
  color: #4a5568;
  font-size: 0.8em;
}
.serv-text p i {
  color: #125aac;
}

.ocean-lp {
  margin-top: 3em;
}

.web-project {
  margin-bottom: 3em;
}

.privacypolicy-visual {
  margin-bottom: 5em;
}

/* youtube広告 */
.youtube-cover {
  background-image: url("images/youtube-footer-image2.jpg");
  background-size: cover;
  background-position: cover;
  height: 15em;
  margin-bottom: 53px;
  color: #fff;
}
.youtube-cover p {
  padding: 1em 1em 0;
}
.youtube-top {
  margin-bottom: 53px;
}
.cover-heading {
  position: relative;
  padding-top: 2em;
}
.cover-top {
  position: relative;
  padding-top: 5em;
}
.cover-heading-inner {
  position: absolute;
  top: 22em;
  left: 26em;
  color: #fff;
}
.contents-box {
  display: flex;
}
.flex-left,
.flex-right {
  display: flex;
}
.flex-right {
  flex-direction: row-reverse;
}
.flex-left .text {
  margin-left: 2em;
}
.flex-right .text {
  margin-right: 2em;
}
.content-1,
.content-2 {
  margin-bottom: 78px;
}
.content-1 .section-title,
.content-2 .section-title {
  margin-bottom: 63px;
}
.content-2 {
  background: #f5f5f5;
  padding: 4em 0 1em;
}
.content-2 img {
  width: 30%;
  padding-bottom: 0.8em;
}
.content-2 .img-3 {
  width: 30%;
}
.content-box {
  position: relative;
  margin-bottom: 3em;
}
.content-box .number-text,
.content-3 .number-text {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  /* background: pink; */
  background: #0182c6;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  z-index: 1000;
}
.content-quality .number-text,
.content-quality .section-title,
.content-quality .text,
.content-price .number-text,
.content-price .section-title,
.content-price .text,
.priceAp-table,
.normal-price,
.content-notes .number-text,
.content-notes .section-title,
.content-notes .text {
  margin-bottom: 0.8em;
}
.normal-price .plus {
  margin: 0;
  font-size: 2em;
}
.content-quality,
.content-price,
.content-notes {
  margin-bottom: 64px;
}
.content-box .number-text {
  position: absolute;
  top: -1em;
  left: 5.5em;
}
/* .content-box .text {
  border: solid 1px #333;
  padding: 2em;
} */
.normal-price table,
.normal-price td,
.normal-price th,
.priceAp-table table,
.priceAp-table td,
.priceAp-table th {
  border: 1px solid #666;
}
.priceAp-table th {
  width: 60%;
}
.priceAp-table .left {
  text-align: left;
}
.priceAp-table ul {
  list-style: none;
  padding-top: 0.5em;
  font-size: 0.9em;
}
.price-table-ryoukin {
  font-size: 1.5em;
  font-weight: bold;
}
.price-table-ryoukin-text {
  font-size: 0.8em;
}
.youtube-cover a {
  letter-spacing: 2px;
}
/* //youtube広告 */

/* お問い合わせフォーム */
#formWrap {
  width: 700px;
  margin: 2em auto 0;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
#formWrap span {
  color: #fd0408;
}
#formWrap form {
  margin: 1em 0;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
/* //お問い合わせフォーム */

/* jQuery */
.scroll-fade {
  opacity: 0;
  transition: all 2s /*処理にかかる時間*/;
}
.scroll-up {
  opacity: 0;
  transform: translateY(100px) /*スクロールアップする距離*/;
  transition: all 2s /*処理にかかる時間*/;
}
.scroll-up.done,
.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
.load-fade {
  opacity: 0;
  transition: all 2s /*処理にかかる時間*/;
}
.load-up {
  opacity: 0;
  transform: translateY(100px) /*スクロールアップする距離*/;
  transition: all 2s /*処理にかかる時間*/;
}
.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
/* //jQuery */
