@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "UD新ゴ コンデンス90 L", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-d1kc: #5976BA;
  --bs-body-bg: #5976BA;
  --bs-body-bg-menu: rgba(89, 118, 186, 0.9);
  --bs-body-bg-translucent: rgba(89, 118, 186, 0.15);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  /*  background-color: var(--bs-body-bg-translucent);*/
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
section {
  padding-top: 140px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
.navbar {
  height: 100px;
}
.d1klogo {
  width: 300px;
}
@media (max-width: 990px) {
  .d1klogo {
    width: 240px;
  }
  body {
    font-size: 0.9rem;
  }
  .container {
    max-width: 900px;
  }
  section {
    padding-top: 100px;
    margin-top: -80px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 760px;
  }
  .navbar {
    height: 80px;
  }
}
@media screen and (max-width: 575.98px) {
  .d1klogo {
    width: 200px;
  }
  body {
    font-size: 1rem;
	word-break: break-all;
  }
}
@media (max-width: 430px) {
  .d1klogo {
    width: 160px;
  }
}
@media (max-width: 375px) {
  .d1klogo {
    width: 140px;
  }
}
.mainblock {
  height: 100vh;
}
#TOP-MENU {
  padding-top: 0px;
}
#COMPANY {
  padding-top: 80px;
  margin-top: 0px;
}
.company_title {
  width: 84%;
}
#DOMAIN {
  padding-top: 0px;
  margin-top: 80px;
}
.domain_block {
  margin-top: -40px;
  padding-top: 0px;
}
.domain_title {
  width: 74%;
}
#NEWS {
  padding-top: 0px;
  margin-top: 0px;
}
.news_block {
  margin-top: 10px;
  padding-top: 60px;
}
.news_title {
  width: 26%;
}
#PICKUP {
  padding-top: 0px;
  margin-top: 20px;
  margin-bottom: 80px;
}
.pickup_block {
  margin-top: 10px;
  padding-top: 40px;
}
.pickup_title {
  width: 74%;
}
.mainback {
  background-image: url("../content/assets/svg/mainback.svg");
  background-size: auto 86%;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 80px;
}
.mainblock_row {
  height: 100vh;
}
.statement {
  position: relative;
  margin-top: 64vh;
  z-index: 999;
}
.statement.fadein {
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
.fadein {
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-illust {
  display: block;
}
.readmore1 a {
  font-family: "UD新ゴ コンデンス90 M";
  opacity: 1;
  color: var(--bs-body-color);
  font-size: 1.2em;
}
.readmore1:hover {
  opacity: 0.6;
  color: brown;
}
.menu-bg {
  background-color: var(--bs-body-bg-menu);
  height: 100vh;
  margin-top: 10px;
}
.readmore2 a {
  font-family: "UD新ゴ コンデンス90 M";
  opacity: 1;
  color: var(--bs-body-color);
  font-size: 1.0em;
}
.company-left {
  padding-top: 30px;
  padding-right: 46px;
}
.company-right {
  padding-left: 30px;
}
.company-right .row {
  height: 33%
}
.domain-right {
  padding-left: 30px;
  padding-top: 0;
}
.reverse {
  flex-direction: row-reverse;
}
.img_box {
  display: grid;
  align-items: center;
  padding: 0;
}
.exp-box {
  display: grid;
  align-items: center;
  padding: 0;
}
.exp-title {
  font-family: "新ゴ M";
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 1.5rem;
  line-height: 2.6em;
}
.exp-title2 {
  font-family: "新ゴ M";
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.6em;
}
.exp-title3 {
  font-family: "UD Shin Go Conde90 M";
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.6em;
}
.exp {
  font-family: "UD Shin Go Conde90 L";
  line-height: 2.2rem;
  font-size: 1.05rem;
}
.jireilink:hover {
  fill: #333;
  opacity: 0.5;
}
.footer-bg {
  background-color: var(--bs-body-bg);
}
.foot-title {
  text-align: center;
  color: var(--bs-white);
  letter-spacing: 0.4em;
}
.footlogo {
  margin-top: 1rem;
}
.contents-t {
  margin-top: 16px;
  text-align: center;
  color: var(--bs-white);
  margin-bottom: 16px;
}
.contents-t a {
  text-decoration: none;
  color: var(--bs-white);
}
.contents-l::after {
  content: '';
  width: 150px;
  height: 1px;
  display: inline-block;
  background-color: var(--bs-white);
  position: relative;
  bottom: -5px;
  margin-bottom: 10px;
}
.foot-address {
  color: var(--bs-white);
  margin-top: 0.5em;
}
.foot-copy {
  text-align: right;
  color: var(--bs-white);
}
.btn-tel {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 1rem;
  color: var(--bs-body-bg);
  border-color: var(--bs-body-bg);
  margin: 0 .7rem 0 0em;
}
.btn-tel:hover {
  color: #fff;
  background-color: var(--bs-d1kc);
}
.btn-cont {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 1rem;
  color: var(--bs-body-bg);
  border-color: var(--bs-body-bg);
  margin: 0 4rem 0 0em;
}
.btn-cont:hover {
  color: #fff;
  background-color: var(--bs-d1kc);
	text-decoration: none;
}
.btn-md-tel {
  display: none;
}
.btn-md-cont {
  display: none;
}
.bgline01 {
  display: block;
  height: 980px;
/*  background-size: 1920px;*/
  background-position: top;
  background-attachment: local;
  background-repeat: no-repeat;
  opacity: 1;
  transition: .5s;
}
.bgline02 {
  display: block;
/*  height: 980px; */
/*  background-size: 1920px;*/
  background-position: top;
  background-attachment: local;
  background-repeat: no-repeat;
  opacity: 1;
  transition: .5s;
}
.bgline03 {
  display: block;
/*  height: 880px;*/
  margin-bottom: 0px;
/*  background-size: 1920px;*/
  background-position: top;
  background-attachment: local;
  background-repeat: no-repeat;
  opacity: 1;
  transition: .5s;
}
.bgline04 {
  display: block;
  margin-top: 0px;
/*  background-size: 1920px;*/
  background-position: top;
  background-attachment: local;
  background-repeat: no-repeat;
  /*  transform: translateY(30px);*/
  opacity: 1;
  transition: .5s;
}
.btn-d1kc {
  color: #fff;
  background-color: var(--bs-d1kc);
  border-color: var(--bs-d1kc);
  border-radius: 1.3rem;
}
.btn-d1kc:hover {
  color: #fff;
  background-color: var(--bs-d1kc-tr);
  border-color: var(--bs-d1kc);
  border-radius: 1.3rem;
}
.btn-outline-d1kc {
  color: var(--bs-d1kc);
  border-color: var(--bs-d1kc);
  border-radius: 1.3rem;
}
.btn-outline-d1kc:hover {
  color: #fff;
  background-color: var(--bs-d1kc);
  border-color: var(--bs-d1kc);
  border-radius: 1.3rem;
}
.news_top {
  margin-top: -40px;
}
.newsbox {
  background-color: white;
  border: 1px solid;
  border-color: var(--bs-d1kc);
  padding: 2rem 3rem 1rem 3rem;
  margin-top: 80px;
  margin-bottom: 20px;
}
.newscontents {}
.newst {
  color: var(--bs-d1kc);
  font-weight: 600;
  float: left;
}
.newscat {
  display: inline-flex;
  margin-left: 0.2rem;
  line-height: 1.2rem;
}
.newscat.newsjirei::after {
  display: block;
  width: 5rem;
  text-align: center;
  content: "制作事例";
  font-size: 0.85rem;
  color: #fff;
  background-color: #27475D;
  margin: 0.2rem 0.4rem;
}
.newscat.newsrecruit::after {
  display: block;
  width: 5rem;
  text-align: center;
  content: "採用情報";
  font-size: 0.85rem;
  color: #fff;
  background-color: #eb6100;
  margin: 0.2rem 0.4rem;
}
.newscat.newsjoho::after {
  display: block;
  width: 5rem;
  text-align: center;
  content: "会社情報";
  font-size: 0.85rem;
  color: #fff;
  background-color: var(--bs-d1kc);
  margin: 0.2rem 0.4rem;
}
.d1knews {
  font-family: "UD Shin Go Conde90 L";
  display: block;
  text-decoration: none;
}
.d1knews a {
  text-decoration: none;
  color: var(--bs-body-color);
}
.pickup {
  margin-top: 20px;
}
.pickup_p {
  margin-top: 40px;
}
.pubox {
  display: block;
  max-width: 346px;
  max-height: 227px;
  border-color: var(--bs-d1kc);
  border-width: thin;
  margin-bottom: 5px;
  overflow: hidden;
}
.cp {
  font-family: "UD Shin Go Conde90 L";
  margin: 0.5rem;
  text-align: left;
}
.pubox_img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.pubox_img:hover {
  transform: scale(1.1);
}
.pickup_top {
  margin-top: 40px;
}
.pickup_bottom {
  height: 280px;
}
.img_center {
  margin: auto;
  width: 100%;
}
footer a {
	text-decoration: none;
	color: white;
}
.ShinGoM {
	font-family:"Shin Go Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media (max-width: 1200px) {
  .mainblock {
    height: 620px;
  }
  .mainblock_row {
    height: 100vh;
  }
  .mainback {
    background-size: auto 86%;
  }
  .statement {
    margin-top: 64vh;
  }
  .statementw {
    width: 100%;
  }
.top-illust {
  display: inline-block;
  width: 600px;
  margin-top: 100px;
  text-align: center;
}
.top-illust {
  width: 60vh;
  height: 80vh;
}
#TOP-MENU {
  padding-top: 60px;
}
#COMPANY {
  padding-top: 100px;
}
.company_block {
  padding-top: 0px;
}
#DOMAIN {
  padding-top: 60px;
}
.domain_block {
  margin-top: -130px;
  padding-top: 80px;
}
#NEWS {
  padding-top: 0px;
  margin-top: 0px;
}
.news_block {
  margin-top: 0px;
  padding-top: 30px;
}
#PICKUP {
  padding-top: 0px;
  margin-top: 20px;
  margin-bottom: 80px:
}
.pickup_block {
  margin-top: -200px;
  padding-top: 0px;
}
.bgline01 {
  height: auto;
}
.bgline02 {
  height: auto;
}
.bgline04 {
  height: auto;
}
.news {
  margin-bottom: 0px;
}
.news_top {
  margin-top: 0px;
}
.pickup {
  padding-top: 0px;
}
.pickup_top {
  margin-top: 80px;
}
.pubox {
  display: block;
  text-align: center;
  max-width: 346px;
  max-height: 227px;
  border-color: var(--bs-d1kc);
  border-width: thin;
  margin-bottom: 3px;
}
.pickup_p {
  margin-top: 80px;
}
.pickup_bottom {
  height: 80px;
}
}
@media (max-width: 990px) {
  .mainback {
    background-size: auto 95%;
    background-position-y: 52px;
  }
  .top-illust {
    height: 80vh;
    margin-top: 100px;
    text-align: center;
  }
  .statement {
    margin-top: 54vh;
    margin-bottom: 10px;
  }
  #TOP-MENU {
    padding-top: 30px;
  }
  .#COMPANY {
    padding-top: 30px;
  }
  #DOMAIN {
    padding-top: 120px;
  }
  #NEWS {
    padding-top: 60px;
    margin-top: 0px;
  }
  #PICKUP {
    padding-top: 160px;
    margin-top: 0px;
	margin-bottom: 80px;
  }
