@charset "utf-8";

.navbar {
  justify-content: space-between;
}

.navbar img {
  max-width: 160px;
  height: auto;
}

@media (max-width: 1200px) {
  ul.navbar-nav > li .nav-link {
    font-size: 1rem;
  }
}

.logo h1 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.jobcomi-chan::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url(../images/jobcomi_chan.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
  left: -60px;
  position: absolute;
}

.pamph-cover::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("../images/shiryo.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
  left: -60px;
  position: absolute;
}

@media (max-width: 768px) {
  .jobcomi-chan::before,
  .pamph-cover::before {
    display: none;
  }
}

.sec70-0 {
  padding: 70px 0 30px;
}

.achve {
  padding: 40px 0 50px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec70-0 {
    padding: 0;
  }
  .achve {
    padding: 40px 0 1px;
    margin-bottom: 30px;
  }
}

.dot-bg {
  background: url("../images/blue-dot.png");
}

/* パンくずメニュー */
.bread {
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
}
ol.bread-list {
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 7px;
  padding-left: 15px;
  font-size: 0.9rem;
}
ol.bread-list li {
  float: left;
}
ol.bread-list li::after {
  content: "\f101";
  font-family: "FontAwesome";
  padding-right: 10px;
  margin-left: 5px;
}
ol.bread-list li:last-child::after {
  content: none;
}
ol.bread-list li a.active {
  font-weight: bold;
  color: #a0001a;
}

/* クライアントスライダー */
.client-slider {
  padding-bottom: 100px;
  background: #fff;
}

.slider div {
  background: #fff;
  padding: 0;
  margin: 5px 10px;
  text-align: center;
  font-size: 20px;
}

.slider img {
  width: 170px;
  height: auto;
}

@media (max-width: 1200px) {
  .slider img {
    width: 140px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .slider img {
    width: 90px;
    height: auto;
  }

  .client-slider {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
}

/* 右→左のスライダー用 */
.slider-left {
  direction: ltr;
}

/* 左→右（逆流）スライダー用 */
.slider-right {
  direction: rtl;
}

/* 吹き出し */
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 3px 5px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 0.9rem !important;
  background: #fccc1a;
  border-radius: 5px;
  text-align: center;
  bottom: 5px;
  z-index: 10;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #fccc1a;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem !important;
  font-weight: bold;
}

.achve2 {
  padding-bottom: 70px;
}

.achive-img {
  margin-bottom: 10px;
}

.achive-img img {
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: transform 0.6s ease;
}

.achive-img img:hover {
  transform: scale(1.05);
}

.achive-img p {
  text-align: center;
  font-size: 1rem;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 3px #fff;
    color: #005aa0;
    /* 縁を文字の背面に回す（これで文字が細くならない） */
    paint-order: stroke fill;
}

p.achi-comp {
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  p.achi-comp {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .balloon1 p {
    font-size: 0.85rem !important;
  }
}

/* Industry */
.industry-col {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
  background: #fafafa;
}

.industry-title {
  color: #0a5baf;
  margin: auto;
  margin-bottom: 30px;
  font-size: 30px;
}

.industry-col ul {
  text-align: center;
}

.industy-item ul li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 20px;
  /*background: #fccc1a; */
  color: #0a5baf;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: bold;
}

/* Project shuffle Item */
.shuffle-wrapper img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.project-area {
  padding: 70px 0 30px;
}
.shuffle-item {
  background: #fff;
  /*padding: 15px;*/
}

.shuffle-item .project-img-container {
  position: relative;
  overflow: hidden;
}

.shuffle-item .project-img-container img {
  -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover img {
  -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover:after {
  opacity: 1;
}

.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #fccc1a;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(1px) scale3d(0, 0, 0);
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  -webkit-transform: perspective(1px) scale3d(1, 1, 1);
  transform: perspective(1px) scale3d(1, 1, 1);
}

.shuffle-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}

.shuffle-item .project-img-container .project-item-info-content {
  opacity: 0;
  -webkit-transform: perspective(1px) translate3d(0, 15px, 0);
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #fccc1a;
}

.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #fccc1a;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
}

