@charset "utf-8";
@media screen and (max-width: 1536px) {}

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

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

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

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

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


/* ==============================
  common
============================== */
.txt_s{
  font-size: 1.2rem;
}
.iconttlWrap, .ttlBox:has(.h2txt.txtCenter){
    text-align: center;
    justify-content: center;
}
.iconttl{
  font-size: 1.6rem;
  color: #0b487e;
  position: relative;
  padding: 5px 0 0 40px;
  margin-bottom: 25px;
  display: inline-block;
}
.iconttl::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/common/ico_logo01.png) no-repeat left top / contain;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.ttlBox{
  margin-bottom: 45px;
}
.ttlBox .h2txt{
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttlBox .h2txt span{
  font-size: 2.0rem;
}
.txtCenter{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .iconttl{
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .iconttl::before{
    width: 24px;
    height: 29px;
    background-position: left 5px;
    background-size: 100%;
  }
  .ttlBox{
    margin-bottom: 30px;
  }
  .ttlBox .h2txt{
    font-size: 2.8rem;
  }
}

/* ==============================
  #companyContents
============================== */
#companyContents{
  width: 100%;
  display: flex;
}

@media screen and (min-width: 767px) {
  #companyContents .inner{
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #companyContents{
    flex-direction: column;
  }
}

/* ==============================
  #company-side
============================== */
#company-side{
  display: block;
  width: 25%;
  min-width: 300px;
  max-width: 360px;
  padding: 0 30px 0 40px;
  position: relative;
}
#company-side ul{
  position: sticky;
  top: 120px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 20px;
  padding-bottom: 100px;
}
#company-side ul li{
  font-weight: bold;
  position: relative;
}

#company-side ul li a{
  padding: 10px 5px 10px 30px;
  color: #0b487e;
}
#company-side ul li a:hover{
  text-decoration: none;
}
#company-side ul li a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #0b487e;
  transition: all 0.2s;
}
#company-side ul li a:hover::before{
  transform: translate(50%, -50%);
}

.contentsWrapper{
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #company-side{
    width: 100%;
    max-width: 100%;
    padding: 20px 1.5% 0 1.5%;
    border-top: 1px solid #ccc;
  }
  #company-side ul{
    flex-direction: row;
    gap: 0;
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  #company-side ul li{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #company-side ul li a{
    padding: 0 0 30px 0;
    font-size: 2.3vw;
  }
  #company-side ul li a::before{
    content: "\f063";
    font-size: 1.4rem;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #company-side ul li a:hover::before{
    transform: translate(-50%, -50%);
  }
}

/* ==============================
  #mainarea
============================== */
#mainarea{
  margin: 0px 40px;
  overflow: hidden;
}
#mainarea .mainareaWrap {
  width: 100%;
  height: 0;
  padding-top: 35.21%;
  background: url(../images/company/mainimg_company-top_pc.png) center no-repeat;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
#mainarea .mainareaWrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/company/mainimg_company-parts01.png) left bottom no-repeat, url(../images/company/mainimg_company-parts02.png) top right no-repeat;
  border-radius: 30px;
}
#mainarea .mainareaBox .inner{
  position: absolute;
  width: auto;
  bottom: 3%;
  left: 60px;
}

#mainarea .mainareaBox .inner .h1txt{
  display: inline;
  font-size: clamp(3.2rem, 3.2vw, 5.2rem);
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.8;
  padding: 5px 20px;
}
#mainarea .mainareaBox .inner .txt02{
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  #mainarea{
    margin: 0px 1.5%;
  }
  #mainarea .mainareaWrap{
    height: 80vw;
    background: url(../images/company/mainimg_company-top_sp.png) center no-repeat;
    background-size: cover;

  }
  #mainarea .mainareaWrap::before{
    background-size: 80%;
  }
  #mainarea .mainareaBox .inner{
    bottom: 0;
    left: 5%;
  }
  #mainarea .mainareaBox .inner .h1txt{
    font-size: 6.6vw;
    border-radius: 5px;
    padding: 5px 10px;
  }
  #mainarea .mainareaBox .inner .txt02{
    font-size: 4vw;
  }
}

