@charset "UTF-8";
/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/
/* mv-inner
--------------------------------------------------------------- */
.mv-inner {
  display: flex;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 900px) {
  .mv-inner {
    flex-direction: row;
  }
}
/* mv-content-box
--------------------------------------------------------------- */
.mv-content-box {
  box-sizing: border-box;
  padding: 19px 2.5vw 0;
  background-color: #85c9e0;
}

.logo {
  margin: 0 auto 8px;
  width: 107px;
}

.mv-content-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.img-mv {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mv-content-box {
    padding: 57px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0;
    width: initial;
  }
  .mv-content-title {
    padding: 0;
    font-size: 40px;
    line-height: 1;
  }
  .img-mv {
    max-width: 990px;
    margin: 0 auto;
  }
}
/* btn-inquiry-block 
--------------------------------------------------------------- */
.btn-inquiry-block {
  z-index: 10;
  position: fixed;
  right: 0px;
  bottom: 100px;
  height: 0;
  background-color: transparent;
}

.btn-inquiry-block.active {
  position: absolute;
  bottom: 100px;
}

.btn-inquiry-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 0 8px #d7dee3;
  -webkit-transition: 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 10px 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ff6000;
  box-shadow: 0 0 8px #d7dee3;
  text-align: center;
  transition: 0.7s;
}

