@charset "UTF-8";
/* CSS Document */
.frontMv {
  width: 100vw;
  height: 48.6111111111vw;
  background: url("../img/common/fv.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .frontMv {
    padding-top: 14.3229166667vw;
    width: 100vw;
    height: 97.0052083333vw;
    background: url(../img/common/fvsp.jpg) no-repeat right bottom;
    background-size: 100%;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#purpose:checked ~ #purpose_content,
#category:checked ~ #category_content,
#service:checked ~ #service_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#news {
  width: 1000px;
  margin: 0 auto -100px;
  position: relative;
  top: -50px;
}
#news .wrap1000 {
  background: rgba(0, 32, 67, 0.95);
  display: flex;
  justify-content: space-between;
  color: #FFF;
  align-items: center;
  padding: 17px 0;
}

.newsttl {
  color: #adadad;
  width: 15%;
  text-align: center;
  font-size: 1.15rem;
}

.newsdate {
  color: #dbdbdb;
  width: 10%;
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
}

#news .wrap1000 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-right: 4%;
}

.newstext {
  width: 90%;
  font-size: 0.75rem;
  letter-spacing: 0.02rem;
}
.newstext a {
  color: #fff;
}

.newsmore {
  position: absolute;
  right: 0;
  width: 240px;
  text-align: center;
  transition: 0.6s;
  background: #0b233d;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1;
  padding: 18px;
}
.newsmore:before {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 2px;
  height: calc(100% - 12px);
  content: "";
  background: #c99739;
}
.newsmore:after {
  content: "";
  background: url(../img/common/yyjrs.png) no-repeat;
  width: 19px;
  height: 19px;
  top: calc(50% - 9.5px);
  right: 8px;
  position: absolute;
  transform: rotate(-90deg);
}
.newsmore:hover {
  background: #a0a8b1;
  color: #676767;
  opacity: 1;
}

#contentsmap {
  background: url("../img/common/s1bg.jpg") no-repeat center;
  background-size: cover;
  padding: 210px 0 105px;
}
#contentsmap .wrap1000 {
  border: 1px solid #002043;
}

.contentsmapmain {
  background: #FFF;
  padding: 40px 0 30px;
}
.contentsmapmain ul {
  position: relative;
  width: 33.3333333333%;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .contentsmapmain ul {
    padding: 0 5.2083333333vw;
    width: 44.2708333333vw;
  }
}
.contentsmapmain ul.contentsmapmain01:before, .contentsmapmain ul.contentsmapmain02:before {
  content: "";
  background: #002043;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.contentsmapmain ul li {
  letter-spacing: 0.01rem;
  position: relative;
  padding: 5px 15px 6px;
  line-height: 1.2;
  margin: 0 0 3px;
}
.contentsmapmain ul li:before {
  content: "";
  background: url(../img/common/byjrs.png) no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.contentsmapmain ul li:first-child {
  padding: 0 0 0 28px;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .contentsmapmain ul li:first-child {
    padding: 0 0 0 7.421875vw;
    margin-bottom: 5.859375vw;
    font-size: 2.6041666667vw;
  }
}
.contentsmapmain ul li:first-child:before {
  position: absolute;
  left: -10px;
  top: 0px;
  content: "";
  background: url("../img/common/icicon.png") no-repeat;
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .contentsmapmain ul li:first-child:before {
    width: 5.3385416667vw;
    height: 5.3385416667vw;
    background-size: cover;
  }
}
.contentsmapmain ul li .en {
  display: block;
}
@media screen and (max-width: 768px) {
  .contentsmapmain ul li a {
    font-size: 2.0833333333vw;
  }
}
.contentsmapmain ul.contentsmapmain04:before, .contentsmapmain ul.contentsmapmain05:before {
  content: "";
  background: #002043;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.tab_item,
.menutab_item {
  transition: all 0.2s ease;
  color: #686868;
  padding: 25px 0 17px;
  background: #a0a8b1;
  display: block;
  width: 33.3333333333%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_item,
.menutab_item {
    font-size: 0.8rem;
    letter-spacing: -0.01rem;
    padding: 10px 0 33px;
    line-height: 1rem;
  }
}

.tab_item:hover,
.menutab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}

.tab_item:after,
.menutab_item:after {
  content: "";
  background: url("../img/common/yyjrs.png") no-repeat;
  width: 19px;
  height: 19px;
  top: 25px;
  right: 23px;
  position: absolute;
}

.tab_item:before {
  background: #FFF;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

.tab_itemlast:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .tabs input:checked + {
    background: #081f41;
    color: #FFF;
  }
}
.tabs input:checked + .tab_item {
  background-color: #07294f;
  color: #fff;
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .tabs input:checked + .tab_item {
    padding: 10px 0 33px;
  }
}
@media screen and (max-width: 768px) {
  .tabs input:checked + .tab_item:after {
    bottom: 11px;
    transform: rotate(180deg);
    top: auto;
    right: 50%;
    margin-right: -10px;
  }
}
.tabs input:checked + .menutab_item:after {
  top: 30px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .tabs input:checked + .menutab_item:after:after {
    bottom: 11px;
    transform: rotate(180deg);
    top: auto;
    right: 50%;
    margin-right: -10px;
  }
}

.tabs {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tab_item:after {
    bottom: 11px;
    top: auto;
    right: 50%;
    margin-right: -10px;
  }
  .menutab_item:after {
    bottom: 11px;
    top: auto;
    right: 50%;
    margin-right: -10px;
    top: 39%;
    right: 10%;
    margin-right: -10px;
  }
  .tabs input:checked + .menutab_item:after {
    top: 39%;
    right: 10%;
    margin-right: -10px;
  }
  .menutab_item {
    padding: 20px 0;
    width: 50%;
    display: grid;
    place-items: center;
    height: 30px;
  }
  .menutab_item:hover {
    opacity: 1;
  }
}
/*****/
#feature {
  background: url("../img/common/s2bg.jpg") no-repeat center;
  background-size: cover;
}
#feature .wrap {
  display: flex;
  justify-content: space-between;
  width: 1340px;
}