.bgline01 {
  height: fit-content;
}
.bgline02 {
  height: fit-content;
}
.bgline03 {
  height: fit-content;
}
.bgline04 {
  height: fit-content;
}
  .btn-tel {
    display: none;
  }
  .btn-cont {
    display: none;
  }
  .btn-md-tel {
    display: inline-block !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 1rem;
    color: var(--bs-body-bg);
    border-color: var(--bs-body-bg);
    margin: 0 1em 0 0em;
  }
  .btn-md-tel:hover {
    color: #fff;
    background-color: var(--bs-d1kc);
	  text-decoration: none;
  }
  .btn-md-cont {
    display: inline-block !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 1rem;
    color: var(--bs-body-bg);
    border-color: var(--bs-body-bg);
    margin: 0 5em 0 0em;
  }
  .btn-md-cont:hover {
    color: #fff;
    background-color: var(--bs-d1kc);
  }
  .company-right {
    padding-left: 10px;
  }
  .exp {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .mainback {
    background-image: url("content/assets/img/none.png");
  }
  .statement {
    margin-top: 300px;
    margin-bottom: 10px;
  }
  #COMPANY {
    padding-top: 100px;
    margin-top: 0px;
  }
  .company_block {
    padding-top: 60px;
  }
  .company_title {
    width: 94%;
  }
  .domain_title {
    width: 74%;
  }
  .news_title {
    width: 22%;
    min-width: 200px;
  }
  .pickup_title {
    width: 74%;
  }
  #NEWS {
    padding-top: 180px;
    margin-top: 0px;
  }
  #PICKUP {
    padding-top: 300px;
    margin-top: 0px;
    margin-bottom: 80px;
  }
