@charset "UTF-8";
/* CSS Document */
h1 {
  font-size: 56px;
  display: block;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 14px;
}
.subHead {
  margin: 0 auto 40px;
}
.en {
  font-family: "Noto Serif JP", serif;
}
.subHead h6 {
  color: #2F2821;
  margin: 20px 0 auto;
}
.subHead h2 {
  font-family: "Noto Serif JP", serif;
}
.list-com li, .list-disc li {
  list-style: none;
  padding: 0 0 0 15px;
  position: relative;
  margin: 0 auto 10px;
  line-height: 3rem;
}
.list-com li:last-child, .list-disc li:last-child {
    margin: 0;
}
.list-com li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.list-disc li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 850px) {
  h1 {
    font-size: 40px;
    display: block;
  }
  h2 {
    font-size: 40px;
    display: block;
    line-height: 1.3;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .subHead {
    margin: 0 auto 20px;
  }
  .subHead h2 {
    font-size: 32px;
  }
  .subHead h6 {
    margin: 0 auto 5px;
  }
}

  
/* BTN */
.btn > * {
    width: 230px;
    display: inline-block;
    padding: 15px 30px;
    /* padding-right: 100px; */
    background-color: #191919; /* 背景色 */
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.btn > *::after {
  content: "";
  background: url(../images/common/next_w.svg) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 25px;
}
section.topAbout .btn > *,section.footer_contact_section .btn > * {
    font-family: "Noto Sans JP", sans-serif;
    width: 230px;
    display: inline-block;
    padding: 15px 30px;
    /* padding-right: 100px; */
    background-color: #fff; /* 背景色 */
    color: #191919;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin-right: 0;
}
section.topAbout .btn > *::after,section.footer_contact_section .btn > *::after {
  content: "";
  background: url(../images/common/next_b.svg) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 25px;
}
.btn > *:hover {
  opacity: .6;
}
#wrapper > section > div > div > div.footer_contact_sectionFlexR > div > div > a {
  /* margin-right: 0; */
}
@media screen and (max-width: 850px) {
  .btn > *::after {
    /* width: 20px;
    height: 20px; */
    width: 15px;
  height: 15px;
  position: absolute;
  right: 21.5px;
  top: 21.5px;
  }
  section.topAbout .btn > *::after,section.footer_contact_section .btn > *::after {
    /* width: 20px;
    height: 20px; */
    width: 15px;
  height: 15px;
  position: absolute;
  right: 21.5px;
  top: 21.5px;
  }
}


/*top_______________________________________________*/
/* fv */
.Main .img img {
  width: 100%;
}
.Main h1 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  /* letter-spacing: 0.1em; */
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
  /* margin: 0 auto 30px; */
}
.Main p {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 1;
}
.Main .textWrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* padding: 70px 70px 140px; */

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* または任意の高さ */
}
/* タブレットサイズでのメディアクエリ */
@media (min-width: 768px) and (max-width: 1023px) {
  .Main .textWrap h1 {
    font-size: 50px; /* タブレット用にフォントサイズを調整 */
  }
}
@media screen and (max-width: 850px) {
  .Main h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .Main p {
    font-size: 16px;
    line-height: 1.3;
  }
  .Main .textWrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 20px 20px;
  }
}