.featurettlbox {
  color: #FFF;
  width: 28%;
  padding: 120px 110px 50px 50px;
  background: rgb(0, 32, 66);
  background: linear-gradient(0deg, rgba(0, 32, 66, 0) 0%, rgb(0, 32, 66) 100%);
  position: relative;
}
.featurettlbox:before {
  content: "";
  background: rgb(0, 32, 66);
  background: linear-gradient(0deg, rgba(0, 32, 66, 0) 0%, rgb(0, 32, 66) 100%);
  width: 100%;
  left: -100%;
  height: 100%;
  top: 0;
  display: inline-block;
  position: absolute;
}

.ttltopeng {
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 0.07rem;
  margin: 0 auto 25px;
  position: relative;
}
.ttltopeng:before {
  width: 75%;
  height: 1px;
  content: "";
  background: #4f5c70;
  position: absolute;
  right: 0;
  top: 0.55rem;
}

.ttltop {
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 2.1rem;
}

.ttlbig {
  margin: 25px auto;
  font-size: 2.5rem;
  line-height: 1.3;
}

p.ntext {
  font-size: 0.85rem;
  margin: 40px auto;
  line-height: 2rem;
}

.featurecont {
  width: 57%;
  padding: 55px 0 30px;
}
.featurecont ul {
  background: #FFF;
  padding: 17px 20px 9px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.featurecont ul p.featurettl {
  position: relative;
  padding: 0 0 0 53px;
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0 auto 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.featurecont ul p.featurettl:before {
  content: "";
  background: url("../img/common/01.png") no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  left: -4px;
  top: -10px;
}
.featurecont ul.fcont2 p.featurettl:before {
  background: url("../img/common/02.png") no-repeat;
}
.featurecont ul.fcont3 p.featurettl:before {
  background: url("../img/common/03.png") no-repeat;
}

.btext {
  color: #002043;
}

.featurecont p.ntext {
  margin: 0 auto 0 0;
  width: 91%;
  font-family: "Noto Sans JP", sans-serif;
}

.frontSteps {
  background: #002043;
  padding: 8.75vw 0 12.9166666667vw;
}
@media screen and (max-width: 768px) {
  .frontSteps .container {
    width: 79.4270833333vw;
    margin: auto;
  }
}
.frontSteps__Eng {
  font-size: 1.3888888889vw;
  color: #adadad;
  font-family: "EB Garamond", serif;
  text-align: center;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .frontSteps__Eng {
    font-size: 2.6041666667vw;
  }
}
.frontSteps__Ttl {
  text-align: center;
  color: #fff;
  font-size: 3.3333333333vw;
  margin-bottom: 2.4305555556vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .frontSteps__Ttl {
    font-size: 6.25vw;
  }
}
.frontSteps__Txt {
  text-align: center;
  color: #dbdbdb;
  font-size: 0.9722222222vw;
  margin-bottom: 9.375vw;
  letter-spacing: 0.1em;
  line-height: 2.28em;
}
@media screen and (max-width: 768px) {
  .frontSteps__Txt {
    font-size: 2.0833333333vw;
    margin-bottom: 14.9739583333vw;
  }
}
.frontSteps__List {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4.375vw;
  max-width: 86.1111111111vw;
}
@media screen and (max-width: 768px) {
  .frontSteps__List {
    display: block;
    max-width: 100%;
  }
}
.frontSteps__Item {
  width: 26.3888888889vw;
  background: #001833;
  position: relative;
  padding-bottom: 2.2916666667vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .frontSteps__Item {
    width: 100%;
    margin-bottom: 16.6666666667vw;
  }
}
.frontSteps__Item:before {
  content: "";
  position: absolute;
  left: 0.3472222222vw;
  top: 0.3472222222vw;
  width: calc(100% - 0.6944444444vw);
  height: calc(100% - 0.6944444444vw);
  border: 0.0694444444vw solid #826a37;
}
.frontSteps__Item:after {
  position: absolute;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-top: 0.2777777778vw solid #fff;
  border-right: 0.2777777778vw solid #fff;
  content: "";
  top: calc(50% - 0.2777777778vw);
  right: -2.3611111111vw;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .frontSteps__Item:after {
    top: auto;
    bottom: -5.2083333333vw;
    right: calc(50% - 1.3020833333vw);
    transform: rotate(135deg);
    border-top: 0.78125vw solid #fff;
    border-right: 0.78125vw solid #fff;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.frontSteps__Item-Thum {
  margin: -3.4722222222vw auto 2.0833333333vw;
  width: 12.5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontSteps__Item-Thum {
    width: 23.4375vw;
    margin: 0 auto;
  }
}
.frontSteps__Item-Thum img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .frontSteps__Item-Thum img {
    transform: translateY(-6.5104166667vw);
  }
}
.frontSteps__Item-Subttl {
  text-align: center;
  color: #fff;
  font-size: 1.1111111111vw;
  margin-bottom: 1.0416666667vw;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .frontSteps__Item-Subttl {
    font-size: 3.125vw;
    margin-top: -3.90625vw;
    margin-bottom: 1.953125vw;
  }
}
.frontSteps__Item-Txt {
  text-align: center;
  color: #fff;
  width: 22.5694444444vw;
  font-size: 0.8333333333vw;
  margin: auto;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .frontSteps__Item-Txt {
    width: 66.40625vw;
    font-size: 2.0833333333vw;
    margin-bottom: 4.5572916667vw;
  }
}
.frontSteps__Item:last-child:after {
  display: none;
}
.frontSteps__Price {
  background: url("../img/common/s3bnr.jpg");
  background-position: right center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.5555555556vw;
  box-sizing: border-box;
  max-width: 86.1111111111vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .frontSteps__Price {
    background: url(../img/common/s3bnrsp.jpg) no-repeat right top;
    background-size: cover;
    width: 90%;
    flex-wrap: wrap;
  }
}
.frontSteps__Price-Ttl {
  color: #fff;
  font-size: 1.6666666667vw;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  line-height: 5.5555555556vw;
  border: 0.0694444444vw solid #fff;
  margin-right: 2.0833333333vw;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .frontSteps__Price-Ttl {
    font-size: 3.90625vw;
    width: 13.0208333333vw;
    height: 13.0208333333vw;
    line-height: 13.0208333333vw;
    border: 0.1302083333vw solid #fff;
    margin-right: 2.6041666667vw;
  }
}
.frontSteps__Price-Txt {
  width: 41.6666666667vw;
  text-align: center;
  font-size: 1.3194444444vw;
  color: #fff;
  margin-right: 2.0833333333vw;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .frontSteps__Price-Txt {
    font-size: 3.125vw;
    width: calc(100% - 16.9270833333vw);
    margin-right: 0vw;
  }
}
.frontSteps__Price-Btn {
  width: 23.125vw;
  font-size: 1.1111111111vw;
  padding: 0.2083333333vw;
  color: #002043;
  letter-spacing: 0.1em;
  background: #d3d3d3;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontSteps__Price-Btn {
    width: 65.1041666667vw;
    font-size: 2.0833333333vw;
    padding: 0.390625vw;
  }
}
.frontSteps__Price-Btn span {
  padding: 1.875vw;
  display: block;
  background: #fff;
  border: 0.0694444444vw solid #c99739;
}

.kakakubig {
  font-size: 5rem;
  margin-right: 5px;
}

.wtext {
  color: #FFF;
}

.stepkakaku ul li:nth-child(2) .wtext {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  position: relative;
  left: -8px;
}
.stepkakaku ul li:nth-child(3) {
  width: 17%;
  font-size: 0.8rem;
  text-align: left;
  padding: 20px 0 0 0;
  line-height: 1.6rem;
}
.stepkakaku ul li:last-child {
  width: 100%;
  left: 0;
  max-width: 337px;
}
.stepkakaku ul li:last-child a {
  display: block;
  font-size: 16px;
  color: #002043;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 3px;
  text-align: center;
  background: #bbbbbb;
}
.stepkakaku ul li:last-child a span {
  border: 1px solid #c99739;
  display: block;
  padding: 31px;
  line-height: 1;
  background: #fff;
}
#topic {
  padding: 170px 0 138px;
}
#topic .wrap {
  display: flex;
  justify-content: space-between;
}
#topic .ttltopeng {
  color: #b8b8b8;
  margin: 18px 0 55px 9px;
}
#topic .ttltopeng:before {
  width: 63%;
  background: #b8b8b8;
}

