.main-deco__mv .deco-mv {
  background-image: url(../img/what/what_mv.png);
  background-image: image-set(url(../img/what/what_mv.png) 1x, url(../img/what/what_mv_@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/what/what_mv.png) 1x, url(../img/what/what_mv@2x.png) 2x);
}

@media screen and (max-width: 1024px) {
  .main-deco__mv .deco-mv {
    background-position: center;
  }
}

.w-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-greeting div {
  width: calc(100%/2.1);
}

.w-greeting div:nth-child(1) p {
  font-weight: 400;
}

.w-greeting div:nth-child(2) p {
  text-align: center;
}

.idea_plan ul {
  margin: 0 0 30px;
  list-style-position: outside;
  padding-left: 20px;
}

.idea_plan ul li {
  list-style-type: disc;
  padding-bottom: 5px;
  color: #645a7d;
  font-size: 16px;
  font-weight: 400;
}

.system_work dt,
.system_work dd {
  color: #645a7d;
}

.system_work dt {
  font-weight: 600;
}

.system_work dd {
  padding-left: 15px;
  font-weight: 400;
}

.department .tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
  margin-top: 20px;
}

.department .tree ul li {
  font-size: 20px;
  color: #fff;
  padding-left: 40px;
  line-height: 50px;
}

.department .tree ul li a {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.department .tree .tree01 {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #9673af;
  height: 50px;
}

.department .tree .tree01 li {
  width: 360px;
}

.department .tree .tree01:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: -150px;
  left: 360px;
  width: 300px;
  border-top: 5px solid #e6e6eb;
}

.department .tree .tree02 li {
  position: relative;
  width: 360px;
  height: 50px;
  margin-bottom: 30px;
}

.department .tree .tree02 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  width: 90px;
  height: 0;
  border-top: 5px solid #e6e6eb;
}

@media screen and (max-width: 1100px) {
  .department .tree .tree02 li:before {
    left: -50px;
    z-index: -1;
  }
}

.department .tree .tree02 li:first-child {
  background-color: #c878b4;
}

.department .tree .tree02 li:first-child:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 315px;
  background-color: #e6e6eb;
  position: absolute;
  top: 186px;
  left: -90px;
}

@media screen and (max-width: 1100px) {
  .department .tree .tree02 li:first-child:before {
    left: -50px;
    z-index: -1;
  }
}

.department .tree .tree02 li:nth-child(2) {
  background-color: #5f824b;
}

.department .tree .tree02 li:nth-child(3) {
  background-color: #96463c;
}

