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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media all and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
/*
  ---------------
  Fonts file
  ---------------
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/resources/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("/resources/fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/resources/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("/resources/fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/resources/fonts/NotoSansJP-Bold.woff2") format("woff2"), url("/resources/fonts/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/resources/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("/resources/fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url("/resources/fonts/MPLUS2-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 900;
  src: url("/resources/fonts/MPLUS2-Black.ttf") format("truetype");
}
* {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

figure {
  margin: 0;
}

p {
  color: #333;
  font-size: 14px;
  line-height: 26px;
}

a {
  font-size: 14px;
  line-height: 26px;
}

span {
  font-size: 14px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

/*
  ---------------
  パネルリスト | Panel List
  ---------------
*/
/*
  ---------------
  ヘッダー | Header
  ---------------
*/
.header {
  width: 100%;
}
.header__outer {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  width: 100%;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 24px;
  }
}
.header__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  height: 26px;
}
@media all and (max-width: 1024px) {
  .header__logo {
    height: 22px;
  }
}
@media all and (max-width: 1024px) {
  .header__logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (max-width: 1024px) {
  .header__nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    padding: 40px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
@media all and (max-width: 1024px) {
  .header.is-open .header__nav-wrap {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 15px;
}
@media all and (max-width: 1024px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    text-align: center;
    width: 100%;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 652px;
}
@media all and (max-width: 1024px) {
  .header__nav-list {
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.header__nav-item {
  font-weight: 500;
  text-align: center;
  width: 25%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .header__nav-item {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
}
.header__nav-item:hover {
  color: #196DB4;
  opacity: 1;
}
.header__nav-item:hover::before {
  content: "";
  background-color: #196DB4;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__nav-item-link {
  display: block;
  line-height: 64px;
}
@media all and (max-width: 1024px) {
  .header__nav-item-link {
    color: #fff;
    font-size: 16px;
  }
}
.header__nav-contact {
  background: -webkit-gradient(linear, left top, right top, from(#1F89DF), to(#196DB4));
  background: linear-gradient(90deg, #1F89DF 0%, #196DB4 100%);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 160px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .header__nav-contact {
    background: transparent;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 0;
            border-radius: 0;
    width: 100%;
  }
}
.header__nav-contact:hover {
  opacity: 0.9;
}
.header__nav-contact:hover::before {
  content: "";
  background: #fff;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__nav-contact-link {
  display: block;
  color: #fff;
  line-height: 64px;
}
@media all and (max-width: 1024px) {
  .header__nav-contact-link {
    color: #fff;
    font-size: 16px;
  }
}
.header__nav-hamburger-icon {
  cursor: pointer;
  position: fixed;
  top: 28px;
  right: 24px;
  z-index: 101;
  height: 26px;
  width: 40px;
}
.header__nav-hamburger {
  display: none;
}
@media all and (max-width: 1024px) {
  .header__nav-hamburger {
    display: block;
    background-color: #196DB4;
    height: 2px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.header__nav-hamburger:first-child {
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}
.header__nav-hamburger:nth-child(3) {
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
}
.header.is-open .header__nav-hamburger {
  background-color: #fff;
}
.header.is-open .header__nav-hamburger:first-child {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.header.is-open .header__nav-hamburger:nth-child(2) {
  opacity: 0;
}
.header.is-open .header__nav-hamburger:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

/*
  ---------------
  フッター | Footer
  ---------------
*/
.footer {
  background-color: #333;
  color: #fff;
}
.footer__main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 12px;
}
.footer__logo-wrap {
  width: 50%;
}
@media all and (max-width : 768px) {
  .footer__logo-wrap {
    padding-top: 8px;
    width: 40%;
  }
}
.footer__logo {
  width: 82px;
}
@media all and (max-width : 768px) {
  .footer__logo {
    width: 70px;
  }
}
.footer__menu {
  width: 50%;
}
@media all and (max-width : 768px) {
  .footer__menu {
    width: 60%;
  }
}
.footer__item-link:hover {
  opacity: 0.8;
}
.footer__below {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__corporate-wrap {
  padding: 8px 0;
  text-align: center;
}

/*
  ---------------
  基本レイアウト | Layout
  ---------------
*/
.outer {
  margin-top: 144px;
}
@media all and (max-width: 1024px) {
  .outer {
    margin-top: 90px;
  }
}

/*
  ---------------
  Common Style
  ---------------
*/
@media all and (max-width : 768px) {
  h3 {
    font-size: 20px;
  }
}

/*
  ---------------
  TOP FV | TOP ファーストビュー
  ---------------
*/
.top-fv {
  position: relative;
  overflow-x: hidden;
}
.top-fv__bg-line {
  background-color: #196DB4;
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 56%;
  z-index: -1;
  -webkit-animation: strech 1s ease normal 0.5s forwards;
          animation: strech 1s ease normal 0.5s forwards;
}
@media all and (max-width : 768px) {
  .top-fv__bg-line {
    top: 244px;
  }
}
@-webkit-keyframes strech {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}
@keyframes strech {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}
.top-fv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  max-width: 1420px;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .top-fv__inner {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 28px;
  }
}
.top-fv__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 384px;
  padding-left: 80px;
  max-width: 420px;
}
@media all and (max-width : 768px) {
  .top-fv__contents {
    padding-left: 0;
    gap: 80px;
  }
}
.top-fv__message {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 64px;
  line-height: 72px;
}
@media all and (max-width : 768px) {
  .top-fv__message {
    font-size: 54px;
    line-height: 52px;
  }
}
.top-fv__desc {
  font-size: 14px;
  line-height: 32px;
}
.top-fv__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-fv__img {
  max-width: 700px;
  width: 100%;
}
.top-fv__img img {
  width: 100%;
}

/*
  ---------------
  TOP ABOUT
  ---------------
*/
.top-about__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.top-about__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  padding: 120px 0;
}
@media all and (max-width : 768px) {
  .top-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }
}
.top-about__head {
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 32px;
  position: relative;
}
@media all and (max-width : 768px) {
  .top-about__head {
    padding-bottom: 20px;
  }
}
.top-about__head p {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
}
@media all and (max-width : 768px) {
  .top-about__head p {
    display: inline-block;
    font-size: 36px;
  }
}
.top-about__head h2 {
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .top-about__head h2 {
    display: inline-block;
    margin-left: 20px;
  }
}
.top-about__head::before {
  content: "";
  display: block;
  background-color: #196DB4;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.top-about__head::after {
  content: "";
  display: block;
  background-color: rgba(25, 109, 180, 0.2);
  height: 10px;
  width: 10px;
  position: absolute;
  top: 26px;
  right: 26px;
}
.top-about__detail {
  padding-top: 30px;
}
.top-about__img-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 380px;
  width: 50%;
  position: relative;
}
@media all and (max-width : 768px) {
  .top-about__img-wrap {
    width: 100%;
  }
}
.top-about__img-wrap img {
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.top-about__img-01 {
  width: 320px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width : 768px) {
  .top-about__img-01 {
    width: 270px;
  }
}
.top-about__img-02 {
  width: 230px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width : 768px) {
  .top-about__img-02 {
    width: 200px;
  }
}
.top-about__contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
@media all and (max-width : 768px) {
  .top-about__contents {
    width: 100%;
  }
}
.top-about__btn-wrap {
  margin-top: 30px;
}
.top-about__btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1F89DF), to(#196DB4));
  background: linear-gradient(90deg, #1F89DF 0%, #196DB4 100%);
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 50px 0 40px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
}
.top-about__btn:hover {
  opacity: 0.8;
}
.top-about__btn:hover::after {
  -webkit-transform: translate(2px, -50%);
      -ms-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.top-about__btn::after {
  content: url(/resources/images/common/icon_arrow-white-right_01.svg);
  display: inline-block;
  line-height: 1;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
  ---------------
  TOP Serice
  ---------------
*/
.top-service {
  background-color: rgba(25, 109, 180, 0.05);
}
.top-service__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.top-service__inner {
  padding: 120px 0;
}
@media all and (max-width : 768px) {
  .top-service__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.top-service__head {
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 20px;
  position: relative;
}
.top-service__head p {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  display: inline-block;
}
@media all and (max-width : 768px) {
  .top-service__head p {
    font-size: 36px;
  }
}
.top-service__head h2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-left: 20px;
}
.top-service__contents {
  padding-top: 60px;
}
@media all and (max-width : 768px) {
  .top-service__contents {
    padding-top: 20px;
  }
}
.top-service__item-img img {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
  width: 100%;
}
.top-service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media all and (max-width : 768px) {
  .top-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.top-service__item {
  width: -webkit-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}
@media all and (max-width : 768px) {
  .top-service__item {
    width: 100%;
  }
}
.top-service__item-contents {
  padding-top: 40px;
}
@media all and (max-width : 768px) {
  .top-service__item-contents {
    padding-top: 20px;
  }
}
.top-service__item-head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 12px;
}
@media all and (max-width : 768px) {
  .top-service__item-head-wrap {
    padding-left: 0;
  }
}
.top-service__item-head-wrap .heading-number__number {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(25, 109, 180, 0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 1px 8px 0;
}
.top-service__item-head-wrap .heading-number__head {
  padding-left: 20px;
}
.top-service__item-head-wrap .heading-number__en {
  font-size: 28px;
  line-height: 1;
}
.top-service__item-head-wrap .heading-number__ja {
  font-size: 13px;
  line-height: 1;
  margin-top: 12px;
}
.top-service__item-detail {
  margin-top: 12px;
}
.top-service__btn-wrap {
  margin-top: 40px;
}
@media all and (max-width : 768px) {
  .top-service__btn-wrap {
    margin-top: 12px;
  }
}
.top-service__btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1F89DF), to(#196DB4));
  background: linear-gradient(90deg, #1F89DF 0%, #196DB4 100%);
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 50px 0 40px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
}
.top-service__btn:hover {
  opacity: 0.8;
}
.top-service__btn:hover::after {
  -webkit-transform: translate(2px, -50%);
      -ms-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.top-service__btn::after {
  content: url(/resources/images/common/icon_arrow-white-right_01.svg);
  display: inline-block;
  line-height: 1;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
  ---------------
  TOP Contact
  ---------------
*/
.top-contact__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.top-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 180px;
  padding: 120px 0;
}
@media all and (max-width : 768px) {
  .top-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.top-contact__head {
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 32px;
  position: relative;
}
@media all and (max-width : 768px) {
  .top-contact__head {
    padding-bottom: 20px;
  }
}
.top-contact__head p {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
}
@media all and (max-width : 768px) {
  .top-contact__head p {
    display: inline-block;
    font-size: 36px;
  }
}
.top-contact__head h2 {
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .top-contact__head h2 {
    display: inline-block;
    margin-left: 20px;
  }
}
.top-contact__head::before {
  content: "";
  display: block;
  background-color: #196DB4;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.top-contact__head::after {
  content: "";
  display: block;
  background-color: rgba(25, 109, 180, 0.2);
  height: 10px;
  width: 10px;
  position: absolute;
  top: 26px;
  right: 26px;
}
.top-contact__detail {
  padding-top: 30px;
}
@media all and (max-width : 768px) {
  .top-contact__detail {
    padding-top: 20px;
  }
}
.top-contact__img-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
@media all and (max-width : 768px) {
  .top-contact__img-wrap {
    padding: 20px 70px;
    width: 100%;
  }
}
.top-contact__contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
@media all and (max-width : 768px) {
  .top-contact__contents {
    width: 100%;
  }
}
.top-contact__btn-wrap {
  margin-top: 30px;
}
.top-contact__btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1F89DF), to(#196DB4));
  background: linear-gradient(90deg, #1F89DF 0%, #196DB4 100%);
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 50px 0 40px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
}
.top-contact__btn:hover {
  opacity: 0.8;
}
.top-contact__btn:hover::after {
  -webkit-transform: translate(2px, -50%);
      -ms-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.top-contact__btn::after {
  content: url(/resources/images/common/icon_arrow-white-right_01.svg);
  display: inline-block;
  line-height: 1;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
  ---------------
  TOP Main
  ---------------
*/
.top {
  background-image: url("../images/top/bg_line_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 950px;
}
@media all and (max-width : 768px) {
  .top {
    background-image: url("../images/top/bg_line_01-sp.png");
    background-position: 0% 1420px;
  }
}
.top .outer {
  background-image: url("../images/top/bg_line_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 0px bottom 200px;
}
@media all and (max-width : 768px) {
  .top .outer {
    background-image: url("../images/top/bg_line_02-sp.png");
    background-position: left 0px bottom 220px;
  }
}

/*
  ---------------
  Service EC Main
  ---------------
*/
.sv-ec {
  background-color: rgba(25, 109, 180, 0.05);
}
.sv-ec__main {
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
          border-radius: 50px 50px 0 0;
  padding: 120px 0;
}
@media all and (max-width : 768px) {
  .sv-ec__main {
    -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
    padding: 40px 0;
  }
}
.sv-ec__heading {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 12px;
}
@media all and (max-width : 768px) {
  .sv-ec__heading {
    padding-left: 0;
  }
}
.sv-ec__heading .heading-number__number {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(25, 109, 180, 0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 1px 8px 0;
}
.sv-ec__heading .heading-number__head {
  padding-left: 20px;
}
.sv-ec__heading .heading-number__en {
  font-size: 28px;
  line-height: 1;
}
.sv-ec__heading .heading-number__ja {
  font-size: 13px;
  line-height: 1;
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .sv-ec__heading {
    margin: 0 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

/*
  ---------------
  Service EC Heading
  ---------------
*/
.sv-ec-title__outer {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-ec-title__outer {
    padding: 20px;
  }
}
.sv-ec-title p {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media all and (max-width : 768px) {
  .sv-ec-title p {
    font-size: 14px;
    gap: 8px;
  }
}
.sv-ec-title p::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-ec-title p::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-ec-title h1 {
  font-size: 36px;
  line-height: 64px;
}
@media all and (max-width : 768px) {
  .sv-ec-title h1 {
    font-size: 24px;
  }
}

/*
  ---------------
  Service EC Concept
  ---------------
*/
.sv-ec-concept__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width : 768px) {
  .sv-ec-concept__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sv-ec-concept__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-ec-concept__title {
    gap: 8px;
  }
}
.sv-ec-concept__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-ec-concept__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-ec-concept__contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media all and (max-width : 768px) {
  .sv-ec-concept__contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.sv-ec-concept__contents {
  width: 50%;
}
@media all and (max-width : 768px) {
  .sv-ec-concept__contents {
    width: 100%;
  }
}
.sv-ec-concept__head {
  margin-top: 20px;
}
.sv-ec-concept__desc-wrap {
  margin-top: 40px;
}
.sv-ec-concept__img-wrap {
  width: 50%;
}
@media all and (max-width : 768px) {
  .sv-ec-concept__img-wrap {
    padding: 0 20px;
    width: 100%;
  }
}
.sv-ec-concept__img {
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}

/*
  ---------------
  Service EC Solution
  ---------------
*/
.sv-ec-solution {
  background-color: rgba(25, 109, 180, 0.05);
}
.sv-ec-solution__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sv-ec-solution__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__title {
    gap: 8px;
  }
}
.sv-ec-solution__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-ec-solution__head-img {
  margin-top: 40px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__head-img {
    padding: 0 80px;
  }
}
.sv-ec-solution__center-head {
  margin-top: 40px;
}
.sv-ec-solution__center-head h3 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__center-head h3 {
    font-size: 20px;
  }
}
.sv-ec-solution__center-head p {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__center-head p {
    padding-top: 20px;
  }
}
@media all and (max-width : 768px) {
  .sv-ec-solution__center-head {
    margin-top: 20px;
  }
}
.sv-ec-solution__list-wrap {
  margin-top: 80px;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__list-wrap {
    margin-top: 40px;
  }
}
.sv-ec-solution__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sv-ec-solution__img {
  -webkit-box-flex: 1.5;
  -webkit-flex-grow: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
  max-width: 400px;
  width: 50%;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__img {
    width: 100%;
  }
}
.sv-ec-solution__contents {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 50%;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__contents {
    width: 100%;
  }
}
.sv-ec-solution__contents-number {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #196DB4;
  font-size: 36px;
  font-weight: normal;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__contents-number {
    font-size: 24px;
  }
}
.sv-ec-solution__contents-head {
  color: #196DB4;
  font-size: 24px;
  line-height: 32px;
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__contents-head {
    font-size: 20px;
    margin-top: 0;
  }
}
.sv-ec-solution__contents-detail {
  margin-top: 20px;
}
.sv-ec-solution__btn-wrap {
  margin-top: 80px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-ec-solution__btn-wrap {
    margin-top: 40px;
  }
}
.sv-ec-solution__btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1F89DF), to(#196DB4));
  background: linear-gradient(90deg, #1F89DF 0%, #196DB4 100%);
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 50px 0 40px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  margin: 0 auto;
}
.sv-ec-solution__btn:hover {
  opacity: 0.8;
}
.sv-ec-solution__btn:hover::after {
  -webkit-transform: translate(2px, -50%);
      -ms-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.sv-ec-solution__btn::after {
  content: url(/resources/images/common/icon_arrow-white-right_01.svg);
  display: inline-block;
  line-height: 1;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
  ---------------
  Service EC Function
  ---------------
*/
.sv-ec-function__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width : 768px) {
  .sv-ec-function__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sv-ec-function__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-ec-function__title {
    gap: 8px;
  }
}
.sv-ec-function__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-ec-function__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-ec-function__center-head {
  margin-top: 40px;
}
.sv-ec-function__center-head h3 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-ec-function__center-head h3 {
    font-size: 20px;
  }
}
.sv-ec-function__center-head p {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-ec-function__center-head p {
    padding-top: 20px;
  }
}
.sv-ec-function__contents {
  margin-top: 40px;
}
.sv-ec-function__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-ec-function__list {
    gap: 4px;
  }
}
.sv-ec-function__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #196DB4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #196DB4;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  padding: 4px;
  text-align: center;
  width: -webkit-calc((100% - 60px) / 6);
  width: calc((100% - 60px) / 6);
}
@media all and (max-width : 768px) {
  .sv-ec-function__item {
    font-size: 11px;
    line-height: 16px;
    width: -webkit-calc((100% - 12px) / 4);
    width: calc((100% - 12px) / 4);
  }
}

/*
  ---------------
  Service EC Support
  ---------------
*/
.sv-ec-support__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width : 768px) {
  .sv-ec-support__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sv-ec-support__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-ec-support__title {
    gap: 8px;
  }
}
.sv-ec-support__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-ec-support__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-ec-support__contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media all and (max-width : 768px) {
  .sv-ec-support__contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sv-ec-support__contents {
  width: 50%;
}
@media all and (max-width : 768px) {
  .sv-ec-support__contents {
    width: 100%;
  }
}
.sv-ec-support__head {
  margin-top: 20px;
}
.sv-ec-support__desc-wrap {
  margin-top: 40px;
}
@media all and (max-width : 768px) {
  .sv-ec-support__desc-wrap {
    margin-top: 20px;
  }
}
.sv-ec-support__img-wrap {
  width: 50%;
}
@media all and (max-width : 768px) {
  .sv-ec-support__img-wrap {
    width: 100%;
  }
}

/*
  ---------------
  Service Web Main
  ---------------
*/
.sv-web {
  background-color: rgba(25, 109, 180, 0.05);
}
.sv-web__main {
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
          border-radius: 50px 50px 0 0;
  padding: 120px 0;
}
@media all and (max-width : 768px) {
  .sv-web__main {
    -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
    padding: 40px 0;
  }
}
.sv-web__heading {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 12px;
}
@media all and (max-width : 768px) {
  .sv-web__heading {
    padding-left: 0;
  }
}
.sv-web__heading .heading-number__number {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(25, 109, 180, 0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 1px 8px 0;
}
.sv-web__heading .heading-number__head {
  padding-left: 20px;
}
.sv-web__heading .heading-number__en {
  font-size: 28px;
  line-height: 1;
}
.sv-web__heading .heading-number__ja {
  font-size: 13px;
  line-height: 1;
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .sv-web__heading {
    margin: 0 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

/*
  ---------------
  Service Web Heading
  ---------------
*/
.sv-web-title__outer {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-web-title__outer {
    padding: 20px;
  }
}
.sv-web-title p {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media all and (max-width : 768px) {
  .sv-web-title p {
    font-size: 14px;
    gap: 8px;
  }
}
.sv-web-title p::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-web-title p::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-web-title h1 {
  font-size: 36px;
  line-height: 64px;
}
@media all and (max-width : 768px) {
  .sv-web-title h1 {
    font-size: 24px;
  }
}

/*
  ---------------
  Service Web Concept
  ---------------
*/
.sv-web-concept__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width : 768px) {
  .sv-web-concept__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sv-web-concept__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-web-concept__title {
    gap: 8px;
  }
}
.sv-web-concept__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-web-concept__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-web-concept__contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media all and (max-width : 768px) {
  .sv-web-concept__contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.sv-web-concept__contents {
  width: 50%;
}
@media all and (max-width : 768px) {
  .sv-web-concept__contents {
    width: 100%;
  }
}
.sv-web-concept__head {
  margin-top: 20px;
}
.sv-web-concept__desc-wrap {
  margin-top: 40px;
}
@media all and (max-width : 768px) {
  .sv-web-concept__desc-wrap {
    margin-top: 20px;
  }
}
.sv-web-concept__img-wrap {
  width: 50%;
}
@media all and (max-width : 768px) {
  .sv-web-concept__img-wrap {
    padding: 0 40px;
    width: 100%;
  }
}
.sv-web-concept__img {
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}

/*
  ---------------
  Service Web example
  ---------------
*/
.sv-web-example {
  background-color: rgba(25, 109, 180, 0.05);
}
.sv-web-example__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width : 768px) {
  .sv-web-example__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sv-web-example__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-web-example__title {
    gap: 8px;
  }
}
.sv-web-example__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-web-example__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-web-example__center-head {
  margin-top: 40px;
}
.sv-web-example__center-head h3 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-web-example__center-head h3 {
    font-size: 20px;
  }
}
.sv-web-example__center-head p {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-web-example__center-head p {
    padding-top: 20px;
  }
}
.sv-web-example__desc {
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-web-example__desc {
    text-align: left;
  }
}
.sv-web-example__contents {
  margin-top: 40px;
}
@media all and (max-width : 768px) {
  .sv-web-example__contents {
    margin-top: 20px;
  }
}
.sv-web-example__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-web-example__list {
    gap: 8px;
  }
}
.sv-web-example__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  border: 1px solid #196DB4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #196DB4;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  padding: 8px 4px 0;
  text-align: center;
  height: 150px;
  width: 150px;
}
@media all and (max-width : 768px) {
  .sv-web-example__item {
    gap: 0;
    height: 110px;
    width: 110px;
  }
}
.sv-web-example__item-img {
  height: 65px;
}
@media all and (max-width : 768px) {
  .sv-web-example__item-img {
    height: 50px;
  }
}
.sv-web-example__item-img img {
  height: 100%;
}
.sv-web-example__item-name {
  color: #196DB4;
  line-height: 20px;
}
@media all and (max-width : 768px) {
  .sv-web-example__item-name {
    font-size: 11px;
    line-height: 18px;
  }
}

/*
  ---------------
  Service Web Feature
  ---------------
*/
.sv-web-feature__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sv-web-feature__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-web-feature__title {
    gap: 8px;
  }
}
.sv-web-feature__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-web-feature__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-web-feature__center-head {
  margin-top: 40px;
}
.sv-web-feature__center-head h3 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-web-feature__center-head h3 {
    font-size: 20px;
  }
}
.sv-web-feature__center-head p {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-web-feature__center-head p {
    padding-top: 20px;
  }
}
.sv-web-feature__contents {
  margin-top: 40px;
}
@media all and (max-width : 768px) {
  .sv-web-feature__contents {
    margin-top: 20px;
  }
}
.sv-web-feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.sv-web-feature__item {
  border: 1px solid #196DB4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #196DB4;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  padding: 12px 4px;
  text-align: center;
  width: -webkit-calc((100% - 36px) / 4);
  width: calc((100% - 36px) / 4);
}
@media all and (max-width : 768px) {
  .sv-web-feature__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 2px;
  }
}

/*
  ---------------
  Service Consulting Main
  ---------------
*/
.sv-consulting {
  background-color: rgba(25, 109, 180, 0.05);
}
.sv-consulting__main {
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
          border-radius: 50px 50px 0 0;
  padding: 120px 0 0;
}
@media all and (max-width : 768px) {
  .sv-consulting__main {
    -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
    padding: 40px 0 0;
  }
}
.sv-consulting__heading {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 12px;
}
@media all and (max-width : 768px) {
  .sv-consulting__heading {
    padding-left: 0;
  }
}
.sv-consulting__heading .heading-number__number {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(25, 109, 180, 0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 1px 8px 0;
}
.sv-consulting__heading .heading-number__head {
  padding-left: 20px;
}
.sv-consulting__heading .heading-number__en {
  font-size: 28px;
  line-height: 1;
}
.sv-consulting__heading .heading-number__ja {
  font-size: 13px;
  line-height: 1;
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .sv-consulting__heading {
    margin: 0 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

/*
  ---------------
  Service Consulting Heading
  ---------------
*/
.sv-consulting-title__outer {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-consulting-title__outer {
    padding: 20px;
  }
}
.sv-consulting-title p {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media all and (max-width : 768px) {
  .sv-consulting-title p {
    font-size: 14px;
    gap: 8px;
  }
}
.sv-consulting-title p::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-consulting-title p::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-consulting-title h1 {
  font-size: 36px;
  line-height: 64px;
}
@media all and (max-width : 768px) {
  .sv-consulting-title h1 {
    font-size: 24px;
  }
}

/*
  ---------------
  Service Consulting Concept
  ---------------
*/
.sv-consulting-concept__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sv-consulting-concept__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__title {
    gap: 8px;
  }
}
.sv-consulting-concept__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-consulting-concept__issue {
  background-color: #fff;
  border: 1px solid #196DB4;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  max-width: 1000px;
  padding: 40px 60px;
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__issue {
    padding: 20px 10px;
  }
}
.sv-consulting-concept__issue .panel-list__title {
  color: #196DB4;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__issue .panel-list__title {
    font-size: 20px;
  }
}
.sv-consulting-concept__issue .panel-list__message {
  font-size: 24px;
  line-height: 32px;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__issue .panel-list__message {
    font-size: 20px;
    text-align: left;
  }
}
.sv-consulting-concept__issue .panel-list__list {
  text-align: left;
  margin: 40px auto 0;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__issue .panel-list__list {
    margin-top: 20px;
  }
}
.sv-consulting-concept__issue .panel-list__item {
  font-size: 16px;
  line-height: 26px;
  padding-left: 50px;
  position: relative;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__issue .panel-list__item {
    font-size: 14px;
    padding-left: 32px;
  }
}
.sv-consulting-concept__issue .panel-list__item::before {
  content: url(../images/common/logo_panel-list_01.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__issue .panel-list__item::before {
    content: url(../images/common/logo_panel-list_01-sp.svg);
  }
}
.sv-consulting-concept__issue .panel-list__item + .panel-list__item {
  margin-top: 24px;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__issue .panel-list__item + .panel-list__item {
    margin-top: 8px;
  }
}
.sv-consulting-concept__issue-separator {
  padding: 20px 0;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__issue-separator {
    padding: 8px 0;
  }
}
.sv-consulting-concept__center-head h3 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__center-head h3 {
    font-size: 20px;
  }
}
.sv-consulting-concept__center-head p {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-consulting-concept__center-head p {
    padding-top: 20px;
  }
}

/*
  ---------------
  Service Consulting Feature
  ---------------
*/
.sv-consulting-feature {
  background-color: rgba(25, 109, 180, 0.05);
}
.sv-consulting-feature__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sv-consulting-feature__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__title {
    gap: 8px;
  }
}
.sv-consulting-feature__title::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__title::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.sv-consulting-feature__center-head {
  margin-top: 40px;
}
.sv-consulting-feature__center-head h3 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__center-head h3 {
    font-size: 20px;
  }
}
.sv-consulting-feature__center-head p {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__center-head p {
    padding-top: 20px;
  }
}
.sv-consulting-feature__issue {
  background-color: #fff;
  border: 1px solid #196DB4;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  max-width: 1000px;
  padding: 40px 60px;
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__issue {
    padding: 20px 10px;
  }
}
.sv-consulting-feature__issue .panel-list__title {
  color: #196DB4;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__issue .panel-list__title {
    font-size: 20px;
  }
}
.sv-consulting-feature__issue .panel-list__message {
  font-size: 24px;
  line-height: 32px;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__issue .panel-list__message {
    font-size: 20px;
    text-align: left;
  }
}
.sv-consulting-feature__issue .panel-list__list {
  text-align: left;
  margin: 40px auto 0;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__issue .panel-list__list {
    margin-top: 20px;
  }
}
.sv-consulting-feature__issue .panel-list__item {
  font-size: 16px;
  line-height: 26px;
  padding-left: 50px;
  position: relative;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__issue .panel-list__item {
    font-size: 14px;
    padding-left: 32px;
  }
}
.sv-consulting-feature__issue .panel-list__item::before {
  content: url(../images/common/logo_panel-list_01.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__issue .panel-list__item::before {
    content: url(../images/common/logo_panel-list_01-sp.svg);
  }
}
.sv-consulting-feature__issue .panel-list__item + .panel-list__item {
  margin-top: 24px;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__issue .panel-list__item + .panel-list__item {
    margin-top: 8px;
  }
}
.sv-consulting-feature__btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media all and (max-width : 768px) {
  .sv-consulting-feature__btn-wrap {
    margin-top: 20px;
  }
}
.sv-consulting-feature__btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1F89DF), to(#196DB4));
  background: linear-gradient(90deg, #1F89DF 0%, #196DB4 100%);
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 50px 0 40px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  margin: 0 auto;
}
.sv-consulting-feature__btn:hover {
  opacity: 0.8;
}
.sv-consulting-feature__btn:hover::after {
  -webkit-transform: translate(2px, -50%);
      -ms-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.sv-consulting-feature__btn::after {
  content: url(/resources/images/common/icon_arrow-white-right_01.svg);
  display: inline-block;
  line-height: 1;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
  ---------------
  About Main
  ---------------
*/
.about {
  background-color: rgba(25, 109, 180, 0.05);
}
.about__main {
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
          border-radius: 50px 50px 0 0;
  padding: 120px 0;
}
@media all and (max-width : 768px) {
  .about__main {
    -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
    padding: 40px 0;
  }
}
.about__heading {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 12px;
}
@media all and (max-width : 768px) {
  .about__heading {
    padding-left: 0;
  }
}
.about__heading .heading-number__number {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(25, 109, 180, 0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 1px 8px 0;
}
.about__heading .heading-number__head {
  padding-left: 20px;
}
.about__heading .heading-number__en {
  font-size: 28px;
  line-height: 1;
}
.about__heading .heading-number__ja {
  font-size: 13px;
  line-height: 1;
  margin-top: 12px;
}

/*
  ---------------
  About Info
  ---------------
*/
.about-info__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.about-info__list {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.about-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding: 20px 0;
}
.about-info__item:first-child {
  border-top: 1px solid rgba(25, 109, 180, 0.2);
}
.about-info__head {
  position: relative;
  width: 200px;
}
@media all and (max-width : 768px) {
  .about-info__head {
    width: 110px;
  }
}
.about-info__head::after {
  content: "";
  background-color: rgba(25, 109, 180, 0.2);
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-info__detail {
  padding-left: 40px;
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
}
@media all and (max-width : 768px) {
  .about-info__detail {
    padding-left: 20px;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
  }
}

/*
  ---------------
  About title
  ---------------
*/
.about-title__outer {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .about-title__outer {
    padding: 20px;
  }
}
.about-title p {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media all and (max-width : 768px) {
  .about-title p {
    font-size: 14px;
    gap: 8px;
  }
}
.about-title p::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .about-title p::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.about-title h1 {
  font-size: 36px;
  line-height: 64px;
}
@media all and (max-width : 768px) {
  .about-title h1 {
    font-size: 24px;
  }
}

/*
  ---------------
  Contact Main
  ---------------
*/
.contact {
  background-color: rgba(25, 109, 180, 0.05);
}
.contact__main {
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
          border-radius: 50px 50px 0 0;
  padding: 120px 0;
}
@media all and (max-width : 768px) {
  .contact__main {
    -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
    padding: 40px 0;
  }
}
.contact__heading {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(25, 109, 180, 0.2);
  padding-bottom: 12px;
}
@media all and (max-width : 768px) {
  .contact__heading {
    padding-left: 0;
  }
}
.contact__heading .heading-number__number {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(25, 109, 180, 0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 1px 8px 0;
}
.contact__heading .heading-number__head {
  padding-left: 20px;
}
.contact__heading .heading-number__en {
  font-size: 28px;
  line-height: 1;
}
.contact__heading .heading-number__ja {
  font-size: 13px;
  line-height: 1;
  margin-top: 12px;
}

/*
  ---------------
  Contact Info
  ---------------
*/
.contact-info__outer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/*
  ---------------
  Contact title
  ---------------
*/
.contact-title__outer {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px;
  width: 100%;
}
@media all and (max-width : 768px) {
  .contact-title__outer {
    padding: 20px;
  }
}
.contact-title p {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media all and (max-width : 768px) {
  .contact-title p {
    font-size: 14px;
    gap: 8px;
  }
}
.contact-title p::before {
  content: "";
  background-color: #196DB4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: block;
  height: 12px;
  width: 12px;
}
@media all and (max-width : 768px) {
  .contact-title p::before {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 8px;
    width: 8px;
  }
}
.contact-title h1 {
  font-size: 36px;
  line-height: 64px;
}
@media all and (max-width : 768px) {
  .contact-title h1 {
    font-size: 24px;
  }
}
/*# sourceMappingURL=main.css.map */