.topicttl {
  width: 27%;
}

.topicslist {
  width: 20%;
  margin-left: 9%;
}

.topicscont {
  width: 40%;
}

.topicslistttleng {
  background: #002043;
  color: #b8b8b8;
  font-size: 0.6rem;
  margin: 21px 0 0;
  line-height: 1rem;
  padding-left: 8px;
}

.topicslistttl {
  margin: 10px auto 60px;
  font-size: 1.6rem;
}

.topicslist ul {
  width: 85%;
  margin: 0 auto 65px 0;
}
.topicslist ul li a {
  text-align: right;
  font-size: 0.9rem;
  color: #b8b8b8;
  display: block;
  position: relative;
  margin-bottom: 22px;
}
.topicslist ul li a:before {
  width: 93%;
  height: 1px;
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  background: #001833;
}
.topicslist ul li a:after {
  background: url("../img/common/menuhead.png") no-repeat;
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  width: 16px;
  height: 16px;
}
.topicslist ul li:nth-child(2) {
  width: 85%;
  margin: 0 auto 0 0;
}
.topicslist ul li:nth-child(3) {
  width: 71%;
  margin: 0 auto 0 0;
}

.topicslist .readmore {
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.6s;
  background: #0b233d;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1;
  padding: 18px;
  box-sizing: border-box;
}
.topicslist .readmore:before {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 2px;
  height: calc(100% - 12px);
  content: "";
  background: #c99739;
}
.topicslist .readmore:after {
  content: "";
  background: url(../img/common/yyjrs.png) no-repeat;
  width: 19px;
  height: 19px;
  top: calc(50% - 9.5px);
  right: 8px;
  position: absolute;
  transform: rotate(-90deg);
}
.topicslist .readmore:hover {
  background: #a0a8b1;
  color: #676767;
  opacity: 1;
}

