/* =========================================================
about
========================================================= */
.p-about-mv-wrap {
  height: 50vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-about-mv-wrap {
    height: 70vh;
  }
}
@media screen and (min-width: 620px) {
  .p-about-mv-wrap {
    height: 75vh;
  }
}
.p-about-mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.p-about-mv_ttl {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(50 * (100vw / 430));
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 430px) {
  .p-about-mv_ttl {
    font-size: calc(50 * (100vw / 620));
  }
}

@media screen and (min-width: 620px) {
  .p-about-mv_ttl {
    font-size: calc(60 * (100vw / 768));
  }
}

@media screen and (min-width: 768px) {
  .p-about-mv_ttl {
    font-size: calc(60 * (100vw / 992));
  }
}

@media screen and (min-width: 992px) {
  .p-about-mv_ttl {
    font-size: 60px;
  }
}

.p-about-mv_ttl .reduce {
  display: block;
  font-size: 30%;
}

@media screen and (min-width: 992px) {
  .p-about-mv_ttl .reduce {
    font-size: 20%;
    letter-spacing: .5rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-about-mv_ttl .reduce {
    font-size: 30%;
  }
}

.p-about-cont {
  width: 100%;
}

.p-about-ttl {
}

.p-about-h2 {
  text-align: center;
  padding: 2% 0;
}

.p-about-h2 .en-large {
  color: #012E6E;
  display: block;
  font-size: clamp(50px, 12.5vw, 120px);
  font-weight: bold;
  opacity: .1;
}

.p-about-h2 .en-small {
  color: #012E6E;
  display: block;
  font-size: clamp(12px, 2.1vw, 16px);
  font-weight: bold;
}

.p-about-h2 .ja {
  display: block;
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-about-cont {
  }

  .p-about-ttl {
  }

  .p-about-h2 {
    padding: 3% 0;
  }

  .p-about-h2 .en-large {
  }

  .p-about-h2 .en-small {
  }

  .p-about-h2 .ja {
  }
}



.p-about-greeting {
  padding: 2% 0 6% 0;
}

.p-about-greeting_wrap {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;  
}

.p-about-greeting_ttl {
  text-align: left;
  width: 100%;
}

.p-about-greeting_h3 {
  margin-bottom: 4%;  
}

.p-about-greeting_h3 .en{
  color: #0047AB;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.p-about-greeting_h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: bold;
}

.p-about-greeting_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p-about-greeting_image {
  text-align: center;
  width: 40%;
}

.p-about-greeting_txtbox {
 width: 60%;
 padding: 0 6% 0 3%;
}

.p-about-greeting_h4 {
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: bold;
  margin: 0 0 24px 0;
}

.p-about-greeting_txt {
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 0 0 24px 0;
}
.p-about-greeting_sign {
  font-size: clamp(14px, 1.7vw, 16px);
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-about-greeting {
    padding: 3% 0 6% 0;
  }

  .p-about-greeting_h3 {
    margin-bottom: 4%;   
  }

  .p-about-greeting_h3 .en{
    font-size: 12px;
  }

  .p-about-greeting_h3 .ja {
    font-size: 20px;
  }

  .p-about-greeting_cont {
    flex-direction: column;
  }

  .p-about-greeting_image {
    width: 100%;
	margin: 0 0 6% 0;
  }

  .p-about-greeting_txtbox {
   width: 100%;
   padding: 0;
  }

  .p-about-greeting_h4 {
    margin: 0 0 18px 0;
  }

  .p-about-greeting_txt {
    margin: 0 0 16px 0;
  }
}


.p-about-philosophy {
  background-color: #012E6E;
  padding: 6% 0;
}

.p-about-philosophy_wrap {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  
}

.p-about-philosophy_ttl {
  text-align: left;
  width: 100%;
}

.p-about-philosophy_h3 {
  color: #fff;
  margin-bottom: 4%; 
}

.p-about-philosophy_h3 .en{
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.p-about-philosophy_h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: bold;
}

.p-about-philosophy_cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.p-about-philosophy_image {
  text-align: center;
  width: 23%;
}

.p-about-philosophy_txtbox {
  width: 77%;
  padding: 0 120px 0 0;
}

.p-about-philosophy_h4 {
  color: #fff;
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: bold;
  margin: 0 0 30px 0;
}

.p-about-philosophy_h5 {
  color: #fff;
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: bold;
  margin: 0 0 30px 0;
}

.p-about-philosophy_list {
}
.p-about-philosophy_item {
  color: #fff;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 0 0 24px 0;
}


@media screen and (max-width: 768px) {
  .p-about-philosophy {
    background-color: #012E6E;
    padding: 9% 0;
  }

  .p-about-philosophy_wrap {  
  }

  .p-about-philosophy_ttl {
  }

  .p-about-philosophy_h3 {
    margin-bottom: 4%;
  }

  .p-about-philosophy_h3 .en{
    font-size: 12px;
  }

  .p-about-philosophy_h3 .ja {
    font-size: 20px;
  }

  .p-about-philosophy_cont {
    flex-direction: column;
  }

  .p-about-philosophy_image {
    width: 100%;
	margin: 0 0 6% 0;
  }

  .p-about-philosophy_txtbox {
    width: 100%;
    padding: 0;
  }

  .p-about-philosophy_h4 {
    margin: 0 0 30px 0;
  }

  .p-about-philosophy_h5 {
    margin: 0 0 30px 0;
  }

  .p-about-philosophy_list {
  }
	
  .p-about-philosophy_item {
    margin: 0 0 24px 0;
  }
}


.p-about-profile {
  padding: 6% 0;
}

.p-about-profile_wrap {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  
}

.p-about-profile_ttl {
  text-align: left;
  width: 100%;
}

.p-about-profile_h3 {
  margin-bottom: 4%;
}

.p-about-profile_h3 .en{
  color: #0047AB;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.p-about-profile_h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: bold;
}

.p-about-profile_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p-about-profile_image {
  text-align: center;
  width: 35%;
}

.p-about-profile_txtbox {
  width: 70%;
  padding: 0 120px 0 0;
}

.p-about-profile_list {
  border-top: 1px solid;
}

.p-about-profile_item {
  font-size: clamp(14px, 1.7vw, 16px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid;
}

.p-about-profile_item dt {
  width: 20%;
  padding: 16px 0 16px 8px;
}

.p-about-profile_item dd {
  width: 80%;
  padding: 16px 0 16px 8px;
}

@media screen and (max-width: 768px) {
  .p-about-profile {
    padding: 9% 0;
  }

  .p-about-profile_wrap {
  }

  .p-about-profile_ttl {
  }

  .p-about-profile_h3 {
    margin-bottom: 4%;
  }

  .p-about-profile_h3 .en{
    font-size: 12px;
  }

  .p-about-profile_h3 .ja {
    font-size: 20px;
  }

  .p-about-profile_cont {
    flex-direction: column-reverse;
  }

  .p-about-profile_image {
    width: 100%;
	margin: 0 0 6% 0;
  }

  .p-about-profile_txtbox {
    width: 100%;
    padding: 0;
  }

  .p-about-profile_list {
  }

  .p-about-profile_item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid;
  }

  .p-about-profile_item dt {
    width: 20%;
    padding: 14px 0 14px 7px;
  }

  .p-about-profile_item dd {
    width: 80%;
    padding: 14px 0 14px 7px;
  }
}