.shuffle-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0);
  transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #005aa0;
}

@media (max-width: 991px) {
  .project-area {
    padding: 0;
  }
}

/* コンテンツ制作 */
.contents-col {
  border: 1px solid #005aa0;
  margin-bottom: 30px;
  background: #005aa0;
  overflow: hidden;
}

.contents-col img {
  margin-bottom: 15px;
  transition: transform 0.5s ease;
}

.contents-col img:hover {
  transform: scale(1.05);
}

.contents-col p {
  margin-bottom: 3px !important;
  color: #fff;
}

@media (max-width: 768px) {
  .contents-col p {
    font-size: 1rem;
  }
}

.contents-col h3 {
  color: #fccc1a;
  font-size: 1.2rem;
}

/* Service Lineup */
.lineup-col,
.lineup-col-2 {
  border: 1px solid #ccc;
  text-align: left;
  overflow: visible;
  margin-bottom: 30px;
  background: #fff;
}

.lineup-col h3,
.lineup-col-2 h3 {
  background: #005aa0;
  color: #fff;
  padding: 7px 5px 10px 15px;
  font-size: 1.2rem;
  text-align: left;
}

.lineup-col-2 h3 {
  margin-bottom: 0;
}

.lineup-col img {
  max-width: 180px;
  height: auto;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
  transform: rotate(5deg);
  position: relative;
  top: -30px;
  right: 5px;
  transition: all 400ms;
}

.lineup-col img:hover {
  transform: rotate(0deg);
}

