@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (width >= 768px) {


/******************************************************/
/* main 共通  */
/******************************************************/
#main #pagetitle {
    background: linear-gradient( 90deg, rgb(43,123,197) 0%, rgb(22,65,160) 47%, rgb(41,26,138) 100%);
    position: relative;
}

#main #pagetitle::after {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(#ffffff 1%, transparent 1%);
    background-size: 7px 7px;
    position: absolute;
    display: block;
    inset: 0;
    opacity: 0.4;
}

#main #pagetitle h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 100px 0;
}
#main #pagetitle h1 span {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    display: table;
    margin: 20px auto 0;
    position: relative;
}
#main #pagetitle h1 span::before {
    content: "";
    display: block;
    background: #ffffff;
    width: 30px;
    height: 1px;
    position: absolute;
    left: -40px;
    top: 50%;
}
#main #pagetitle h1 span::after {
    content: "";
    display: block;
    background: #ffffff;
    width: 30px;
    height: 1px;
    position: absolute;
    right: -40px;
    top: 50%;
}

/******************************************************/
/* workflow.html  */
/******************************************************/
/* 循環型ビジネス SMART SUITE HEIM */
#smart_suite_heim {
    padding: 80px 0 100px;
}
#smart_suite_heim .intro h2 {
    color: #0075c2;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
}
#smart_suite_heim .intro h2 span {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
#smart_suite_heim .intro p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
}
#smart_suite_heim .group_company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    border: 10px solid #e9f0f9;
    border-radius: 20px;
    padding: 35px 35px 25px;
}
#smart_suite_heim .group_company h3 {
    width: 100%;
    color: #0075c2;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}
#smart_suite_heim .group_company h3 span {
    display: block;
    margin-top: 8px;
}
#smart_suite_heim .group_company dl {
    width: 320px;
}
#smart_suite_heim .group_company dt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 0 0 12px;
    border-bottom: 1px solid #777777;
}
#smart_suite_heim .group_company dt span {
    margin-top: 18px;
    display: block;
}
#smart_suite_heim .group_company dd {
    padding-top: 8px;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: left;
}
/* 地域密着の住まいづくり */
#branch {
    background: #e9f0f9;
    padding: 80px 0 100px;
}
#branch .inbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#branch .intro {
    width: 395px;
    padding-left: 30px;
    text-align: left;
}
#branch .intro h2 {
    color: #0075c2;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
#branch .intro p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
}
#branch p.img {
    width: 655px;
}
/* セキスイハイムの仕事の流れ */
#workflow {
    padding: 80px 0 60px;
}
#workflow h2 {
    color: #0075c2;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#workflow .step li {
    position: relative;
}
#workflow .step li dl {
    display: flex;
    margin-bottom: 40px;
}
#workflow .step li dt {
    background: #888888;
    color: #ffffff;
    width: 410px;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.15em;
    position: relative;
}
#workflow .step li:nth-of-type(1) dt { background: #0080cc; }
#workflow .step li:nth-of-type(2) dt { background: #00a0e9; }
#workflow .step li:nth-of-type(3) dt { background: #00a0b8; }
#workflow .step li:nth-of-type(4) dt { background: #26b597; }
#workflow .step li:nth-of-type(5) dt { background: #aacd06; }
#workflow .step li:nth-of-type(6) dt {
    background: #e4007f;
    border-radius: 100px;
}
#workflow .step li:nth-of-type(7) dt { background: #fabe00; }
#workflow .step li:nth-of-type(8) dt { background: #f39a50; }
#workflow .step li:nth-of-type(9) dt { background: #eb6143; }
#workflow .step li:nth-of-type(10) dt { background: #e95377; }
#workflow .step li:nth-of-type(11) dt { background: #ee86b4; }
#workflow .step li:nth-of-type(12) dt { background: #8f82bc; }

#workflow .step li dt span {
    display: block;
    width: 100%;
    position: relative;
}
#workflow .step li:nth-of-type(6) dt img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
#workflow .step li:nth-of-type(n+2) dt::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 3px solid #aaaaaa;
    border-bottom: 3px solid #aaaaaa;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateY(-60%) rotate(45deg);
}
#workflow .step li dd {
    border-top: 1px solid #d4d4d4;
    width: 710px;
    padding: 15px 20px 0;
    text-align: left;
    box-sizing: border-box;
}
#workflow .step li dd {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
#workflow .step li dd h3 {
    color: #e4007f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6px;
}
/* 職種紹介 */
#occupation {
    background: #e9f0f9;
    padding: 80px 0 60px;
}
#occupation h2 {
    color: #0075c2;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#occupation .type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*
#occupation .type dl {
    background: #ffffff;
    width: 340px;
    margin: 0 0 40px 45px;
}
#occupation .type dl:nth-of-type(3n+1) {
    margin-left: 0;
}
*/
#occupation .type dl {
    background: #ffffff;
    width: calc(50% - 25px);
    margin: 0 0 50px 50px;
}
#occupation .type dl:nth-of-type(2n+1) {
    margin-left: 0;
}
#occupation .type dt {
    background: #888888;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 15px 0;
}
#occupation .type .eigyo dt { background: #0060a7; }
#occupation .type .rc dt { background: #0090b5; }
#occupation .type .ha dt { background: #e56977; }
#occupation .type .sekkei dt { background: #8cc220; }
#occupation .type .ic dt { background: #ec9700; }

#occupation .type dt img {
    margin-right: 8px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 4px;
}
#occupation .type dt span {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
#occupation .type dd {
    padding: 20px;
    padding: 30px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: left;
}


/******************************************************/
/* message.html  */
/******************************************************/
/* 担当者からのメッセージ */
#from_charge {
    padding: 80px 0 100px;
}
#from_charge .inbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#from_charge .intro {
    order: -1;
    width: 525px;
    text-align: left;
}
#from_charge .intro h2 {
    color: #0075c2;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
#from_charge .intro p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
}
#from_charge .intro p.from {
    text-align: right;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 75px;
    position: relative;
}
#from_charge .intro p.from span {
    background: #ffffff;
    display: inline-block;
    padding-left: 20px;
}
#from_charge .intro p.from::after {
    content: "";
    background: #b5b5b5;
    display: block;
    height: 1px;
    width: 555px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}
#from_charge p.img {
    order: -2;
    width: 555px;
}
#from_charge .charge_message {
    margin: 60px auto 70px;
}
#from_charge .charge_message dl {
    display: flex;
    margin-bottom: 55px;
}
#from_charge .charge_message dt {
    width: 6em;
    text-align: left;
    color: #0075c2;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
}
#from_charge .charge_message dd {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
#from_charge .charge_message p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
}
/* 先輩からのメッセージ */
#message {
  background: linear-gradient(180deg, rgba(244,247,250,1) 0%, rgba(232,235,237,1) 100%);
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

#message h2 {
  color: #0075c2;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#message .message_list_wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}


#message .message_list {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 40px;
  overflow: hidden;
}

#message .message_list .message {
  position: relative;
  width: calc((100% - 40px * 2) / 3 );
}

#message .message_list .message a {
  text-decoration: none;
}

#message .message_list .message a:hover {
  opacity: 0.8;
}


#message .message_list .message img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#message .message_list .message .title_wrap {
  margin: -87px 0 9px 20px;
  position: relative;
  z-index: 10;
  text-align: left;
}

#message .message_list .message .title_wrap .sub{
  color: #ffffff;   
  display: inline-block;
  font-size: 1.2rem;
  padding: 6px 8px;
  box-sizing: border-box;
  height: 25px;
  line-height: 1;
}

#message .message_list .message .title_wrap .sub.eigyo {
  background: #0060a7;
}

#message .message_list .message .title_wrap .sub.coordinator {
  background: #0090b5;
}

#message .message_list .message .title_wrap .sub.ha {
  background: #e56977;
}

#message .message_list .message .title_wrap .sub.kanri {
  background: #8cc220;
}

#message .message_list .message h3 {
  color: #0075c2;
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 1;
  margin-top: -2px;
}


#message .message_list .message h3 .main {
  background: #ffffff;
  display: inline-block;
  margin: 0 0 4px;
  height: 42px;
  box-sizing: border-box;
  padding: 8px 16px;
  font-weight: 700;
}

#message .message_list .message p {
  font-size: 1.3rem;
  color: #555555;
  margin-left: 20px;
  letter-spacing: 0.04em;
}

#message .message_list .message p .year {
  font-size: 1.2rem;
}

/******************************************************/
/* メッセージ詳細  */
/******************************************************/
/* 担当者からのメッセージ */
#message_detail {
    padding: 80px 0 100px;
}
#message_detail .inbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#message_detail .intro {
    order: -1;
    width: 525px;
    text-align: left;
}
#message_detail .intro h2 {
    color: #0075c2;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
