@charset "utf-8";
/* ============================================================
   company
=============================================================== */
.company {}
/* ============================================================
   mainarea
=============================================================== */
#mainarea {
  background: url("../images/bg_president_c01.png") no-repeat right 40px, linear-gradient(-8deg, rgba(251, 208, 209, 0.23) 0, rgba(251, 208, 209, 0.23) 8%, rgba(22, 177, 207, 0.23) 100%);
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
   presidentWrap
------------------------------------------------- */
.companyWrap {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
companyBox
------------------------------------------------- */
.companyWrap .companyBox {
  background: var(--white);
  padding: 30px;
}
.companyWrap .companyBox .companyTxt {
  display: flex;
  margin-bottom: 10px;
}
.companyWrap .companyBox .companyTxt .img {
  margin-right: 20px;
  border: 1px #dadada solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 110px;
  height: 110px;
flex-shrink: 0;
}
.companyWrap .companyBox .companyTxt .industry {
  padding: 5px;
  width: fit-content;
  background: var(--skyblue);
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.companyWrap .companyBox .companyTxt .campanyname {
  width: 100%;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .companyWrap .companyBox {
    background: var(--white);
    padding: 15px;
  }
  .companyWrap .companyBox .companyTxt .campanyname {
    font-size: 2.0rem;
  }
}
/* ----------------------------------------------
table
------------------------------------------------- */
.companyBox table {
  width: 100%;
  background: var(--white);
  border: 0;
  margin-bottom: 30px;
}
.companyBox table tr {
  background: var(--white);
  border: 0;
}
.companyBox table th {
  background: var(--white);
  width: 13.61%;
  padding: 8px 0;
  border: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px #dadada solid;
}
.companyBox table th span {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
}
.companyBox table th span:before {
  content: url(../images/ico_circle01.png);
  display: block;
  padding-right: 12px;
  padding-top: 1px
}
.companyBox table td {
  width: 36.39%;
  background: var(--white);
  font-size: 1.4rem;
  padding: 8px 0;
  border: 0;
  vertical-align: top;
  border-bottom: 1px #dadada solid;
}
.innerArea .companyBox table th {

}
.innerArea .companyBox table th, .innerArea .companyBox table td {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .companyBox table {
    width: 100%;
    margin-bottom: 30px;
  }
  .companyBox table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .companyBox table th {
    width: 100% !important;
  }
  .companyBox table td {
    width: 100% !important;
    padding: 8px 0 16px 0;
  }
}
/* ----------------------------------------------
mess
------------------------------------------------- */
.mess {}
.mess .img {
  float: right;
  width: 200px;
  height: 120px;
  overflow: hidden;
  margin: 0 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .mess .img {
    width: 30%;
    height: auto;
    margin: 0 0 15px 15px;
  }
}
/* ----------------------------------------------
plinks 
------------------------------------------------- */
.plinks {
  position: relative;
}
.plinks .link {
  position: absolute;
  top: 5px;
  right: 0;
}
.plinks .link a {
  border: 2px var(--skyblue) solid;
  color: var(--skyblue);
  display: block;
  padding: 10px 40px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 20px;
}
.plinks .link a:hover {
  background: #dbf3f7;
}
@media screen and (max-width: 767px) {
  .plinks {}
  .plinks .link {
    margin-top: 15px;
    position: relative;
    top: 0;
  }
  .plinks .link a {
    text-align: center;
  }
}
/* ----------------------------------------------
philosophybox
------------------------------------------------- */
.philosophybox {
  border: 3px #000 solid;
}
.philosophybox .ttl {
  background: #000000;
  padding: 7px 37px;
  width: fit-content;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
}
.philosophybox .txts {
  padding: 16px 28px 20px;
}
.philosophybox .txts .catch {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.philosophybox .txts .txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .philosophybox .txts {
    padding: 16px 16px 20px;
  }
}
/* ----------------------------------------------
read-more-state
------------------------------------------------- */
.read-more-state {
  display: none;
}
.read-more-target {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.read-more-link {
  text-decoration: underline;
}
.read-more-link:hover {
  text-decoration: none;
}
.read-less-link {
  text-decoration: underline;
  display: block;
  text-align: right;
}
.read-less-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
tabs
------------------------------------------------- */
#wapper .inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0 0;
}
/* ----------------------------------------------
tabs
------------------------------------------------- */
.company .tabs {
  padding: 0 0 50px 0;
  position: relative;
}
/*タブのスタイル*/
.tabBox .tabArea {
  display: flex;
  border-bottom: 3px var(--skyblue) solid;
}
.tabBox .one_tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: 57px;
  background-color: #dbf3f7;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--skyblue);
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
    margin-right: 5px;
}
.bottom {
  border-bottom: 0px var(--skyblue) solid !important;
  border-top: 3px var(--skyblue) solid;
}
.bottom .one_tab {
  border-radius: 0 0 10px 10px;
}
.tabBox .one_tab:hover {
  opacity: 0.75;
}
.tabBox .one_tab.select {
  background: #FFF;
  border-top: 3px var(--skyblue) solid;
  border-left: 3px var(--skyblue) solid;
  border-right: 3px var(--skyblue) solid;
  height: 60px;
  margin-bottom: -3px;
}
.bottom .one_tab.select {
  background: #FFF;
  border-top: 0px var(--skyblue) solid;
  border-bottom: 3px var(--skyblue) solid;
  border-left: 3px var(--skyblue) solid;
  border-right: 3px var(--skyblue) solid;
  height: 60px;
  margin-bottom: 0px;
  margin-top: -3px;
}
.tabBox .one_tab.select:hover {
  background-color: #dbf3f7;
}
/*タブ切り替えの中身のスタイル*/
.tabcontents .tab_main {
  z-index: 0;
  display: none;
  padding: 20px 0;
  overflow: hidden;
  clear: both;
}
.tabcontents .is_show {
  display: block;
}
@media screen and (max-width: 767px) {
  .tabBox .one_tab {
    width: 24%;
    height: 57px;
    font-size: 1.3rem;
  }
}
/* ----------------------------------------------
tabEntryBox
------------------------------------------------- */
.tabEntryBox {
  border: 1px var(--skyblue) solid;
  padding: 20px;
  margin-bottom: 30px;
}
.tabEntryBox .ttls {
  border-bottom: 2px #CCC solid;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.tabEntryBox .ttls .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--skyblue);
}
.tabEntryBox .ttls .ico {
  padding: 5px;
  width: fit-content;
  background: var(--skyblue);
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.tabEntryBox .date {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.tabEntryBox .txts {
  padding: 10px;
}
.tabEntryBox .txts .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.tabEntryBox .txts .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
wapper02
------------------------------------------------- */
#wapper02 {
  background: #efefef;
}
#wapper02 .h2txt {
  font-size: 3.0rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding: 40px 0 45px 0;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 23px;
}
#wapper02 .h2txt::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 42px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #14b2cf 49%, #14b2cf 51%, transparent 51%, transparent 100%);
}
#wapper02 .h2txt::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -48px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #14b2cf 49%, #14b2cf 51%, transparent 51%, transparent 100%);
}
#wapper02 .inner {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  #wapper02 .h2txt {
    font-size: 2.0rem;
  }
}
/* ----------------------------------------------
comps
------------------------------------------------- */
#wapper02 .comps {
  display: flex;
  justify-content: space-between;
}
#wapper02 .comps::after {
  content: "";
  display: block;
  width: 320px;
}
@media screen and (max-width: 767px) {
  #wapper02 .comps {
    flex-wrap: wrap;
  }
}
/* ----------------------------------------------
compsBox
------------------------------------------------- */
#wapper02 .comps .compsBox {
  width: 320px;
  border-radius: 10px;
  padding: 30px 20px;
  background: #FFFFFF;
	margin-left: 20px;
}
#wapper02 .comps div:first-child{
	margin-left: 0%;
}
#wapper02 .comps .compsBox .img {
  height: 140px;
  font-size: 0;
  padding-top: 1px;
  overflow: hidden;
}
#wapper02 .comps .compsBox .img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
#wapper02 .comps .compsBox .txts {
  padding: 16px 0 0 0;
  border-radius: 0 0 10px 10px;
}
#wapper02 .comps .compsBox .txts .company {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px #000 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#wapper02 .comps .compsBox .txts .txt {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#wapper02 .comps .compsBox .txts .spec {
  margin-bottom: 0px;
}
#wapper02 .comps .compsBox .txts ul {
  display: flex;
  flex-wrap: wrap;
}
#wapper02 .comps .compsBox .txts ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skyblue);
  font-size: 1.4rem;
  border: 1px var(--skyblue) solid;
  background: var(--white);
  margin-bottom: 10px;
  width: 48%;
  padding: 10px 0;
  text-align: center;
}
#wapper02 .comps .compsBox .txts ul li.blb {
  color: var(--black);
  border: 1px var(--black) solid;
}
#wapper02 .comps .compsBox .btn01 a {
  margin: 0 auto;
  width: 235px;
  height: 45px;
  font-style: normal;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  font-size: 1.6rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {
	#wapper02 .comps{
  width: 100%;
}
	
#wapper02 .comps .compsBox {
  width: 32%;
	margin-left: 2%;
}
#wapper02 .comps div:first-child{
	margin-left: 0%;
}
#wapper02 .comps .compsBox .btn01 a {
  width: 100%;
  height: 45px;
}
#wapper02 .comps::after {
  content: "";
  display: block;
  width: 0;
}
}
@media screen and (max-width: 767px) {
  #wapper02 .comps .compsBox {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
  }
  #wapper02 .comps .compsBox .img {
    height: 240px;
  }
  #wapper02 .comps .compsBox .img img {
    width: 100%;
    height: 240px;
  }
  #wapper02 .comps .compsBox .txts {
    padding: 16px 0 0 0;
    border-radius: 0 0 10px 10px;
  }
  #wapper02 .comps .compsBox .txts .company {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #wapper02 .comps .compsBox .txts .txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #wapper02 .comps .compsBox .txts ul li {
    margin-bottom: 10px;
    width: 48%;
    padding: 10px 0;
    text-align: center;
  }
  #wapper02 .comps .compsBox .btn01 a {
    width: 80%;
    height: 45px;
  }
}