@charset "UTF-8";
section.template .sec_wrp {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.Boss_Message {
  background: #faf5ed;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; /* 横方向の中央揃え */
  height: 100%;
  margin-left: 8vh;
  margin-right: 8vh;
  margin-top: 5vh;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .Boss_Message {
    margin-left: 0;
    margin-right: 0;
  }
}
.Boss_Message .txtbox {
  max-width: 810px;
  width: 100%;
  padding: 0 5%;
}
.Boss_Message img {
  max-width: 900px;
  width: 90%;
  top: 20px;
  margin-top: -7vh;
}
.Boss_Message h4 {
  font-size: 32px;
  font-weight: 500 !important;
  margin-bottom: 36px !important;
  margin-top: 40px;
  line-height: 5.5rem;
}
@media screen and (max-width: 768px) {
  .Boss_Message h4 {
    font-size: 26px;
  }
}
.Boss_Message p {
  padding-bottom: 50px;
  font-weight: 400;
  line-height: 3.5rem;
}

.Purpose {
  background: url(/message/img/P_back.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  margin: 10vh 0;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Purpose {
    background-position: left center;
    text-align: center;
    display: block;
  }
}
.Purpose .PurposeMes {
  display: flex;
  gap: 27vh;
  color: #fff;
  justify-content: center;
  max-width: 1200px;
  width: 96%;
  vertical-align: top;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .Purpose .PurposeMes {
    display: inline-block;
    text-align: left;
    width: 80%;
    position: relative;
    top: 30%;
  }
}
.Purpose .PurposeMes .ttl_box {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .Purpose .PurposeMes .ttl_box {
    display: flex;
  }
}
.Purpose .key_ttl {
  font-size: 48px;
  line-height: 8rem;
  font-weight: 500;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .Purpose .key_ttl {
    font-size: 28px;
    line-height: 50px;
    display: flex;
    margin-top: 0;
  }
}

.txtA {
  padding-top: 10px;
  font-size: 16px;
  text-align: right;
}

.txtA span {
  font-size: 24px;
}

h5 {
  text-align: left;
  line-height: 7rem;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  h5 {
    line-height: 4rem;
  }
}

h5 .main_ttl {
  font-size: 85px;
}
@media screen and (max-width: 768px) {
  h5 .main_ttl {
    font-size: 55px;
  }
}

h5 .sub_ttl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  h5 .sub_ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}

.MVVwrp {
  display: flex;
  justify-content: center; /* 子要素を縦方向で中央揃え */
  align-items: center;
  flex-direction: column;
  text-align: left;
}

.brin {
  display: none;
}
@media screen and (max-width: 768px) {
  .brin {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .brnon {
    display: none;
  }
}

table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
table table,
table td,
table th {
  border-collapse: collapse;
}
table td,
table th {
  padding: 3px;
}
table .even {
  background: #fbf8f0;
}
table .odd {
  background: #fefcf9;
}
table table tr {
  width: 100%;
}
table .tablettl {
  width: 50%;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  table .tablettl {
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  table .tablettl h2 {
    margin-bottom: 30px !important;
  }
}
table .tabletxt {
  width: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table .tabletxt {
    width: 100%;
  }
}
table .top_10 {
  padding-top: 10px;
}
table .btm_40 {
  padding-bottom: 40px;
}
table .Mistxt p {
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  table .Mistxt p {
    font-size: 22px;
    line-height: 38px;
  }
}
table .Mistxt span {
  font-size: 16px;
  color: #808080;
  display: block;
  line-height: 30px;
}
table .Vis_txt p {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 20px;
  list-style-type: none;
  margin-left: 2rem;
  text-indent: -2.5rem;
}
@media screen and (max-width: 768px) {
  table .Vis_txt p {
    font-size: 20px;
    margin-left: 2rem;
    text-indent: -2rem;
  }
}
table .top_100 {
  padding-top: 100px;
}
table .top_93 {
  padding-top: 93px;
}
@media screen and (max-width: 768px) {
  table .top_93 {
    padding-top: 0;
  }
}
table .btm_70 {
  padding-bottom: 70px;
}
table .top_65 {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  table .top_65 {
    padding-top: 0;
  }
}
table .top_105 {
  padding-top: 105px;
}
@media screen and (max-width: 768px) {
  table .top_105 {
    padding-top: 88px;
  }
}
@media screen and (max-width: 768px) {
  table .trflex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
table .Val_maintxt {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  table .Val_maintxt {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
table .Val_txt {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  table .Val_txt {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
table .Val_txt span {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #1d84bf;
  margin-bottom: 15px;
  padding: 8px 0;
  margin-right: 15px;
  max-width: 150px !important;
  width: 100vh;
}
@media screen and (max-width: 768px) {
  table .Val_txt span {
    font-size: 18px;
    margin-bottom: 5px;
    padding: 6px 0;
  }
}
table .Val_txtB p {
  font-size: 18px;
  padding-bottom: 40px;
}
table .Val_txtB.val_pad {
  padding: 0;
}
table .container {
  position: relative;
  margin-bottom: 800px;
  padding: 1rem 0;
  border-bottom: 1px solid #d9d9d9;
  color: #d9d9d9;
  font-size: 26px;
  font-weight: bold;
}
table .container :before {
  position: absolute;
  content: "";
  width: 300px;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #4cbad9;
}
@media screen and (max-width: 768px) {
  table .container :before {
    width: 135px;
  }
}
table .gray {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}