#message_detail .intro p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
}
#message_detail .intro p.belong {
    text-align: right;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 75px;
    position: relative;
}
#message_detail .intro p.belong span {
    background: #ffffff;
    display: inline-block;
    padding-left: 20px;
}
#message_detail .intro p.belong::after {
    content: "";
    background: #b5b5b5;
    display: block;
    height: 1px;
    width: 555px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}
#message_detail .intro p.name {
    text-align: right;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 8px;
    position: relative;
}
#message_detail .intro p.name span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
#message_detail p.img {
    order: -2;
    width: 555px;
}
#message_detail .movie {
    margin-top: 90px;
}
#message_detail .messsage_content {
    margin-top: 60px;
    text-align: left;
    display: flex;
    width: 100%;
}
#message_detail .messageBox {
    width: 750px;
    position: relative;
    z-index: 10;
}
#message_detail .messageBox p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
#message_detail .messageBox dl:not(.inner_dl) {
    padding-left: 10rem;
}
#message_detail .messageBox dl:not(.inner_dl) > dt {
    position: relative;
    color: #0075c2;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-top: 50px;
}
#message_detail .messageBox dt span {
    position: absolute;
    top: 0;
    left: -10rem;
    width: 7rem;
    text-align: right;
}
#message_detail .messageBox dl dd {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.02em;
}

#message_detail .messageBox dl.inner_dl dt{
    margin-top: 5px;
}

#message_detail .messageBox dl.inner_dl dd {
    margin-top: 0;
    padding-left: 1em;
}

#message_detail .messageBox dd .schedule_wrap {
    display: flex;
    margin: 0 -300px 0 0;
    gap: 0 60px;
}

#message_detail .messageBox dd .schedule_wrap li{
    width: 50%;
}

#message_detail .messageBox dd .schedule_tag {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    background: #0075c2;
    color: #fff;
    padding: 3px 20px;
    border-radius: 6px;
    display: inline-block;
}

#message_detail .messageBox dd .schedule_text {
    margin-top: 10px;
}

#message_detail .messageBox table.schedule {
    border: none;
    width: 100%;
    margin-top: 20px;
}
#message_detail .messageBox table.schedule tr {
    background: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px) repeat-x;
    background-size: 5px 1px;
}
#message_detail .messageBox table.schedule th {
    border: none;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.08em;
    padding: 12px 20px;
    white-space: nowrap;
    vertical-align: top;
}
#message_detail .messageBox table.schedule td {
    border: none;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.02em;
    vertical-align: top;
    padding: 12px 20px;
}
#message_detail .messageBox table.schedule td strong {
    color: #0075c2;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

#message_detail .messsage_content .photos {
    width: 300px;
    margin-left: 60px;
}
#message_detail .messsage_content .photos li {
    margin-bottom: 8px;
}
/* その他の先輩からのメッセージ */
#other_message {
    background: #eeeeee;
    padding: 80px 0 60px;
}
#other_message h2 {
    color: #0075c2;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#other_message .message_list_wrap {
    width: 1100px;
    margin: 0 auto;
}


#other_message .message_list {
display: flex;
flex-wrap: wrap;
gap: 52px 40px;
overflow: hidden;
justify-content: center;
}

#other_message .message_list .message {
position: relative;
width: calc((100% - 40px * 2) / 3 );
}

#other_message .message_list .message a {
text-decoration: none;
}

#other_message .message_list .message a:hover {
opacity: 0.8;
}


#other_message .message_list .message img {
width: 100%;
height: auto;
border-radius: 5px;
}

#other_message .message_list .message .title_wrap {
margin: -87px 0 9px 20px;
position: relative;
z-index: 10;
text-align: left;
}

#other_message .message_list .message .title_wrap .sub{
color: #ffffff;   
display: inline-block;
font-size: 1.2rem;
padding: 6px 8px;
box-sizing: border-box;
height: 25px;
line-height: 1;
}

#other_message .message_list .message .title_wrap .sub.eigyo {
background: #0060a7;
}

#other_message .message_list .message .title_wrap .sub.coordinator {
background: #0090b5;
}

#other_message .message_list .message .title_wrap .sub.ha {
background: #e56977;
}

#other_message .message_list .message .title_wrap .sub.kanri {
background: #8cc220;
}

#other_message .message_list .message h3 {
color: #0075c2;
font-size: 2.4rem;
display: flex;
flex-direction: column;
align-items: start;
line-height: 1;
margin-top: -2px;
}


#other_message .message_list .message h3 .main {
background: #ffffff;
display: inline-block;
margin: 0 0 4px;
height: 42px;
box-sizing: border-box;
padding: 8px 16px;
font-weight: 700;
}