.btn-inquiry-top-txt {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.btn-inquiry-top-txt a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.btn-inquiry-top-link__txt {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.btn-inquiry-top-link__img {
  width: 60%;
}

@media print, screen and (min-width: 768px) {
  .btn-inquiry-block {
    bottom: 170px;
  }
  .btn-inquiry-block.active {
    bottom: 170px;
  }
  .btn-inquiry-top {
    width: 150px;
    height: 150px;
    margin-right: 2vw;
  }
  .btn-inquiry-top:hover {
    -webkit-transition: 0.7s;
    opacity: 0.7;
    transition: 0.7s;
  }
  .btn-inquiry-top-txt {
    font-size: 24px;
  }
  .btn-inquiry-top-link__txt {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1200px) {
  .btn-inquiry-block {
    bottom: 200px;
  }
  .btn-inquiry-block.active {
    bottom: 200px;
  }
  .btn-inquiry-top {
    width: 180px;
    height: 180px;
  }
  .btn-inquiry-top-txt {
    font-size: 24px;
  }
  .btn-inquiry-top-link__txt {
    margin: 10px 0;
    font-size: 24px;
    line-height: 1.5;
  }
}
/* top-btn-blcok 
--------------------------------------------------------- */
.top-btn-blcok {
  padding: 25px 2.5vw;
  background-color: #eaf2f4;
}

.top-btn-blcok-inner {
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 4% 0;
  border-radius: 0.375rem;
  background: url(../img/top/img-bg-car.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.top-btn-blcok-title {
  margin-bottom: 15px;
  font-size: 40px;
  font-size: 5.215123859vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.top-btn-box {
  -webkit-box-shadow: 0 0 8px #d7dee3;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.top-btn-btn {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.top-btn-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6% 0;
  color: #fff;
  font-size: 34px;
  font-size: 4.43285528vw;
  font-weight: 700;
  background: #ff6000;
  background: linear-gradient(90deg, #ff6000 0%, #ff7a22 100%);
  transition: 0.7s;
  border-radius: 8px;
}

.top-btn-btn a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  max-width: 50px;
  width: 6.519vw;
  max-height: 50px;
  height: 6.519vw;
  margin: auto 0;
  background: url(../img/top/icn-btn-arrrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

@media print, screen and (min-width: 768px) {
  .top-btn-blcok {
    padding: 40px 40px;
  }
  .top-btn-blcok-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/top/pc/img-bg-car.png);
    background-position: center;
  }
  .top-btn-blcok-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .top-btn-box {
    -webkit-box-shadow: 0 0 8px #d7dee3;
    box-sizing: border-box;
    max-width: 370px;
    width: 100%;
    margin: auto;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .top-btn-btn {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
  }
  .top-btn-btn:hover {
    opacity: 0.7;
    transition: 0.7s;
  }
  .top-btn-btn a {
    width: 100%;
    height: 100%;
    padding: 6% 0;
    font-size: 20px;
    border-radius: 8px;
  }
  .top-btn-btn a::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    max-width: 30px;
    width: 30px;
    max-height: 30px;
    height: 30px;
    margin: auto 0;
    background-size: 100% auto;
    content: "";
  }
}
/* top-busisupo-block
--------------------------------------------------------------- */
.top-busisupo-block {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 70px;
  background-color: #fafafa;
}

.top-busisupo-title {
  position: relative;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.top-busisupo-title span {
  font-size: 15px;
}
.top-busisupo-title .top-busisupo-title-red {
  font-size: 18px;
  color: #e83636;
}

.top-busisupo-subtitle {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}

.top-busisupo-list {
  padding: 0 42px 106px;
  position: relative;
}
.top-busisupo-list::before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  width: 175px;
  height: 34px;
  margin: 0 auto;
  background: url(../img/top/pc/icn-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.top-busisupo-list__item {
  margin-bottom: 75px;
}
.top-busisupo-list__item:last-child {
  margin-bottom: 0;
}

.top-busisupo-data__head {
  max-width: 708px;
  height: auto;
}

.top-busisupo-sub-data__head {
  padding: 35px 0 12px;
  color: #15679d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.top-busisupo-sub-data__body {
  font-size: 13px;
  font-weight: 500;
}
.top-busisupo-sub-data__body ul li {
  line-height: 1.5;
  padding-left: 8px;
}
.top-busisupo-sub-data__body ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 6px;
}

@media print, screen and (min-width: 768px) {
  .top-busisupo-block {
    padding-top: 160px;
    padding-bottom: 200px;
    position: relative;
  }
  .top-busisupo-block__inner {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5vw;
    box-sizing: border-box;
  }
  .top-busisupo-title {
    margin-bottom: 40px;
    font-size: 38px;
  }
  .top-busisupo-title span {
    font-size: 28px;
  }
  .top-busisupo-title span .top-busisupo-title-red {
    font-size: 32px;
  }
  .top-busisupo-subtitle {
    font-size: 28px;
    margin-bottom: 123px;
  }
  .top-busisupo-list {
    margin-bottom: 192px;
    padding: 0;
  }
  .top-busisupo-list::before {
    bottom: -160px;
    width: 352px;
    height: 67px;
    background: url(../img/top/pc/icn-arrow.png);
  }
  .top-busisupo-list__item {
    margin-bottom: 122px;
  }
  .top-busisupo-data {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: center;
  }
  .top-busisupo-data__body {
    max-width: 727px;
    width: 100%;
  }
  .top-busisupo-sub-data {
    margin-left: 67px;
  }
  .top-busisupo-sub-data__head {
    padding: 0px;
    padding-bottom: 22px;
    font-size: 28px;
  }
  .top-busisupo-sub-data__body {
    font-size: 22px;
  }
  .top-busisupo-sub-data__body ul li {
    line-height: 1.8;
    padding-left: 7px;
  }
  .top-busisupo-sub-data__body ul li::nth-child(4n) {
    margin-bottom: 0;
  }
  .top-busisupo-sub-data__body ul li::before {
    width: 5px;
    height: 5px;
    top: -6px;
    margin-right: 10px;
  }
}
.solution-block {
  background-color: #fff4e5;
  padding: 20px 15px;
}

.solution-title {
  font-size: 20px;
  font-weight: 700;
  color: #297fb8;
  text-align: center;
  line-height: 1;
  position: relative;
  width: 100%;
  max-width: 117px;
  margin: 0 auto 16px;
}
.solution-title::before {
  position: absolute;
  background: url(../img/top/pc/icn-solution.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  width: 15px;
  height: 19px;
  right: 0;
  top: -11px;
}

.solution-list {
  display: flex;
  justify-content: center;
}
.solution-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #297fb8;
  border: 1px solid #297fb8;
  line-height: 1;
  margin-right: 8px;
  background-color: #ffffff;
  width: 100%;
  max-width: 113px;
  height: 54px;
}
.solution-list li:last-of-type {
  margin-right: 0;
}
.solution-list li a {
  display: flex;
  justify-content: center;
  color: #297fb8;
  line-height: 1.2;
}

.checkbox {
  padding-right: 12px;
  align-items: center;
  display: flex;
}
.checkbox input {
  display: none;
}
.checkbox span {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #297fb8;
}
.checkbox span::before {
  position: absolute;
  bottom: -1px;
  content: "";
  float: left;
  background: #e83636;
  width: 4px;
  height: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transform: rotate(-50deg);
  left: -1px;
}
.checkbox span::after {
  position: absolute;
  bottom: -2px;
  left: 8px;
  content: "";
  float: left;
  background: #e83636;
  width: 4px;
  height: 18px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transform: rotate(-132deg);
}

@media print, screen and (min-width: 768px) {
  .solution-block {
    padding: 39px 8% 37px;
  }
  .solution-title {
    font-size: 35px;
    max-width: 217px;
    margin: 0 auto 32px;
  }
  .solution-title::before {
    background: url(../img/top/pc/icn-solution.png);
    width: 28px;
    height: 32px;
    top: -17px;
  }
  .solution-list li {
    display: flex;
    font-size: 28px;
    border: 2px solid #297fb8;
    margin-right: 34px;
    max-width: 310px;
    height: initial;
    box-sizing: border-box;
  }
  .solution-list li a {
    padding: 24px 6%;
    width: 100%;
    transition: 0.7s;
  }
  .solution-list li a:hover {
    opacity: 0.7;
    transition: 0.7s;
  }
  .checkbox {
    padding-right: 18px;
    cursor: pointer;
  }
  .checkbox input {
    display: none;
  }
  .checkbox span {
    width: 25px;
    height: 25px;
    border: 2px solid #297fb8;
    box-sizing: border-box;
  }
  .checkbox span::before {
    position: absolute;
    bottom: -2px;
    content: "";
    float: left;
    background: #e83636;
    width: 6px;
    height: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transform: rotate(-50deg);
  }
  .checkbox span::after {
    position: absolute;
    bottom: -3px;
    left: 13px;
    content: "";
    float: left;
    background: #e83636;
    width: 6px;
    height: 29px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: rotate(-136deg);
  }
}
/* .top-feature-box [ロジコのBPO・営業代行サービスの特徴]
--------------------------------------------------------------- */
.top-feature-blcok {
  position: relative;
}

.top-feature-box {
  width: 100%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
}

.top-feature-title {
  position: relative;
  margin-bottom: 67px;
  color: #297fb8;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.top-feature-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  max-width: 70px;
  width: 9.607%;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}

.top-feature-list__item {
  margin-bottom: 30px;
}
.top-feature-list__item:last-child {
  margin-bottom: 0;
}

.top-feature-data__head {
  margin-bottom: 30px;
}
.top-feature-data__body {
  padding: 0 15px;
}

.top-feature-sub-data {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.top-feature-sub-data:last-of-type {
  margin-bottom: 0;
}
.top-feature-sub-data__head {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.top-feature-sub-data__body {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .top-feature-box {
    max-width: 1096px;
    width: 100%;
    padding: 177px 2.5vw 200px;
    box-sizing: border-box;
  }
  .top-feature-title {
    margin-bottom: 110px;
    font-size: 35px;
    line-height: 1;
  }
  .top-feature-title::after {
    bottom: -30px;
    height: 4px;
  }
  .top-feature-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
  }
  .top-feature-data {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .top-feature-data__head {
    width: 100%;
    margin: 0 auto 80px;
  }
  .top-feature-data__body {
    width: 100%;
    padding: 0;
  }
  .top-feature-sub-data {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .top-feature-sub-data__head {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: left;
    line-height: 1;
  }
  .top-feature-sub-data__body {
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
  }
}
/* top-expample-block
--------------------------------------------------------------- */
.top-expample-block {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 74px;
  background-color: #fafafa;
}

.top-expample-block-inner {
  padding: 0 15px;
}

.top-expample-title {
  position: relative;
  margin-bottom: 52px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}

.top-expample-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  max-width: 70px;
  width: 9.607%;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}

.top-expample-list__item {
  margin-bottom: 75px;
}

.top-expample-list__item:last-child {
  margin-bottom: 0;
}

.top-expample-data__head {
  max-width: 708px;
  height: auto;
}

.top-expample-sub-data__head {
  padding: 34px 0 9px;
  border-bottom: 1px solid #ccc;
  color: #15679d;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.top-expample-sub-data__head span {
  display: block;
  font-size: 13px;
  color: #333333;
  padding-top: 10px;
  font-weight: 500;
}

.top-expample-sub-data__body {
  padding-top: 12px;
  font-size: 13px;
  line-height: 1.4;
}

.top-expample-sub-data__body span {
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}

.top-expample-sub-data__text {
  padding-top: 18px;
}

.top-expample-sub-data__text a {
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #666666;
}

.top-expample-sub-data__text img {
  padding-right: 6px;
  width: 10px;
  height: 10px;
}

@media print, screen and (min-width: 768px) {
  .top-expample-block {
    padding-top: 177px;
    padding-bottom: 180px;
    position: relative;
  }
  .top-expample-block-inner {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5vw;
    box-sizing: border-box;
  }
  .top-expample-title {
    margin-bottom: 146px;
    font-size: 40px;
    line-height: 1;
  }
  .top-expample-title::after {
    bottom: -40px;
    height: 4px;
    width: 70px;
  }
  .top-expample-list__item {
    margin-bottom: 140px;
  }
  .top-expample-list__item:last-child {
    margin-bottom: 0;
  }
  .top-expample-data {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: center;
  }
  .top-expample-data.second {
    flex-direction: row-reverse;
  }
  .top-expample-data__body {
    max-width: 650px;
    width: 100%;
  }
  .top-expample-data__body .top-expample-sub-data {
    margin-left: 48px;
  }
  .top-expample-data.second .top-expample-data__body span.bpobusiness {
    display: block;
    padding-bottom: 47px;
  }
  .top-expample-data.second .top-expample-data__body .top-expample-sub-data {
    margin-left: 0;
    margin-right: 7.69%;
  }
  .top-expample-sub-data__head {
    padding: 0 0 22px 0;
    font-size: 30px;
  }
  .top-expample-sub-data__head span {
    font-size: 16px;
    padding-top: 16px;
  }
  .top-expample-sub-data__body {
    padding-top: 24px;
    font-size: 16px;
    line-height: 1.7;
  }
  .top-expample-sub-data__body span {
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .top-expample-sub-data__text {
    padding-top: 25px;
  }
  .top-expample-sub-data__text a {
    font-size: 16px;
  }
  .top-expample-sub-data__text img {
    padding-right: 10px;
    width: initial;
    height: initial;
  }
}
/* top-qa-block
--------------------------------------------------------------- */
.top-qa-block {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 2.5vw;
  padding-bottom: 50px;
  padding-left: 2.5vw;
}

.top-qa-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 50px;
  font-size: 6.518904824vw;
  font-weight: 700;
  text-align: center;
}

.top-qa-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  max-width: 70px;
  width: 9.607%;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}

.top-qa-list__item {
  border-top: 1px solid #dddddd;
}

.top-qa-list__item:last-child {
  border-bottom: 1px solid #dddddd;
}

.top-qa-data__head {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2em;
  color: #15679d;
  font-size: 28px;
  font-size: 3.650586701vw;
  font-weight: 700;
  text-indent: -2em;
}

.top-qa-data__body {
  padding-bottom: 20px;
  padding-left: 2em;
  font-size: 26px;
  font-size: 3.389830508vw;
  text-indent: -2em;
}

.top-qa-data__body.annotation {
  margin-top: -10px;
  text-indent: 0;
}

@media print, screen and (max-width: 375px) {
  .top-qa-data__head {
    font-size: 15px;
  }
  .top-qa-data__body {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-qa-block {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-qa-block-inner {
    max-width: 1000px;
    width: 91%;
    margin: 0 auto;
  }
  .top-qa-title {
    margin-bottom: 90px;
    font-size: 40px;
  }
  .top-qa-title::after {
    bottom: -25px;
    width: 70px;
  }
  .top-qa-data__head {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
  }
  .top-qa-data__body {
    padding-bottom: 25px;
    font-size: 16px;
  }
}
/* top-about-block
--------------------------------------------------------------- */
.top-about-blcok {
  padding-right: 2.5vw;
  padding-left: 2.5vw;
}

.top-about-blcok-inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-about-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 50px;
  font-size: 6.518904824vw;
  font-weight: 700;
  text-align: center;
}

.top-about-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  max-width: 70px;
  width: 9.607%;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}

.top-about-img-box {
  width: 33.333333%;
  margin: auto;
  margin-bottom: 40px;
}

.top-about-contents-list__item {
  margin-bottom: 25px;
}

.top-about-contents-data {
  display: flex;
}

.top-about-contents-data__head {
  width: 25%;
  font-size: 26px;
  font-size: 3.389830508vw;
  font-weight: 700;
}

.top-about-contents-data__body {
  width: 75%;
  font-size: 26px;
  font-size: 3.389830508vw;
}

.top-about-contents-map-list__item {
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 3.389830508vw;
}

.top-about-contents-map-list__item:last-child {
  margin-bottom: 0;
}

.top-about-contents-map-list__item a {
  -webkit-transition: 0.7s;
  border-bottom: 1px solid #2d63e2;
  color: #297fb8;
  transition: 0.7s;
}

.top-about-contents-map-list__item a:hover {
  -webkit-transition: 0.7s;
  opacity: 0.7;
  transition: 0.7s;
}

@media print, screen and (max-width: 414px) {
  .top-about-contents-data__head {
    font-size: 15px;
  }
  .top-about-contents-data__body {
    font-size: 15px;
  }
  .top-about-contents-map-list__item {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 375px) {
  .top-about-contents-data__head {
    font-size: 14px;
  }
  .top-about-contents-data__body {
    font-size: 14px;
  }
  .top-about-contents-map-list__item {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-about-blcok-inner {
    width: 75%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-about-title {
    margin-bottom: 90px;
    font-size: 40px;
  }
  .top-about-title::after {
    bottom: -25px;
    width: 70px;
  }
  .top-about-contents-data__head {
    font-size: 16px;
  }
  .top-about-contents-data__body {
    font-size: 16px;
  }
  .top-about-contents-map-list__item {
    font-size: 16px;
  }
  .top-about-contents-map-list__item:last-child {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-about-outer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
  }
  .top-about-img-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
    width: 243px;
    margin: 0px;
  }
  .top-about-contents {
    width: 58.333333%;
  }
}
.is-sp {
  display: block !important;
}

.is-pc {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
  .is-pc {
    display: block !important;
  }
}/*# sourceMappingURL=top.css.map */