.lineup-col p {
  padding-left: 15px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.lineup-col-2 p {
  padding: 15px 15px 0;
  font-size: 1rem;
}

.lineup-photo {
  padding-right: 30px;
  margin-bottom: 30px;
}

.lineup-link {
  padding: 0 15px;
}

.lineup-link h4 {
  background: #005aa0 ;
	color: #FFF ;
	padding: 3px 10px ;
	border-left: 3px solid #fccc1a ;
}

.lineup-link a {
  display: block;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 991px) {
  .lineup-link {
  padding: 0 15px 15px;
}

	.lineup-col-2 p {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .lineup-photo {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }

  .lineup-photo img {
    max-width: 70%;
    margin: auto;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .lineup-col-2 p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9rem;
  }
}

.lineup-col p span {
  color: #005aa0;
  font-weight: bold;
}

.clear {
  clear: both;
}

.lineup-col a {
  background: #fccc1a;
  border: 0;
  border-radius: 3px;
  padding: 5px 10px 5px;
  margin: 0 0 15px 15px;
  font-weight: 700;
  color: #005aa0;
  transition: 350ms;
  font-size: 0.9rem;
}

.lineup-col a:hover {
  background: #005aa0;
  color: #fff;
}

.lineup-img-a a {
  background: none;
  margin-bottom: 0;
  padding: 0;
}

.lineup-img-a a:hover {
  background: none;
}

.lineup-col i {
  margin-left: 7px;
}

p.promo-col {
  background: #f2f2f2;
  border: 1px solid #CCC;
  text-align: center;
  padding: 5px 3px;

  font-size: 0.85rem;
  font-weight: 700;
}

a.mini-link {
  background: #fccc1a;
  padding: 5px 10px 3px;
}

a.mini-link:hover,
.aisho-link a:hover {
  background: #005aa0;
  color: #fff;
}

.aisho-link a {
  background: #fccc1a;
  display: block;
  text-align: center;
  font-size: 1rem;
  padding: 3px ;
}


.subscribe {
  background-image: url(../images/call-bg.png);
  background-position: center;
}

@media (max-width: 991px) {
  .lineup-col {
    padding-bottom: 20px;
  }

  .subscribe {
    background-image: url(../images/call-bg-v.png);
  }

  .lineup-img-a {
    top: -30px;
  }

  .lineup-col img {
    top: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: block;
  }

  p.promo-col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.call-action-y,
.call-action-b {
  padding: 30px 0 24px;
}

.call-action-y h3,
.call-action-b h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* 3つの理由 */
.reason-col {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 15px center;
}

.reason-col h3 {
  font-size: 2rem;
}

.reason-col p {
  margin-bottom: 0;
}

.no1 {
  background-image: url(../images/1.png);
}

.no2 {
  background-image: url(../images/2.png);
}

.no3 {
  background-image: url(../images/3.png);
}

.bg-blue {
  background: #005aa0;
}

@media (max-width: 768px) {
  .reason-col h3 {
    font-size: 1.7rem;
  }
  .reason-col p {
    line-height: 1.5;
    font-size: 1rem;
    text-align: left;
    padding: 0 15px;
  }
}

/* link */
a.line-link-y,
a.line-link-b {
  padding: 7px 15px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 30px;
}

a.line-link-y {
  border: 1px solid #005aa0;
}

a.line-link-b {
  border: 1px solid #fff;
  color: #fff;
}

a.line-link-y:hover,
a.line-link-b:hover {
  background: #fff;
  color: #005aa0;
}

/* 流れ */
.flow-col {
  background: #fccc1a;
  padding: 15px;
}

.flow-space {
  padding-right: 7px;
  margin-right: 7px;
}

.flow-item-col {
  background: #fff;
  margin-bottom: 15px;
}

.flow-img-col {
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.flow-area {
  padding-bottom: 0;
}

.flow-area p {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 0;
}

.flow-text-col {
  background: #fff;
  padding: 10px 10px 10px 15px !important;
}

.flow-text-col h3 {
  margin-bottom: 5px;
  color: #005aa0;
  font-size: 1.1rem;
}

.flow-text-col2 {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 5px;
  overflow-wrap: break-word;
}

.flow5::after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  background-image: url(../images/flow-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 200px;
  top: 500px;
  position: absolute;
}

@media (min-width: 1130px) and (max-width: 1600px) {
  .flow5::after {
    top: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1129px) {
  .flow5::after {
    top: 450px;
    left: 100px;
  }
}

@media (max-width: 991px) {
  .flow-img-col {
    margin-right: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    padding-bottom: 0;
  }

  .flow5::after {
    display: none;
  }
}

/* FAQ */
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#accordion_menu > li {
  border: #ccc 1px solid;
  margin-bottom: 7px;
}
#accordion_menu a {
  color: #666;
}

#accordion_menu .collapse {
  padding: 15px;
  border: 1px solid #ccc;
  margin-top: -8px;
  background: #fff;
}

#accordion_menu a[data-toggle="collapse"] {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  background: #fccc1a;
  color: #005aa0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.2rem;
}

#accordion_menu a span {
  font-weight: 900;
}

.collapse span {
  font-weight: bold;
}

#accordion_menu a[data-toggle="collapse"]:hover {
  background: #005aa0;
  color: #fff;
}
#accordion_menu a[data-toggle="collapse"]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #005aa0 1px solid;
  border-right: #005aa0 1px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion_menu a[aria-expanded="false"]::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded="true"]::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
[id^="menu"] li {
  padding: 10px 10px 10px 20px;
}

.answer p {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  #accordion_menu a[data-toggle="collapse"] {
    font-size: 1.1rem;
  }

  .answer p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

/* 会社概要 */
.ban-company {
  background-image: url(../images/banner/ban-company.webp);
}

.company dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
}
.company dt {
  flex-basis: 20%;
  padding: 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
}
.company dd {
  flex-basis: 80%;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company dl {
    flex-flow: column;
  }

  .company dt,
  .company dd {
    padding: 10px;
    font-size: 1rem;
  }
}

/* 漫画の強み */
.ban-strength {
  background-image: url(../images/banner/ban-strength.webp);
}

.insert-img {
  margin-top: 70px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .ban-strength {
    background-position: left;
  }
}

/* 制作実績 */
.ban-gallery {
  background-image: url(../images/banner/ban-gallery.webp);
}

