@charset "UTF-8";
body, div, .elm-mainvisual, .elm-title, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, caption, tr, th, td, dl, dt, dd, a, img, form, input, textarea, button, header, nav, article, section, footer, aside {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

p, th, td, li {
  word-break: break-all;
}

legend {
  display: none;
}

li {
  list-style: none;
}

a, img {
  outline: 0;
  border: 0;
  text-decoration: none;
}

br {
  line-height: inherit;
}

span, strong, em, i, address {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}

input[type=submit], input[type=reset], button {
  cursor: pointer;
}

strong {
  font-weight: inherit;
}

i, em, address {
  font-style: normal;
}

.social_icon {
  width: 32px;
  height: 32px;
  margin: 3px;
}

.cf:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: .1em;
  line-height: 0;
  clear: both;
}

.cf {
  clear: both;
  min-height: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media all {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  main {
    display: block;
  }
  ul {
    list-style-type: none;
  }
  .title-color-1 {
    color: #000;
  }
  .title-color-1:first-letter {
    color: #2E4481;
  }
  .section-title {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    font-size: 500%;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1;
  }
  .section-sub-title {
    font-size: 150%;
    margin-bottom: 35px;
    font-weight: bold;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .section-title {
    padding: 0 5px;
    font-size: 312.5%;
  }
  .section-sub-title {
    padding: 0 5px;
    font-size: 125%;
  }
}

@media all {
  .ajaxing {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    text-align: center;
  }
  .ajaxing--loading {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .ajaxing__block {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ajaxing__box {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .ajaxing__box__body {
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 187.5%;
  }
  .ajaxing__box__body--loading {
    color: #999;
  }
  .ajaxing__box__icon {
    font-size: 500%;
  }
  .ajaxing__box__icon .fa {
    color: #fff;
  }
  .ajaxing__box__icon--loading .fa {
    color: #999;
  }
  .ajaxing__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
  }
  .ajaxing__upload-box {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .ajaxing__upload-box__uploaded-data__filename {
    display: inline-block;
    margin: 5px;
    padding: 3px 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .ajaxing__upload-box__drag-area {
    line-height: 100px;
    border: 4px dashed #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .ajaxing__upload-box__fake-input {
    display: none !important;
  }
}

@media all {
  .btn-header {
    color: #fff;
  }
  .btn-header-orange {
    background-color: #F5AA00;
  }
  .btn-header-blue {
    background-color: #2E4481;
  }
  .btn-primary {
    font-size: 87.5%;
    display: inline-block;
    background-color: #0085CD;
    border: none;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 30px;
    transition: all 0.1s ease-in-out;
    text-align: center;
  }
  .btn-primary:hover {
    background-color: #F5AA00;
  }
  .btn-swing {
    display: block;
    width: 360px;
  }
  .btn-swing__child {
    width: 100%;
    padding: 0.6em 0.88em;
    background: linear-gradient(to right, #666 41%, #F5AA00 41%);
    background-size: 200% 100.5%;
    background-position: left bottom;
    color: #fff;
    font-size: 125%;
    transition: all .3s ease-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn-swing__child:hover {
    background-position: right bottom;
    color: white;
  }
  .btn-swing__child i {
    padding-right: 5px;
    font-size: 125%;
  }
  .btn-long {
    display: inline-block;
    width: 540px;
  }
  .btn-long.btn-swing .btn-swing__child {
    background: linear-gradient(to right, #666 44%, #F5AA00 44%);
    background-size: 200% 100.5%;
    background-position: left bottom;
  }
  .btn-long.btn-swing .btn-swing__child:hover {
    background-position: right bottom;
  }
}

@media (max-width: 480px) {
  .btn-primary {
    font-size: 75%;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 20px;
  }
  .btn-swing {
    width: 240px;
  }
  .btn-swing__child {
    font-size: 100%;
  }
  .btn-long {
    width: 90%;
    max-width: 360px;
  }
  .btn-long.btn-swing .btn-swing__child {
    background: linear-gradient(to right, #666 82%, #F5AA00 82%);
  }
}

@media all {
  .wrapper {
    position: relative;
  }
  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
  }
  .header__block {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    padding-top: 62px;
  }
  .header__block {
    align-items: center;
  }
  .header__logo {
    padding: 0 10px;
    width: 70%;
  }
  .header__bars {
    padding: 10px;
    font-size: 187.5%;
  }
}

@media (min-width: 1025px) {
  .wrapper {
    padding-top: 70px;
  }
  .header__logo {
    padding: 15px 30px;
  }
  .header__navi {
    display: flex;
    justify-content: flex-end;
  }
  .header__navi__lists {
    display: flex;
    margin-right: 20px;
  }
  .header__navi__list {
    margin: 10px;
  }
  .header__navi__list a {
    display: inline-block;
    padding: 15px 5px;
    color: #333;
    font-size: 87.5%;
    font-weight: bold;
    position: relative;
  }
  .header__navi__list a::after {
    position: absolute;
    bottom: 15px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #F5AA00;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  .header__navi__list a:hover::after {
    transform: scale(1, 1);
  }
  .header__navi__buttons {
    display: flex;
  }
  .header__navi__button {
    width: 100px;
    text-align: center;
    padding: 25px 0;
    color: #fff;
    font-size: 87.5%;
    font-weight: bold;
  }
  .header__navi__button--only-mouseover {
    cursor: default;
  }
  .header__navi__button--only-mouseover:active {
    pointer-events: none;
  }
}

@media all {
  .title-color-1 {
    color: #000;
  }
  .title-color-1:first-letter {
    color: #2E4481;
  }
  span.title-color-1 {
    display: inline-block;
  }
  .section-title {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    font-size: 500%;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1;
    text-align: center;
  }
  .section-sub-title {
    font-size: 125%;
    margin-bottom: 60px;
    font-weight: bold;
    text-align: center;
  }
  .section-border-headline {
    border-left: 6px solid #0085CD;
    color: #0085CD;
    font-weight: bold;
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .section-title {
    padding: 0 5px;
    font-size: 312.5%;
  }
  .section-sub-title {
    padding: 0 5px;
    font-size: 125%;
  }
  .section-border-headline {
    font-size: 112.5%;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .section-border-headline {
    font-size: 112.5%;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

@media (min-width: 1025px) {
  .section-border-headline {
    font-size: 175%;
    margin-bottom: 25px;
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .navi {
    background-color: #33498B;
    overflow: scroll;
    transition: all 0.4s ease-in-out;
    height: 0;
  }
  .navi.open {
    height: calc(100vh - 62px);
  }
  .navi__box {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .navi__lists {
    padding-top: 30px;
  }
  .navi__list {
    font-size: 125%;
  }
  .navi__sp-navi {
    display: block;
    font-size: 87.5%;
    font-weight: bold;
    margin: 0 15px;
    padding: 10px;
    border-bottom: 1px dotted #8296d4;
  }
  .navi__sp-navi[data-type="w1"] {
    color: #fff;
  }
  .navi__sp-navi[data-type="w2"] {
    color: #fff;
  }
  .navi__sp-navi[data-type="w3"] {
    color: #fff;
  }
  .navi__sp-navi[data-type="g"] {
    color: #ccc;
    padding-left: 30px;
  }
}

@media (min-width: 1025px) {
  .navi {
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .navi__boxes {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .navi__lists {
    width: 900px;
    margin: 0 auto;
    display: flex;
    padding: 40px 0;
  }
  .navi__title {
    width: 30%;
    font-size: 87.5%;
    font-weight: bold;
  }
  .navi__title__body {
    display: inline-block;
    width: 70%;
    border-bottom: 1px solid #F5AA00;
    padding-bottom: 5px;
  }
  .navi__links {
    width: 20%;
  }
  .navi__link {
    font-size: 87.5%;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .navi__space {
    width: 50%;
  }
}

@media all {
  .footer * {
    color: #fff;
  }
  .footer__copyright {
    background-color: #666;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 87.5%;
  }
}

@media (max-width: 480px) {
  .footer__block {
    display: none;
  }
}

@media (min-width: 481px) {
  .footer {
    background-color: #33498B;
  }
}

@media (min-width: 481px) and (max-width: 480px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 481px) and (min-width: 481px) {
  .footer__block {
    width: 1500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 481px) and (min-width: 481px) and (max-width: 1499px) {
  .footer__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 481px) {
  .footer__block {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .footer__info {
    padding-left: 20px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__address {
    line-height: 1.8;
  }
  .footer__tel {
    line-height: 1.8;
  }
  .footer__navis__lists {
    display: flex;
  }
  .footer__navi {
    display: block;
    font-size: 87.5%;
    font-weight: bold;
  }
  .footer__navi[data-type="w1"] {
    color: #fff;
    margin-bottom: 30px;
  }
  .footer__navi[data-type="w2"] {
    color: #fff;
    margin-bottom: 15px;
  }
  .footer__navi[data-type="w3"] {
    color: #fff;
    margin-bottom: 50px;
  }
  .footer__navi[data-type="g"] {
    color: #ccc;
    margin-bottom: 15px;
  }
  a.footer__navi:hover {
    text-decoration: underline;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .footer__info {
    display: none;
  }
  .footer__navis {
    width: 100%;
  }
  .footer__social {
    display: none;
  }
  .footer__navis__list {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .footer__boxes {
    display: flex;
  }
  .footer__info {
    width: 35%;
  }
  .footer__navis {
    width: 65%;
  }
  .footer__social {
    display: none;
  }
  .footer__navis__list {
    width: 22%;
  }
}

@media all {
  .first-view__block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .first-view__box {
    position: relative;
  }
  .first-view__message {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .first-view__title {
    font-weight: bold;
  }
  .first-view__description {
    font-weight: bold;
  }
}

@media (max-width: 480px) {
  .first-view__block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .first-view__title {
    font-size: 200%;
  }
  .first-view__description {
    padding: 15px 20px 0;
    font-size: 87.5%;
  }
}

@media (min-width: 481px) {
  .first-view__box {
    padding-top: 400px;
  }
  .first-view__message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .first-view__title {
    font-size: 262.5%;
  }
  .first-view__description {
    padding-top: 30px;
    font-size: 112.5%;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .first-view__box {
    padding-top: 250px;
  }
}

@media (min-width: 1025px) {
  .first-view__box {
    padding-top: 400px;
  }
}

@media all {
  .first-view__block[data-page="service.mapping"] {
    background-image: url(/shared/img/common/bgtitle_mapping.png);
  }
  .first-view__block[data-page="service.automated-mapping"] {
    background-image: url(/shared/img/common/bgtitle_automated-mapping.png);
  }
  .first-view__block[data-page="service.consultant"] {
    background-image: url(/shared/img/common/bgtitle_consultant.png);
  }
  .first-view__block[data-page="about"] {
    background-image: url(/shared/img/common/bgtitle_about.png);
  }
  .first-view__block[data-page="recruit"] {
    background-image: url(/shared/img/common/bgtitle_recruit.png);
  }
  .first-view__block[data-page="contact"] {
    background-image: url(/shared/img/common/bgtitle_contact.png);
  }
  .first-view__block[data-page="estimate"] {
    background-image: url(/shared/img/common/bgtitle_contact.png);
  }
  .first-view__block[data-page="news"] {
    background-image: url(/shared/img/common/bgtitle_news.png);
  }
  .first-view__block[data-page="error"] {
    background-image: url(/shared/img/common/bgtitle_error.png);
  }
}

@media (min-width: 1921px) {
  .first-view__block[data-page="service.mapping"] {
    background-image: url(/shared/img/common/bgtitle_mapping@2x.png);
  }
  .first-view__block[data-page="service.automated-mapping"] {
    background-image: url(/shared/img/common/bgtitle_automated-mapping@2x.png);
  }
  .first-view__block[data-page="service.consultant"] {
    background-image: url(/shared/img/common/bgtitle_consultant@2x.png);
  }
  .first-view__block[data-page="about"] {
    background-image: url(/shared/img/common/bgtitle_about@2x.png);
  }
  .first-view__block[data-page="recruit"] {
    background-image: url(/shared/img/common/bgtitle_recruit@2x.png);
  }
  .first-view__block[data-page="contact"] {
    background-image: url(/shared/img/common/bgtitle_contact@2x.png);
  }
  .first-view__block[data-page="news"] {
    background-image: url(/shared/img/common/bgtitle_news@2x.png);
  }
  .first-view__block[data-page="error"] {
    background-image: url(/shared/img/common/bgtitle_error@2x.png);
  }
}

@media all {
  .archive {
    background-color: #f4f4f4;
  }
}

@media all and (max-width: 480px) {
  .archive {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .archive__block {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1199px) {
  .archive__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all {
  .archive__block {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .archive__categories {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .archive__category {
    width: 15%;
    margin: 20px;
    text-align: center;
    align-items: center;
  }
  .archive__category a {
    color: #33498B;
    font-size: 125%;
    display: block;
    border: 2px solid #33498B;
    padding: 15px 0;
    margin-bottom: 30px;
  }
  .archive__category a:hover {
    background-color: #EEF5FE;
  }
  .archive__category.active a {
    background-color: #2E4481;
    color: #fff;
  }
  .archive__boxes {
    display: flex;
    flex-wrap: wrap;
  }
  .archive__box-wrap-sub {
    margin-bottom: 30px;
  }
  .archive__box {
    color: #333;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .archive__box:hover {
    transform: scale(1.05);
  }
  .archive__box__images {
    width: 100%;
    height: 0;
    padding-top: 66%;
    position: relative;
    margin-bottom: 10px;
  }
  .archive__box__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .archive__box__info {
    margin-bottom: 5px;
  }
  .archive__box__category {
    background-color: #33498B;
    width: 90px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 75%;
    margin-right: 10px;
  }
  .archive__box__date {
    font-size: 100%;
    margin-bottom: 5px;
  }
  .archive__box__title {
    font-size: 125%;
    font-weight: bold;
  }
}

@media (max-width: 480px) {
  .archive__box-wrap {
    width: 48%;
    margin: 20px calc(4% / 4);
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .archive__box-wrap {
    width: 30%;
    margin: 15px calc(10% / 6);
  }
}

@media (min-width: 1025px) {
  .archive__box-wrap {
    width: 30%;
    margin: 20px calc(10% / 6);
  }
}

@media all {
  .single-wrapper {
    border-bottom: 1px solid #2E4481;
  }
}

@media all and (max-width: 480px) {
  .single-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .single-wrapper__block {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1199px) {
  .single-wrapper__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all {
  .single__box__title {
    font-size: 187.5%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .single__box__info {
    margin-bottom: 20px;
  }
  .single__box__category {
    background-color: #33498B;
    width: 90px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 75%;
    margin-right: 10px;
  }
  .single__box__date {
    font-size: 100%;
    margin-bottom: 5px;
  }
  .single__box__img {
    margin-bottom: 30px;
  }
  .single__box__body {
    font-size: 112.5%;
  }
  .single__box__body img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .single-wrapper__block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .single-wrapper__block {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .single-main {
    width: 65%;
    margin-right: 5%;
  }
  .single-aside {
    width: 30%;
  }
}

@media (min-width: 1025px) {
  .single-wrapper__block {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .single-main {
    width: 65%;
    margin-right: 5%;
  }
  .single-aside {
    width: 30%;
  }
}

@media all {
  .news-main__box {
    background-color: #fff;
  }
  .news-main__box__img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .news-main__box__content {
    box-sizing: border-box;
  }
  .news-main__box__content__info__category {
    background-color: #2E4481;
    width: 90px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
  }
  .news-main__box__content__info__date {
    color: #000;
    font-size: 81.25%;
  }
  .news-main__box__content__title {
    color: #000;
    font-weight: bold;
    font-size: 150%;
  }
  .news-main__box__content__title:after {
    content: '';
    width: 25px;
    display: block;
    border-bottom: 1px solid #000;
  }
  .news-main__box__content__content {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 40px;
    word-break: break-all;
  }
  .news-main__box__content__content h3 {
    border-bottom: 1px solid #3c8dbc;
    font-weight: bold;
    font-size: 125%;
    margin-bottom: -15px;
  }
  .news-main__box__content__content img {
    max-width: 100%;
    height: auto;
  }
  .news-main__box__content__content strong {
    font-weight: bold;
  }
  .news-main__box__content__link {
    width: 250px;
    margin: 0 auto;
    height: 64px;
  }
  .news-main__box__content__link a {
    background-color: #fff;
    border: 3px solid #3c8dbc;
    height: 64px;
    line-height: 64px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #3c8dbc;
    text-decoration: none;
    display: block;
  }
  .news-main__box__content__link a i {
    margin-right: 10px;
  }
  .news-main__box__content__links {
    display: flex;
    flex-wrap: wrap;
  }
  .news-main__box__content__links__list {
    margin: 0 auto;
    height: 64px;
  }
  .news-main__box__content__links__list__btn {
    background-color: #fff;
    border: 3px solid #3c8dbc;
    height: 64px;
    line-height: 64px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #3c8dbc;
    text-decoration: none;
    display: block;
  }
}

@media (max-width: 767px) {
  .news-main__box {
    margin-bottom: 30px;
  }
  .news-main__box__content {
    padding: 20px;
  }
  .news-main__box__content__info {
    margin-bottom: 10px;
  }
  .news-main__box__content__title:after {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news-main__box__content__content {
    font-size: 87.5%;
  }
  .news-main__box__content__links__list {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-main__box__content__links__list:last-child {
    margin-bottom: 0;
  }
  .news-main__box__content__links__list__btn {
    font-size: 87.5%;
  }
}

@media (min-width: 768px) {
  .news-main {
    float: left;
  }
  .news-main__box__img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .news-main__box__content {
    padding: 40px 30px;
  }
  .news-main__box__content__info {
    margin-bottom: 30px;
  }
  .news-main__box__content__info__date:before {
    content: '|';
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
  }
  .news-main__box__content__title:after {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .news-main__box__content__content {
    font-size: 87.5%;
    line-height: 30px;
  }
  .news-main__box__content__link a {
    transition: all 0.2s ease-in-out;
  }
  .news-main__box__content__link a:hover {
    background-color: #3c8dbc;
    color: #fff;
  }
  .news-main__box__content__links__list__btn {
    transition: all 0.2s ease-in-out;
  }
  .news-main__box__content__links__list__btn:hover {
    background-color: #3c8dbc;
    color: #fff;
    text-decoration: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-main {
    width: 69.19%;
  }
  .news-main__box__content__links__list {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-main__box__content__links__list:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .news-main {
    width: 775px;
  }
  .news-main__box__content__links__list {
    width: 220px;
  }
}

/* pagenation共通 */
@media all {
  .module-js-pager {
    display: flex;
    justify-content: center;
  }
  .elm-pager-link,
  .elm-pager-dot {
    border: 2px solid #3c8dbc;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
    color: #3c8dbc;
  }
  .elm-pager-link {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .elm-pager-link:hover {
    background-color: #3c8dbc;
    color: #fff;
  }
  .elm-pager-next {
    margin-right: 0;
  }
  .pager {
    display: flex;
    justify-content: center;
  }
  .pager__list--current {
    background-color: #3c8dbc;
    color: #fff;
    border: 2px solid #3c8dbc;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .elm-pager-link,
  .elm-pager-dot {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .elm-pager-next {
    margin-right: 0;
  }
  .pager__list--current {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

@media (min-width: 768px) {
  .elm-pager-link,
  .elm-pager-dot {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .elm-pager-next {
    margin-right: 0;
  }
  .pager__list--current {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

@media all {
  .to-contact {
    background: linear-gradient(to top, #EEF5FE 35%, #fff 35%);
  }
}

@media all and (max-width: 480px) {
  .to-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .to-contact__block {
    width: 1500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1499px) {
  .to-contact__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all {
  .to-contact__block {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .to-contact__title, .to-contact__sub-title {
    text-align: left;
  }
  .to-contact__boxes {
    position: relative;
  }
  .to-contact__boxes::before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 90%;
    height: 65%;
    background-color: #33498B;
    z-index: 10;
  }
  .to-contact__image {
    position: relative;
    z-index: 20;
  }
  .to-contact__info {
    position: relative;
    z-index: 20;
  }
  .to-contact__more {
    position: relative;
    z-index: 20;
  }
  .to-contact--sm {
    background: #fff;
  }
}

@media all and (max-width: 480px) {
  .to-contact--sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .to-contact--sm__block {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1089px) {
  .to-contact--sm__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all {
  .to-contact--sm__block {
    padding-top: 50px;
  }
  .to-contact--sm__more {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .to-contact {
    background: linear-gradient(to top, #EEF5FE 35%, #fff 35%);
    padding-left: 0;
    padding-right: 0;
  }
  .to-contact__block {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .to-contact__boxes {
    display: flex;
  }
  .to-contact__boxes {
    position: relative;
  }
  .to-contact__boxes::before {
    width: 96%;
    height: 70%;
  }
  .to-contact__image {
    width: 35%;
  }
  .to-contact__info {
    width: 65%;
    padding-left: 10px;
  }
  .to-contact__title {
    font-size: 250%;
    margin-bottom: 15px;
  }
  .to-contact__sub-title {
    font-size: 100%;
    margin-bottom: 40px;
  }
  .to-contact__more {
    margin-left: -50px;
  }
  .to-contact--sm {
    background: #fff;
  }
  .to-contact--sm__more {
    margin-left: 0;
  }
}

@media (min-width: 481px) {
  .to-contact__boxes {
    display: flex;
  }
  .to-contact__image {
    width: 35%;
  }
  .to-contact__info {
    width: 65%;
    padding-left: 50px;
  }
  .to-contact__more {
    padding-top: 40px;
  }
}

@media all and (max-width: 480px) {
  .to-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 481px) {
  .to-form__block {
    width: 1500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 1499px) {
  .to-form__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all {
  .to-form__block {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .only-pc,
  .only-tab,
  .not-sp {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .only-pc,
  .only-sp,
  .not-tab {
    display: none;
  }
}

@media (min-width: 1025px) {
  .only-sp,
  .only-tab,
  .not-pc {
    display: none;
  }
}