/* topAbout */
section.topAbout {
  background: url(../images/top/about_pc.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
section.topAbout .bg {
  padding: 150px 8.33%;
  /* width: 70%; */
}
section.topAbout .subHead h6 {
  color: #fff;
}
section.topAbout .business {
    /* margin: 50px auto 100px; */
}
section.topAbout .business h6 {
    color: #26517c;
    margin: 0 auto 10px;
}
section.topAbout .business .businessFlex {
    display: flex;
    flex-flow: wrap;
    gap: 19.5px;
    /* gap: 22px; */
}
section.topAbout .business .businessFlex dl {
    display: flex;
    gap: 20px;
    color: #fff;
    padding: 48px 20px;
    width: 48%;
    align-items: center;
}
section.topAbout .business .businessFlex dl dt {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}
section.topAbout .business .businessFlex dl dd {
    line-height: 2.5rem;
    font-weight: bold;
}
@media screen and (max-width: 850px) {
  section.topAbout .bg {
    backdrop-filter: blur(7px);
    padding: 80px 8.33%;
    width: 100%;
  }
  section.topAbout .business {
    margin: 20px auto 50px;
  }
  section.topAbout .business .businessFlex {
    flex-flow: column;
  }
  section.topAbout .business .businessFlex dl {
    gap: 10px;
    padding: 50px;
    width: 100%;
    font-size: 16px;
  }
  section.topAbout .business .businessFlex dl dt {
    font-size: 20px;  
  }
}


/* topService */
section.topService {
  margin: 150px auto;
}
section.topService .serviceFlex {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
}
section.topService .serviceFlexBox:first-of-type {
  border-right: 1px solid #D8D8D8;
}
section.topService .serviceFlexBoxTxt {
  padding: 50px 80px;
}
section.topService .serviceFlexBoxTxt .subCatch {
  color: #26517c;
  font-weight: bold;
}
section.topService .serviceFlexBoxTxt h4 {
  font-weight: bold;
  color: #26517c;
  margin: 5px auto 30px;
}
section.topService .serviceFlexBoxTxt h4 span {
  font-size: 20px;
}
section.topService .serviceFlexBoxTxt ul.list-disc {
  font-size: 12px;
  margin: 15px auto 0;
}
section.topService .serviceFlexBoxTxt .list-disc li {
  padding: 0 0 0 10px;
  line-height: 2rem;
}
section.topService .btn {
  text-align: center;
  margin: 70px auto 0;
}
@media screen and (max-width: 850px) {
  section.topService {
    margin: 50px auto 100px;
  }
  section.topService .serviceFlex {
    flex-flow: column;
  }
  section.topService .serviceFlexBox:first-of-type {
    border: none;
  }
  section.topService .serviceFlexBoxTxt {
    padding: 30px 8.33%;
  }
  section.topService .serviceFlexBoxTxt h4 {
    margin: 5px auto 10px;
  }
  section.topService .serviceFlexBoxTxt h4 span {
    font-size: 16px;
  }
  section.topService .btn {
    margin: 30px auto 0;
  }
}
.BackgroundImageView01 {
  padding: 124px 8.33%;
  background: url(../images/top/service_img01.jpg) top center;
  background-size: cover;
}
.BackgroundImageView02 {
  padding: 124px 8.33%;
  background: url(../images/top/service_img02.jpg) top center;
  background-size: cover;
}
.BackgroundImageView03 {
  padding: 124px 8.33%;
  background: url(../images/top/service_img03.jpg) top center;
  background-size: cover;
}
.BackgroundImageView04 {
  padding: 124px 8.33%;
  background: url(../images/top/service_img04.jpg) top center;
  background-size: cover;
}
.BackgroundImageView05 {
  padding: 124px 8.33%;
  background: url(../images/top/service_img05.jpg) top center;
  background-size: cover;
}
.c-service {
  display: flex;
  /* その他Serviceセクション全体のスタイル */
}
.hero {
  display: flex;
  justify-content: space-between;
}
/* モバイルサイズ以下で1カラムに */
@media (max-width: 768px) {
  .hero {
  display: block;
}
.hero p{
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 16px !important;
  padding-left: 30px;
  margin-top: 10px;
}
}
/* 調整用 */
@media (max-width: 900px) {
.hero p{
  font-size: 20px !important;
}
}
.hero p{
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.topAbout .aboutPhilosophyFlex {
  display: flex;
  justify-content: space-between;
  gap: 125px;
}
section.topAbout .aboutPhilosophyFlex .aboutPhilosophyFlexL {
  width: 30%;
}
section.topAbout .aboutPhilosophyFlex .aboutPhilosophyFlexR {
  width: 70%;
}
section.topAbout .aboutPhilosophyFlex .aboutPhilosophyFlexL .subHead {
  margin: 0 auto 40px;
}
section.topAbout .aboutPhilosophyFlex .aboutPhilosophyFlexL p {
  margin: 0 auto 35px;
}
@media screen and (max-width: 850px) {
  section.aboutPhilosophy.bg, section.aboutMember.bg {
    /* margin: 50px auto; */
    padding: 50px 0;
  }
  section.topAbout .aboutPhilosophyFlex{
    gap: 30px;
    flex-flow: column;
  }
  section.topAbout .aboutPhilosophyFlex .aboutPhilosophyFlexL {
    width: 100%;
  }
  section.topAbout .aboutPhilosophyFlex .aboutPhilosophyFlexR {
    width: 100%;
  }
}




/*company_______________________________________________*/
section.company_secFv {
  padding: 124px 8.33%;
  background: url(../images/company/company_secFv.jpg) top center;
  background-size: cover;
  height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.company_secFv h1 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
  padding-left: 33px;
  font-weight: 600;
}
section.company_secFv h1::after {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100vw;
  background: #fff;
}
@media screen and (max-width: 1366px) {
  section.company_secFv {
    padding: 32.5px 8.33%;
    margin: 0 auto 0px;
    height: 70vh;
  }
}
@media screen and (max-width: 850px) {
  section.company_secFv {
    padding: 32.5px 8.33%;
    margin: 0 auto 0px;
    height: 55vh;
  }
  section.company_secFv h1 {
    font-size: 40px;
    line-height: 1;
    padding-left: 30px;
  }
}
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
  margin-top: 30px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*service_______________________________________________*/
section.service_secFv {
  padding: 124px 8.33%;
  background: url(../images/service/service_secFv.jpg) top center;
  background-size: cover;
  height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.service_secFv h1 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
  padding-left: 33px;
  font-weight: 600;
}
section.service_secFv h1::after {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100vw;
  background: #fff;
}
@media screen and (max-width: 1366px) {
  section.service_secFv {
    padding: 32.5px 8.33%;
    margin: 0 auto 0px;
    height: 70vh;
  }
}
@media screen and (max-width: 850px) {
  section.service_secFv {
    padding: 32.5px 8.33%;
    margin: 0 auto 0px;
    height: 55vh;
  }
  section.service_secFv h1 {
    font-size: 40px;
    line-height: 1;
    padding-left: 30px;
  }
  section.servicePhilosophy.bg {
    padding: 50px 0 !important;
    padding-bottom: 0 !important;
  }  
}

section.servicePhilosophy.bg {
  padding: 150px 0 50px 0;
}



/*recruit_______________________________________________*/
section.recruit_secFv {
  padding: 124px 8.33%;
  background: url(../images/recruit/recruit_secFv.jpg) top center;
  background-size: cover;
  height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.recruit_secFv h1 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
  padding-left: 33px;
  font-weight: 600;
}
section.recruit_secFv h1::after {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100vw;
  background: #fff;
}
@media screen and (max-width: 1366px) {
  section.recruit_secFv {
    padding: 32.5px 8.33%;
    margin: 0 auto 0px;
    height: 70vh;
  }
}
@media screen and (max-width: 850px) {
  section.recruit_secFv {
    padding: 32.5px 8.33%;
    margin: 0 auto 0px;
    height: 55vh;
  }
  section.recruit_secFv h1 {
    font-size: 40px;
    line-height: 1;
    padding-left: 30px;
  }
}



/*contact_______________________________________________*/
section.contact_secFv {
  padding: 124px 8.33%;
  background: url(../images/contact/contact_secFv.jpg) top center;
  background-size: cover;
  height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.contact_secFv h1 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
  padding-left: 33px;
  font-weight: 600;
}
section.contact_secFv h1::after {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100vw;
  background: #fff;
}
@media screen and (max-width: 1366px) {
  section.contact_secFv {
    padding: 32.5px 8.33%;
    margin: 0 auto 0px;
    height: 70vh;
  }
}
@media screen and (max-width: 850px) {
  section.contact_secFv {
    padding: 32.5px 8.33%;
    margin: 0 auto 0px;
    height: 55vh;
  }
  section.contact_secFv h1 {
    font-size: 40px;
    line-height: 1;
    padding-left: 30px;
  }
}



/*about_______________________________________________*/
section.secFv {
  padding: 130px 8.33%;
  background: url(../images/common/secFv.png) top center;
  background-size: contain;
  
}
section.secFv h1 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  section.secFv {
    padding: 100px 0 100px;
    margin: 0 auto 0px;
  }
  section.aboutGreeting {
    padding: 50px 8.33% !important;
  }
}
section.aboutGreeting {
  padding: 150px 8.33%;
  background: #fff;
}
section.aboutGreeting .aboutGreetingFlex {
  display: flex;
  justify-content: space-between;
}
section.aboutGreeting .aboutGreetingFlex p {
  width: 65%;
}
section.aboutGreeting .aboutGreetingFlex .aboutGreetingTop {
  width: 26%;
}
section.aboutGreeting .aboutGreetingFlex .aboutGreetingTop p {
  font-weight: bold;
  margin: 30px 0 10px;
  line-height: 1;
}
section.aboutGreeting .aboutGreetingFlex .aboutGreetingTop h6 {
  line-height: 1;
  color: #26517c;
  font-weight: 600;
}
/* PC */
@media (min-width: 769px) {
section.aboutGreeting .about-greeting-container {
  max-width: 65.82%;
  margin: 0 auto;
  /* display: flex;
  justify-content: space-between; */
}
}
section.aboutGreeting .about-greeting-container h6 {
  font-family: "Noto Serif JP", serif;
  text-align: right;
  font-size: 32px;
  margin-top: 36px;
}
.font-small {
  font-size: 24px;
}
@media screen and (max-width: 850px) {
  section.aboutGreeting .aboutGreetingFlex {
    justify-content: center;
    flex-flow: column;
    gap: 20px;
  }
  section.aboutGreeting .aboutGreetingFlex p {
    width: 100%;
  }
  section.aboutGreeting .aboutGreetingFlex .aboutGreetingTop {
    width: 70%;
    margin: auto;
  }
  section.aboutGreeting .about-greeting-container h6 {
    font-family: "Noto Serif JP", serif;
    text-align: right;
    font-size: 20px;
    margin-top: 16px;
  }
  .font-small {
    font-size: 16px;
  }
}
section.aboutPhilosophy {
  padding: 150px 8.33%;
  background: url(../images/top/aboutPhilosophy_image.jpg) top center;
  background-size: cover;
  /* margin: 130px auto; */
  /* background: #F7F9FC; */
}
@media screen and (max-width: 850px) {
  section.aboutPhilosophy {
    background: #fff;
    /* background: url(../images/top/aboutPhilosophy_image_sp.jpg) top center;
    background-size: cover; */
  }
}
section.aboutPhilosophy h3 {
  font-family: "Noto Serif JP", serif; 
  font-weight: 600;
  line-height: 50px;
  margin: 0 auto 35px;
  font-size: 32px;
}
section.aboutPhilosophy p {
  margin: 0 auto 35px;
}
section.aboutPhilosophy.bg, section.aboutMember.bg {
  /* margin: 130px auto; */
  padding: 150px 0;
  /* background: #F7F9FC; */
}
section.aboutPhilosophy .aboutPhilosophyFlex {
  display: flex;
  gap: 100px;
}
@media (max-width: 768px) {
  gap: 0;
}
section.aboutPhilosophy .aboutPhilosophyFlex .aboutPhilosophyFlexL {
  width: 35%;
}
section.aboutPhilosophy .aboutPhilosophyFlex .aboutPhilosophyFlexR {
  width: 75%;
}
@media screen and (max-width: 850px) {
  section.aboutPhilosophy.bg, section.aboutMember.bg {
    /* margin: 50px auto; */
    padding: 50px 0;
  }
  section.aboutPhilosophy .aboutPhilosophyFlex {
    gap: 30px;
    flex-flow: column;
  }
  section.aboutPhilosophy .aboutPhilosophyFlex .aboutPhilosophyFlexL {
    width: 100%;
  }
  section.aboutPhilosophy .aboutPhilosophyFlex .aboutPhilosophyFlexR {
    width: 100%;
  }
  section.aboutOrganization {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  section.aboutPhilosophy h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
section.aboutOrganization {
  background: #F7F7F7;
  padding-top: 150px;
  padding-bottom: 150px;
}
section.aboutOrganization dl {
}
section.aboutOrganization dl div {
  display: flex;
}
section.aboutOrganization dl div dt {
  color: #004580;
  width: 20%;
  padding: 24px;
  padding-left: 0;
  border-bottom: 1px solid #191919;
  font-weight: bold;
}
section.aboutOrganization dl div dd {
  width: 80%;
  padding: 25px;
  border-bottom: 1px solid #191919;
}
@media screen and (max-width: 850px) {
  section.aboutOrganization dl div dt {
    width: 100%;
    padding: 15px 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  section.aboutOrganization dl div dd {
    width: 100%;
    padding: 15px 0;
    padding-top: 0;
  }
  section.aboutOrganization dl div {
    flex-direction: column; /* 縦方向に並べる */
  }
}
section.aboutMember .aboutMemberFlexS {
  margin: 30px 0 0;
}
section.aboutMember .aboutMemberFlexB dl, section.aboutMember .aboutMemberFlexS dl {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section.aboutMember .aboutMemberFlexB dl div{
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 31%;
}
section.aboutMember .aboutMemberFlexS dl div {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 31%;
  display: flex;
  gap: 30px;
}
section.aboutMember .aboutMemberFlexB dl div dt {
  color: #26517c;
  font-weight: 700;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 10px;
  margin: 0 0 17px;
}
section.aboutMember .aboutMemberFlexS dl div dt {
  color: #26517c;
  font-weight: 700;
}
section.aboutMember .aboutMemberFlexB dl div dd, section.aboutMember .aboutMemberFlexS dl div dd {
  font-size: 20px;
  font-weight: 600;
}
section.aboutMember .aboutMemberFlexB dl div dd span {
  font-size: 12px;
  display: block;
  line-height: 1;
  font-weight: normal;
  margin: 0 0 5px;
}
@media screen and (max-width: 850px) {
  section.aboutMember .aboutMemberFlexS {
    margin: 10px 0 0;
  }
  section.aboutMember .aboutMemberFlexB dl, section.aboutMember .aboutMemberFlexS dl {
    gap: 10px;
  }
  section.aboutMember .aboutMemberFlexB dl div{
    padding: 15px;
    width: 100%;
  }
  section.aboutMember .aboutMemberFlexS dl div {
    padding: 15px;
    width: 100%;
  }
  section.aboutMember .aboutMemberFlexB dl div dt {
    padding: 0 0 5px;
    margin: 0 0 11px;
  }
  section.aboutMember .aboutMemberFlexB dl div dd, section.aboutMember .aboutMemberFlexS dl div dd {
    font-size: 16px;
  }
}
section.aboutDate {
  display: flex;
  gap: 80px;
}
section.aboutDate h3 {
  font-family: "Noto Serif JP", serif;
}
section.aboutDate .aboutDateBtn {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  section.aboutDate {
    gap: 20px;
    flex-flow: column;
  }
  section.aboutDate .aboutDateBtn {
    gap: 20px;
    flex-flow: column;
  }
}
section.aboutCont {
}
section.aboutCont {
  background: url(../images/top/aboutCont.jpg) center no-repeat;
  background-size: cover;
}
section.aboutCont h3 {
  font-family: "Noto Serif JP", serif;
}
section.aboutCont {
  padding: 125px;
  text-align: center;
}
section.aboutCont h3 {
  font-family: "Noto Serif JP", serif;
}
section.aboutCont p {
  margin: 30px auto;
}
@media screen and (max-width: 850px) {
  section.aboutCont {
    background: url(../images/top/aboutCont_sp.jpg) center no-repeat;
  background-size: cover;
    padding: 50px;
  }
  section.aboutCont p {
    margin: 20px auto;
  }
}



/*technology_______________________________________________*/
.technologyAnchor {
  display: flex;
  gap: 50px;
}
.technologyAnchor .btn > *::after {
  content: "";
  background: url(../images/common/anchor.png) center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 850px) {
  .technologyAnchor {
    gap: 20px 20px;
    flex-flow: wrap;
  }
}
section.technology .technologyBox {
  padding: 150px 0;
  border-bottom: 1px solid #D8D8D8;
}
section.technology .technologyBox:last-of-type {
  border-bottom: none;
}
section.technology .technologyCont {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}
section.technology .technologyContL {
  width: 45%;
}
section.technology .technologyContL h6 {
  color: #26517c;
  font-weight: 700;
  margin: 0 auto 20px;
}
section.technology .technologyContL h2 {
  font-weight: 700;
  color: #26517c;
  margin: 0 auto 40px;
}
section.technology .technologyContL h2 span {
  font-size: 32px;
}
section.technology .technologyContPoint {
  border: 1px solid #26517c;
  padding: 20px;
  margin: 20px auto 0;
}
section.technology .technologyContPoint p {
  color: #26517c;
  font-weight: 600;
  margin: 0 auto 5px;
}
section.technology .technologyContPoint ul.check {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
section.technology .technologyContPoint ul.check li {
  padding: 0 0 0 23px;
}
section.technology .technologyContPoint ul.check li::before {
  content: "";
  background: url(../images/technology/check.png) center no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  top: 9px;
  left: 0;
  position: absolute;
}
section.technology .technologyContR {
  width: 50%;
}
section.technology ul.list-disc {
  font-size: 12px;
  color: #26517c;
  margin: 30px auto 0;
}
section.technology ul.list-disc li {
  margin: 0 0 5px;
  line-height: 1.7;
}
section.technology .technologyMv {
  background: #F7F9FC;
  padding: 50px 150px;
}
section.technology .technologyMv h6 {
  color: #26517c;
  font-weight: 600;
  margin: 0 auto 20px;
}
section.technology .technologyMvBox {
  width: 100%;
  aspect-ratio: 16/9;
}
section.technology .technologyMvBox iframe {
  width: 100%;
  height: 100%;
}
section.technology .technologyFeatures {
  margin: 140px auto 70px;
}
section.technology .technologyFeatures h3 {
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 70px;
}
section.technology .technologyFeaturesBox {
  display: flex;
  justify-content: space-between;
}
section.technology .tab-container {
  width: 30%;
  border-top: 1px solid #26517c;
}
section.technology .tab-container .tab, section.technology .tab-container .tab2 {
  border-bottom: 1px solid #26517c;
  padding: 20px;
  color: #26517c;
  font-weight: 500;
  font-size: 18px;
}
section.technology .tab-container .tab:hover, section.technology .tab-container .tab2:hover {
  background: #F7F9FC;
}
section.technology .tab-container .tab.active, section.technology .tab-container .tab2.active2 {
  color: #fff;
  background: #26517c;
}
section.technology .tab-container .tab span, section.technology .tab-container .tab2 span {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 0 5px 0 0;
}
section.technology .content-container {
  width: 60%;
}
section.technology .content-container h5 {
  font-family: "Noto Serif JP", serif;
  color: #26517c;
  margin: 30px auto 10px;
}
.content, .content2 {
  display: none;
}
.content.show, .content2.show {
  display: block;
}
section.technology .technologyDate {
  display: flex;
  gap: 80px;
  background: #F7F9FC;
  padding: 50px;
}
section.technology .technologyDate h6 {
  font-weight: 600;
}
section.technology .technologyDate .technologyDateLink {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  section.technology .technologyBox {
    padding: 70px 0;
  }
  section.technology .technologyCont {
    justify-content: flex-start;
    margin: 0 auto 30px;
    flex-flow: column;
    gap: 30px;
  }
  section.technology .technologyContL {
    width: 100%;
  }
  section.technology .technologyContL h6 {
    margin: 0 auto 20px;
  }
  section.technology .technologyContL h2 {
    margin: 0 auto 40px;
  }
  section.technology .technologyContL h2 span {
    font-size: 20px;
  }
  section.technology .technologyContPoint {
    padding: 15px;
  }
  section.technology .technologyContR {
    width: 100%;
  }
  section.technology .technologyMv {
    padding: 20px;
  }
  section.technology .technologyMv h6 {
    margin: 0 auto 20px;
  }
  section.technology .technologyFeatures {
    margin: 50px auto 30px;
  }
  section.technology .technologyFeatures h3 {
    font-family: "Noto Serif JP", serif;
    margin: 0 auto 30px;
    line-height: 1.3;
  }
  section.technology .technologyFeaturesBox {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    gap: 30px;
  }
  section.technology .tab-container {
    width: 100%;
    border-top: none;
    display: flex;
    flex-flow: wrap;
  }
  section.technology .tab-container .tab, section.technology .tab-container .tab2 {
    border-bottom: none;
    padding: 10px;
    font-size: 14px;
    width: 50%;
    line-height: 1.3;
    border: 1px solid;
  }
  section.technology .tab-container .tab span, section.technology .tab-container .tab2 span {
    font-size: 18px;
  }
  section.technology .content-container {
    width: 100%;
  }
  section.technology .technologyDate {
    gap: 20px;
    padding: 20px;
    flex-flow: column;
  }
  section.technology .technologyDate .technologyDateLink {
    gap: 20px;
    flex-flow: column;
  }
}



/*recruit_______________________________________________*/
section.recruit-feature {
  /* background: url(../images/recruit/recruit-feature-image.png) top center;
  background-size: cover;
  height: 100vh;
  margin-top: 150px;
  margin: -70px auto; */
}
@media screen and (min-width: 1080px) {
  .recruit-feature-contents {
    margin-bottom: -150px;
  }
  }
.recruitGuide {
  width: 652px;
  margin: auto;
  margin-top: 150px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
@media screen and (max-width: 850px) {
  section.recruit-feature {
    /* background: url(../images/recruit/recruit-feature-image_sp.png) top center;
    /* background-size: cover; */
    background-size: 100% auto;
        background-repeat: no-repeat;
        width: 100%;
    height: 78.5vh;
    margin-top: 180px; */
  }
  .recruit-feature-contents {
    padding-top: 50px;
  }
  .recruitGuide {
    width: 100%;
    margin: auto;
    padding: 0 8.33%;
    font-size: 16px !important;
    text-align: center;
  }
  .recruit-message p {
    padding: 0 8.33% !important;
    font-size: 20px !important;
    font-weight: bold;
    color: #004580;
    padding-bottom: 10px;
    margin-top: 40px;
    text-align: center;
  }
}
.recruit-message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-message p {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  color: #004580;
  padding-bottom: 60px;
  margin-top: 40px;
}
.recruit-feature-section {
  padding: 150px 8.33%;
}
.recruit-feature-section .recruitGuide {
  width: 100%;
  margin: auto;
  margin-top: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .recruit-feature-section {
    padding: 50px 8.33%;
  }
  .recruit-feature-section .recruitGuide {
    width: 100%;
    margin: auto;
    padding: 0 8.33%;
  }
}


/*contact_______________________________________________*/
.contactGuide {
  width: 850px;
  margin: auto;
  margin-top: 150px;
  text-align: center;
}
section.contact {
  margin: 100px auto 0;
}
@media screen and (max-width: 850px) {
  .contactGuide {
    width: 100%;
    margin: auto;
    padding: 50px 8.33%;
  }
  section.contact {
    margin: 50px auto 50px;
    padding: 0 7%;
  }
}
.contact-details {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-details a {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: bold;
  color: #004580;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-top: 40px;
}
.contact-details a span{
  font-size: 32px;
}
@media screen and (max-width: 850px) {
  .contact-details a {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: bold;
    color: #004580;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .contact-details a span{
    font-size: 24px;
  }
}


/*footer_contact_section_______________________________________________*/
section.footer_contact_section {
  padding: 130px 0;
  background: #004580;
  color:#fff;
}
section.footer_contact_section .subHead h6 {
  color: #fff;
}
section.footer_contact_section .footer_contact_sectionFlex {
  display: flex;
  justify-content: space-between;
}
section.footer_contact_section .footer_contact_sectionFlex .footer_contact_sectionFlexL {
  /* width: 35%; */
}
section.footer_contact_section .footer_contact_sectionFlex .footer_contact_sectionFlexR {
  /* width: 45%; */
  display: grid;
  place-items: center;
}
@media screen and (max-width: 850px) {
  section.footer_contact_section {
    padding: 50px 0;
  }
  section.footer_contact_section.bg {
    margin: 50px auto;
    /* padding: 50px 0; */
  }
  section.footer_contact_section .footer_contact_sectionFlex {
    gap: 10px;
    flex-flow: column;
  }
  section.footer_contact_section .footer_contact_sectionFlex .footer_contact_sectionFlexL {
    width: 100%;
    text-align: center;
  }
  section.footer_contact_section .footer_contact_sectionFlex .footer_contact_sectionFlexR {
    width: 100%;
  }
}
.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info a {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 3vw, 46px);
  font-weight: bold;
  margin-right: 40px;
  color: #fff;
}
.contact-info a span{
  font-size: clamp(14px, 2vw, 32px);
}
@media (max-width: 768px) { /* モバイルデバイスの画面幅に合わせて調整 */
  .contact-info {
      display: block;
      text-align: center; /* 要素を中央揃え */
  }
  .contact-info a {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: bold;
    margin-right: 0;
    color: #fff;
  }
  body > section.footer_contact_section > div > div > div.footer_contact_sectionFlexR > div > a {
    margin-bottom: 20px;
  }
  .contact-info a span{
    font-size: 24px;
  }
}

.section-title-border{
  padding-bottom: 25.6px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid #E2E2E2;/*右*/
}
.section-title-border::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 17.09%;
  height: 2px;
  background: #004580;/*左*/
}


/*service_______________________________________________*/
.container {
  margin: 20px auto;
  color: #fff;
}
.section-content .subHead {
  margin: 0 auto;
  margin-left: -7%;
}
.custom-section h2 {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 850px) {
  .custom-section h2 {
      font-size: 32px;
  }
}
.section-content .subHead h6 {
  color: #fff;
  margin: 15px 0 auto;
}

.section {
  margin-bottom: 50px;
  overflow: hidden; /* 画像がはみ出さないように */
}

.section-header {
  padding: 10px 20px;
  background-color: #d9e2ec; /* ヘッダー背景色 */
  border-bottom: 1px solid #ddd;
}

.section-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  /* padding: 10px; */
  margin-left: 7%;
  background: #1b588e;
}

.section-image {
width: 40%;
}

.section-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section-text {
  /* flex-grow: 1; */
  justify-content: flex-start; /* 主軸を左端へ */
    align-items: center; /* 交差軸を中央へ */
    padding: 0 2.5%;
    width: 35%;
}
.section-text p {
  font-size: 20px;
  font-weight: bold;
}
.section-text ul {
  margin: 0;
}
.section-text li {
  margin-bottom: 5px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .section-content {
      flex-direction: column;
      padding: 20px;
      margin-left: 0;
      text-align: center;
  }
  .section-content h2 {
    font-size: 32px;
}
  .section-content .subHead {
    margin: 0;
  }
  .section-image {
      width: 100%;
      margin-bottom: 10px;
  }
  .section-image img {
    max-width: 100%;
    display: block;
}
  .bg2 {
    background: #004580;
    padding: 50px 8.33% !important;
    margin-bottom: 0 !important;
  }
  .section-text {
      width: 100%;
  }
  .section-text li {
    margin-bottom: 20px;
  }
}

.bg2 {
    background: url(../images/service/service_image_background.png) center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 235px 8.33%;
    margin-bottom: -171px;
  }

.serviceGuide {
  margin: auto;
  margin-top: 150px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
@media screen and (max-width: 850px) {
  .service-feature-contents {
  }
  .serviceGuide {
    width: 100%;
    margin: auto;
    padding: 0 8.33%;
    font-size: 16px;
  }
  .service-message p {
    font-size: 20px !important;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 40px;
    width: 942.5px;
  }
  .section-text p {
    font-size: 16px;
    font-weight: bold;
  }
}
.service-message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-message p {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  color: #191919;
  padding-bottom: 30px;
  margin-top: 40px;
  line-height: 50px;
  font-weight: 600;
}
.service-feature-section {
  padding: 150px 8.33%;
}
.service-feature-section .serviceGuide {
  width: 100%;
  margin: auto;
  margin-top: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .service-feature-section .serviceGuide {
    width: 100%;
    margin: auto;
    padding: 0 8.33%;
  }
  .service-message p {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: bold;
    color: #191919;
    padding-bottom: 30px;
    margin-top: 0;
    line-height: 30px;
  }
}
@media screen and (min-width: 851px) {
#Content > section.servicePhilosophy.bg > div > div > p {
  max-width: 612px;
  margin: 0 auto;
}
}