.bgline01 {
  height: fit-content;
}
.bgline02 {
  height: fit-content;
}
.bgline03 {
  height: fit-content;
}
.bgline04 {
  height: fit-content;
}

  .pubox {
    display: inline-block;
    text-align: center;
    margin-bottom: 3px;
    margin: auto;
  }
  .pickup_block {
    margin-top: -100px;
  }
  .pickup_top {
    margin-top: -140px;
  }
  .news_top {
    margin-top: -120px;
  }
  .newsbox {
    font-size: 1rem;
  }
  .cp {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #HOME {
    margin-top: -100px;
  }
  .mainblock {
    margin-top: 0;
    height: 760px;
  }
  .mainblock_row {
    display: inline-flex;
    margin-top: 0;
  }
  .statement {
    margin-top: 240px;
    margin-bottom: 40px;
  }
  .top-illust {
    width: 100%;
    height: 200px;
    margin-top: 0px;
    text-align: center;
  }
  #TOP-MENU {
    padding-top: 20px;
  }
  #COMPANY {
    padding-top: 20px;
  }
  #DOMAIN {
    padding-top: 10px;
  }
  .domain_block {
    margin-top: 0px;
    padding-top: 0px;
  }
  .img_box {
    display: grid;
    align-items: center;
    width: 50%;
  }
  #NEWS {
/*    padding-top: 0px;*/
    margin-top: 0px;
  }
  .news_block {
    margin-top: 0px;
    padding-top: 0px;
  }
  .news_title {
    width: 32%;
    min-width: 240px;
  }
  #PICKUP {
    padding-top: 100px;
    margin-top: 0px;
	margin-bottom: 80px;
  }
  .pickup_top {
    margin-top: 0px;
  }
.bgline01 {
  height: fit-content;
}
.bgline02 {
  height: fit-content;
}
.bgline03 {
  height: fit-content;
}
.bgline04 {
  height: fit-content;
}
  .company-left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .company-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .img_center {
    width: 80%;
  }
}

@media (max-width: 430px) {
  .btn-md-tel {
    margin: 0;
  }
  .pickup_block {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.sma {
  display: none;
}
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }	
}

.company-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
}
.company-header .company_title {
  width: 46%;
  max-width: 480px;
  flex-shrink: 0;
}
.company-header .com_subtitle {
  width:46%;
  max-width: 480px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .company-header {
    flex-direction: column;
  }
  .company-header .company_title {
    width: 80%;
    max-width: 420px;
    margin-left:30px;
  }
  .company-header .com_subtitle {
    width:80%;
    margin-left:30px;
  }
}

.domain-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}
.domain-header .domain_subtitle {
  width:46%;
  max-width: 400px;
}
.domain-header .domain_title {
  width: 46%;
  max-width: 440px;
  margin-right: 120px;
}
.domain-card {
  padding: 15px;
}
.domain-card img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .domain-header {
    flex-direction: column;
  }
  .domain-header .domain_title {
    width:80%;
    max-width: 420px;
    margin-left:30px;
  }
  .domain-header .domain_subtitle {
    width:80%;
    margin-left:30px;
  }
  .pickup_title {
    width:80%;
    max-width: 420px;
    margin-left:30px;
  }
}
.domain-card {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.domain-card img {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}
.domain-card p:last-child {
  margin-top: auto;
}

.range-section {
  padding: 40px 0;
  border-bottom: dashed 1px #778ca3;
}
.range-section:last-child {
  border-bottom: none;
}
.range-section {
  padding: 40px 0;
  border-bottom: dashed 1px #778ca3;
}
.range-section:last-child {
  border-bottom: none;
}

.staff-comment-row {
  margin-top: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
}
.staff-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.staff-icon-right {
  width: 80px;
  height: 80px;
  margin-left: -20px;
  border-radius: 50%;
  object-fit: cover;
}
.staff-name {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 28px;
  margin-left: 10px;
}

/* PCでのみ表示（スマホでは非表示） */
.pc-only {
  display: block;          /* 通常時は表示 */
}

/* スマホでのみ表示（PCでは非表示） */
.sp-only {
  display: none;           /* 通常時は非表示 */
}

/* スマホサイズ（768px未満）の設定 */
@media (max-width: 767px) {
  .pc-only {
    display: none;        /* スマホサイズでは非表示 */
  }
  
  .sp-only {
    display: block;       /* スマホサイズでは表示 */
  }
}