.topicscont {
  width: 41%;
  margin: 22px 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topicsbox {
  width: 32%;
  margin: 0 auto 25px;
}

.topicsdate {
  margin: 3px auto;
}

.topicstedt {
  margin: 0 auto;
  font-size: 0.7rem;
  line-height: 1.4rem;
}

.topicssns {
  display: flex;
  justify-content: flex-start;
}
.topicssns li {
  margin: 4px 3.7%;
}

.topicscate {
  margin: -30px auto 0;
  position: absolute;
  background: #002043;
  color: #FFF;
  font-size: 0.6rem;
  line-height: 1rem;
  padding: 2px 13px;
}

@media screen and (max-width: 1339px) {
  #feature .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #feature .wrap {
    display: block;
  }
  .ttltopeng,
.ttltop,
.ttlbig {
    width: 80%;
    margin: 0 auto;
  }
  .ttltop {
    font-size: 0.9rem;
    margin: 5px auto 10px;
  }
  .ttlbig {
    font-size: 2rem;
  }
  p.ntext {
    width: 80%;
    margin: 20px auto;
    line-height: 1.8rem;
  }
  .featurecont {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .featurecont ul {
    padding: 20px;
    z-index: 5;
    position: relative;
  }
  .featurecont ul li:first-child {
    width: 55%;
    margin-right: 5%;
  }
  .featurecont ul li:last-child {
    width: 40%;
  }
  .featurecont ul li:last-child img {
    width: 100%;
    height: auto;
  }
  .featurecont ul p.featurettl {
    font-size: 0.95rem;
    padding: 0 0 0 32px;
    margin: 0 auto 10px;
    letter-spacing: -0.01rem;
  }
  .featurecont ul p.featurettl:before {
    background: url(../img/common/01.png) no-repeat;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    background-size: cover;
  }
  .featurecont ul.fcont2 p.featurettl:before {
    background: url(../img/common/02.png) no-repeat;
    background-size: cover;
  }
  .featurecont ul.fcont3 p.featurettl:before {
    background: url(../img/common/03.png) no-repeat;
    background-size: cover;
  }
  .featurecont p.ntext {
    width: 100%;
    line-height: 1rem;
    font-size: 0.7rem;
  }
  #step {
    padding: 80px 0;
  }
  #step .ttltopeng:before {
    height: 20px;
  }
  .stepcont {
    margin: 100px auto 65px;
    display: block;
    width: 90%;
  }
  .stepbox {
    width: 99%;
  }
  .stepyjrs {
    transform: rotate(180deg);
    margin: 30px auto 60px;
  }
  .stepkakaku {
    background: url("../img/common/s3bnrsp.jpg") no-repeat right top;
    background-size: cover;
    width: 90%;
    margin: 0 auto;
  }
  .stepkakaku ul {
    flex-wrap: wrap;
    padding: 20px 0 40px;
  }
  .stepkakaku ul li:first-child {
    width: 22%;
    padding: 21px 0 18px;
    font-size: 1rem;
  }
  .stepkakaku ul li:nth-child(2) {
    width: 77%;
    font-size: 1rem;
    padding: 0;
  }
  .kakakubig {
    font-size: 3.2rem;
  }
  .stepkakaku ul li:nth-child(2) .wtext {
    font-size: 0.8rem;
    letter-spacing: 0rem;
  }
  .stepkakaku ul li:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .stepkakaku ul li:last-child {
    width: 100%;
    left: 0;
    max-width: 337px;
  }
  .stepkakaku ul li:last-child a {
    display: block;
    font-size: 16px;
    color: #002043;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 3px;
    text-align: center;
    background: #bbbbbb;
  }
  .stepkakaku ul li:last-child a span {
    border: 1px solid #c99739;
    display: block;
    padding: 31px;
    line-height: 1;
  }
  #topic {
    padding: 70px 0;
  }
  .topicsbox img {
    width: 100%;
    height: auto;
  }
  .topicscate {
    padding: 2px 4px;
    line-height: 1rem;
  }
  .topicstedt {
    line-height: 1rem;
  }
  .topicslist,
