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

/* -------追加------- */
.font-zen{
      font-family: "Zen Kaku Gothic New", sans-serif;
}
body{
        background-color: #F7F7F7;
}
.txt-color4{
    color: #033792;
}

.box1{
  gap: clamp(0px, 4vw, 50px);
}

.box1 .imgbox {
  width: calc(40% - 50px);
}

.box1 .txtbox {
  width: 60%;
}
.person .box:not(:last-child) {
  margin-bottom: 60px; 
}
.person .txtbox .label {
  margin-bottom: 20px;
}

.person .txtbox .name-wrap {
justify-content: flex-start;
}

.person .txtbox .name {
}

.person .txtbox .en {
padding-top: 8px;
}


.person .txtbox .point p {
  position: relative;
  margin: .35rem 0;
  padding-left: 1.2em;
  line-height: 1.7;
}

.person .txtbox .point p::before {
  content: "";
  position: absolute;
  left: 0; top: .6em;
  width: .45em; height: .45em;
  border-radius: 50%;
  background: #016FD4;
}


.person .txtbox .sns {
  display: flex;
  gap: 20px;
}
.person .txtbox .sns .icon i{
  font-size: 28px;
  color: #033791;
}

/*  FAQ  */

.faq_list .box:not(:last-of-type){
	margin-bottom: 20px;
}
.faq_list .box .qbox{
	cursor: pointer;
	position: relative;
	padding: 10px 25px;
	padding-right: 50px;
	border-bottom: 1px solid #E5E5E5;
    background-color: #E5EEF6;
    gap:15px;
}
.faq_list .q_icon{
    color: #016FD4;
    font-size: 24px;
}
.faq_list .box .qbox .icon{
	position: absolute;
	width: 20px;
	height: 20px;
right: clamp(10px, 5vw, 25px);
	top: 50%;
	transform: translateY(-50%);
}
.faq_list .box .qbox .icon::before,.faq_list .box .qbox .icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #555555;
	transition: ease 0.3s;
}
.faq_list .box .qbox .icon::before{
	width: 100%;
	height: 2px;
}
.faq_list .box .qbox .icon::after{
	height: 100%;
	width: 2px;
}
.faq_list .box .qbox.active .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_list .box .abox{
	background-color: #fff;
	padding: 20px;
}
body.on .faq_list .box .abox{
	display: none;
}

.company-wrap{
	width: 100%;
	margin: 0 auto;
}
..company-wrap .item:first-child {
  border-top: 1px solid rgba(0,103,78,0.1);
}
.company-wrap .item{
	padding: 10px;
border-bottom: 1px solid rgba(0,103,78,0.1);
}

.company-wrap .item h3{
	width: 20%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
	flex-direction: row;
	box-sizing: border-box;
	padding-right: 30px;
	padding: 20px 0;
}

.company-wrap .item p{
    line-height: 2;
}
.company-wrap .item > div{
	width: 80%;
	padding: 15px 0;
	padding-left: 80px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .box1 .imgbox{
		width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.box1 .imgbox img {
    max-height: 400px;
    width: auto;
    height: auto;
    max-width: 100%;
}

.box1 .txtbox{
		width: 100%;
		padding-top: 0px;
		padding-left: 0px;
	}

.company-wrap .item > div {
		padding-left: 40px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .faq_list .box .qbox .icon{
		width: 15px;
		height: 15px;
	}
.company-wrap .item {
    flex-direction: column;}
      .company-wrap .item .label,
  .company-wrap .item > div {
      font-size: 16px;
      font-weight: 700;
    width: 100%; 
    padding: 10px 0;
  }
.company-wrap .item > div {
		padding-left: 0px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

