@charset "utf-8";
/* ============================================================*/
/* ============================================================
   about
=============================================================== */
/* ============================================================ */
.president {}
/* ============================================================*/
/* ============================================================
   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
------------------------------------------------- */
.presidentWrap {
  padding: 15px 0 0 0;
	position: relative;
}
.presidentWrap .industry {
  padding: 5px;
  width: fit-content;
  background: var(--skyblue);
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.presidentWrap .names {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.presidentWrap .names .campanyname {
  width: 100%;
  font-size: 2.6rem;
}
.presidentWrap .names .campanyname a{
    color: var(--black);
    text-decoration: underline;
}
.presidentWrap .names .campanyname a:hover{
    text-decoration: none;
}

.presidentWrap .names .position {
  font-size: 2.6rem;
  margin-right: 20px;
  display: flex;
  align-items: flex-end;
}
.presidentWrap .names .name {
  font-size: 4.2rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
    
    
}
/* ----------------------------------------------
.colinks
------------------------------------------------- */
.presidentWrap .colinks{
	position: absolute;
	display: block;
	top:20px;
	right: 0;

}

.presidentWrap .colinks a{
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 60px;
  border: 2px var(--skyblue) solid;
  color: var(--skyblue);
  display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
	padding: 10px;
	
}

.presidentWrap .colinks a:hover {
  background: #dbf3f7;
}
@media screen and (max-width: 767px) {
.presidentWrap .colinks{
	position: relative;
	top:0px;
	margin-bottom: 30px;
}
.presidentWrap .colinks a{
	width:100%;
	height: auto;
	border-radius: 10px;
  font-size: 1.6rem;
	padding: 10px;
	
}

}

/* ----------------------------------------------
initiativeBox
------------------------------------------------- */
.presidentWrap .initiativeBox {}
.presidentWrap .initiativeBox .ttl {
  font-size: 1.6rem;
  border: 1px var(--skyblue) solid;
  color: var(--skyblue);
  padding: 5px;
  margin-bottom: 5px;
  width: fit-content;
  background: var(--white);
}
.presidentWrap .initiativeBox .txt {
  font-size: 1.6rem;
  margin-bottom: 25px;
  line-height: 1.5;
}
.presidentWrap .presidentBox {
  background: var(--white);
  display: flex;
  justify-content: space-between;
}
.presidentWrap .presidentBox .txts {
  width: 60%;
  background: var(--white);
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 767px) {
.presidentWrap .presidentBox {
  flex-wrap: wrap;
}
.presidentWrap .presidentBox .txts {
  width: 100%;
  padding: 30px 30px 0 30px;
}
}
/* ----------------------------------------------
table
------------------------------------------------- */
.presidentWrap .presidentBox .txts table {
  width: 100%;
  background: var(--white);
  border: 0;
}
.presidentWrap .presidentBox .txts table tr {
  background: var(--white);
  border: 0;
}
.presidentWrap .presidentBox .txts table th {
  background: var(--white);
  width: 128px;
  padding: 8px 0;
  border: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px #dadada solid;
}
.presidentWrap .presidentBox .txts table th span {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
}
.presidentWrap .presidentBox .txts table th span:before {
  content: url(../images/ico_circle01.png);
  display: block;
  padding-right: 12px;
  padding-top: 1px
}
.presidentWrap .presidentBox .txts table td {
  background: var(--white);
  font-size: 1.4rem;
  padding: 8px 0;
  border: 0;
  vertical-align: top;
  border-bottom: 1px #dadada solid;
}
.presidentWrap .presidentBox .img {
  width: 40%;
  overflow: hidden;
  flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
.presidentWrap .presidentBox .txts table tr {
display: flex;
    flex-wrap: wrap;
}
.presidentWrap .presidentBox .txts table th {
  width: 100%
}
.presidentWrap .presidentBox .txts table td {
  width: 100%;
      padding: 8px 0 13px 0;
}
.presidentWrap .presidentBox .img {
  width: 100%;
  height: auto;
}
    
    
}
/* ----------------------------------------------
bns3box
------------------------------------------------- */
.bns3box {
  display: flex;
  justify-content: flex-start;
  padding: 30px 30px 45px;
  background: #FFFFFF;
}
.bns3box .pbtn {  
    width: 32%;
margin-right: 1%}
.bns3box .pbtn a {
  text-align: center;
  width: 100%;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  border-radius: 34px;
  font-size: 1.4rem;
  text-decoration: none;
}
.bns3box .pbtn button {
    border: 0;
  text-align: center;
  width: 100%;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  border-radius: 34px;
  font-size: 1.4rem;
  text-decoration: none;
    cursor: pointer;
transition: 0.5s;
}
.bns3box .pbtn button:hover {
    opacity: 0.7;
}
.bns3box .pbtn a span {
  font-size: 1.6rem;
  font-weight: 700;
}
.bns3box .pbtn button span {
  font-size: 1.6rem;
  font-weight: 700;
}

.bns3box .btn3_01 button{
  background: #14b1cf;
}
.bns3box .btn3_02 a {
  background: #f04645;
}
.bns3box .btn3_03 a {
  background: #000000;
}
@media screen and (max-width: 980px) {
    
.bns3box {
  flex-wrap: wrap;
  padding: 20px 0 ;
} 
.bns3box .pbtn{ 
	width: 100%;
    margin-bottom: 15px;
}

}



@media screen and (max-width: 767px) {
    
.bns3box {
  flex-wrap: wrap;
  padding: 20px 0 ;
} 
.bns3box .pbtn { 
	
	width: 100%;
    margin-bottom: 15px;}
    
}
/* ----------------------------------------------
mov
------------------------------------------------- */
.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;
}
.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%);
}
.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%);
}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
#mov
------------------------------------------------- */
#movnon{
    margin-bottom: 30px;
}
#mov {
  padding: 40px 0 0 0;
    margin-bottom: 67px;
}
#mov .movarea p {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#mov .movarea p iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
#mov {
    margin-bottom: 20px;
}
}
/* ----------------------------------------------
pickuptxt
------------------------------------------------- */
#pickuptxt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: 80%;
    height: 294px;
    margin-bottom: 40px;
}
#pickuptxt .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/bg_pickuptxt01.png") no-repeat left top;
	background-size: cover;
    width: 450px;
    height: 192px;
    margin-bottom: 40px;
    padding:  15px 30px 15px 15px;
    font-size: 2.0rem;
    font-style: italic;
    line-height: 2.0;
        
}
#pickuptxt .txt span{
 display: block;
    margin-top: -10px;
}
@media screen and (max-width: 960px) {
#pickuptxt {
  flex-wrap: wrap;
  background: none !important;
    height: auto;
    margin-bottom: 20px;
}
#pickuptxt .txt {
    background-size:100%;
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
}  
}
@media screen and (max-width: 767px) {
#pickuptxt .txt {
    font-size: 1.8rem;
}  
    
}