#other_message .message_list .message p {
font-size: 1.3rem;
color: #555555;
margin-left: 20px;
letter-spacing: 0.04em;
}

#other_message .message_list .message p .year {
font-size: 1.2rem;
}
  
#other_message .back_button {
    background: linear-gradient(90deg, rgb(43, 123, 197) 0%, rgb(22, 65, 160) 47%, rgb(41, 26, 138) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 60px;
    border-radius: 100vh;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    border: none;
    margin: 35px auto 0;
    font-weight: 700;
    padding-top: 3px;
}

/******************************************************/
/* general お問い合わせ  */
/******************************************************/
#form_section {
    padding: 80px 0 80px;
}
#form_section h2 {
    margin: 50px auto 30px;
}
#form_section p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2;
}
#form_section dl.destination {
    margin-top: 30px;
}
#form_section dl.destination dt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
}
#form_section dl.destination dd {
    font-size: 1.5rem;
    line-height: 1.6;
}
#form_section table.mailTable {
    max-width: 100%;
    width: auto;
    margin: 50px auto;
}
#form_section table.mailTable th {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    white-space: nowrap;
    padding: 10px 20px;
    vertical-align: middle;
}
#form_section table.mailTable td {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 20px;
    width: 700px;
    vertical-align: middle;
}
#form_section table.mailTable th strong {
    font-weight: 400;
}
#form_section table.mailTable .no{
    background:none;
    background: #e9f0f9;
}
#form_section table.mailTable th.no strong {
    color: #0a8bdf;
    font-size: 1.2rem;
}
#form_section table.mailTable ul,
#form_section table.mailTable ol {
    list-style: none;
}
#form_section table.mailTable select,
#form_section table.mailTable textarea {
    margin-right: 5px;
    padding: 8px 10px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 1px solid #7f9db9;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    margin:0 5px 3px 0;
}
#form_section table.mailTable input {
    margin:0 5px 3px 0;
}
#form_section table.mailTable input[type=text],
#form_section table.mailTable input[type=tel],
#form_section table.mailTable input[type=email] {
    margin-right: 5px;
    padding: 8px 10px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 1px solid #7f9db9;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    width: auto !important;
}
#form_section table.mailTable td textarea {
    max-width: 700px;
    width: auto !important;
    height: auto !important;
}
#form_section table.mailTable label {
    border-radius: 3px;
    padding: 6px 10px;
    margin: 0 3px 3px 0;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #cccccc;
    font-size: 1.5rem;
    line-height: 1.2;
}
#form_section table.mailTable label.mfp_not_checked {
    padding: 6px 10px;
    border: 1px solid #cccccc;
}
#form_section table.mailTable label.mfp_checked {
    padding: 6px 10px;
    border: solid 1px #7f9db9;
    background-color: #e9f0f9;
    box-shadow: none;
}
#form_section .mfp_buttons {
    text-align: center;
    margin: 20px 0 50px;
}
div.mfp_buttons button#mfp_button_send,
#form_section button[type="submit"] {
    border-radius: 5px;
    padding: 16px 50px;
    border: none;
    background: #0075C2;
    color: #ffffff;
    text-shadow: none;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.08em;
    cursor: pointer;
    outline: none;
    margin-right: 10px;
}
div.mfp_buttons button#mfp_button_cancel,
#form_section button[type="reset"] {
    border-radius: 5px;
    padding: 8px 30px;
    border: solid 1px #CCC;
    background: #EEE;
    text-shadow: none;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
}
#form_section table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    min-width: 60%;
    width: auto;
    margin: auto;
}
#form_section table#mfp_confirm_table tr th,
#form_section table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 8px 10px;
}
#form_section table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: auto;
}
#form_section table#mfp_confirm_table tr td {
    font-size: 1.5rem;
    line-height: 1.5;
    word-break: break-all;
}
#form_section div.validation-advice {
    white-space: nowrap;
    background: url("../media/pointred.gif") no-repeat scroll 0px 2px transparent;
    color: #CC0000;
    font-size: 82%;
    margin: 3px;
    padding-left: 15px;
}

/******************************************************/
/* data.html  */
/******************************************************/
#main.data_page {
    background: #f8f9fd;
    color: #181818;
}

#main.data_page #data_detail section{
    max-width: 1110px;
    min-width: auto;
    margin: 0 auto;
    border-bottom: 1px solid #eaebeb;
    padding: 68px 0 100px;
}

