@charset "UTF-8";
/*====================================================================
                    reset
====================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
}

/*====================================================================
                    mixin
====================================================================*/
@media screen and (min-width: 896px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 895px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .is-ssp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .is-sp_no {
    display: none !important;
  }
}

/*====================================================================
                    common-style
==================================================================*/
.flex-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1.71428em;
}

.a-style {
  color: #1a1a1a;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.a-style:hover {
  text-decoration: none;
  color: #1a1a1a;
  opacity: .7;
}

.__text-decoration-none {
  text-decoration: none;
}

.__text-decoration-none:hover {
  text-decoration: none;
}

.inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 32px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 895px) {
  .inner {
    padding: 0 20px;
  }
}

.sub-inner {
  max-width: 768px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 895px) {
  .sub-inner {
    padding: 0 20px;
  }
}

._com__sub-title {
  font-size: 1.429em;
  font-weight: bold;
  margin-bottom: 16px;
}

.__title-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.to-contact-btn-wrpa {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

@media screen and (max-width: 895px) {
  .to-contact-btn-wrpa {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.to-contact-btn-wrpa .to-contact-btn {
  position: relative;
  padding: 24px 80px;
  border: 1px solid #023E78;
  color: #023E78;
  font-size: 1.143em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 895px) {
  .to-contact-btn-wrpa .to-contact-btn {
    display: inline-block;
    padding: 26px 0;
    text-align: center;
    width: calc((295 / 335) * 100%);
    font-size: 1em;
  }
}

.to-contact-btn-wrpa .to-contact-btn::after {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 50%;
  left: 90%;
  content: "→";
  color: #023E78;
}

.to-contact-btn-wrpa .to-contact-btn:hover {
  background-color: #023E78;
  color: #fff;
}

.to-contact-btn-wrpa .to-contact-btn:hover::after {
  color: #fff;
  left: 92%;
}

.rotate-bg {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
  width: 100%;
  height: 100%;
  max-height: 800px;
  top: 50%;
  left: 50%;
  background-color: #EDF3F8;
  z-index: -1;
}

@media screen and (max-width: 895px) {
  .rotate-bg {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    max-height: none;
  }
}

.more-btn {
  position: relative;
}

.more-btn .more-btn__link {
  position: relative;
  padding-right: 0px;
  font-size: 32px;
  color: #1a1a1a;
  font-family: "Fira Sans", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 895px) {
  .more-btn .more-btn__link {
    font-size: 1.429em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.more-btn .more-btn__link span:first-child {
  margin-right: 100px;
}

@media screen and (max-width: 895px) {
  .more-btn .more-btn__link span:first-child {
    margin-right: 70px;
  }
}

.more-btn .more-btn__link::after, .more-btn .more-btn__link::before {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  content: "";
  background-color: #1a1a1a;
  height: 2px;
}

.more-btn .more-btn__link::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: -24px;
  width: 94.3px;
  background-color: #1a1a1a;
  z-index: 1;
}

@media screen and (max-width: 895px) {
  .more-btn .more-btn__link::after {
    width: 64px;
    right: -12px;
  }
}

.more-btn .more-btn__link::before {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  top: 38%;
  right: 21px;
  width: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}

@media screen and (max-width: 895px) {
  .more-btn .more-btn__link::before {
    width: 10px;
    right: 19px;
    top: 39%;
  }
}

.more-btn .more-btn__link .more-circle {
  position: relative;
  display: inline-block;
  content: "";
  width: 50px;
  border-radius: 50%;
  height: 50px;
  background-color: #FEF251;
}

@media screen and (max-width: 895px) {
  .more-btn .more-btn__link .more-circle {
    width: 40px;
    height: 40px;
  }
}

.more-btn .more-btn__link:hover::after {
  right: -39px;
  width: 104.3px;
}

.more-btn .more-btn__link:hover::before {
  right: 11px;
}

.opp-more-btn .more-btn__link {
  color: #fff;
}

.opp-more-btn .more-btn__link::before, .opp-more-btn .more-btn__link::after {
  background-color: #fff;
}

.opp-more-btn .more-btn__link .more-circle {
  background-color: inherit;
  border: 3px solid #FEF251;
}

._new-line {
  display: inline-block;
}

.header-right__lists__download {
  border: 1px solid #023E78;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-right__lists__download a {
  padding: 24px 32px;
  color: #023E78;
}

.header-right__lists__download:hover {
  background-color: #023E78;
}

.header-right__lists__download:hover a {
  color: #fff;
  opacity: 1;
}

._must-area {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 8px;
  background-color: #E61264;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 895px) {
  ._must-area {
    font-size: 0.714em;
  }
}

._check-form {
  text-align: center;
  margin-bottom: 46px;
}

._check-form label input {
  display: none;
}

._check-form label > span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

._check-form label > span a {
  color: #1a1a1a;
  font-size: 1.143em;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 895px) {
  ._check-form label > span a {
    font-size: 1em;
  }
}

._check-form label > span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  left: -23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 1em;
  border: 1px solid #3E3E3E;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 895px) {
  ._check-form label > span::before {
    width: 28px;
    height: 28px;
  }
}

._check-form label > span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #1a1a1a;
  border-left: 4px solid #1a1a1a;
  content: "";
  display: block;
  height: 18px;
  left: -23px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  width: 32px;
}

@media screen and (max-width: 895px) {
  ._check-form label > span::after {
    width: 28px;
    height: 16px;
  }
}

._check-form label input:checked + span::after {
  opacity: 1;
}

.header-right__lists__contact {
  border: 1px solid #023E78;
  background-color: #023E78;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-right__lists__contact a {
  padding: 24px 46px;
  color: #fff;
}

.header-right__lists__contact:hover {
  background-color: #002a52;
  border: 1px solid #002a52;
}

.header-right__lists__contact:hover a {
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1240px) {
  .is-xpc {
    display: none;
  }
}

@media screen and (min-width: 1241px) {
  .is-xsp {
    display: none;
  }
}

.active-header {
  position: fixed;
}

.active-header .header-inner .header-right__ham__top {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.active-header .header-inner .header-right__ham__middle {
  top: 50%;
  opacity: 0;
}

.active-header .header-inner .header-right__ham__bottom {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.active-header .header-inner .header-ham__menu {
  visibility: visible;
  opacity: 1;
}

.header {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}

.header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .header-inner {
    padding: 11px 20px;
  }
}

.header-left {
  width: 282px;
}

@media screen and (max-width: 1240px) {
  .header-left {
    max-width: 200px;
    width: 53.33vw;
  }
}

.header-right {
  margin-left: auto;
}

.header-right__lists li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right__lists li::after {
  position: absolute;
  content: "／";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: -35px;
}

.header-right__lists li {
  margin-left: 46px;
}

.header-right__lists li:nth-child(6) {
  margin-left: 32px;
}

.header-right__lists li:last-child {
  margin-left: 10px;
}

.header-right__lists li:nth-child(5)::after, .header-right__lists li:nth-child(6)::after, .header-right__lists li:nth-child(7)::after {
  display: none;
}

.header-right__ham {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 15px;
}

.header-right__ham__bar {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 2.1px;
  background-color: #002a52;
  border-radius: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-right__ham__top {
  top: 0;
}

.header-right__ham__middle {
  top: 50%;
  opacity: 1;
}

.header-right__ham__bottom {
  top: 100%;
}

.header .header-ham__menu {
  position: absolute;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #023E78;
}

.header .header-ham__menu .header-right__lists {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

.header .header-ham__menu .header-right__lists li {
  margin-left: 0;
  display: block;
  text-align: center;
  padding: 20px;
  text-align: center;
}

.header .header-ham__menu .header-right__lists li::after {
  display: none;
}

.header .header-ham__menu .header-right__lists li a {
  color: #fff;
}

.header .header-ham__menu .header-right__lists .header-right__lists__download,
.header .header-ham__menu .header-right__lists .header-right__lists__contact {
  margin: 0 auto;
  width: 295px;
  padding: 0;
}

.header .header-ham__menu .header-right__lists .header-right__lists__download a,
.header .header-ham__menu .header-right__lists .header-right__lists__contact a {
  padding: 22px 84px;
  display: inline-block;
  width: 100%;
}

.header .header-ham__menu .header-right__lists .header-right__lists__download {
  background-color: #023E78;
  border: 1px solid #fff;
  margin-bottom: 32px;
}

.header .header-ham__menu .header-right__lists .header-right__lists__download:hover {
  background-color: #fff;
}

.header .header-ham__menu .header-right__lists .header-right__lists__download:hover a {
  color: #023E78;
}

.header .header-ham__menu .header-right__lists .header-right__lists__contact {
  background-color: #fff;
  border: 1px solid #fff;
}

.header .header-ham__menu .header-right__lists .header-right__lists__contact a {
  color: #023E78;
}

.header .header-ham__menu .header-right__lists .header-right__lists__contact:hover {
  background-color: #023E78;
  border: 1px solid #023E78;
}

.header .header-ham__menu .header-right__lists .header-right__lists__contact:hover a {
  color: #fff;
}

/*====================================================================
                    ページタイトル
====================================================================*/
main {
  /*====================================================================
                        パンクず
    ====================================================================*/
}

main .top {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 17.42vw;
  background-image: url(./../img/02-about/mv-company_sp.png);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  main .top {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 5.33vw;
  }
}

main .top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 28.52vw;
  height: 100%;
  background-color: rgba(2, 62, 120, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  z-index: auto;
}

@media screen and (max-width: 600px) {
  main .top::before {
    width: 44vw;
  }
}

main .top .page-title-box {
  position: relative;
}

main .top .page-title-box .page-title,
main .top .page-title-box .page-title__sub {
  background-color: #fff;
  color: #023E78;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

main .top .page-title-box .page-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 4.69vw;
  margin-bottom: 6px;
}

@media screen and (max-width: 895px) {
  main .top .page-title-box .page-title {
    font-size: 8.53vw;
  }
}

main .top .page-title-box .page-title__sub {
  font-size: 1.429em;
}

@media screen and (max-width: 600px) {
  main .top .page-title-box .page-title__sub {
    font-size: 4.27vw;
  }
}

main .pan {
  margin-top: 12px;
  margin-bottom: 80px;
}

@media screen and (max-width: 895px) {
  main .pan {
    margin-bottom: 60px;
  }
}

main .pan .inner span {
  color: #1a1a1a;
  font-size: 12px;
}

main .pan .inner span .home span {
  margin-right: 5px;
  color: #888888;
}

/*====================================================================
                    footer
====================================================================*/
.footer {
  position: relative;
}

@media screen and (max-width: 895px) {
  .footer .action-area {
    display: block;
  }
}

.footer .action-area__item {
  width: 50%;
  background-position: center;
  background-size: cover;
  padding: 53px 0;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .footer .action-area__item {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 26px;
  }
}

.footer .action-area__item:first-child {
  background-image: url(./../img/01-top/img-download.png);
}

.footer .action-area__item:last-child {
  background-image: url(./../img/01-top/img-contact.png);
}

.footer .action-area__item__title, .footer .action-area__item__title__sub {
  color: #fff;
}

.footer .action-area__item__title {
  font-size: 3.75em;
  font-family: "Fira Sans", sans-serif;
}

@media screen and (max-width: 895px) {
  .footer .action-area__item__title {
    font-size: 2.857em;
  }
}

.footer .action-area__item__title__sub {
  font-size: 1.5em;
  margin-bottom: 35px;
}

@media screen and (max-width: 895px) {
  .footer .action-area__item__title__sub {
    font-size: 1.143em;
  }
}

.footer .action-area__item__btn {
  position: relative;
  display: inline-block;
  padding: 27px 97px;
  border: 3px solid #FEF251;
  font-size: 1.5em;
  color: #FEF251;
  font-family: "Fira Sans", sans-serif;
}

@media screen and (max-width: 895px) {
  .footer .action-area__item__btn {
    width: calc((295 / 375) * 100%);
    max-width: 295px;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.143em;
  }
}

.footer .action-area__item__btn::after {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 50%;
  left: 90%;
  content: "→";
  color: #FEF251;
  font-size: 1.5em;
}

.footer .action-area__item__btn:hover::after {
  left: 95%;
}

.footer .footer-info {
  padding-top: 110px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #1a1a1a;
}

@media screen and (max-width: 895px) {
  .footer .footer-info {
    padding-top: 65px;
    padding-bottom: 13px;
  }
}

.footer .footer-info__title {
  width: 28.75%;
  margin-bottom: 20px;
  display: inline-block;
}

@media screen and (max-width: 895px) {
  .footer .footer-info__title {
    width: calc((282 / 375) * 100%);
    max-width: 283px;
  }
}

.footer .footer-info__deta {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align-last: left;
  margin-bottom: 75px;
}

@media screen and (max-width: 895px) {
  .footer .footer-info__deta {
    margin-bottom: 40px;
  }
}

.footer .footer-info__deta li {
  color: #fff;
  font-size: 1em;
}

.footer .footer-info .footer-copyright {
  color: #fff;
  font-size: 1em;
}

@media screen and (max-width: 895px) {
  .footer .footer-info .footer-copyright {
    font-size: 0.857em;
  }
}

.footer .scroll-top {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .scroll-top:hover {
  opacity: .7;
}

/*====================================================================
                    index
====================================================================*/
.index {
  /*====================================================================
                    top
====================================================================*/
  /*====================================================================
                    about
====================================================================*/
  /*====================================================================
    service
====================================================================*/
  /*====================================================================
                    case_study
====================================================================*/
  /*====================================================================
                    news
====================================================================*/
}

.index .top-section-title {
  font-size: 7.143em;
  font-family: "Fira Sans", sans-serif;
  color: #023E78;
}

@media screen and (max-width: 895px) {
  .index .top-section-title {
    font-size: 3.714em;
  }
}

.index .top-section-title__sub {
  font-size: 24px;
  font-weight: bold;
  color: #023E78;
}

@media screen and (max-width: 895px) {
  .index .top-section-title__sub {
    font-size: 1.143em;
  }
}

.index .index-top {
  background-color: #fff;
  margin-bottom: 150px;
}

.index .index-top-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index .index-top-text-wrap {
  width: calc(100% - 92.8906%);
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .index .index-top-text-wrap {
    width: calc(100% - ((335 / 375) * 100%));
  }
}

.index .index-top-text-wrap .index-top-text-box {
  position: absolute;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  bottom: 60px;
  right: 41px;
  width: 50vw;
}

@media screen and (max-width: 600px) {
  .index .index-top-text-wrap .index-top-text-box {
    width: 90vw;
    right: 20px;
    bottom: 24px;
  }
}

.index .index-top-text-wrap .index-top-text-box__title {
  font-size: 4.6875vw;
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
}

@media screen and (max-width: 600px) {
  .index .index-top-text-wrap .index-top-text-box__title {
    font-size: 10.67vw;
  }
  .index .index-top-text-wrap .index-top-text-box__title ._ssp-br {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.index .index-top-text-wrap .index-top-text-box__title ._new-line {
  background-color: #fff;
  margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
  .index .index-top-text-wrap .index-top-text-box__title ._new-line {
    margin-bottom: 8px;
  }
}

.index .index-top-text-wrap .index-top-text-box__txt {
  display: inline-block;
  font-family: "Fira Sans", sans-serif;
  background-color: #023E78;
  color: #fff;
  font-size: 1.5625vw;
  padding: 5px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .index .index-top-text-wrap .index-top-text-box__txt {
    font-size: 4.27vw;
    padding: 0;
  }
}

.index .index-top-picture-box {
  width: calc((1189 / 1280) * 100%);
}

.index .index-top-picture-box .slick-arrow {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .index .index-top-picture-box {
    width: calc((335 / 375) * 100%);
    max-width: 450px;
  }
}

.index .index-top-picture-box__pic {
  margin: 0;
}

.index .about {
  position: relative;
  padding-bottom: 121px;
}

.index .about::after {
  position: absolute;
  content: "";
  background-image: url(./../img/01-top/bg-company.png);
  background-position: center;
  background-size: cover;
  width: 39%;
  max-height: 800px;
  height: auto;
  padding-top: 62.5%;
  top: -100px;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 1280px) {
  .index .about::after {
    padding-top: 800px;
  }
}

@media screen and (max-width: 895px) {
  .index .about::after {
    display: none;
    max-width: none;
    width: calc((295 / 375) * 100%);
    padding-top: 81.4917%;
    top: 40%;
    right: 0;
  }
}

.index .about .rotate-bg {
  top: 56.5%;
}

@media screen and (max-width: 895px) {
  .index .about .rotate-bg {
    top: 60%;
  }
}

.index .about-wrap {
  margin-bottom: 21px;
  margin-top: 100px;
}

.index .about-title-box {
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .about-title-box__text {
  color: #023E78;
}

@media screen and (max-width: 895px) {
  .index .about-title-box__text {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .index .about .about-main-wrap .about-right .more-btn {
    margin-top: 24px;
  }
}

.index .about-main-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index .about-main-wrap .about-left {
  width: calc(100% - 40px - 65.545454%);
}

.index .about-main-wrap .about-right {
  width: calc(100% - 40px - 34.454545%);
}

@media screen and (max-width: 895px) {
  .index .about-main-wrap {
    display: block;
  }
  .index .about-main-wrap .about-left,
  .index .about-main-wrap .about-right {
    width: 100%;
  }
  .index .about-main-wrap .about-left {
    margin-bottom: 72px;
  }
  .index .about-main-wrap .about-right {
    position: relative;
  }
  .index .about-main-wrap .about-right::after {
    position: absolute;
    content: "";
    background-image: url(./../img/01-top/bg-company.png);
    background-position: center;
    background-size: cover;
    height: auto;
    z-index: -1;
    width: calc((295 / 375) * 100%);
    padding-top: 100.4917%;
    right: -20px;
    top: -40px;
    bottom: 0;
  }
  .index .about-main-wrap .about-right .more-btn {
    margin-top: 36px;
  }
}

.index .service {
  margin-top: 121px;
  position: relative;
  padding-bottom: 105px;
}

@media screen and (max-width: 895px) {
  .index .service {
    padding-bottom: 170px;
  }
}

.index .service .rotate-bg {
  top: 75%;
}

@media screen and (max-width: 895px) {
  .index .service .rotate-bg {
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    max-height: 2000px;
    height: 45%;
  }
}

.index .service-title-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 87px;
}

.index .service-lists {
  margin-left: -70px;
  position: relative;
}

@media screen and (max-width: 895px) {
  .index .service-lists {
    display: block;
    margin-left: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-left: 15px;
  }
}

.index .service-lists-item {
  width: calc((100% - 70px ) / 3);
  margin-left: 70px;
}

@media screen and (max-width: 895px) {
  .index .service-lists-item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

.index .service-lists-item:first-child {
  margin-top: 0;
}

.index .service-lists-item:nth-child(2) {
  margin-top: 55px;
}

.index .service-lists-item:last-child {
  margin-top: 110px;
}

.index .service-lists-item__img {
  padding-top: 134.4375%;
  position: relative;
  margin-bottom: 10px;
}

.index .service-lists-item__img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.index .service-lists-item__img__nom {
  position: absolute;
  display: inline-block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  top: -54.5px;
  right: 0;
  width: 109px;
  height: 125px;
}

.index .service-lists-item__img__title {
  position: absolute;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  bottom: 34px;
  left: -34px;
}

@media screen and (max-width: 895px) {
  .index .service-lists-item__img__title {
    left: -14px;
  }
}

.index .service-lists-item__img__title span {
  display: inline-block;
  background-color: #fff;
  font-size: 2.19vw;
  font-weight: bold;
  color: #023E78;
  margin-top: 9px;
}

@media screen and (min-width: 1280px) {
  .index .service-lists-item__img__title span {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 895px) {
  .index .service-lists-item__img__title span {
    font-size: 4.67vw;
  }
}

@media screen and (max-width: 600px) {
  .index .service-lists-item__img__title span {
    font-size: 7.47vw;
  }
}

.index .service-lists-item__text {
  line-height: 1.7142;
}

.index .service .is-sp {
  margin-top: 40px;
}

.index .case_study {
  background-image: url(./../img/01-top/bg-case.png);
  background-size: cover;
  background-position: center;
  padding: 100px 0 120px;
  margin-bottom: 0;
}

@media screen and (max-width: 895px) {
  .index .case_study {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.index .case_study-title-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 80px;
}

.index .case_study-title-wrap .case_study-title-box .top-section-title,
.index .case_study-title-wrap .case_study-title-box .top-section-title__sub {
  color: #fff;
}

.index .case_study-lists {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -70px;
  margin-bottom: -64px;
}

@media screen and (max-width: 895px) {
  .index .case_study-lists {
    margin-bottom: -4px;
    margin-left: -40px;
  }
}

@media screen and (max-width: 600px) {
  .index .case_study-lists {
    display: block;
    margin-left: 0;
  }
}

.index .case_study-lists__link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 210px) / 3);
          flex: 1 1 calc((100% - 210px) / 3);
  margin-left: 70px;
}

@media screen and (max-width: 895px) {
  .index .case_study-lists__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 140px) / 2);
            flex: 1 1 calc((100% - 140px) / 2);
    margin-left: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  .index .case_study-lists__link {
    width: 100%;
    margin-left: 0;
  }
}

.index .case_study-lists__link-item {
  margin-bottom: 64px;
}

@media screen and (max-width: 895px) {
  .index .case_study-lists__link-item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  .index .case_study-lists__link-item {
    margin-left: 0;
  }
}

.index .case_study-lists__link-item__img {
  margin-bottom: 10px;
}

.index .case_study-lists__link-item__text {
  position: relative;
}

.index .case_study-lists__link-item__text__title, .index .case_study-lists__link-item__text__tag {
  color: #fff;
}

.index .case_study-lists__link-item__text__title {
  font-size: 1.143em;
  margin-bottom: 12px;
}

.index .case_study-lists__link-item__text__tag {
  display: inline-block;
  font-size: 1em;
  padding: 2px 11px;
  border: 1px solid #fff;
}

.index .case_study-lists__link-item__text > span {
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, 25%);
          transform: translate(-50%, 25%);
  bottom: 2px;
  right: 0;
}

.index .news {
  padding: 165px 0;
  position: relative;
}

@media screen and (max-width: 895px) {
  .index .news {
    padding-top: 60px;
    padding-bottom: 210px;
  }
}

.index .news .rotate-bg {
  -webkit-clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
          clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
  max-height: 640px;
  top: 78%;
}

@media screen and (max-width: 895px) {
  .index .news .rotate-bg {
    top: 55%;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
    max-height: none;
    height: 75%;
  }
}

@media screen and (max-width: 600px) {
  .index .news .rotate-bg {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  }
}

.index .news .news-title-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 895px) {
  .index .news .news-title-wrap {
    margin-bottom: 60px;
  }
}

.index .news .news-lists {
  -webkit-box-shadow: 0 3px 12px #00000029;
          box-shadow: 0 3px 12px #00000029;
  max-width: 768px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}

@media screen and (max-width: 895px) {
  .index .news .news-lists {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}

.index .news .news-lists__item {
  margin-top: 20px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 33px;
}

.index .news .news-lists__item .news-lists__link {
  display: block;
}

.index .news .news-lists__item .news-lists__link .news-lists__item__top {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.index .news .news-lists__item .news-lists__link .news-lists__item__top__tag {
  border: 1px solid #D33365;
  color: #D33365;
  padding: 4px 20px;
}

@media screen and (max-width: 895px) {
  .index .news .news-lists__item .news-lists__link .news-lists__item__top__tag {
    font-size: 0.857em;
  }
}

.index .news .news-lists__item .news-lists__link .news-lists__item__top time {
  color: #888;
}

.index .news .news-lists__item .news-lists__link .lists__item__title {
  font: size 1.143em;
}

/*====================================================================
                    about
====================================================================*/
main {
  /*====================================================================
                        com-slogan
    ====================================================================*/
  /*====================================================================
                    overview
====================================================================*/
  /*====================================================================
                    役員紹介
====================================================================*/
}

main .mission {
  margin-bottom: 260px;
}

main .mission .com-slogan__bg {
  background-image: url(./../img/02-about/img-company01_pc.png);
}

main .vision {
  margin-bottom: 290px;
}

main .vision .com-slogan__bg {
  background-image: url(./../img/02-about/img-company02_pc.png);
}

main .com-slogan .com-slogan__bg {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 40px 20px;
  padding-bottom: 175px;
}

@media screen and (max-width: 600px) {
  main .com-slogan .com-slogan__bg {
    padding-bottom: 255px;
  }
}

main .com-slogan .com-slogan__bg .com-slogan-title-box .com-slogan-title,
main .com-slogan .com-slogan__bg .com-slogan-title-box .com-slogan-title__sub {
  font-weight: bold;
  color: #fff;
}

main .com-slogan .com-slogan__bg .com-slogan-title-box .com-slogan-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 7.81vw;
}

@media screen and (max-width: 600px) {
  main .com-slogan .com-slogan__bg .com-slogan-title-box .com-slogan-title {
    font-size: 13.87vw;
  }
}

main .com-slogan .com-slogan__bg .com-slogan-title-box .com-slogan-title__sub {
  font-size: 1.714em;
}

main .com-slogan .com-slogan__bg .com-slogan__text-box {
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: 83%;
  left: 50%;
  width: 62.5454%;
  background-color: #fff;
  padding: 32px 40px;
  -webkit-box-shadow: 0 3px 12px #00000029;
          box-shadow: 0 3px 12px #00000029;
}

main .com-slogan .com-slogan__bg .com-slogan__text-box .com-slogan__text__title {
  text-align: center;
  color: #023E78;
  font-size: 1.714em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4583em;
}

@media screen and (max-width: 600px) {
  main .com-slogan .com-slogan__bg .com-slogan__text-box {
    width: calc((335 / 375) * 100%);
    padding: 20px;
  }
  main .com-slogan .com-slogan__bg .com-slogan__text-box .com-slogan__text__title {
    font-size: 1.429em;
    margin-bottom: 20px;
  }
}

main .overview {
  background-image: url(./../img/02-about/bg-overview.png);
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 600px) {
  main .overview {
    padding: 60px 20px;
  }
}

main .overview-wrap {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 600px) {
  main .overview-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

main .overview-wrap .overview-title {
  text-align: center;
  font-size: 1.714em;
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  main .overview-wrap .overview-title {
    margin-bottom: 40px;
  }
}

main .overview-wrap .overview-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E8EAEC;
  position: relative;
}

main .overview-wrap .overview-list > li:last-child {
  border-bottom: 1px solid #E8EAEC;
}

main .overview-wrap .overview-list > li:last-child::after {
  bottom: -1px;
  border-bottom: 1px solid #023E78;
}

main .overview-wrap .overview-list > li::after {
  position: absolute;
  content: "";
  width: 29%;
  max-width: 200px;
  top: -1px;
  border-top: 1px solid #023E78;
}

main .overview-wrap .overview-list__title {
  padding-left: 23px;
  height: 100%;
  width: 29%;
  max-width: 200px;
}

@media screen and (max-width: 600px) {
  main .overview-wrap .overview-list__title {
    padding-left: 0;
  }
}

main .overview-wrap .overview-list__text {
  padding: 23px 0 23px 36px;
  width: 71%;
}

@media screen and (max-width: 600px) {
  main .overview-wrap .overview-list__text {
    padding: 16px 0 16px 20px;
    word-break: break-all;
  }
}

main .introduction {
  margin-top: 120px;
  padding-bottom: 184px;
  position: relative;
}

@media screen and (max-width: 600px) {
  main .introduction {
    margin-top: 60px;
    padding-bottom: 164px;
  }
}

main .introduction .rotate-bg {
  top: 76%;
}

@media screen and (max-width: 895px) {
  main .introduction .rotate-bg {
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    top: 70%;
    height: 59%;
  }
}

main .introduction-wrap .introduction-title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.714em;
  font-weight: bold;
}

main .introduction-wrap .introduction-list {
  margin-bottom: -60px;
}

main .introduction-wrap .introduction-list__item {
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
  main .introduction-wrap .introduction-list__item {
    display: block;
    margin-bottom: 40px;
  }
}

main .introduction-wrap .introduction-list__item__text {
  width: calc((100% - 34.553%) - 40px);
}

@media screen and (max-width: 600px) {
  main .introduction-wrap .introduction-list__item__text {
    width: 100%;
  }
}

main .introduction-wrap .introduction-list__item__text__title {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 1.429em;
}

main .introduction-wrap .introduction-list__item__text__title__tag {
  font-size: 1em;
}

main .introduction-wrap .introduction-list__item__text__title__tag span {
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  main .introduction-wrap .introduction-list__item__text__title {
    margin-bottom: 20px;
  }
  main .introduction-wrap .introduction-list__item__text__title .introduction-list__item__text__title__tag {
    font-size: 1em;
  }
}

main .introduction-wrap .introduction-list__item__text__txt {
  margin-bottom: 32px;
}

@media screen and (max-width: 600px) {
  main .introduction-wrap .introduction-list__item__text__txt {
    margin-bottom: 24px;
  }
}

main .introduction-wrap .introduction-list__item__text__sns-item {
  width: 32px;
  height: 32px;
  margin-right: 24px;
}

@media screen and (max-width: 600px) {
  main .introduction-wrap .introduction-list__item__text__sns-item {
    margin-right: 20px;
    width: 30px;
    height: 30px;
  }
}

main .introduction-wrap .introduction-list__item__text__sns-item a {
  display: block;
  width: 100%;
  height: 100%;
}

main .introduction-wrap .introduction-list__item__img {
  width: 34.553%;
}

@media screen and (max-width: 600px) {
  main .introduction-wrap .introduction-list__item__img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  main .introduction-wrap .introduction-list__item__img img {
    width: calc((240 / 335) * 100%);
  }
}

/*====================================================================
                    works
====================================================================*/
/*====================================================================
                    com-service
====================================================================*/
main {
  /*====================================================================
                    flow
====================================================================*/
  /*====================================================================
                    よくある質問
====================================================================*/
}

main .com-service-desc {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 1.71428em;
}

@media screen and (max-width: 895px) {
  main .com-service-desc {
    font-size: 1.429em;
  }
}

main .com-service-wrap {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

main .com-service-wrap .com-service-text-wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 12px #00000029;
          box-shadow: 0 3px 12px #00000029;
  width: 50%;
  padding: 80px 40px 60px 40px;
  z-index: 1;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap .com-service-text-wrap {
    width: 100%;
    margin-top: 250px;
    padding: 40px 20px;
  }
}

main .com-service-wrap .com-service-text-wrap .com-service-text__nom {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  font-size: 7.143em;
  font-family: "Fira Sans", sans-serif;
  color: #023E78;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap .com-service-text-wrap .com-service-text__nom {
    font-size: 18.13vw;
  }
}

main .com-service-wrap .com-service-text-wrap .com-service-text__title {
  font-weight: bold;
  font-size: 2.857em;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap .com-service-text-wrap .com-service-text__title {
    font-size: 2em;
  }
  main .com-service-wrap .com-service-text-wrap .com-service-text__title span {
    display: inline-block;
  }
}

main .com-service-wrap .com-service-text-wrap .com-service-text__title__sub {
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.143em;
  margin-bottom: 60px;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap .com-service-text-wrap .com-service-text__title__sub {
    font-size: 1em;
    margin-bottom: 32px;
  }
}

main .com-service-wrap .com-service-text-wrap .com-service-text__txt {
  margin-bottom: 60px;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap .com-service-text-wrap .com-service-text__txt {
    margin-bottom: 32px;
  }
}

main .com-service-wrap .com-service-text-wrap .com-service-text__info-wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap .com-service-text-wrap .com-service-text__info-wrap {
    margin-bottom: 32px;
  }
}

main .com-service-wrap .com-service-text-wrap .com-service-text__info-wrap .com-service-text__item {
  border-top: 1px solid #CCCCCC;
  padding: 34px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap .com-service-text-wrap .com-service-text__info-wrap .com-service-text__item {
    padding: 20px 0;
  }
}

main .com-service-wrap .com-service-text-wrap .com-service-text__info-wrap .com-service-text__item:last-child {
  border-bottom: 1px solid #CCCCCC;
}

main .com-service-wrap .com-service-text-wrap .com-service-text__info-wrap .com-service-text__item__title {
  width: 32px;
}

main .com-service-wrap .com-service-text-wrap .com-service-text__info-wrap .com-service-text__item__txt {
  width: calc(100% - 32px - 50px);
  font-weight: bold;
}

main .com-service-wrap .com-service-image-wrap {
  width: 47.4576%;
  z-index: 0;
}

@media screen and (max-width: 895px) {
  main .com-service-wrap .com-service-image-wrap {
    position: absolute;
    top: -212px;
    width: calc((188 / 375) * 100%);
  }
}

main .com-service__odd {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}

@media screen and (max-width: 895px) {
  main .com-service__odd {
    margin-left: 0;
    margin-top: 0;
    margin-left: 0;
  }
}

main .com-service__odd .com-service-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
  margin-top: -70px;
}

main .com-service__odd .com-service-wrap .com-service-text-wrap {
  margin-right: -60px;
}

@media screen and (max-width: 895px) {
  main .com-service__odd .com-service-wrap .com-service-text-wrap {
    margin-right: 0;
  }
}

main .com-service__odd .com-service-wrap .com-service-text-wrap .com-service-text__nom {
  left: 100px;
}

main .com-service__odd .com-service-wrap .com-service-image-wrap {
  margin-right: -60px;
  margin-top: 77px;
}

@media screen and (max-width: 895px) {
  main .com-service__odd .com-service-wrap .com-service-image-wrap {
    margin: 0;
    right: 0;
    top: -165px;
  }
}

main .com-service__even {
  position: relative;
  padding-bottom: 200px;
  padding-top: 150px;
  padding-left: 50px;
}

@media screen and (max-width: 895px) {
  main .com-service__even {
    padding: 0;
  }
}

main .com-service__even .rotate-bg {
  position: absolute;
  max-height: 1350px;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}

main .com-service__even .com-service-wrap {
  margin-right: 80px;
}

@media screen and (max-width: 895px) {
  main .com-service__even .com-service-wrap {
    margin-top: 0;
  }
}

main .com-service__even .com-service-wrap .com-service-text-wrap {
  margin-left: -60px;
}

@media screen and (max-width: 895px) {
  main .com-service__even .com-service-wrap .com-service-text-wrap {
    margin-left: 0;
  }
}

main .com-service__even .com-service-wrap .com-service-text-wrap .com-service-text__nom {
  right: 0px;
}

main .com-service__even .com-service-wrap .com-service-image-wrap {
  margin-top: 77px;
}

@media screen and (max-width: 895px) {
  main .com-service__even .com-service-wrap .com-service-image-wrap {
    left: 0;
  }
}

main .flow {
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url(./../img/03-service/bg-service-flow.png);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 895px) {
  main .flow {
    margin-top: 60px;
    padding: 60px 0;
  }
}

main .flow .flow-title {
  font-size: 1.714em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 109px;
}

@media screen and (max-width: 895px) {
  main .flow .flow-title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main .flow .flow-wrap .flow-item__step-wrap {
  width: 100%;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-item__step-wrap {
    width: calc(100% - ((275 / 334) * 100%) - 18px);
    margin-right: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

main .flow .flow-wrap .flow-item__step-wrap .flow-item__step {
  width: calc(25% + 15px);
  margin-left: -5px;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-item__step-wrap .flow-item__step {
    margin-right: 0;
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

main .flow .flow-wrap .flow-item__step-wrap .flow-item__step:first-child {
  margin-left: 0;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-item__step-wrap .flow-item__step:first-child {
    margin-left: auto;
  }
}

main .flow .flow-wrap .flow-item__step-wrap .flow-item__step__tag, main .flow .flow-wrap .flow-item__step-wrap .flow-item__step__nom {
  color: #FFF400;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.429em;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-item__step-wrap .flow-item__step__tag, main .flow .flow-wrap .flow-item__step-wrap .flow-item__step__nom {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
  }
}

main .flow .flow-wrap .flow-item__step-wrap .flow-item__step__nom {
  font-size: 2.857em;
  margin-top: 4px;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-lists {
    display: block;
    width: calc((275 / 334) * 100%);
  }
}

main .flow .flow-wrap .flow-lists .flow-item {
  width: calc(25% + 15px);
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
          clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
  padding: 45px 40px 20px 43px;
  list-style: none;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-lists .flow-item {
    width: 100%;
    -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
            clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
    margin-bottom: -41px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 68px;
  }
}

main .flow .flow-wrap .flow-lists .flow-item__text__title {
  font-size: 1.429em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #023E78;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-lists .flow-item__text__title {
    text-align: center;
    font-size: 1.286em;
    margin-bottom: 9px;
  }
}

main .flow .flow-wrap .flow-lists .flow-item__text__txt span {
  color: #E61264;
}

main .flow .flow-wrap .flow-lists .flow-item:first-child {
  -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
  background-color: #EDF3F8;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-lists .flow-item:first-child {
    -webkit-clip-path: polygon(53% 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
            clip-path: polygon(53% 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
    padding-top: 20px;
  }
}

main .flow .flow-wrap .flow-lists .flow-item:nth-child(2) {
  background-color: #DDE8F0;
  margin-left: -15px;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-lists .flow-item:nth-child(2) {
    margin-left: 0;
  }
}

main .flow .flow-wrap .flow-lists .flow-item:nth-child(3) {
  background-color: #C7DBE9;
  margin-left: -15px;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-lists .flow-item:nth-child(3) {
    margin-left: 0;
  }
}

main .flow .flow-wrap .flow-lists .flow-item:last-child {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  background-color: #B0D0E5;
  margin-left: -15px;
}

@media screen and (max-width: 895px) {
  main .flow .flow-wrap .flow-lists .flow-item:last-child {
    -webkit-clip-path: polygon(50% 13%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0% 0%);
            clip-path: polygon(50% 13%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0% 0%);
    margin-left: 0;
    padding-bottom: 20px;
  }
}

main .qa {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media screen and (max-width: 895px) {
  main .qa {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

main .qa .qa-title {
  font-size: 1.714em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 895px) {
  main .qa .qa-title {
    margin-bottom: 40px;
  }
}

main .qa-wrap .qa-item {
  cursor: pointer;
  border-bottom: 1px solid #DDDDDD;
}

main .qa-wrap .qa-item__q {
  font-size: 1.429em;
  font-weight: bold;
  position: relative;
  padding: 32px 0;
}

@media screen and (max-width: 895px) {
  main .qa-wrap .qa-item__q {
    font-size: 1.143em;
    padding: 16px 0;
  }
}

main .qa-wrap .qa-item__q span:first-child {
  width: calc(100% - 60px);
  display: inline-block;
}

main .qa-wrap .qa-item__q span:last-child {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: 12px;
}

main .qa-wrap .qa-item__a {
  padding: 0 60px 33px 40px;
  display: none;
}

@media screen and (max-width: 895px) {
  main .qa-wrap .qa-item__a {
    padding: 0;
    padding-bottom: 16px;
  }
}

main .qa-wrap .open .qa-item__q {
  color: #E61264;
}

main .qa-wrap .open .qa-item__q span:last-child {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 36%;
  right: 20px;
}

main .qa-wrap .open .qa-item__a {
  display: block;
}

/*====================================================================
                    news
====================================================================*/
.news {
  /*====================================================================
                    news-main
====================================================================*/
  /*====================================================================
news-relation
====================================================================*/
}

.news > .inner {
  margin-top: 80px;
  margin-bottom: 160px;
}

@media screen and (max-width: 895px) {
  .news > .inner {
    display: block;
    margin-bottom: 100px;
    margin-top: 0;
  }
}

.news .news-main {
  width: calc((100% - ((300 / 1100) * 100%)) - 40px);
  margin-right: 40px;
}

@media screen and (max-width: 895px) {
  .news .news-main {
    width: 100%;
  }
}

.news .news-main .news-title {
  font-size: 2.286em;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 895px) {
  .news .news-main .news-title {
    font-size: 1.429em;
    margin-bottom: 20px;
  }
}

.news .news-main .news-lists {
  margin-bottom: -40px;
}

@media screen and (max-width: 895px) {
  .news .news-main .news-lists {
    margin-bottom: -22px;
  }
}

.news .news-main .news-lists__item {
  margin-bottom: 40px;
}

@media screen and (max-width: 895px) {
  .news .news-main .news-lists__item {
    margin-bottom: 22px;
  }
}

.news .news-main .news-lists__item a .news-lists__item__img {
  position: relative;
  width: calc((250 / 760) * 100%);
  padding-top: 20%;
  overflow: hidden;
}

.news .news-main .news-lists__item a .news-lists__item__img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 895px) {
  .news .news-main .news-lists__item a .news-lists__item__img {
    width: calc((120 / 335) * 100%);
    padding-top: 27%;
  }
  .news .news-main .news-lists__item a .news-lists__item__img img {
    height: 100%;
  }
}

.news .news-main .news-lists__item a .news-lists__item__text {
  margin-left: 20px;
  width: calc(100% - ((250 / 760) * 100%));
}

@media screen and (max-width: 895px) {
  .news .news-main .news-lists__item a .news-lists__item__text {
    margin-left: 12px;
    width: calc(100% - ((120 / 335) * 100%));
  }
}

.news .news-main .news-lists__item a .news-lists__item__text__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 895px) {
  .news .news-main .news-lists__item a .news-lists__item__text__info {
    margin-bottom: 6px;
  }
}

.news .news-main .news-lists__item a .news-lists__item__text__info span {
  display: inline-block;
  font-size: 1em;
  color: #E61264;
  padding: 4px 18px;
  border: 1px solid #E61264;
}

@media screen and (max-width: 895px) {
  .news .news-main .news-lists__item a .news-lists__item__text__info span {
    font-size: 0.857em;
    padding: 4px 10px;
    line-height: 1;
  }
}

.news .news-main .news-lists__item a .news-lists__item__text__info time {
  color: #888888;
}

.news .news-main .news-lists__item a .news-lists__item__text__title {
  font-size: 1.143em;
  font-weight: bold;
  margin-top: 16px;
  color: #023E78;
}

@media screen and (max-width: 895px) {
  .news .news-main .news-lists__item a .news-lists__item__text__title {
    margin-top: 0;
    font-size: 1em;
  }
}

.news .news-main .pagination {
  margin-top: 60px;
}

.news .news-main .pagination-lists {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 895px) {
  .news .news-main .pagination-lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news .news-main .pagination-lists .page-numbers {
  display: inline-block;
  margin-right: 8px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #888888;
  background-color: #F8F8F8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 895px) {
  .news .news-main .pagination-lists .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    line-height: 40px;
  }
}

.news .news-main .pagination-lists .page-numbers:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 895px) {
  .news .news-main .pagination-lists .page-numbers:first-child {
    margin-right: 6px;
  }
}

.news .news-main .pagination-lists .page-numbers:last-child {
  margin-right: 0;
  margin-left: 14px;
}

@media screen and (max-width: 895px) {
  .news .news-main .pagination-lists .page-numbers:last-child {
    margin-left: 0;
  }
}

.news .news-main .pagination-lists .page-numbers:hover {
  background-color: #023E78;
  color: #fff;
}

.news .news-main .pagination-lists .page-numbers img {
  max-width: 9px;
  height: auto;
}

@media screen and (max-width: 895px) {
  .news .news-main .pagination-lists .page-numbers img {
    max-width: 7px;
  }
}

.news .news-main .pagination-lists .current {
  background-color: #023E78;
  color: #fff;
}

.news .news-sub {
  width: calc((300 / 1100) * 100%);
}

@media screen and (max-width: 895px) {
  .news .news-sub {
    width: 100%;
    margin-top: 100px;
  }
}

.news .news-sub .news-relation {
  margin-bottom: 80px;
}

@media screen and (max-width: 895px) {
  .news .news-sub .news-relation {
    margin-bottom: 60px;
  }
}

.news .news-sub .news-relation-lists {
  margin-bottom: -20px;
}

.news .news-sub .news-relation-lists__item {
  margin-bottom: 20px;
}

.news .news-sub .news-relation-lists__item a .news-relation-lists__item__img {
  position: relative;
  width: calc((100 / 300) * 100%);
  padding-top: 33.333334%;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.news .news-sub .news-relation-lists__item a .news-relation-lists__item__img img {
  position: absolute;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 895px) {
  .news .news-sub .news-relation-lists__item a .news-relation-lists__item__img {
    width: calc((120 / 335) * 100%);
    padding-top: 27%;
  }
  .news .news-sub .news-relation-lists__item a .news-relation-lists__item__img img {
    width: 100%;
  }
}

.news .news-sub .news-relation-lists__item a .news-relation-lists__item__text {
  margin-left: 10px;
  width: calc(100% - 10px - ((100 / 300) * 100%));
}

@media screen and (max-width: 895px) {
  .news .news-sub .news-relation-lists__item a .news-relation-lists__item__text {
    margin-left: 12px;
  }
}

.news .news-sub .news-relation-lists__item a .news-relation-lists__item__text .news-relation-lists__item__text__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

@media screen {
  .news .news-sub .news-relation-lists__item a .news-relation-lists__item__text .news-relation-lists__item__text__info {
    margin-bottom: 6px;
  }
}

.news .news-sub .news-relation-lists__item a .news-relation-lists__item__text .news-relation-lists__item__text__info span {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #E61264;
  color: #E61264;
}

@media screen and (max-width: 895px) {
  .news .news-sub .news-relation-lists__item a .news-relation-lists__item__text .news-relation-lists__item__text__info span {
    font-size: 0.857em;
    padding: 4px 10px;
    line-height: 1;
  }
}

.news .news-sub .news-relation-lists__item a .news-relation-lists__item__text .news-relation-lists__item__text__info time {
  color: #888888;
}

.news .news-sub .news-relation-lists__item a .news-relation-lists__item__text .news-relation-lists__item__text__title {
  color: #023E78;
}

.news .news-sub .category .news-category-lists__item {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 20px;
}

.news .news-sub .category .news-category-lists__item:first-child {
  border-top: 1px solid #DDDDDD;
}

.news .news-sub .category .news-category-lists__item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #023E78;
}

.news .news-sub .category .news-category-lists__item a img {
  width: 9px;
  height: auto;
  margin-right: 9px;
}

/*====================================================================
                    contact
====================================================================*/
.contact {
  /*====================================================================
                    contact
====================================================================*/
  /*====================================================================
                    contact-after
====================================================================*/
}

.contact-area {
  margin-bottom: 160px;
}

.contact-area .contact-desc {
  margin-bottom: 80px;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-desc {
    margin-bottom: 60px;
  }
}

.contact-area .contact-area-wrap .contact-title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.714em;
  font-weight: bold;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap .contact-title {
    margin-bottom: 40px;
  }
}

.contact-area .contact-area-wrap form .contact-area-form > br {
  display: none;
}

.contact-area .contact-area-wrap form .contact-area-form__item {
  width: 100%;
  display: block;
  margin-bottom: 32px;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form__item {
    margin-bottom: 20px;
  }
}

.contact-area .contact-area-wrap form .contact-area-form__item label {
  font-size: 1.286em;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form__item label {
    font-size: 1em;
    margin-bottom: 6px;
  }
}

.contact-area .contact-area-wrap form .contact-area-form__item input,
.contact-area .contact-area-wrap form .contact-area-form__item select,
.contact-area .contact-area-wrap form .contact-area-form__item textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 6px 12px;
  width: 100%;
  background-color: #fff;
}

.contact-area .contact-area-wrap form .contact-area-form__item input::-webkit-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item select::-webkit-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item input:-ms-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item select:-ms-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item input::-ms-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item select::-ms-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item textarea::-ms-input-placeholder {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item input::placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item select::placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item textarea::placeholder {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item input:focus,
.contact-area .contact-area-wrap form .contact-area-form__item select:focus,
.contact-area .contact-area-wrap form .contact-area-form__item textarea:focus {
  border: 1px solid #6b6b6b;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact-area .contact-area-wrap form .contact-area-form__item select {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item textarea {
  max-height: 300px;
  min-height: 100px;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form__item textarea {
    height: 140px;
    max-height: 240px;
  }
}

.contact-area .contact-area-wrap form .contact-area-form__item__select {
  position: relative;
  cursor: pointer;
}

.contact-area .contact-area-wrap form .contact-area-form__item__select::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 15px;
  top: 50%;
  border-right: 2px solid #1a1a1a;
  border-top: 2px solid #1a1a1a;
  height: 8px;
  width: 8px;
  pointer-events: none;
  z-index: 1;
}

.contact-area .contact-area-wrap form .contact-area-form ._check-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap {
  padding: 0;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  background-color: #fff;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input {
  position: relative;
  padding: 24px 80px;
  border: 1px solid #023E78;
  color: #023E78;
  font-size: 1.143em;
  display: inline;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input {
    display: inline-block;
    padding: 26px 0;
    text-align: center;
    width: calc((295 / 335) * 100%);
    font-size: 1em;
  }
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input::after {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 50%;
  left: 90%;
  content: "→";
  color: #023E78;
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input:hover {
  background-color: #023E78;
  color: #fff;
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input:hover::after {
  display: none;
}

.contact .contact-desc__to-top a {
  color: #023E78;
  padding-left: 5px;
  text-decoration: underline;
}

/*====================================================================
                    contact-after
====================================================================*/
/*====================================================================
                    news-show
====================================================================*/
.news {
  /*====================================================================
                        news-main
    ====================================================================*/
}

.news .news-show-main__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 895px) {
  .news .news-show-main__info {
    margin-bottom: 6px;
  }
}

.news .news-show-main__info a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #E61264;
  color: #E61264;
  font-size: 1em;
  line-height: 1;
}

@media screen and (max-width: 895px) {
  .news .news-show-main__info a {
    padding: 6px 12px;
    font-size: 0.857em;
  }
}

.news .news-show-main__info time {
  color: #888888;
  font-size: 1em;
}

.news .news-show-main__title {
  font-size: 1.714em;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.38em;
}

@media screen and (max-width: 895px) {
  .news .news-show-main__title {
    font-size: 1.429em;
    line-height: 1.4;
    margin-bottom: 24px;
  }
}

.news .news-show-main__thum {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
  margin-bottom: 40px;
}

.news .news-show-main__thum img {
  position: absolute;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.news .news-show-main ._com-news-show-title {
  font-weight: bold;
  margin-bottom: 20px;
  color: #023E78;
}

.news .news-show-main h2,
.news .news-show-main h3,
.news .news-show-main h4,
.news .news-show-main h5,
.news .news-show-main h6 {
  color: #023E78;
}

.news .news-show-main h2,
.news .news-show-main h3 {
  margin-bottom: 20px;
}

.news .news-show-main h4,
.news .news-show-main h5,
.news .news-show-main h6 {
  margin-bottom: 16px;
}

.news .news-show-main h2 {
  background-color: #F8F8F8;
  padding: 7px 0 7px 24px;
  border-left: 6px solid #023E78;
  font-size: 1.429em;
}

.news .news-show-main p {
  font-size: 1em;
  color: #1a1a1a;
  line-height: 1.8;
  margin-bottom: 40px;
}

.news .news-show-main h3 {
  padding-bottom: 7px;
  border-bottom: 1px solid #023E78;
  font-size: 1.429em;
}

@media screen and (max-width: 895px) {
  .news .news-show-main h3 {
    font-size: 1.286em;
  }
}

.news .news-show-main h4 {
  font-size: 1.143em;
}

@media screen and (max-width: 895px) {
  .news .news-show-main h4 {
    margin-bottom: 16px;
  }
}

.news .news-show-main ul {
  padding-left: 50px;
  margin-bottom: 32px;
  list-style: disc;
}

.news .news-show-main ul li {
  margin-bottom: 8px;
  font-size: 1em;
}

.news .news-show-main blockquote {
  position: relative;
  background-color: #F8F8F8;
  border-left: 4px solid #023E78;
  padding: 37px;
  margin-bottom: 40px;
  font-size: 1em;
}

@media screen and (max-width: 895px) {
  .news .news-show-main blockquote {
    padding: 32px;
  }
}

.news .news-show-main blockquote::after {
  content: "“";
  position: absolute;
  line-height: 1;
  top: 0px;
  left: 14px;
  font-size: 11.643em;
  color: #E8E8E8;
}

.news .news-show-main blockquote p {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.news .news-show-main__next-pre-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .news-show-main__next-pre-wrap .news-show-main__next-pre a {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #023E78;
  background-color: #fff;
  color: #023E78;
  padding: 6px 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1em;
}

.news .news-show-main__next-pre-wrap .news-show-main__next-pre a:hover {
  background-color: #023E78;
  color: #fff;
}

/*====================================================================
                    case_study
====================================================================*/
.case_study {
  /*====================================================================
                    top-cs-position
====================================================================*/
  margin-bottom: 160px;
  /*====================================================================
                    cs-english
====================================================================*/
}

@media screen and (max-width: 895px) {
  .case_study {
    margin-bottom: 100px;
  }
}

.case_study .to-cs-position {
  margin-bottom: 80px;
}

@media screen and (max-width: 895px) {
  .case_study .to-cs-position {
    margin-bottom: 60px;
  }
}

.case_study .to-cs-position .to-cs-position__btns-wrap {
  margin-right: -16px;
}

@media screen and (max-width: 895px) {
  .case_study .to-cs-position .to-cs-position__btns-wrap {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: -20px;
  }
}

.case_study .to-cs-position .to-cs-position__btns-wrap .to-cs-position__btn-wrap {
  margin-right: 16px;
}

@media screen and (max-width: 895px) {
  .case_study .to-cs-position .to-cs-position__btns-wrap .to-cs-position__btn-wrap {
    width: calc((294 / 335) * 100%);
    margin-right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.case_study .to-cs-position .to-cs-position__btns-wrap .to-cs-position__btn-wrap a {
  display: inline-block;
  padding: 10px 46px;
  background-color: #EEEEEE;
  color: #1a1a1a;
  border-radius: 4px;
  font-size: 1em;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 895px) {
  .case_study .to-cs-position .to-cs-position__btns-wrap .to-cs-position__btn-wrap a {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.case_study .to-cs-position .to-cs-position__btns-wrap .to-cs-position__btn-wrap a:hover {
  background-color: #ccc;
}

.case_study .cs-lists {
  margin-bottom: 80px;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists {
    margin-bottom: 62px;
  }
}

.case_study .cs-lists .inner .cs-title {
  border-left: 8px solid #023E78;
  display: table;
  padding-left: 10px;
  font-size: 2em;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 66px;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-title {
    font-size: 1.714em;
    margin-bottom: 24px;
  }
}

.case_study .cs-lists .inner .cs-title span {
  display: table-cell;
  font-family: "Fira Sans", sans-serif;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 0.571em;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-title span {
    display: block;
    margin-top: 4px;
    padding-left: 0;
  }
}

.case_study .cs-lists .inner .cs-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items {
    width: 100%;
    margin-bottom: -14px;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item {
  width: calc((100% - 80px) / 2);
  max-width: 510px;
  margin-bottom: 60px;
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item {
    width: 100%;
    max-width: none;
    margin-bottom: 54px;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__title-area {
  position: relative;
  border-radius: 12px 12px 0 0;
  background-color: #023E78;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 38px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 12px #00000029;
          box-shadow: 0 3px 12px #00000029;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__title-area {
    padding-left: 20px;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__title-area__sub {
  font-size: 1em;
  margin-bottom: 6px;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__title-area__sub {
    font-size: 0.857em;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__title-area__title {
  font-size: 1.714em;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__title-area__title {
    font-size: 1.1433em;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__title-area__title span {
  font-size: 0.667em;
  padding-left: 18px;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__title-area__title span {
    font-size: 0.875em;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__title-area__img-wrap {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 20px;
  top: 50%;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  width: calc((160 / 510) * 100%);
  max-width: 160px;
  padding-top: 1%;
  max-height: 112px;
  -webkit-box-shadow: 0 3px 12px #00000029;
          box-shadow: 0 3px 12px #00000029;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__title-area__img-wrap {
    width: calc((90 / 335) * 100%);
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__title-area__img-wrap img {
  width: 85%;
}

.case_study .cs-lists .inner .cs-items .cs-item__text-area {
  padding: 40px;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0 3px 12px #00000029;
          box-shadow: 0 3px 12px #00000029;
}

@media screen {
  .case_study .cs-lists .inner .cs-items .cs-item__text-area {
    padding: 20px;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__text-area__title {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 6px;
  font-size: 1.143em;
  font-weight: bold;
  margin-bottom: 32px;
}

.case_study .cs-lists .inner .cs-items .cs-item__text-area__title span {
  font-weight: bold;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__text-area__title {
    margin-bottom: 20px;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__text-area__lists {
  margin-bottom: -28px;
}

.case_study .cs-lists .inner .cs-items .cs-item__text-area__lists__title {
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__text-area__lists__title {
    font-size: 1.143em;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__text-area__lists__title img {
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__text-area__lists__title img {
    width: 15px;
    height: 15px;
  }
}

.case_study .cs-lists .inner .cs-items .cs-item__text-area__lists__title span {
  padding-left: 6px;
  font-size: 1.286em;
  font-weight: bold;
}

.case_study .cs-lists .inner .cs-items .cs-item__text-area__lists__text {
  margin-bottom: 28px;
}

@media screen and (max-width: 895px) {
  .case_study .cs-lists .inner .cs-items .cs-item__text-area__lists__text {
    margin-bottom: 32px;
  }
}

/*====================================================================
                    download
====================================================================*/
/*====================================================================
                    download
====================================================================*/
.download-area {
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 895px) {
  .download-area {
    margin-top: 0;
    margin-bottom: 100px;
  }
}

.download-area .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 895px) {
  .download-area .inner {
    display: block;
  }
}

.download-area .download-text {
  width: calc((100% /2 ) - 40px);
}

@media screen and (max-width: 895px) {
  .download-area .download-text {
    width: 100%;
    margin-bottom: 60px;
  }
}

.download-area .download-text__title {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 40px;
  line-height: 1.71428em;
}

@media screen and (max-width: 895px) {
  .download-area .download-text__title {
    font-size: 1.429em;
  }
}

.download-area .download-text__image {
  text-align: center;
  margin-bottom: 40px;
}

.download-area .download-text__image img {
  width: calc((275 / 510) * 100%);
  height: auto;
}

@media screen and (max-width: 895px) {
  .download-area .download-text__image img {
    width: calc((275 / 335) * 100%);
  }
}

.download-area .download-form-box {
  background-color: #EDF3F8;
  border-radius: 12px;
  padding: 40px;
  width: 50%;
}

@media screen and (max-width: 895px) {
  .download-area .download-form-box {
    width: 100%;
    padding: 40px 20px;
  }
}

.download-area .download-form-box .download-form__title {
  font-size: 2.286em;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 895px) {
  .download-area .download-form-box .download-form__title {
    font-size: 1.714em;
    line-height: 1.66666;
  }
}

.download-area .download-form-box .download-form-items .download-form-item {
  margin-bottom: 32px;
}

@media screen and (max-width: 895px) {
  .download-area .download-form-box .download-form-items .download-form-item {
    margin-bottom: 20px;
  }
}

.download-area .download-form-box .download-form-items .download-form-item label {
  margin-bottom: 12px;
}

.download-area .download-form-box .download-form-items .download__text-form label {
  font-size: 1.286em;
  font-weight: bold;
}

@media screen and (max-width: 895px) {
  .download-area .download-form-box .download-form-items .download__text-form label {
    font-size: 1em;
    margin-bottom: 6px;
  }
}

.download-area .download-form-box .download-form-items .download__text-form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 6px 12px;
  width: 100%;
  background-color: #fff;
}

.download-area .download-form-box .download-form-items .download__text-form input::-webkit-input-placeholder {
  color: #CCCCCC;
}

.download-area .download-form-box .download-form-items .download__text-form input:-ms-input-placeholder {
  color: #CCCCCC;
}

.download-area .download-form-box .download-form-items .download__text-form input::-ms-input-placeholder {
  color: #CCCCCC;
}

.download-area .download-form-box .download-form-items .download__text-form input::placeholder {
  color: #CCCCCC;
}

.download-area .download-form-box .download-form-items .download__text-form input:focus {
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

@media screen {
  .download-area .download-form-box .download-form-items ._check-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.download-area .download-form-box .download-form-items .download-form__btn-wrap {
  padding: 0;
}

.download-area .download-form-box .download-form-items .download-form__btn-wrap input {
  background-color: #fff;
  position: relative;
  padding: 24px 80px;
  border: 1px solid #023E78;
  color: #023E78;
  font-size: 1.143em;
  display: inline;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 895px) {
  .download-area .download-form-box .download-form-items .download-form__btn-wrap input {
    display: inline-block;
    padding: 26px 0;
    text-align: center;
    width: calc((295 / 335) * 100%);
    font-size: 1em;
  }
}

.download-area .download-form-box .download-form-items .download-form__btn-wrap input::after {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 50%;
  left: 90%;
  content: "→";
  color: #023E78;
}

.download-area .download-form-box .download-form-items .download-form__btn-wrap input:hover {
  background-color: #023E78;
  color: #fff;
}

.download-area .download-form-box .download-form-items .download-form__btn-wrap input:hover::after {
  display: none;
}

/*====================================================================
                    download-after
====================================================================*/
.download .download-form-box .download-get-area {
  margin-top: 40px;
}

.download .download-form-box .download-get-area__text {
  line-height: 2.5em;
}

@media screen and (max-width: 895px) {
  .download .download-form-box .download-get-area__text {
    line-height: 2em;
  }
}

.download .download-form-box .download-get-area__link {
  margin-bottom: 30px;
}

.download .download-form-box .download-get-area__link a {
  color: #023E78;
  padding-left: 5px;
  text-decoration: underline;
}

/*====================================================================
                    contact
====================================================================*/
.contact {
  /*====================================================================
                    contact
====================================================================*/
  /*====================================================================
                    contact-after
====================================================================*/
}

.contact-area {
  margin-bottom: 160px;
}

.contact-area .contact-desc {
  margin-bottom: 80px;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-desc {
    margin-bottom: 60px;
  }
}

.contact-area .contact-area-wrap .contact-title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.714em;
  font-weight: bold;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap .contact-title {
    margin-bottom: 40px;
  }
}

.contact-area .contact-area-wrap form .contact-area-form > br {
  display: none;
}

.contact-area .contact-area-wrap form .contact-area-form__item {
  width: 100%;
  display: block;
  margin-bottom: 32px;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form__item {
    margin-bottom: 20px;
  }
}

.contact-area .contact-area-wrap form .contact-area-form__item label {
  font-size: 1.286em;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form__item label {
    font-size: 1em;
    margin-bottom: 6px;
  }
}

.contact-area .contact-area-wrap form .contact-area-form__item input,
.contact-area .contact-area-wrap form .contact-area-form__item select,
.contact-area .contact-area-wrap form .contact-area-form__item textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 6px 12px;
  width: 100%;
  background-color: #fff;
}

.contact-area .contact-area-wrap form .contact-area-form__item input::-webkit-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item select::-webkit-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item input:-ms-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item select:-ms-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item input::-ms-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item select::-ms-input-placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item textarea::-ms-input-placeholder {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item input::placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item select::placeholder,
.contact-area .contact-area-wrap form .contact-area-form__item textarea::placeholder {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item input:focus,
.contact-area .contact-area-wrap form .contact-area-form__item select:focus,
.contact-area .contact-area-wrap form .contact-area-form__item textarea:focus {
  border: 1px solid #6b6b6b;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact-area .contact-area-wrap form .contact-area-form__item select {
  color: #CCCCCC;
}

.contact-area .contact-area-wrap form .contact-area-form__item textarea {
  max-height: 300px;
  min-height: 100px;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form__item textarea {
    height: 140px;
    max-height: 240px;
  }
}

.contact-area .contact-area-wrap form .contact-area-form__item__select {
  position: relative;
  cursor: pointer;
}

.contact-area .contact-area-wrap form .contact-area-form__item__select::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 15px;
  top: 50%;
  border-right: 2px solid #1a1a1a;
  border-top: 2px solid #1a1a1a;
  height: 8px;
  width: 8px;
  pointer-events: none;
  z-index: 1;
}

.contact-area .contact-area-wrap form .contact-area-form ._check-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap {
  padding: 0;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  background-color: #fff;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input {
  position: relative;
  padding: 24px 80px;
  border: 1px solid #023E78;
  color: #023E78;
  font-size: 1.143em;
  display: inline;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 895px) {
  .contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input {
    display: inline-block;
    padding: 26px 0;
    text-align: center;
    width: calc((295 / 335) * 100%);
    font-size: 1em;
  }
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input::after {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 50%;
  left: 90%;
  content: "→";
  color: #023E78;
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input:hover {
  background-color: #023E78;
  color: #fff;
}

.contact-area .contact-area-wrap form .contact-area-form .contact-area-form__btn-wrap input:hover::after {
  display: none;
}

.contact .contact-desc__to-top a {
  color: #023E78;
  padding-left: 5px;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */