@charset "UTF-8";
.pagetitle {
  padding: 230px 0 160px 0;
  text-align: center;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.pagetitle .komidashi {
  font-size: 16px;
  color: #004e85;
  line-height: 125%;
  padding-bottom: 10px;
}

.pagetitle h1 {
  font-size: 30px;
}

/*****幅レイアウト調整*****/
.w900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.w1000 {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.w1000 .w900_left {
  width: 45%;
  max-width: 900px;
}

@media screen and (max-width: 680px) {
  .w1000 .w900_left {
    width: 100%;
    margin-bottom: 100px;
  }
}

.w1000 .w900_right {
  width: 41.5%;
  max-width: 900px;
}

@media screen and (max-width: 680px) {
  .w1000 .w900_right {
    width: 100%;
  }
}

.last_spacer {
  padding-bottom: 230px;
}

/**************基本フォントサイズ_PC***************/
body {
  font-size: 16px;
}

/**************基本フォントサイズ***************/
#sec01 {
  padding-top: 1000px;
}

#sec02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec02 .w900_left dl {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#sec02 .w900_left .dl_line {
  width: 1px;
  height: 0%;
  background-color: #acacac;
  position: absolute;
  top: 0;
  left: 75px;
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}

#sec02 .w900_left .dl_line__on {
  height: 100%;
}

#sec02 .w900_left dl dt {
  position: absolute;
  width: 75px;
  left: 0;
  padding-top: 10px;
  color: #004e85;
  font-size: 14px;
}

#sec02 .w900_left dl dd {
  margin-left: 75px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
}

#sec02 .w900_left dl dd p {
  padding-left: 2em;
  padding-right: 1em;
  text-indent: -1em;
  line-height: 140%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

#sec02 .w900_left dl dd p.backcolor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6f3fa;
  z-index: -1;
}

#sec02 .w900_left dl dd.lastbottom {
  padding-bottom: 0px;
}

#sec02 .w900_right dl {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#sec02 .w900_right .dl_line {
  width: 1px;
  height: 0%;
  background-color: #acacac;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}

#sec02 .w900_right .dl_line__on {
  height: 100%;
}

#sec02 .w900_right dl dt {
  position: absolute;
  width: 0px;
  left: 0;
  padding-top: 10px;
  color: #004e85;
  font-size: 14px;
  display: none;
}

#sec02 .w900_right dl dd {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
}

#sec02 .w900_right dl dd p {
  padding-left: 2em;
  padding-right: 1em;
  text-indent: -1em;
  line-height: 140%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

#sec02 .w900_right dl dd p.backcolor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6f0eb;
  z-index: -1;
}

#sec02 .w900_right dl dd.lastbottom {
  padding-bottom: 0px;
}

/***************************************************************************************************/
@media screen and (max-width: 680px) {
  .pagetitle {
    padding: 100px 0 120px 0;
  }
  .pagetitle .komidashi {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .pagetitle h1 {
    font-size: 24px;
  }
  /*****幅レイアウト調整*****/
  .w900 {
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
  }
  .w1000 {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .w1000 .w900 {
    width: 100%;
    max-width: 900px;
  }
  .last_spacer {
    padding-bottom: 200px;
  }
  /**************基本フォントサイズ_PC***************/
  body {
    font-size: 14px;
  }
  /**************基本フォントサイズ***************/
  #sec02 .w900_left dl {
    width: 100%;
    position: relative;
  }
  #sec02 .w900_left .dl_line {
    width: 1px;
    height: 0%;
    background-color: #acacac;
    position: absolute;
    top: 0;
    left: 0px;
  }
  #sec02 .w900_left .dl_line__on {
    height: 100%;
  }
  #sec02 .w900_left dl dt {
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 0px;
    padding-left: 1em;
    color: #004e85;
    font-size: 14px;
  }
  #sec02 .w900_left dl dd {
    padding-left: 0em;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-left: 0px;
  }
  #sec02 .w900_left dl dd p {
    padding-left: 2em;
    text-indent: -1em;
  }
  #sec02 .w900_right {
    /********************/
    /********************/
  }
  #sec02 .w900_right dl {
    width: 100%;
    position: relative;
  }
  #sec02 .w900_right .dl_line {
    width: 1px;
    height: 0%;
    background-color: #acacac;
    position: absolute;
    top: 0;
    left: 0px;
  }
  #sec02 .w900_right .dl_line__on {
    height: 100%;
  }
  #sec02 .w900_right dl dt {
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 0px;
    padding-left: 1em;
    color: #004e85;
    font-size: 14px;
    display: inline-block;
  }
  #sec02 .w900_right dl dd {
    padding-left: 0em;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  #sec02 .w900_right dl dd p {
    padding-left: 2em;
    text-indent: -1em;
  }
  #sec02 .w900_right .secH1991 {
    display: none;
  }
  #sec02 .w900_right .secH1997 {
    display: none;
  }
  #sec02 .w900_right .secH2000 {
    display: none;
  }
  #sec02 .w900_right .secH2003 {
    display: none;
  }
  #sec02 .w900_right .secH2005 {
    display: none;
  }
  #sec02 .w900_right .secH2009 {
    display: none;
  }
  #sec02 .w900_right .secH2010 {
    display: none;
  }
  #sec02 .w900_right .secH2013 {
    display: none;
  }
  #sec02 .w900_right .secH2015 {
    display: none;
  }
  #sec02 .w900_right .secH2018 {
    display: none;
  }
  #sec02 .w900_right .secH2019 {
    display: none;
  }
  #sec02 .w900_right .secH2020 {
    display: none;
  }
  #sec02 .w900_right .secH2023 {
    display: none;
  }
  #sec02 .w900_right .secH2024 {
    display: none;
  }
}

.logowaku {
  width: 100%;
  margin-bottom: 60px;
}

.logowaku img {
  width: 90%;
}