#main.data_page #data_detail h2 {
    text-align: left;
    font-size: 3.2rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

#main.data_page #data_detail h2::after {
    content: "";
    background: linear-gradient( 90deg, rgb(43,123,197) 0%, rgb(22,65,160) 47%, rgb(41,26,138) 100%);
    width: 32px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* データで見るセキスイハイム中四国 */
#main #data_abstract {
    padding: 76px 0 95px;
    max-width: 1110px;
    margin: 0 auto;
    border-bottom: 1px solid #eaebeb;
    min-width: auto;
}

#data_abstract h2 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 38px;
    display: inline-block;
    background: linear-gradient( 90deg, rgb(43,123,197) 0%, rgb(22,65,160) 47%, rgb(41,26,138) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#data_abstract h2 .sub {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0px auto 12px;
    position: relative;
    -webkit-text-fill-color: initial;
    -webkit-background-clip: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #181818;
}

#data_abstract h2 .sub::before {
    content: "";
    display: block;
    background: #0075c2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin:3px 7px 0 0;
}

#data_abstract p {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.12em;
}

/* 会社について */

#data_about_company ul {
    width: 100%;
    display: flex;
    gap: 0 30px;
    justify-content: space-between;
}

#data_about_company ul li {
    background: #ffffff;
    box-shadow: 1px 1.732px 20px 0px rgba(24, 24, 24, 0.03);
    border-radius: 6px;
    width: calc((100% - 60px) / 3);
    position: relative;
    padding: 36px 30px 30px;
    box-sizing: border-box;
}

#data_about_company ul li .upper_text {
    font-size: 2rem;
    font-weight: 700;
    text-align: left; 
    letter-spacing: 0.12em;
    line-height: 1.3;
    margin-bottom: 2px;
}


#data_about_company ul li .upper_img {
    position: absolute;
    top: 25px;
    right: 33px;
}

#data_about_company ul li .main_text {
    font-size: 3.6rem;
    line-height: 1;
    color: #383838;
}

#data_about_company ul li .main_text .blue {
    font-size: 8rem;
    color: #0075c2;
    font-weight: 700;
    margin-right: -16px;
}

#data_about_company ul li .lower_text {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: #9e9e9e;
    text-align: right;
}

#data_about_company ul li .lower_img {
    text-align: left;
    margin-top: 20px;
}

#data_about_company ul li .lower_img img {
    width: 233px;
    height: auto;
}

/* 社員データ */
#data_about_employee ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

#data_about_employee ul li {
    background: #ffffff;
    box-shadow: 1px 1.732px 20px 0px rgba(24, 24, 24, 0.03);
    border-radius: 6px;
    width: calc((100% - 30px) / 2);
    position: relative;
    padding: 36px 30px 30px;
    box-sizing: border-box;
}

#data_about_employee ul li .upper_text {
    font-size: 2rem;
    font-weight: 700;
    text-align: left; 
    letter-spacing: 0.12em;
    line-height: 1.3;
    margin-bottom: 2px;
}

#data_about_employee ul li .upper_img {
    position: absolute;
    top: 25px;
    right: 33px;
}

#data_about_employee ul li .main_text {
    font-size: 3.6rem;
    line-height: 1;
    color: #383838;
    margin-bottom: 9px;
}

#data_about_employee ul li .main_text .blue {
    font-size: 8rem;
    color: #0075c2;
    font-weight: 700;
    margin-right: -16px;
}

#data_about_employee ul li .main_text .blue .decimal {
    font-size: 6rem;
}

#data_about_employee ul li .main_text .note {
    display: block;
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: 0.12em;
    margin-top: 11px;
}

#data_about_employee ul li .lower_text {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: #9e9e9e;
    text-align: right;
}

#data_about_employee ul li .lower_text.img_text {
    margin-top: -8px;
}

/* 待遇・働きやすさ */
#data_about_treatment > ul {
    display: grid;
    gap: 30px;
    grid-template: repeat(5, 205px) / repeat(3, 1fr);
      
}


#data_about_treatment > ul > li {
    background: #ffffff;
    box-shadow: 1px 1.732px 20px 0px rgba(24, 24, 24, 0.03);
    border-radius: 6px;
    position: relative;
    padding: 36px 30px 43px;
    box-sizing: border-box;
}

#data_about_treatment > ul > li.large_area {
    padding-top: 76px;    
}

#data_about_treatment ul li.grid_column_2-4 {
    grid-column: 2 / 4;
}

#data_about_treatment ul li.grid_column_1-3 {
    grid-column: 1 / 3;
}