.topicttl {
    margin: 0 auto;
  }
  .topicslist {
    text-align: center;
  }
  .topicslist p {
    text-align: left;
  }
  #topic .ttltopeng {
    margin: 13px auto 30px 0px;
    width: 55%;
  }
  #topic .ttltopeng:before {
    width: 33%;
  }
  .topicttl img {
    width: 55%;
    height: auto;
  }
  .topicslistttl {
    margin: 10px auto;
    font-size: 1.4rem;
  }
  .topicslist ul {
    width: 95%;
    margin: 0 auto 25px;
  }
  .topicslist ul li a {
    font-size: 0.8rem;
    margin-bottom: 12px;
  }
  .featurettlbox {
    width: 100%;
    padding: 80px 0 100px;
    margin-bottom: -100px;
    background: linear-gradient(0deg, rgba(0, 32, 66, 0) 0%, rgb(0, 32, 66) 50%);
  }
}
@media screen and (max-width: 768px) {
  #news {
    width: 79.4270833333vw;
    height: 18.2291666667vw;
    margin-bottom: 0;
    position: relative;
    top: 0;
    margin-top: -62.2395833333vw;
    margin-bottom: 43.6197916667vw;
  }
  #topic .wrap {
    display: block;
  }
  .topicscont {
    width: 90%;
    margin: 30px auto 0;
  }
  .newsttl {
    width: 23%;
    font-size: 3.125vw;
    margin: 0;
  }
  #news .wrap1000 {
    padding: 3.90625vw 0;
    margin-bottom: -1px;
  }
  #news .wrap1000 ul {
    align-items: center;
    width: 77%;
  }
  #news .wrap1000 ul li:nth-child(n+3) {
    display: none;
  }
  .newsdate {
    width: 33%;
    font-size: 2.6041666667vw;
    letter-spacing: 0.03rem;
  }
  .newstext {
    width: 67%;
    font-size: 2.0833333333vw;
    letter-spacing: 0.02rem;
    height: auto;
    overflow: hidden;
    line-height: 1.3rem;
  }
  .newsmore {
    width: 46.875vw;
    font-size: 3.125vw;
    padding: 3.125vw;
  }
  .topicslist,
.topicttl {
    width: 80%;
    margin: 0 auto;
  }
  #contentsmap {
    padding: 0;
  }
  #contentsmap .wrap1000 {
    width: 90%;
    position: relative;
    transform: translateY(-31.25vw);
    margin-bottom: 0;
  }
}