@charset "UTF-8";

.d1kbg {
  background-color: var(--bs-body-bg-translucent);
  background-clip: padding-box;
}
#SUB_COMPANY {
  margin-top: 100px;
  margin-bottom: 140px;
min-height: 566px;
}
#SUB_DOMAIN {
  margin-top: 100px;
  margin-bottom: 40px;
min-height: 566px;
}
#SUB_RECRUIT {
  margin-top: 100px;
  margin-bottom: 40px;
min-height: 566px;
}
#SUB_CONTACT {
  margin-top: 100px;
  margin-bottom: 40px;
min-height: 566px;
}
#SUB_PRIVACYPOLICY {
  margin-top: 100px;
  margin-bottom: 180px;
min-height: 566px;
}
#SUB_NEWS {
  margin-top: 100px;
  margin-bottom: 40px;
min-height: 566px;
}
#SUB_WORKS {
  margin-top: 100px;
  margin-bottom: 40px;
min-height: 566px;
}
#MESSAGE {
  padding-top: 120px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
#OUTLINE {
  padding-top: 0px;
  margin-top: -100px;
  padding-bottom: 0px;
}
#CLIENT {
  padding-top: -80px;
}
#HISTORY {
  padding-top: 0px;
}
#plan {
  padding-top: 120px;
  margin-top: -100px;
}
#design {
  padding-top: 120px;
  margin-top: -100px;
}
#edit {
  padding-top: 120px;
  margin-top: -100px;
}
#research {
  padding-top: 120px;
  margin-top: -100px;
}
.row_d1k {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row_d1k_f {

}
.row_d1k_s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	width:92%;
	margin:0 auto;
}
.contents_block {
  padding: 80px 0;
}
.company_padding_top {
  padding-top: 80px;
}
.company_title2 {
  width: 74%;
  margin-left: 3rem;
}
.domain_title2 {
  width: 74%;
  margin-top: 30px;
  margin-left: 0rem;
}
.works_title {
  width: 60%;
  margin-top: 5px;
  margin-left: 0rem;
}
.recruit_title {
  width: 74%;
  margin-top: 6px;
  margin-left: 0rem;
}
.contact_title {
  width: 74%;
  margin-top: 10px;
  margin-left: 0rem;
}
.news_padding_top {
  padding-top: 80px;
}
.news_title2 {
  width: 60%;
  margin-top: -10px;
  margin-left: 0rem;
}
.contents_frame {
  background-color: white;
  border: 1.5px solid;
  border-color: var(--bs-border-color);
  border-radius: var(--bs-border-radius-xl);
  width: 100%;
  padding: 2rem 1rem;
}
.d1kbg_half {
  background:linear-gradient(
  180deg,
  transparent 0%,
  transparent 65%,
  var(--bs-body-bg-translucent) 50%,
  var(--bs-body-bg-translucent) 100%
);
  background-clip: padding-box;
}
.contents_frame_none {
  padding: 1rem 1rem;
}
.contents_sec {
  padding: 2rem 2rem;
}
.contents_sec_right {
  padding: 2rem 2rem 2rem 4rem;
}
.contents_title {
  display: inline;
  font-family: "じゅん 201";
  font-size: 1.8rem;
  opacity: 0.6;
}
.contents_title2 {
  display: inline;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-family: "Shin Go Medium";
  color: var(--bs-d1kc);
}
.title-border-bottom {
  border-bottom: 2px solid;
  border-color: var(--bs-d1kc);
  padding: 10px;
}
.com_top_box {
  height: 700px;
}
.com_top_svg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../content/assets/svg/company_top.svg');
  background-size: 100%;
  background-position-y: 70px;
  background-attachment: local;
  background-repeat: no-repeat;
  opacity: 1;
  transition: .5s;
}
.company_bgline {
/*  background-image: url('../content/assets/svg/company_bgline.svg');*/
  display: block;
  background-size: 1920px;
  background-position: top;
  background-attachment: local;
  background-repeat: no-repeat;
  opacity: 1;
  transition: .5s;
}
#PRIVACYPOLICY2 p.exp {
  margin-left: 2.25rem;
}
.pp_kiyaku {
  font-family: "UD Shin Go Conde90 L";
  margin-left: 2.25rem;
}
.pp_kiyaku ol {
  font-family: "UD Shin Go Conde90 L";
  list-style-position: inside;
  list-style-type: decimal;
  text-indent: -1rem;
  padding-left: 3rem;
}
h3.sub-title {
  font-size: 1.4rem;
  font-family: "UD Shin Go Conde90 L";
}
h4.sub-title {
  font-size: 1.3rem;
  font-family: "UD Shin Go Conde90 L";
}
.range_img {
	display:block;
	width: 100%;
	max-width: 300px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.range_bottom {
  border-bottom: dashed 1px #778ca3;
}
.w_pickup img {
	padding: 1rem 0.5rem;
	width:100%;
	transition: all 0.3s ease-in-out;
}
.w_pickup img:hover {
  transform: scale(1.1);
}

.w_pickup_s img {
  width: 100%;
  height:100%;
	transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.w_pickup_s img:hover {
  transform: scale(1.1);
}

.balloon-left-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: var(--bs-d1kc);
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon-left-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -10px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid var(--bs-d1kc);
  z-index: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.news_page {
	display: block;
}
.news_page_date {
  font-size: 0.9rem;
  font-family: "UD Shin Go Conde90 M";
}
h2.news_page_title {
  padding-bottom: 6px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-family: "UD Shin Go Conde90 M";
  border-bottom: 2px dashed var(--bs-d1kc);
	
}
.ShinGoM {
  font-family: "UD Shin Go Conde90 M";
}
.regImg {
  display: grid;
  place-items: center;
}
.regImgItem {
	padding:0 80px;
}

.marker {
  background: linear-gradient(transparent 30%, #ffff00 60%);
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
  padding: 0 1em;
}

#TOP-MENU a {
    text-decoration: none;
    color: var(--bs-d1kc);
}
.p_exp {
  font-size:0.9em;
  line-height:1.4em;
  margin-top: 0.5em;
  display: flex;
}
/* モーダルCSS */
/*
.modal-dialog {
    min-width: 90%;
}
.modal-content {
	background-color: rgba(255, 255, 255, 0.875);
}
.modal-body {
	display: flex;
	align-items: flex-end;
	margin-top: 1rem;
}
.modal-body .right {
  margin: 0 0 0 20px;
  padding: 0;
}
.modal-body .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.3rem;
}
.modal-body .text {
  margin: 10px 0 0;
  padding: 0;
}
.modal-body img {
	max-height: 70vh;
}

@media screen and (min-width: 760ppx) {
}
@media (max-width: 575.98px) {
	.modal-dialog {
		min-width: 95%;
	}
	.modal-body {
		display: block;
		align-items: flex-end;
		margin-top: 1rem;
	}
	.modal-body img {
		max-width: 100%;
		height:auto;
	}
}
*/
/* モーダルCSSここまで */



@media (max-width: 1200px) {
  .company_title2 {
    width: 90%;
    max-width: 480px;
    margin-left: 0;
    display: block;
    margin: 0 auto;
  }
  .domain_title2 {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
  }
  .domain_padding_top {
    padding-top: 0px;
  }
  .works_title {
    width: 74%;
    max-width: 480px;
    margin: 0 auto;
  }
  .recruit_title {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
  }
  .contact_title {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
  }
  .news_title2 {
    width: 74%;
    max-width: 480px;
    margin: 0 auto;
  }
  .news_padding_top {
    padding-top: 60px;
  }
  .com_top_box {
    height: 600px;
  }
  .com_top_svg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../content/assets/svg/company_top.svg');
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-attachment: local;
    background-repeat: no-repeat;
    opacity: 1;
    transition: .5s;
  }
}
@media (max-width: 999px) {
  .contents_frame {
    width: 90%;
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .com_top_box {
    height: 60vh;
  }
  .com_top_svg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../content/assets/svg/company_top.svg');
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-attachment: local;
    background-repeat: no-repeat;
    opacity: 1;
    transition: .5s;
  }
  .contents_sec_right {
    padding: 2rem 1rem 2rem 1rem;
  }
	.d1kbg_half {
	  background:linear-gradient(
	  180deg,
	  transparent 0%,
	  transparent 65%,
	  var(--bs-body-bg-translucent) 50%,
	  var(--bs-body-bg-translucent) 100%
	);
	  background-clip: padding-box;
	}
    .marker {
      padding: 0 0.3em;
    }
}
@media (max-width: 575.98px) {
  .company_padding_top {
    padding-top: 30px;
  }
  .contents_sec {
    padding: 0;
  }
  .contents_sec_right {
    padding: 2rem 2rem;
  }
  .com_top_svg {
    padding: 0;
  }
  .contents_sec_right {
    padding: 2rem 1rem 2rem 1rem;
  }
 .company_title2 {
    width: 90%;
    max-width: 480px;
    margin-left: 0;
    display: block;
    margin: 0 auto;
  }
  .domain_title2 {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
  }
  .works_title {
    width: 74%;
    max-width: 480px;
    margin: 0 auto;
  }
  .recruit_title {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
  }
  .contact_title {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
  }
  .news_title2 {
    width: 74%;
    max-width: 240px;
    margin: 0 auto;
  }
	.d1kbg_half {
	  background:linear-gradient(
	  180deg,
	  transparent 0%,
	  transparent 25%,
	  var(--bs-body-bg-translucent) 50%,
	  var(--bs-body-bg-translucent) 100%
	);
	  background-clip: padding-box;
	}

}
.t_d1k {
  width: 100%;
  margin-top: 20px;
  font-family: "UD Shin Go Conde90 L";
}
.t_d1k tr {
  border-bottom: dashed 1px #778ca3;
  vertical-align: top;
}
.t_d1k th {
  color: var(--bs-d1kc);
  white-space: nowrap;
  padding: 15px 10px 5px 10px;
}
.t_d1k td {
  padding: 15px 10px 5px 10px;
}
.t_d1k2 tr {
  border-bottom: dashed 1px #778ca3;
  vertical-align: top;
}
.t_d1k2 th,
.t_d1k2 td{
  padding: 15px 10px 5px 10px;
  box-sizing:border-box;
}
.t_d1k2 th.syokusyu {
	width:400px;
}
#YOKO h6 {
	font-family: "UD新ゴ コンデンス90 M";
}
@media screen and (max-width: 640px) {
  .t_d1k2 {
    width: 100%;
  }
  table.t_d1k2 th,
  table.t_d1k2 td {
    padding: 3px 10px 3px 15px;
    display: block;
    width: 100%;
  }
.t_d1k2 th {
  background-color: var(--bs-d1kc);
  color: #fff;
}
  .t_d1k2 tr {
    border-bottom: none;
  }
	.t_d1k2 th.syokusyu {
		width:100%;
	}
}
/*--採用までの流れ--*/
#NAGARE {
  min-height: 100vh;
  margin: 0;
  padding: 0 2vw;
  display: block;
  justify-content: center;
  align-items: center;
}
#NAGARE ul {
  padding: 0;
}
#NAGARE li {
  list-style-type: none;
}
#NAGARE dd {
  margin-left: 0;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--bs-d1kc);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: var(--bs-d1kc);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-d1kc);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: var(--bs-d1kc);