#data_about_treatment ul li.grid_row_3-5 {
    grid-row: 3 / 5;
}

#data_about_treatment ul li .upper_text {
    font-size: 2rem;
    font-weight: 700;
    text-align: left; 
    letter-spacing: 0.12em;
    line-height: 1.3;
    margin-bottom: 2px;
}

#data_about_treatment ul li .upper_text .sub {
    font-size: 1.4rem;
    color: #707070;
    margin-left: -13px;
}
    
#data_about_treatment ul li .upper_img {
    position: absolute;
    top: 25px;
    right: 33px;
}

#data_about_treatment ul li .main_text_wrap {
    display: flex;
    justify-content: space-between;
    width: 97%;
}

#data_about_treatment ul li .main_text_wrap img {
    display: inline-block;
    margin-top: -15px;
}

#data_about_treatment ul li .main_text {
    font-size: 3.6rem;
    line-height: 1;
    color: #383838;
    margin-bottom: 9px;
}

#data_about_treatment ul li .main_text .blue {
    font-size: 8rem;
    color: #0075c2;
    font-weight: 700;
    margin-right: -16px;
}

#data_about_treatment ul li .main_text .blue .decimal {
    font-size: 6rem;
}

#data_about_treatment ul li .main_text.text_only {
    display: block;
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: 0.12em;
    margin-top: 15px;
    line-height: 1.6;
}


#data_about_treatment ul li .main_text .note {
    display: block;
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: 0.12em;
    margin-top: 11px;
}

#data_about_treatment ul li .lower_text {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: #9e9e9e;
    text-align: right;
    margin-top: -5px;
}

#data_about_treatment ul li .license_table {
    border-radius: 10px;
    border-collapse: separate;
    border: none;
    width: 100%;
    margin: 37px 0 14px;
}

#data_about_treatment ul li .license_table thead tr th {
    background: #0075c2;
    color: #ffffff;
    text-align: center;
    width: 25%;
    line-height: 1;
    padding: 14px 0;
    border: none;
} 

#data_about_treatment ul li .license_table thead th:nth-of-type(1) {
    border-top-left-radius: 10px;
    border-left: 2px solid #0075c2;
}

#data_about_treatment ul li .license_table thead th:nth-last-of-type(1) {
    border-top-right-radius: 10px;
    border-right: 2px solid #0075c2;
}

#data_about_treatment ul li .license_table tbody tr:nth-last-of-type(1) td:nth-of-type(1) {
    border-bottom-left-radius: 10px;
}

#data_about_treatment ul li .license_table tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
    border-bottom-right-radius: 10px;
}

#data_about_treatment ul li .license_table td {
    border: 2px solid #eaebeb;
}

#data_about_treatment ul li .license_table td:not(:nth-of-type(1)) {
    border-left: none;
}

#data_about_treatment ul li .license_table td {
    text-align: center;
    padding-bottom: 23px;
}

#data_about_treatment ul li .license_table td p {
    text-align: center;
    margin-bottom: 12px;
}

#data_about_treatment ul li .license_table td .blue {
    font-size: 3rem;
    color: #0075c2;
    font-weight: 700;
    margin-right: -8px;
}
#data_about_treatment ul li .prize_list {
    margin-top: -7px;
}

#data_about_treatment ul li .prize_list li {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.012em;
    line-height: 1;
}

#data_about_treatment ul li .prize_list li:nth-of-type(1) {
    margin-bottom: 5px;
}

#data_about_treatment ul li .prize_list li .sub {
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: 0.012em;
}

/* 福利厚生 */
#data_about_welfare table {
    border-radius: 10px;
    border: none;
    box-shadow: 1px 1.732px 20px 0px rgba(24, 24, 24, 0.03);
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#data_about_welfare table td:nth-last-of-type(1) {
    border-right: none;
}

#data_about_welfare table tr:nth-last-of-type(1) th,
#data_about_welfare table tr:nth-last-of-type(1) td {
    border-bottom: none;
}

#data_about_welfare table th {
    padding: 23px 30px;
    font-weight: 600;
    font-size: 1.5rem;
    border-color: #eaebeb;
    width: 24%;
}
#data_about_welfare table td {
    padding: 23px 30px;
    font-size: 1.4rem;
    border-color: #eaebeb;
    line-height: 1.4;
    font-weight: 500;
}

#data_about_welfare table td .blue {
    color: #0075c2;
}

#data_about_welfare table td dl {
    display: flex;
}


}