.card {
  border-color: #ccc;
}

.card {
  overflow: hidden;
}

.card-img-top {
  transform: scale(1.05);
  opacity: 1;
  margin-bottom: 10px;
  transition: transform 0.5s ease;
}

.card:hover .card-img-top {
  transform: scale(1.1);
  opacity: 0.8;
}

.card-body {
  padding: 10px;
  text-align: center;
}

.card-body h4 {
  color: #005aa0;
}

.card-body p {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.3;
}

.btn-toggle {
  background: #fccc1a;
  font-size: 1.2rem;
  padding: 10px 0;
}

.btn-toggle:hover {
  background: #005aa0;
  color: #fff;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8 !important;
}

.modal-content {
  background-color: #f9f9f9;
}

.gallery {
  margin-bottom: 50px;
}

.gallery p {
  font-size: 0.9rem;
}

.gallery img {
  margin-bottom: 30px;
}

.gallery dl {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 0;
  font-size: 0.95rem;
}
.gallery dt {
  flex-basis: 20%;
  padding: 5px 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.gallery dd {
  flex-basis: 80%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  line-height: 1.5;
}

.gallery-navi a {
  background: #fccc1a;
  text-align: center;
  color: #005aa0;
  display: block;
  margin-bottom: 30px;
  padding: 7px;
  font-size: 1rem;
}

.gallery-navi a:hover {
  background: #005aa0;
  color: #fff;
}

.gallery-navi p {
  background: #eee;
  text-align: center;
  color: #ccc;
  display: block;
  margin-bottom: 30px;
  padding: 7px;
  font-size: 1rem;
}

.douga-col {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.douga-col h4 {
  color: #005aa0;
  text-align: center;
  font-size: 1.5rem !important;
  margin-bottom: 20px;
}

.card-body h4 {
  font-size: 1rem;
  line-height: 1.2;
}

.card-body .card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .gallery dl {
    flex-flow: column;
  }

  .gallery dt,
  .gallery dd {
    padding: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .card-body h4 {
    font-size: 0.9rem;
  }
  .card-body p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .gallery-navi a {
    margin-bottom: 15px;
  }

  .row-gap-15-outer-30 {
    /* 1. rowのネガティブマージンを削除 */
    margin-right: 0;
    margin-left: 0;

    /* 3. rowの両端 30px の隙間を作る */
    padding-right: 30px;
    padding-left: 30px;
  }

  .row-gap-15-outer-30 > [class*="col-"] {
    /* 2. colの左右パディングを 7.5px に設定 (カラム間 15px にするため) */
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

/* メディア */
.ban-media {
  background-image: url(../images/banner/ban-media.webp);
}

.media-col {
  padding: 7px 5px 5px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

.media-col span {
  font-size: 1rem;
}

/* お客様の声 */
.ban-case {
  background-image: url(../images/banner/ban-case.webp);
}

.case {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
}
.case h3 {
  padding: 10px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
  background: #005aa0;
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
}

.case .case-detail {
  padding-top: 10px;
  margin-left: -15px;
}

.case .case-detail p {
  font-size: 1rem;
  line-height: 1.5;
}

.case {
  transition: background-color 0.3s ease;
}

.case:hover {
  background-color: #fff;
  cursor: pointer;
}

.hover-img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(1);
  opacity: 1;
}
.case:hover .hover-img {
  transform: scale(1.05); /* 1.1倍に拡大 */
  opacity: 0.8; /* 透明度0.8 */
}

.case-spec dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
  font-size: 1rem;
}
.case-spec dt {
  flex-basis: 20%;
  padding: 5px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
}
.case-spec dd {
  flex-basis: 80%;
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.case-spec dd .dd-100 {
  flex-basis: 100%;
}

.case-spec dd span {
  font-weight: bold;
  font-size: 1.2rem;
}

.case-text {
  margin-bottom: 50px;
}

.case-text h3 {
  color: #005aa0;
  border-bottom: 2px solid #fccc1a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* 漫画タッチ見本 */
.ban-sample {
  background-image: url(../images/banner/ban-sample.webp);
}

.sample-card img {
  margin-bottom: 15px;
}

.sample-card {
  padding: 10px 10px 5px;
}

.sample-card .card-body h4 {
  line-height: 0;
  text-align: left !important;
}

.sample {
  padding: 30px;
  background: #fafafa;
  margin-bottom: 50px;
}

.sample img {
  margin-bottom: 30px;
}

/* 漫画タッチ */
.card-body.tatch h4 {
  color: #005aa0;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.card-body.tatch p {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: left;
}

/* 漫画制作料金 */
.ban-price {
  background-image: url(../images/banner/ban-price.webp);
}

.price-plan {
  width: 100%;
  display: flex;
  text-align: center;
}

.price-plan p {
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
}

.price-plan .a-col {
  width: 30%;
  background: #005aa0;
  padding: 30px;
  display: grid;
  place-items: center;
  color: #fff;
}

.a-col h4 {
  color: #fccc1a;
  font-size: 1.7rem;
}

.price-plan .b-col {
  width: 5%;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  place-items: center;
  font-size: 2rem;
}

.price-col {
  border: 1px solid #ccc;
  text-align: left;
  overflow: visible;
  margin-bottom: 30px;
  background: #fff;
}

.price-col h3 {
  background: #005aa0;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.price-plus {
  text-align: center;
}

.price-plus h4 {
  font-size: 6rem;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 70px;
}

/* テーブル本体の外枠（外周の線）を消す */
.table-inner-only {
  border: none;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.2rem;
}

.table-inner-only th,
.table-inner-only td {
  padding: 5px;
}

.table-inner-only thead th {
  background: #fafafa;
  color: #005aa0;
}

/* 1行目（一番上）のセルの上線を消す
.table-inner-only thead th,
.table-inner-only tr:first-child th,
.table-inner-only tr:first-child td {
  border-top: none;
} */

/* 最終行（一番下）のセルの下線を消す */
.table-inner-only tr:last-child th,
.table-inner-only tr:last-child td {
  border-bottom: none;
}

/* 左端のカラムの左線を消す */
.table-inner-only th:first-child,
.table-inner-only td:first-child {
  border-left: none;
}

/* 右端のカラムの右線を消す */
.table-inner-only th:last-child,
.table-inner-only td:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .price-plan {
    display: flex;
    flex-direction: column;
  }

  .price-plan .a-col {
    width: 100%;
  }

  .price-plan .b-col {
    width: 100%;
  }
}

/* 3つの理由 */
.reason-img img {
  margin-bottom: 30px;
}

/* フォーム */
.rec-img {
  margin-bottom: 50px;
  margin-top: 30px;
}

select.form-control {
  margin-left: 3px;
  font-size: 0.9rem;
  color: #777;
  width: 50%;
}

.form-group {
  margin-bottom: 5px;
}

form#mailformpro dl dd {
  font-size: 14px;
}

form#mailformpro label {
  margin-right: 10px;
}

form#mailformpro input,
form#mailformpro textarea {
  padding: 10px;
  font-size: 14px;
  /*vertical-align: middle;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin: 5px;
  /* color: #777; */
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  width: 100%;
}

form#mailformpro input.no-shadow {
  box-shadow: none;
}