/*
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	*/
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .flow > li dl dt {
    flex-basis: 100%;
  }
}
/*.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.flow > li {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}
.flow > li .icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: var(--bs-d1kc);
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}
.flow > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: var(--bs-d1kc);
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid var(--bs-d1kc);
  position: relative;
	border-radius: 1rem;
}
.flow > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid var(--bs-d1kc);
  border-right: 4px solid var(--bs-d1kc);
  position: absolute;
  top: calc(50% - 14px);
  left: 104%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-d1kc);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
}*/

.wakubox{
    padding: 8px 19px;
    margin: 1.5em 2em;
    color: #2c2c2f;
    background: #cde4ff73;
    border-top: solid 3px #5976BA;
    border-bottom: solid 3px #5976BA;
}
.wakubox p {
    margin: 0; 
    padding: 0;
    text-align: center;
}
/* HTML: <div class="triangle"></div> */
.triangle {
  --r:6px; /* border radius */
  width: 50px;
  margin: 0 auto;
  aspect-ratio: 1/cos(30deg);
  --_g:calc(tan(60deg)*var(--r)) top var(--r),#000 98%,#0000 101%;
  -webkit-mask:
    conic-gradient(from 150deg at 50% calc(3*var(--r)/2 - 100%),#000 60deg,#0000 0)
     0 0/100% calc(100% - 3*var(--r)/2) no-repeat,
    radial-gradient(var(--r) at 50% calc(100% - 2*var(--r)),#000 98%,#0000 101%),
    radial-gradient(var(--r) at left  var(--_g)),
    radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: linear-gradient(45deg,#5976BA,#5976BA);
}
/*画像のコメント*/
.p_exp {
justify-content: space-around;
}
/*文字の上に点で強調*/
.with_dots span {
  position: relative; /* 基準値とする */
}
.with_dots span::before {
  content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -1em;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 0;            /* 横方向の表示位置を調整 */
}
/*画像が1枚の時中央揃え*/
	/*<div style="text-align: center;">をhtmlに書くのも忘れず*/
@media (min-width:720px){
.col-md-12 img{
padding: 10px 150px 0 150px;
width: 70%!important;
}

/*文字の上に点で強調*/
.with_dots span {
  position: relative; /* 基準値とする */
}
.with_dots span::before {
  content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -1em;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 0;            /* 横方向の表示位置を調整 */
}
/*画像が1枚の時中央揃え*/
	/*<div style="text-align: center;">をhtmlに書くのも忘れず*/
@media (min-width:720px){
.col-md-12 img{
padding: 10px 150px 0 150px;
width: 70%!important;
}
}
