#key {
  position: relative;
  width: 100%;
}
#key .key-img{
  width: 100%;
  height: 100vh;
}
#key .key-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  
}
#key .key-txt {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 7.3vw;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #key .key-img{
    height: 40vh;
  }
  #key p:nth-child(1) {
    width: 100%;
    overflow: hidden;
  }
  #key p:nth-child(1) img {
    width: 130%;
    margin: 0 -15%;
    max-width: inherit;
  }
}
#sec1 {
  max-width: 1280px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  padding: 0 10px;
}
#sec1 h2 {
  font-weight: 700;
  text-align: center;
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color_blue);
  padding: 33px 0;
}
#sec1 .sec1-item {
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
  padding: 25px 10px 45px 28px;
  margin-bottom: 27px;
  width: calc(50% - 13px);
}
#sec1 h3 {
  align-items: center;
  min-height: 58px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  line-height: 1.2;
}
#sec1 h3 p:nth-child(1) {
  font-weight: 700;
  font-size: 36px;
  width: 99px;
}
#sec1 h3 p:nth-child(2) {
  width: calc(100% - 127px);
  font-size: 24px;
  font-weight: 600;
  color: var(--color_org);
  padding-top: 6px;
}
#sec1 .sec1-txt1 {
  width: 54%;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  text-shadow: white 1px 0px 0px, white 0.540302px 0.841471px 0px, white -0.416147px 0.909297px 0px, white -0.989992px 0.14112px 0px, white -0.653644px -0.756802px 0px, white 0.283662px -0.958924px 0px, white 0.96017px -0.279415px 0px;
}
#sec1 .sec1-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: center;
  width: 40%;
}
#sec1 .sec1-img2 {
  bottom: 3px;
}
#sec1 .sec1-item4 .sec1-txt1 {
  position: relative;
}
#sec1 .sec1-item4 .sec1-txt1 .sec1-img41 {
  position: absolute;
  z-index: -1;
  top: -3px;
  left: 11%;
  width: 78%;
}
#sec1 .sec1-img42 {
  bottom: auto;
  top: 104px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #sec1 .sec1-item {
    padding-bottom: 20px;
  }
  #sec1 .sec1-txt1 {
    width: 55%;
  }
}
@media only screen and (max-width: 1060px) and (min-width: 981px) {
  #sec1 h3 p:nth-child(2) br {
    display: none;
  }
  #sec1 h3 p:nth-child(1) {
    width: 94px;
  }
  #sec1 h3 p:nth-child(2) {
    width: calc(100% - 117px);
  }
}
@media only screen and (max-width: 980px) {
  #sec1 .sec1-row {
    display: block !important;
  }
  #sec1 .sec1-item {
    width: 100%;
  }
  #sec1 .sec1-item4 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #sec1 h2 {
    font-size: 32px;
  }
  #sec1 .sec1-item {
    padding: 25px 15px 30px;
  }
  #sec1 h3 p:nth-child(1) {
    margin-bottom: 10px;
  }
  #sec1 h3 p:nth-child(2) {
    width: 100%;
    font-size: 23px;
  }
  #sec1 .sec1-txt1 {
    width: 100%;
    margin-bottom: 10px;
  }
  #sec1 .sec1-img {
    position: static;
    width: 100%;
  }
  #sec1 .sec1-item4 .sec1-txt1 .sec1-img41 {
    position: static;
    text-align: center;
    width: 100%;
  }
}
#sec2 {
  margin-bottom: 65px;
  padding: 0 20px;
}
#sec2 h2 {
  font-weight: 700;
  text-align: center;
  color: var(--color_blue);
  font-size: 46px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#sec2 h2 span {
  display: inline-block;
}
#sec2 .sec2-img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #sec2 {
    margin-bottom: 45px;
    padding: 0 10px;
  }
  #sec2 h2 {
    font-size: 26px;
  }
}
#sec3 {
  margin-bottom: 80px;
}
#sec3 .wrap {
  max-width: 1150px;
  box-sizing: border-box;
  padding: 0 30px;
}
#sec3 h2 {
  font-weight: 700;
  text-align: center;
  color: var(--color_blue);
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#sec3 ul {
  font-size: 36px;
  line-height: 1.5;
}
#sec3 ul li {
  margin-bottom: 17px;
  align-items: flex-start;
}
#sec3 ul li i {
  width: 50px;
}
#sec3 ul li p {
  width: calc(100% - 65px);
  padding-top: 2px;
}
@media only screen and (max-width: 890px) and (min-width: 768px) {
  #sec3 h2 br {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #sec3 {
    margin-bottom: 50px;
  }
  #sec3 .wrap {
    padding: 0 20px;
  }
  #sec3 h2 {
    font-size: 28px;
  }
  #sec3 ul {
    font-size: 20px;
  }
  #sec3 ul li i {
    width: 25px;
  }
  #sec3 ul li p {
    width: calc(100% - 35px);
    padding-top: 0;
  }
}
#sec4 {
  margin: 0 auto 55px;
  max-width: 1150px;
}
#sec4 .sec4-box {
  box-sizing: border-box;
  padding: 35px;
  background: #c1d4e1;
}
#sec4 h2 {
  color: var(--color_org);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
#sec4 h2 span {
  display: inline-block;
}
#sec4 .sec4-img {
  order: 2;
}
#sec4 .sec4-info {
  font-size: 24px;
  line-height: 1.5;
  margin-right: 20px;
}
#sec4 ul li {
  margin-bottom: 17px;
  align-items: flex-start;
}
#sec4 ul li i {
  width: 32px;
  line-height: 1.5;
}
#sec4 ul li p {
  width: calc(100% - 32px);
}
#sec4 .sec4-deco {
  width: 98%;
}
#sec4 .sec4-txt {
  font-weight: 300;
  margin: 5px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  #sec4 .sec4-box {
    padding: 30px 20px;
  }
  #sec4 h2 {
    font-size: 25px;
  }
  #sec4 .sec4-info {
    margin-top: 30px;
    font-size: 20px;
    margin-right: 0;
  }
  #sec4 .sec4-deco {
    width: 100%;
  }
}
.btn1 {
  text-align: center;
  padding: 30px 30px 0;
}
.btn1 a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  transition: ease 0.3s;
}
.btn1 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  background: #9fa1a0;
  border-radius: 10px;
}
.btn1 a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #e1882c;
  padding: 23px 49px;
  border-radius: 10px;
}
.btn1 a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .btn1 {
    padding-top: 10px;
  }
  .btn1 a {
    font-size: 18px;
  }
  .btn1 a span {
    padding: 23px 17px 23px 22px;
  }
}
#sec5 {
  max-width: 1190px;
  text-align: center;
  margin-bottom: 55px;
  box-sizing: border-box;
  padding: 0 10px;
}
#sec5 .sec5-item {
  width: calc((100% - 50px) / 3);
  margin-bottom: 30px;
  position: relative;
}
#sec5 .sec5-txt {
  font-size: 24px;
  margin-bottom: 20px;
}
#sec5 .sec5-txt2 {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 5px;
  left: 15px;
  right: 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #sec5 .sec5-item {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 30px;
  }
  #sec5 .sec5-txt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#sec6 {
  background: #76a5aa;
  color: #fff;
  padding: 75px 40px 40px;
}
#sec6 .wrap {
  max-width: 1196px;
}
#sec6 h2 {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
#sec6 h2 span {
  display: inline-block;
}
#sec6 ul {
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#sec6 li {
  box-sizing: border-box;
  width: 377px;
  border: 4px solid #fff;
  padding: 20px 20px 30px;
  margin-left: 25px;
}
#sec6 li:nth-child(1) {
  margin-left: 0;
}
#sec6 h3 {
  align-items: center;
  margin-bottom: 5px;
}
#sec6 h3 i {
  width: 88px;
}
#sec6 h3 p {
  width: calc(100% - 90px);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.9;
}
#sec6 h3 p span {
  display: block;
  line-height: 1;
  font-size: 214%;
}
#sec6 .sec6-txt1 {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  position: relative;
  display: flex;
  justify-content: center;
}
#sec6 .sec6-txt1 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}
#sec6 .sec6-txt2 {
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
  margin-top: 18px;
}
#sec6 li:last-child .sec6-txt1 {
  margin: 0 -10px;
}
@media only screen and (max-width: 1260px) and (min-width: 768px) {
  #sec6 li {
    margin-bottom: 30px;
  }
  #sec6 li:last-child {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 860px) and (min-width: 768px) {
  #sec6 {
    padding: 60px 20px 40px;
  }
  #sec6 li {
    margin-left: 15px;
    width: 350px;
  }
  #sec6 h3 p {
    font-size: 25px;
  }
  #sec6 .sec6-txt1 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  #sec6 {
    padding: 50px 20px 30px;
  }
  #sec6 h2 {
    font-size: 29px;
  }
  #sec6 li {
    width: 100%;
    margin: 0 auto 30px !important;
  }
  #sec6 h3 i {
    width: 60px;
  }
  #sec6 h3 p {
    width: calc(100% - 60px);
    font-size: 23px;
  }
  #sec6 .sec6-txt1 {
    height: auto !important;
    font-size: 32px;
  }
}
.sec6-txt3 {
  margin: 8px auto 50px;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1170px;
  font-weight: 300;
}
#sec7 {
  margin-bottom: 75px;
  max-width: 1190px;
  box-sizing: border-box;
  padding: 0 20px;
}
#sec7 h2 {
  font-weight: 700;
  text-align: center;
  color: var(--color_blue);
  font-size: 46px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#sec7 h2 span {
  display: inline-block;
}
#sec7 .sec7-table {
  width: 100%;
  overflow-x: auto;
}
#sec7 table {
  width: 100%;
  background: #f5e4ec;
  border-radius: 17px;
  font-size: 19px;
  line-height: 1.3;
  overflow: hidden;
}
#sec7 table th, #sec7 table td {
  vertical-align: middle;
  height: 130px;
  padding: 10px 30px;
  border-bottom: 5px solid #fff;
  box-sizing: border-box;
}
#sec7 table th:not(:first-child), #sec7 table td:not(:first-child) {
  border-left: 5px solid #fff;
}
#sec7 table th span, #sec7 table td span {
  display: inline-block;
}
#sec7 table thead th {
  background: #ac326f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 10px;
}
#sec7 table thead th span {
  display: inline-block;
}
#sec7 table tbody th {
  color: #ab316f;
  font-size: 24px;
  font-weight: bold;
  width: 242px;
  padding: 10px;
}
#sec7 table tbody tr:last-child th, #sec7 table tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
  #sec7 table tbody th {
    width: 220px;
  }
  #sec7 table th, #sec7 table td {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #sec7 {
    margin-bottom: 50px;
  }
  #sec7 h2 {
    font-size: 28px;
  }
  #sec7 table {
    width: 600px;
    font-size: 14px;
  }
  #sec7 table th, #sec7 table td {
    padding: 10px;
  }
  #sec7 table thead th, #sec7 table tbody th {
    font-size: 18px;
  }
  #sec7 table tbody th {
    width: 170px;
  }
}
#sec8 {
  margin: 0 auto;
  max-width: 1144px;
  box-sizing: border-box;
  padding: 0 30px;
}
#sec8 h2 {
  font-weight: bold;
  text-align: center;
  color: var(--color_blue);
  font-size: 46px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#sec8 .sec8-list {
  flex-wrap: wrap;
}
#sec8 .sec8-item {
  box-sizing: border-box;
  border: 1px solid #000;
  width: calc(50% - 14px);
  margin-bottom: 25px;
  padding: 22px 20px 25px 12px;
}
#sec8 .sec8-img {
  width: 125px;
}
#sec8 .sec8-info {
  width: calc(100% - 145px);
  font-size: 13px;
  line-height: 1.8;
}
#sec8 h3 {
  color: #CA187D;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
}
#sec8 .sec8-txt1 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media only screen and (max-width: 940px) {
  #sec8 .sec8-img {
    width: 27%;
    max-width: 125px;
  }
  #sec8 .sec8-info {
    width: calc(73% - 20px);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  #sec8 {
    padding: 0 20px;
  }
  #sec8 h2 {
    font-size: 28px;
  }
  #sec8 .sec8-item {
    width: 100%;
  }
}
#sec9 {
  background: #c1d4e2;
  margin: 60px auto 0;
  max-width: 1150px;
  box-sizing: border-box;
  padding: 45px 50px 40px 70px;
}
#sec9 .df-pc {
  align-items: center;
}
#sec9 .sec9-img {
  width: 204px;
}
#sec9 .sec9-info {
  width: calc(100% - 245px);
  position: relative;
}
#sec9 h2 {
  text-align: center;
  position: relative;
  z-index: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  max-width: 675px;
  letter-spacing: 0;
}
#sec9 h2 i {
  position: absolute;
  z-index: -1;
  top: 6px;
  right: 83px;
}
#sec9 h2 span {
  display: inline-block;
}
#sec9 .sec9-label {
  position: absolute;
  width: 99px;
  position: absolute;
  top: -36px;
  right: -35px;
}
#sec9 h3 {
  text-align: center;
  font-size: 27px;
  line-height: 1.5;
  max-width: 720px;
  letter-spacing: 0;
  margin: 10px 0 30px;
}
#sec9 h3 span {
  display: inline-block;
}
#sec9 .sec9-txt1 {
  margin-right: 30px;
}
#sec9 .sec9-tel {
  width: 356px;
}
#sec9 .sec9-tel .sec9-txt2 {
  font-size: 21px;
  margin-left: 5px;
}
#sec9 .sec9-tel .tel {
  border: 1px solid #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin-top: 10px;
}
#sec9 .sec9-tel .sec9-txt3 {
  font-size: 10px;
  margin: 10px 0 0 10px;
  line-height: 1.5;
}
#sec9 .sec9-tel .sec9-txt3 span {
  display: inline-block;
}
@media only screen and (max-width: 1080px) and (min-width: 768px) {
  #sec9 {
    padding: 45px 30px;
  }
  #sec9 .sec9-info {
    width: calc(100% - 225px);
  }
  #sec9 h2 i {
    right: -40px;
  }
  #sec9 h2 {
    max-width: 610px;
  }
  #sec9 .sec9-label {
    right: -20px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #sec9 > .df-pc {
    align-items: flex-start;
  }
  #sec9 .sec9-img {
    width: 160px;
  }
  #sec9 .sec9-info {
    width: calc(100% - 175px);
  }
  #sec9 h2 {
    font-size: 33px;
  }
  #sec9 .sec9-label {
    width: 70px;
    right: -33px;
    top: -66px;
  }
  #sec9 h3 {
    font-size: 23px;
  }
  #sec9 .sec9-txt1 {
    width: calc(100% - 300px);
    margin-right: 0;
  }
  #sec9 .sec9-tel {
    width: 280px;
  }
  #sec9 .sec9-tel .sec9-txt2 {
    margin-left: 0;
    font-size: 19px;
  }
  #sec9 .sec9-tel .tel {
    font-size: 30px;
  }
  #sec9 .sec9-tel .sec9-txt3 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #sec9 {
    padding: 50px 20px;
    margin-bottom: 30px;
  }
  #sec9 .sec9-img {
    margin: 0 auto 20px;
    width: 175px;
  }
  #sec9 .sec9-info {
    width: 100%;
  }
  #sec9 h2 {
    font-size: 28px;
  }
  #sec9 h2 i {
    right: -32px;
  }
  #sec9 .sec9-label {
    width: 80px;
    top: -80px;
    right: -20px;
  }
  #sec9 h3 {
    font-size: 18px;
  }
  #sec9 .sec9-txt1 {
    margin-right: 0;
  }
  #sec9 .sec9-tel {
    width: 100%;
    margin-top: 30px;
  }
}