@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Damion&family=EB+Garamond:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;500;600;700;900&display=swap");
#titlearea .pagetitle {
  background-image: url("../company/img/main.jpg");
}

.message h3 {
  font-size: 35px;
  font-weight: 900;
  color: #007DC3;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.message h3 .en {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #007DC3;
  opacity: .1;
  font-size: 86px;
  line-height: 1;
  font-family: "Damion", cursive;
}
.message .president {
  background-color: rgba(0, 125, 195, 0.05);
}
.message .president .wrapper {
  display: flex;
  align-items: center;
}
.message .president .ph {
  order: 2;
  flex-shrink: 0;
  margin-left: 70px;
  width: 350px;
}
.message .president .textbox {
  order: 1;
  width: 100%;
  padding: 70px 0 70px 50px;
}
.message .president .textbox h4 {
  font-size: 24px;
  font-weight: 900;
  color: #007DC3;
}
.message .president .textbox .name {
  font-weight: 500;
}
.message .president .textbox .comment {
  margin-top: 20px;
  background-color: #FFF;
  padding: 20px 25px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
.message .president .textbox .comment > p {
  font-size: 18px;
}
.message .president .textbox .comment > p + p {
  margin-top: 15px;
}

.group_fuji {
  margin: 110px 0;
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 125, 195, 0.1);
}
.group_fuji .group_lead {
  border-top: 1px solid rgba(0, 125, 195, 0.1);
  padding: 50px 20px;
  border-bottom: 1px solid rgba(0, 125, 195, 0.1);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 900;
  position: relative;
}
.group_fuji .group_lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  border-left: 10px solid #007DC3;
  border-top: 10px solid #007DC3;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.group_fuji .group_text .group_logo {
  display: inline-block;
  width: 120px;
}
.group_fuji .group_text dl dt {
  font-size: 35px;
  font-weight: 900;
  color: #007DC3;
  margin-bottom: 20px;
}
.group_fuji .group_text dl dd {
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
}
.group_fuji .group_text .group_hokujs {
  margin-top: 35px;
  font-weight: 900;
}

.promise h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #007DC3;
  margin-bottom: 20px;
}
.promise .lead {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.promise .textbox {
  padding-top: 50px;
}
.promise .textbox .wrapper {
  position: relative;
}
.promise .textbox .wrapper .list {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -20px;
  padding: 40px 60px 40px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 65%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promise .textbox .wrapper .list li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
}
.promise .textbox .wrapper .list li + li {
  margin-top: 10px;
}
.promise .textbox .wrapper .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #007DC3;
}
.promise .textbox .wrapper .list li span {
  display: block;
  color: #007DC3;
  white-space: nowrap;
}
.promise .textbox .wrapper .list li p {
  font-weight: 500;
  margin-left: 7px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1280px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .message .president {
    padding: 30px 0;
  }
  .message .president .ph {
    margin-left: 40px;
    width: 340px;
  }
  .message .president .textbox {
    padding: 50px 0;
  }
  .message .president .textbox h4 {
    font-size: 22px;
  }
  .message .president .textbox .comment {
    line-height: 1.8;
  }
  .message .president .textbox .comment > p {
    font-size: 16px;
  }
  .message .president .textbox .comment > p + p {
    margin-top: 10px;
  }

  .group_fuji {
    margin: 90px 0;
  }

  .promise .lead {
    text-align: justify;
    padding: 0 5vw 35px;
  }
  .promise .textbox {
    padding: 35px 0;
    position: relative;
  }
  .promise .textbox .wrapper {
    position: static;
  }
  .promise .textbox .wrapper .list {
    position: static;
    padding: 40px 30px;
    width: 60%;
  }
  .promise .textbox .wrapper .list li {
    font-size: 17px;
  }
  .promise .textbox .ph {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .message h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .message h3 .en {
    font-size: 80px;
  }
  .message .president .wrapper {
    display: block;
  }
  .message .president .ph {
    margin: 0 auto 25px;
    text-align: center;
    width: 55%;
  }
  .message .president .textbox {
    text-align: center;
  }
  .message .president .textbox h4 {
    font-size: 20px;
  }
  .message .president .textbox .comment {
    padding: 15px 20px;
  }

  .group_fuji {
    margin: 70px 0;
    padding-bottom: 50px;
  }
  .group_fuji .group_lead {
    padding: 40px 15px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .group_fuji .group_text .group_logo {
    width: 120px;
  }
  .group_fuji .group_text dl dt {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .group_fuji .group_text dl dd {
    font-size: 17px;
  }
  .group_fuji .group_text .group_hokujs {
    margin-top: 30px;
  }

  .promise h3 {
    font-size: 32px;
  }
  .promise .lead {
    font-size: 16px;
  }
  .promise .textbox {
    padding: 30px 0 120px;
  }
  .promise .textbox .wrapper .list {
    padding: 20px 25px;
    width: 85%;
  }
  .promise .textbox .wrapper .list li {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .message {
    padding-top: 30px;
  }
  .message h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .message h3 .en {
    bottom: 10px;
    font-size: 62px;
  }
  .message .president .ph {
    width: 75%;
    margin: 0 auto 20px;
  }
  .message .president .textbox {
    padding: 0 0 30px;
  }
  .message .president .textbox h4 {
    font-size: 18px;
  }
  .message .president .textbox .comment {
    margin-top: 15px;
    padding: 20px;
    line-height: 1.7;
  }

  .group_fuji {
    margin: 50px 0;
    padding-bottom: 30px;
  }
  .group_fuji .group_lead {
    padding: 30px 0;
    margin-bottom: 20px;
    font-size: calc(72.73% + 22 * (100vw - 375px) / 375);
  }
  .group_fuji .group_lead::before {
    border-left: 7px solid #007DC3;
    border-top: 7px solid #007DC3;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .group_fuji .group_text .group_logo {
    width: 100px;
  }
  .group_fuji .group_text dl dt {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .group_fuji .group_text dl dd {
    font-size: 16px;
  }
  .group_fuji .group_text .group_hokujs {
    margin-top: 25px;
    font-size: calc(70% + 18 * (100vw - 375px) / 375);
  }

  .promise h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .promise .lead {
    font-size: 16px;
    padding: 0 5vw 20px;
  }
  .promise .textbox {
    padding: 30px 0;
  }
  .promise .textbox .wrapper .list {
    padding: 20px;
    width: 100%;
  }
  .promise .textbox .wrapper .list li {
    display: block;
    padding-left: 14px;
    line-height: 1.4;
  }
  .promise .textbox .wrapper .list li + li {
    margin-top: 10px;
  }
  .promise .textbox .wrapper .list li::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
  .promise .textbox .wrapper .list li p {
    margin-left: 0;
  }
}