.mfp_buttons button {
  background: #a0001a;
  padding: 15px 44px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14 px;
  /*border-radius: 50px;*/
  border-radius: 0;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin: 10px;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 1px solid #a0001a;
  overflow: hidden;
  margin: 0;
  line-height: 1;
}
.mfp_buttons button::before {
  content: "";
  position: absolute;
  margin-right: 5px;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  color: #fff !important;
  z-index: 1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}
.mfp_buttons button:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
  background: #005aa0;
}
.mfp_buttons button:hover {
  color: #fff !important;
  border: 1px solid #fff;
}
.mfp_buttons button.reset {
  background: #555;
  border: 1px solid #555;
}
.mfp_buttons button.reset:hover::before {
  background: #222;
}

.mfp_col10 textarea {
  max-width: 100%;
}

.tab-wrap label {
  margin-bottom: 0;
}

input[type="radio"] {
  transform: scale(1.5); /* 1.5倍に拡大する場合 */
}

.form-bb p {
  font-size: 13px;
  line-height: 1.5;
}

.mfp_col5 {
  float: left;
  width: 50%;
}

.mfp_rows {
  clear: both;
}
.mfp_rows:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.form-mod {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.inq-tel {
  background: #005aa0;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  padding: 30px 10px;
  margin-top: -30px;
  border-radius: 10px;
}

.inq-tel h4 {
  color: #fccc1a;
  font-size: 1.5rem;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
.inq-tel span {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}

/* お役立ち */
.oyakudachi-col {
  padding-top: 70px;
  background: #fafafa;
}

.oyakudachi {
  overflow: hidden;
}

.oyakudachi img {
  transition-duration: 0.3s;
}

.oyakudachi img:hover {
  transform: scale(1.02);
  transition-duration: 0.3s;
}

/* Social */
.social {
  padding: 100px 0 0;
}

.x-icon {
  max-width: 50px;
  height: auto;
}

.insta-icon {
  max-width: 55px;
  height: auto;
}

.youtube-icon {
  max-width: 55px;
  height: auto;
}

.x-icon,
.insta-icon,
.youtube-icon {
  transition-duration: 0.3s;
}

.x-icon:hover,
.insta-icon:hover,
.youtube-icon:hover {
  transform: scale(1.07);
  transition-duration: 0.3s;
}

/* sub navigation */
.sub-navi {
  margin-bottom: 70px;
}

/* Back to Top */
#back-to-top .btn.btn-primary:hover {
  color: #fff;
}
#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #005aa0;
  border-radius: 3px;
  color: #fccc1a;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

/* Button */
.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 25px 70px 25px;
  font-weight: 900;
  color: #005aa0;
  transition: 350ms;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .btn-primary,
  .btn-dark {
    border: 0;
    border-radius: 3px;
    padding: 25px;
    font-weight: 900;
    color: #005aa0;
    transition: 350ms;
    font-size: 1.2rem;
  }
}