.department .tree .tree02 li:nth-child(3):before {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.department .tree .tree02 li:nth-child(4) {
  background-color: #6ec8e1;
  margin-bottom: 30px;
}

.department .tree .tree02 li:nth-child(4):before {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.department .tree .tree02 li:nth-child(5) {
  background-color: #ffc841;
  margin-bottom: 0;
}

.department .tree .tree02 li:nth-child(5):before {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

@media screen and (max-width: 1024px) {
  .fullsize {
    width: 100%;
  }
}

.mother-and-child,
.aduli-senior,
.central-manage,
.connection
.kango-gairai {
  margin-top: 40px;
}

.mother-and-child .h3-title,
.aduli-senior .h3-title,
.central-manage .h3-title,
.connection .h3-title,
.kango-gairai .h3-title {
  width: 700px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .mother-and-child .h3-title,
  .aduli-senior .h3-title,
  .central-manage .h3-title,
  .connection .h3-title,
  .kango-gairai .h3-title {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .mother-and-child .h3-title,
  .aduli-senior .h3-title,
  .central-manage .h3-title,
  .connection .h3-title,
  .kango-gairai .h3-title {
    width: 95%;
  }
}

.mother-and-child .h3-contents,
.aduli-senior .h3-contents,
.central-manage .h3-contents,
.connection .h3-contents,
.kango-gairai .h3-contents {
  width: 700px;
  margin: 0 auto;
}

.mother-and-child .h3-contents span,
.aduli-senior .h3-contents span,
.central-manage .h3-contents span,
.connection .h3-contents span,
.kango-gairai .h3-contents span {
  font-weight: bold;
}

.mother-and-child .h3-contents p,
.aduli-senior .h3-contents p,
.central-manage .h3-contents p,
.connection .h3-contents p,
.kango-gairai .h3-contens p {
  margin: 15px 0;
}

.mother-and-child .h3-contents div img,
.aduli-senior .h3-contents div img,
.central-manage .h3-contents div img,
.connection .h3-contents div img,
.kango-gairai .h3-contents div img {
  height: inherit;
}

.mother-and-child .h3-contents p:last-of-type,
.aduli-senior .h3-contents p:last-of-type,
.central-manage .h3-contents p:last-of-type,
.connection .h3-contents p:last-of-type,
.kango-gairai .h3-contents p:last-of-type {
  margin: 10px 0;
}

.mother-and-child .underbar,
.aduli-senior .underbar,
.central-manage .underbar,
.connection .underbar,
.kango-gairai .underbar{
  width: 100%;
  height: 20px;
  margin-top: 60px;
}

.mother-and-child .band {
  background-color: #c878b4;
}

.mother-and-child span {
  color: #c878b4;
  font-size: 16px;
}

.mother-and-child .underbar {
  background-color: #f0c8e6;
}

.aduli-senior {
  margin-top: 60px;
}

.aduli-senior .band {
  background-color: #5f824b;
}

.aduli-senior span {
  color: #5f824b;
  font-size: 16px;
}

.aduli-senior .underbar {
  background-color: #b4c8a0;
}

.central-manage {
  margin-top: 60px;
}

.central-manage .band {
  background-color: #96463c;
}

.central-manage span {
  color: #96463c;
  font-size: 16px;
}

.central-manage dt {
  font-weight: bold;
  margin-top: 10px;
}

.central-manage dt,
.central-manage dd {
  font-size: 16px;
}

.central-manage .underbar {
  background-color: #dcc3be;
}

.connection {
  margin-top: 60px;
}

.connection .band {
  background-color: #6ec8e1;
}

.connection span {
  color: #6ec8e1;
  font-size: 16px;
}

.connection .underbar {
  background-color: #b4e6f0;
}

.kango-gairai {
  margin-top: 60px;
}

.kango-gairai .band {
  background-color: #ffc841;
}

.kango-gairai span {
  color: #ffc841;
  font-size: 16px;
}

.kango-gairai .underbar {
  background-color: #ffeb78;
}



@media screen and (max-width: 1024px) {
  .w-greeting {
    display: block;
  }
  .w-greeting div {
    width: 100%;
  }
  .w-greeting div:nth-child(2) {
    width: 60%;
    margin-top: 15px;
    margin: 0 auto;
  }
  .department .tree {
    display: block;
    width: 700px;
    margin: 20px auto 0;
    padding: 0;
  }
  .department .tree .tree01::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 382.5px;
    background-color: #e6e6eb;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: -1;
  }
  .department .tree .tree01::before li {
    width: 100%;
  }
  .department .tree .tree02 {
    padding-left: 50px;
    margin-top: 30px;
  }
  .department .tree .tree02 li {
    width: 100%;
  }
  .department .tree .tree02 li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 100%;
    z-index: -1;
    height: 0;
    border-top: 5px solid #e6e6eb;
  }
  .department .tree .tree02 li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 100%;
    height: 0;
    z-index: -1;
    border-top: 5px solid #e6e6eb;
  }
  .mother-and-child dl dt,
  .aduli-senior dl dt,
  .central-manage dl dt,
  .connection dl dt,
  .kango-gairai dl dt {
    margin-top: 15px;
  }
}

.deco-h1 h1 {
  font-size: 23.5px !important;
}

@media screen and (max-width: 750px) {
  .mother-and-child .h3-contents,
  .aduli-senior .h3-contents,
  .central-manage .h3-contents,
  .connection .h3-contents,
  .kango-gairai .h3-contents {
    width: 95%;
    margin: 0 auto;
  }
  .department .tree {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .deco-h1 h1 {
    font-size: 23px !important;
  }
}

@media screen and (max-width: 599px) {
  .deco-h1 h1 {
    font-size: 21px !important;
  }
  .w-greeting div:nth-child(2) {
    width: 100%;
  }
  .department .tree .tree01 li,
  .department .tree .tree02 li {
    width: 100%;
  }
  .department .tree .tree01 li a,
  .department .tree .tree02 li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 544px) {
  .deco-h1 h1 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 469px) {
  .deco-h1 h1 {
    font-size: 19px !important;
  }
}

@media screen and (max-width: 399px) {
  .deco-h1 h1 {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 349px) {
  .deco-h1 h1 {
    font-size: 16px !important;
  }
}

.what_flex{
	display: flex;
}

.what_flex img{
	width: 280px;
}

.what_flex p{
	margin-top: 0!important;
	margin-left:23px;
}
@media screen and (max-width: 1024px){
	.what_flex img{
		width: 302px;
	}
}
@media screen and (max-width: 600px){
	.what_flex{
	display: block;
}
	.what_flex img{
		width: 150px;
	}
	.what_flex p{
		order:1;
	}
}
.kango-gairai-list{
  display: flex;
  justify-content: flex-start;
}
.kango-gairai-list span{
  color:#645a7d;
  font-weight: normal!important;
  text-align: right;
  padding-right: 25px;
  width:90pt;
}
.kango-gairai-list p{
  width: 100%;
  margin:0!important
}