/* ==============================
  #purpose
============================== */
#purpose .inner{
  padding: 100px 0 100px;
}

@media screen and (max-width: 767px) {
  #purpose .inner{
    padding: 60px 0 60px;
  }
}

/* ==============================
  #pageList
============================== */
#pageList{
  background-color: #eff4f6;
  border-radius: 60px 60px 0 0;
}
#pageList .inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 100px;
  padding: 120px 0;
}
#pageList .inner .listBox{
  display: flex;
  width: 100%;
  align-items: center;
}
#pageList .inner .listBox .listImg{
  width: 35%;
  aspect-ratio: 621 / 500;
  background-color: #ccc;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
#pageList .inner .listBox .listImg img{
  object-fit: cover;
}
#pageList .inner .listBox .txtBox{
  margin: 0 5% 0 80px;
  width: calc(60% - 80px);
}
#pageList .inner .listBox .txtBox .btn01{
  margin-top: 20px;
}

#pageList .inner .listBox:nth-child(even) .listImg{
  border-radius: 30px 0 0 30px;
}
#pageList .inner .listBox:nth-child(even) .txtBox{
  margin: 0 80px 0 5%;
}

@media screen and (min-width: 767px) {
  #pageList .inner .listBox:nth-child(even){
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  #pageList{
    border-radius: 30px 30px 0 0;
  }
  #pageList .inner{
    padding: 80px 0;
    gap: 30px;
  }
  #pageList .inner .listBox{
    flex-direction: column;
  }
  #pageList .inner .listBox .listImg{
    width: 90%;
    margin-right: 10%; 
  }
  #pageList .inner .listBox:nth-child(even) .listImg{
    margin-right: 0;
    margin-left: 10%;
  }
  #pageList .inner .listBox .txtBox, #pageList .inner .listBox:nth-child(even) .txtBox{
    margin: 30px 0;
    width: 94%;
  }
}

/* ================下層ページcompany-sub================ */

/* ==============================
  sub common
============================== */
#companyContents .company-sub{
  background-color: #eff4f6;
  padding: 0;
}

#mainarea_compsub{
  padding-bottom: 20px!important;
  border-bottom: 1px solid #d3dae1;
}

#mainarea_compsub .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
  gap: 40px;
}

#mainarea_compsub{
  margin: 40px;
  box-sizing: border-box;
}

#mainarea_compsub .txtBox .iconttl{
  font-size: 2.4rem;
  font-weight: bold;
}
#mainarea_compsub .txtBox .pagettl{
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 30px;
}
#mainarea_compsub .txtBox{
  flex: 2;
}
#mainarea_compsub .mainareaImg{
  width: 30%;
  max-width: 360px;
  aspect-ratio: 1 / 1;
}
#mainarea_compsub .mainareaImg img{
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  #mainarea_compsub{
    margin: 3%;
  }
  #mainarea_compsub .inner{
    padding: 0;
    margin-top: 20px;
    flex-direction: column-reverse;
    gap: 10px;
  }
  #mainarea_compsub .mainareaImg{
    width: 70%;
  }
  #mainarea_compsub .txtBox .iconttl{
    font-size: 2rem;
  }
  #mainarea_compsub .txtBox .pagettl{
    font-size: 3.4rem;
  }
}

/* ==============================
  #contents_compsub common
============================== */
#contents_compsub{
  padding-top: 40px;
}
#contents_compsub section{
  padding-bottom: 60px;
}
#contents_compsub section:last-child{
  padding-bottom: 100px;
}
#contents_compsub .inner{
  padding: 0 calc(3% + 40px);
}
#contents_compsub .h2txt{
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 30px;
}
#contents_compsub .h2txt .txt_s{
  font-size: 3.2rem;
}
#contents_compsub .flex{
  display: flex;
}

@media screen and (max-width: 767px) {
  #contents_compsub .inner{
    padding: 0;
    width: 88%;
  }
  #contents_compsub .h2txt{
    font-size: 2.8rem;
  }
  #contents_compsub section{
    padding-bottom: 40px;
  }
}

