@charset "UTF-8";
body {
    background-color:  #f8e9cc;
  }

.breadcrumb-002 {
    display: flex;
    gap: 0 15px;
    list-style: none;
    padding: 0;
    font-size: .9em;
    margin-top: 60px;
    margin-left: 5%;
    font-size: 1.2rem;
}

.breadcrumb-002 li {
    display: flex;
    align-items: center;
}

.breadcrumb-002 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-002 li:not(:last-child)::after {
    display: inline-block;
    margin-left: 15px;
    color: #1b2342;
    content: '/';
}

.breadcrumb-002 a {
    color:#1b2342;
    text-decoration: none;
}
.title__group{
    padding: 30px 8%;
    padding-bottom: 40px;
}
.title__group h1{
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 300;
}
.title_cliant{
    font-size: 3.6rem;
    margin-bottom: 40px;
    line-height: 1.2em;
    font-weight: 700;
}
.title_info{
    display: flex;
    align-items: center;
    gap:20px;
}
.webworksCategory{
    font-size: 14px;
    padding: .5rem 2rem;
    color: #fff;
    background-color: #ab0011;
    border-radius: 50px;
  }
.webworks__tagGroup{
    list-style: none;
    display: flex;

  }
  .webworks__tag{
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .webworks__tag::before{
    content: "#";
    color: #ab0011 ;
    font-size: 1.4rem;
    margin-right: 5px;
  }
.works_info a{
    border-bottom: #1b2342 1px solid;
}

.works_info_group{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.works_info,.works_member{
    margin-top: 20px;
}
.works_info dt,.works_member dt{
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 80px ;
    margin-bottom: 10px;
}

.works_info dd ,.works_member dd{
	float: left ;
	margin-left: 1em ;
    font-weight: 500;
}
.works_info dd a{
    color: #1b2342;
    font-size: 1.2rem;
}
.scope{
    font-size: 1.4rem;
}
.works_quote{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
}

.works_quote_word{
    color: #FFF;
    background-color: #1b2342;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;

}
.works_quote_word::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #1b2342 transparent transparent;
    translate: -50% 100%;
  }
.works_quote_tsumiki{
    width:50px;
}
.thumbnail_img{
    width:100vw;
}
.section_detail{
padding: 80px 20% 0px 20%;
}
.strong{
    font-weight: 700;
}
.section_detail_block{
    margin-bottom: 80px;
}
.section_detail_block h2{
    font-size: 2.4rem;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    display: block;
    text-align: center;
    margin-top: 80px;
}
.section_detail_block h2::after{
    content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1b2342;
  border-radius: 2px;
}
.section_detail_block p{
    line-height: 2.4em;
    margin-bottom: 40px;
}
.section_detail_block h3{
    font-size: 1.8rem;
    line-height: 2.4em;
    margin-bottom: 20px;
}
.section_detail_block h3::before{
    content: "●";
    color: #ab0011;
    margin-right: 10px;
}
.section_detail_img{
    width:100%;
    margin: 40px 0px;
}
.linkBtn_back {
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 16px 25px;
  color: #FFF;
  font-size: 1.6rem;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  background-color: #ab0011;
  margin-bottom: 100px;
}
.linkBtn_back:hover {
	transform:rotateZ(5deg)
}
.linkBtn_back:after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.linkBtn_back:hover:after {
  border-color: #FFF;
}
.works_member dt{
    width:120px;
    border-bottom: #1b2342 dotted 2px;
    margin-bottom: 20px;
}
.works_member dd{
    width:135px;

    border-bottom: #1b2342 dotted 2px;
    margin-bottom: 20px;
}
.works_memberGroup{
display: block;
width:280px;
margin: 0 auto ;
margin-top: 80px;
}
.webdesign_more{
    margin: 0 auto;
    margin-top: 300px;
}
.movieGroup{
    width:60vw;
    padding-top:40px;
    text-align: center;
}
.movie{
    width:560px; 
    height:315px;
    margin: 0 auto;
}
.small{
    font-size: 1.2rem;
    margin-top:5px;
    text-align: center;
}
.webdesign_works_link{
    color: #1b2342;
    border-bottom: #1b2342 1px solid;
}

@media screen and (max-width: 875px) {

.works_info_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap:20px;
}
.section_detail {
    padding: 80px 5%;
}
}

@media screen and (max-width: 514px) {
    .works_info dt {
        width: 40px;

}
.works_info dt{
    font-size: 1.2rem;
}
.works_info dd{
    font-size: 1.2rem;
}
.section_detail_block h2{
    font-size: 1.8rem;
}
.section_detail_block h3{
    font-size: 1.6rem;
}
.section_detail_block p{
    line-height: 2.2em;
}
.title_info{
    flex-direction: column;
    align-items: flex-start;
}
.movie{
    width:336px; 
    height:201px; 
}

.section h2{
    margin-top: 60px;
}
.title_cliant{
    font-size: 2.4rem;
}
}
.web_voice{
    margin: 0 auto;
    width:600px;
}
.web_voiceGroup{
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 10px 0;
  position: relative;
  font-size: 1.4rem;
}
.web_voiceGroup::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 88%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.web_voice_personGroup{
    font-size: 1.4rem;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    align-items: center;
    margin-right: 30px;
}
.web_voice_personGroup p{
    margin-bottom: 0px;
}
@media screen and (max-width: 714px) {
    .web_voice{
        width:350px;
    }
    .web_voice_personGroup {
        margin-right: 0px;
}
.web_voice_personGroup {
    gap:20px;
}
}