/* spacer */
.p0m0 {
  padding: 0;
  margin: 0;
}

.mr0 {
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.mp-l0 {
  margin-left: 0;
  padding-left: 0;
}

.pr15 {
  padding-right: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.p15 {
  padding: 15px;
}

.p30 {
  padding: 30px;
}

.pt15pb0 {
  padding: 15px 15px 0 15px;
}

.mb-70 {
  margin-bottom: 70px;
}

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

.mb-150 {
  margin-bottom: 150px !important;
}

/*gridのgutter調整*/
.row-0 {
  margin-left: 0px;
  margin-right: 0px;

  > div {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;

  > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;

  > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;

  > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;

  > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mt-15 {
  margin-top: -15px;
}

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

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

.pb-0 {
  padding-bottom: 0;
}

.row-gap-15-all > [class*="col-"] {
  /* colの左右パディングを7.5pxに変更 (内側の隙間を15pxにするため) */
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.row-gap-15-all {
  /* rowのネガティブマージンを無効化 (左右端の隙間を15pxにするため) */
  margin-right: 7.5px;
  margin-left: 7.5px;
}

.row-gap-15-all > [class*="col-"] {
  /* 上下の隙間を15pxにするため、margin-bottomを15pxに設定 */
  margin-bottom: 7.5px;
}

.row-gap-15-all {
  margin-bottom: 7.5px;
}

.row-gap-15-all p {
  padding-left: 0;
}

.text-blue {
  color: #005aa0;
}

.text-yellow {
  color: #fccc1a;
}

.bg-yellow {
  background: #fccc1a;
}

.bg-pgray {
  background: #fafafa;
}

.border-top {
  border-top: 1px solid #ddd;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