/* ==============================
  #governance
============================== */
#governance #vision .flex{
  gap: 40px;
}
#governance #vision .flex .box{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
#governance #vision .flex .box h3{
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #0b487e;
  padding: 15px;
  border-radius: 5px;
}
#governance #vision .flex .box img{
  width: fit-content;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #governance #vision .flex{
    flex-direction: column;
  }
}

#governance #certification .box{
  border-bottom: 1px solid #d3dae1;
  padding-bottom: 40px;
  margin-bottom: 40px;
  align-items: flex-start;
  gap: 30px;
}
#governance #certification .box:last-child{
  margin-bottom: 0px;
}
#governance #certification .box img{
  width: 40%;
  max-width: 510px;
  object-fit: contain;
}
#governance #certification .box h3{
  font-size: 2.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #governance #certification .box{
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }
  #governance #certification .box img{
    width: 100%;
  }
  #governance #certification .box h3{
    font-size: 2rem;
  }
}

#governance #managementSystem .systemlist.flex{
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0;
}
#governance #managementSystem .systemlist .box{
  width: calc((100% - 30px) / 3);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#governance #managementSystem .systemlist .box img{
  width: 30%;
  max-width: 80px;
  height: fit-content;
}
#governance #managementSystem .systemlist .box .flex{
  padding: 0 15px;
  margin: 20px 0;
  gap: 15px;
}
#governance #managementSystem .systemlist .box .ttl{
  padding: 10px 20px;
  background-color: #0b487e;
  color: #fff;
}
#governance #managementSystem .systemlist .box .txtBox{
  font-size: 1.4rem;
}
#governance #managementSystem .systemlist .box .txtBox p{
  padding: 0;
}
#governance #managementSystem .systemlist .box .txtBox .txtBold{
  font-size: 1.8rem;
  line-height: 1.4;
  padding-bottom: 10px;
}
#governance #managementSystem .endTxt{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
#governance #managementSystem .endTxt img{
  width: fit-content;
}

@media screen and (max-width: 767px) {
  #governance #managementSystem .systemlist.flex{
    margin-bottom: 40px;
  }
  #governance #managementSystem .systemlist .box{
    width: 100%;
  }
  #governance #managementSystem .endTxt{
    font-size: 1.6rem;
    gap: 15px;
    text-align: left;
  }
  #governance #managementSystem .endTxt img{
    width: 20%;
  }
}

#governance #companyLink{
  background-color: #fff;
  padding-top: 60px;
}
#governance #companyLink .flex{
  gap: 20px;
}
#governance #companyLink .flex a{
  text-decoration: none;
}
#governance #companyLink .box{
  flex: 1;
}
#governance #companyLink .box .txt{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0b487e;
  font-weight: bold;
  margin-top: 20px;
}
#governance #companyLink .box .txt .ico{
  width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b487e;
    border-radius: 50%;
}
#governance #companyLink .box .txt .icoarrow::after{
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #governance #companyLink .flex{
    flex-direction: column;
    gap: 30px;
  }
}

/* ==============================
  #message
============================== */
#message .message-text {
  font-size: 16px;
  line-height: calc(28/16);
  color: #111111;
}
#message .message-logo {
  margin-top: 17px;
  justify-content: center;
}
#message .message-logo img {
  max-width: 521px;
  width: 100%;
  height: auto;
}
#message .message-btm {
  margin-top: 120px;
  column-gap: 40px;
}
#message .message-btm__img {
  width: 25.5%;
}
#message .message-btm__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
#message .message-btm__right {
  flex: 1;
}
#message .message-btm__info {
  font-weight: bold;
}
#message .message-btm__sine {
  margin-top: 30px;
}
#message .message-btm__sine img {
  max-width: 302px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #message .message-logo img {
    max-width: 400px;
  }
  #message .message-btm {
    margin-top: 40px;
    flex-direction: column;
  }
  #message .message-btm__img {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
  #message .message-logo {
    margin-top: 60px;
  }
  #message .message-btm__sine {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  #message .message-btm__sine img {
    max-width: 200px;
  }
  #message .message-btm__comment {
    margin-top: 40px;
  }
  #message .message-btm__info {
    text-align: right;
    margin-top: 16px;
  }
}

/* ==============================
  #info
============================== */

#info .info__logo {
  display: flex;
  justify-content: center;
}
#info .info__logo img {
  max-width: 521px;
  width: 100%;
  height: auto;
}
#info .info-table {
  margin-top: 50px;
}
#info .info-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #111;
}
#info .info-table table p {
  padding-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: calc(27/15);
}
#info .info-table table p:not(:first-child) {
  margin-top: 1rem;
}
#info .info-table table td,
#info .info-table table th {
  padding: 30px 18px;
}
#info .info-table table tr {
  border-bottom: 1px solid #d3dae1;
}
#info .info-table table tr a {
  text-decoration: underline;
  color: #145fb6;
}
#info .info-table table tr:nth-child(6) p,
#info .info-table table tr:nth-child(7) p,
#info .info-table table tr:nth-child(9) p {
  margin-top: 0;
}
#info .info-table table th {
  width: 20%;
  font-weight: bold;
  vertical-align: initial;
  font-size: 1.8rem;
  color: #0b487e;
  text-align: left;
}
#info .info-table .info__map {
  margin-top: 16px;
}
#info .info-table .info__map iframe {
  width: 100%;
  aspect-ratio: 700/393;
  height: auto;
}
#info .btn01 {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1536px) {
  #info .info-table .info__map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #info .info__logo img {
    max-width: none;
    width: 80%;
  }
  #info .info-table {
    margin-top: 37px;
  }
  #info .info-table table {
    font-size: 14px;
  }
  #info .info-table table tr {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    gap: 10px;
  }
  #info .info-table table th {
    width: 100%;
    vertical-align: initial;
  }
  #info .info-table table td,
  #info .info-table table th {
    padding: 0;
  }
  #info .info-table table td {
    margin-top: 10px;
  }
  #info .info-table .info__map iframe {
    aspect-ratio: 345/194;
  }
  #info .btn01 {
    margin: 50px auto 0;
  }
}

/* ==============================
  #history
============================== */
#history .historyBox .Box .txtBox{
  margin-bottom: 20px;
}
#history .historyBox .Box .imgBox{
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin: 0 auto;
}
#history .historyBox .Box .imgBox img{
  width: fit-content;
}
#history .historyBox .btnToggle{
  margin: 0 auto;
}
#history .historyBox .btnToggle .btn{
  width: 300px;
  display: block;
  background-color: #fff;
  border: 2px solid #1eaddd;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1eaddd;
  text-align: center;
  padding: 15px;
  margin: 30px auto;
  position: relative;
}
#history .historyBox .btnToggle .btn::after{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f067";
}
#history .historyBox .btnToggle.active .btn::after{
  content: "\f068";
}
#history .historyBox .accordionContent{
  margin-bottom: 30px;
}
#history .historyBox .accordionContent .itemBox{
  display: flex;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
#history .historyBox .accordionContent .itemBox:first-child{
  border-top: 1px solid #ccc;
}
#history .historyBox .accordionContent .itemBox .itemTtl{
  width: 25%;
  max-width: 150px;
  font-weight: bold;
}
#history .historyBox .accordionContent .itemBox .itemTxt{
  width: 75%;
}
#history .btn01 a{
 margin: 0 auto;
}

@media screen and (max-width:767px) {
  #history .historyBox .Box .imgBox {
    flex-direction: column;
    align-items: center;
  }
  #history .historyBox .Box .imgBox img{
    width: 100%;
  }
  #history .historyBox .accordionContent .itemBox{
    font-size: 1.4rem;
    padding: 20px 10px;
  }
  #history .historyBox .accordionContent .itemBox .itemTtl{
    width: 12rem;
  }
  #history .btn01{
    margin: 0 auto;
  }
}