@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* 基本フォント */
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  text-align: justify;
  letter-spacing: 0.03em;
  line-height: 1.9375;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.4rem;
  }
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  /* 印刷禁止 */
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: middle;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

/*　上に上がる動き　*/
.l-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  margin: 0 auto;
  max-width: 1195px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1235px) {
  .l-inner {
    padding: 0 2rem;
  }
}
.l-inner--narrow {
  max-width: 690px;
}
@media screen and (max-width: 730px) {
  .l-inner--narrow {
    padding: 0 2rem;
  }
}

.l-main {
  margin-top: 8.5rem;
}
@media screen and (max-width: 959px) {
  .l-main {
    margin-top: 5.6rem;
  }
}

/* component
------------------------------------------------ */
.c-header {
  width: 100%;
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 calc(48.5vw - 575px) 0 0;
}

.c-header__logo {
  padding: 1.8rem 7rem;
  background-color: #0A2DB4;
}
@media screen and (max-width: 959px) {
  .c-header__logo {
    padding: 0.7rem 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__logo {
    padding: 0.7rem 2rem;
  }
}
.c-header__logo img {
  width: 20rem;
}
@media screen and (max-width: 959px) {
  .c-header__logo img {
    width: auto;
    height: 4.2rem;
  }
}

.c-header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  font-size: 1.8rem;
  color: #0A2DB4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .c-header__menus {
    display: none;
  }
}

.c-header__menu--contact {
  padding: 0 1.9rem;
  font-size: 1.6rem;
  color: white;
  line-height: 1.7;
  background-color: #0A2DB4;
  border-radius: 3rem;
}

.c-header__hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  aspect-ratio: 1;
  width: 5.6rem;
  height: auto;
  cursor: pointer;
  background-color: #0A2DB4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    display: block;
  }
}

.c-header__hamburger-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-header__hamburger-border--top {
  top: calc(50% - 7.5px);
}

.c-header__hamburger-border--bottom {
  top: calc(50% + 7.5px);
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: calc(50% - 7.5px + 7.5px);
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  top: calc(50% + 7.5px - 7.5px);
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.c-header__insta-sp {
  display: none;
  position: absolute;
  top: 7rem;
  right: 1.6rem;
  width: 2.4rem;
}
@media screen and (max-width: 519px) {
  .c-header__insta-sp {
    display: block;
  }
}

.c-header__drawer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: transparent;
  opacity: 0.5;
  z-index: 40;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-header__drawer-modal--open {
  display: block;
}

.c-header__drawer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  padding: 2.4rem;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  color: white;
  background-color: #0A2DB4;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer--open {
  opacity: 1;
  visibility: visible;
}

.c-header__drawer-logo {
  width: 25vw;
  vertical-align: top;
}
@media screen and (max-width: 519px) {
  .c-header__drawer-logo {
    width: 47vw;
  }
}

.c-header__drawer-menus {
  padding-top: 5.5rem;
  padding-left: 4rem;
}
@media screen and (max-width: 519px) {
  .c-header__drawer-menus {
    padding-top: 3rem;
    padding-left: 3rem;
  }
}

.c-header__drawer-menu {
  display: block;
  margin-top: 2.2rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .c-header__drawer-menu {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.c-header__drawer-menu small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .c-header__drawer-menu small {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
}

.c-header__drawer-menu--contact {
  margin-top: 4rem;
  padding: 0.7rem 1rem;
  width: calc(100% - 3rem);
  color: #0A2DB4;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
}

.c-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5rem auto 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}
@media screen and (max-width: 519px) {
  .c-header__tel {
    margin-top: 3rem;
  }
}
.c-header__tel img {
  margin-right: 1rem;
  width: 4rem;
}
@media screen and (max-width: 519px) {
  .c-header__tel img {
    width: 3rem;
  }
}
.c-header__tel div {
  line-height: 1;
}
.c-header__tel span {
  display: block;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 519px) {
  .c-header__tel span {
    font-size: 2.5rem;
  }
}
.c-header__tel span small {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.c-header__drawer-insta {
  margin-top: 5.5rem;
  font-size: 2.1rem;
}
.c-header__drawer-insta img {
  margin-right: 0.6rem;
  width: 24px;
  vertical-align: middle;
}
.c-header__drawer-insta span {
  position: relative;
}
.c-header__drawer-insta span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.c-header__drawer-cp {
  position: absolute;
  top: 7.8rem;
  right: 2.5rem;
  width: auto;
  height: 100%;
  height: calc(100% - 8rem);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 1.3px;
}

.c-deco {
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
.c-deco img {
  width: 100%;
  max-width: none;
}

.c-deco--front {
  z-index: 1;
}

.c-head01 {
  font-size: 8.04rem;
  font-weight: 350;
  color: white;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .c-head01 {
    font-size: 9vw;
  }
}
@media screen and (max-width: 519px) {
  .c-head01 {
    font-size: 15vw;
  }
}
.c-head01 span {
  display: block;
  margin-top: 1rem;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .c-head01 span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-head01 span {
    font-size: 5.6vw;
  }
}

.c-head01--blue {
  color: #0A2DB4;
}

.c-head01--page {
  padding-top: 3.5rem;
  letter-spacing: 0.05em;
}
.c-head01--page span {
  margin-top: 3.2rem;
  font-size: 2.7rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 959px) {
  .c-head01--page span {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-head01--page span {
    margin-top: 2.5rem;
    font-size: 5.6vw;
  }
}

.c-head02 {
  font-size: 7rem;
  font-weight: 300;
  color: #0A2DB4;
}
@media screen and (max-width: 959px) {
  .c-head02 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 519px) {
  .c-head02 {
    font-size: 13vw;
  }
}

.c-btn {
  display: block;
  margin: 0 auto;
  padding: 0.85rem;
  width: 19.8rem;
  max-width: 100%;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  border: solid 1px white;
  border-radius: 4rem;
}
@media screen and (max-width: 959px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn {
    font-size: 1.5rem;
  }
}
.c-btn img {
  margin-left: 0.5rem;
  width: 1.4rem;
}

.c-btn--blue {
  color: #0A2DB4;
  border-color: #0A2DB4;
}

.c-works {
  position: relative;
  padding: 15rem 0 12rem;
}
@media screen and (max-width: 519px) {
  .c-works {
    padding: 12rem 0;
  }
}
.c-works::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 44%;
  height: 86%;
  background-color: #0A2DB4;
}
@media screen and (max-width: 519px) {
  .c-works::before {
    width: 75%;
  }
}

.c-works__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5rem 2.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .c-works__container {
    gap: 3.5rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-works__container {
    gap: 3rem 2rem;
  }
}

.c-works__item {
  position: relative;
  width: calc(25% - 1.875rem);
}
@media screen and (max-width: 959px) {
  .c-works__item {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .c-works__item {
    width: calc(50% - 1rem);
  }
}
.c-works__item img {
  aspect-ratio: 286/190;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works__item:hover {
  opacity: 1;
}
.c-works__item:hover .c-works__item-cat {
  color: white;
  background-color: #0A2DB4;
}

.c-works__item-cat {
  position: absolute;
  bottom: 0.9rem;
  left: 0.5rem;
  padding: 0 0.5rem;
  min-width: 11.7rem;
  color: #0A2DB4;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.5px;
  background-color: #fff;
  border: solid 1px #0A2DB4;
  border-radius: 2rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 519px) {
  .c-works__item-cat {
    bottom: 0.5rem;
    min-width: 10rem;
    font-size: 1.2rem;
  }
}

.c-works__btn {
  margin: 6.2rem auto 0 12.5rem;
}
@media screen and (max-width: 959px) {
  .c-works__btn {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-works__btn {
    margin-left: 2rem;
  }
}

.c-works__deco1 {
  top: 9.6rem;
  right: 11.8vw;
  width: 3.5rem;
}
@media screen and (max-width: 959px) {
  .c-works__deco1 {
    width: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-works__deco1 {
    right: 9vw;
    width: 5vw;
  }
}

.c-works__deco2 {
  top: 20.5rem;
  right: 0;
  z-index: -1;
  width: 18rem;
}
@media screen and (max-width: 959px) {
  .c-works__deco2 {
    width: 18vw;
  }
}
.c-works__deco2 img {
  width: 170%;
}

.c-works__deco3 {
  top: 46%;
  left: 0;
  z-index: -1;
  width: 31rem;
}
@media screen and (max-width: 959px) {
  .c-works__deco3 {
    width: 34vw;
  }
}
@media screen and (max-width: 519px) {
  .c-works__deco3 {
    width: 44vw;
  }
}

.c-works__deco4 {
  bottom: 4.8rem;
  left: 8vw;
  width: 3.5rem;
}
@media screen and (max-width: 959px) {
  .c-works__deco4 {
    bottom: 5.7vw;
    left: 4vw;
    width: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-works__deco4 {
    bottom: 13vw;
    width: 5vw;
  }
}

.c-works__deco5 {
  bottom: -11.6rem;
  right: 0;
  width: 28rem;
}
@media screen and (max-width: 959px) {
  .c-works__deco5 {
    bottom: -10vw;
    width: 28vw;
  }
}
@media screen and (max-width: 519px) {
  .c-works__deco5 {
    bottom: -14vw;
    width: 32vw;
  }
}
.c-works__deco5 img {
  width: 160%;
}

.c-footer {
  position: relative;
  margin-top: 13rem;
  padding: 8rem 0 6rem;
  width: 100%;
  color: white;
  background-color: #0A2DB4;
}
@media screen and (max-width: 959px) {
  .c-footer {
    margin-top: 10rem;
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-footer {
    margin-top: 8rem;
    padding: 4rem 0;
  }
}

.c-footer__container {
  position: relative;
  z-index: 1;
}

.c-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .c-footer__menus {
    gap: 5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menus {
    gap: 3rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 310px) {
  .c-footer__menus {
    gap: 2rem;
  }
}

.c-footer__menu {
  border-bottom: solid 0.5px white;
}

.c-footer__catch {
  margin-top: 3.5rem;
  font-size: 2.7rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .c-footer__catch {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__catch {
    font-size: 5vw;
  }
}

.c-footer__name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .c-footer__name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__name {
    font-size: 1.5rem;
  }
}
.c-footer__name span {
  font-size: 1.27em;
}

.c-footer__message {
  margin-top: 0.3rem;
  line-height: 1.6;
}

.c-footer__btn {
  margin: 4rem auto 0 0;
  padding: 0.4rem;
  width: 16.4rem;
}

.c-footer__sinbol {
  position: absolute;
  bottom: 0;
  right: 13.3%;
  z-index: 0;
  width: auto;
  height: 98%;
}
@media screen and (max-width: 959px) {
  .c-footer__sinbol {
    right: 0%;
    height: 90%;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__sinbol {
    height: 47%;
  }
}

.c-service {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-service {
    margin-top: 5rem;
  }
}

.c-service--rec {
  margin-top: 28rem;
}
@media screen and (max-width: 519px) {
  .c-service--rec {
    margin-top: 20rem;
  }
}

.c-service--bpo {
  margin-top: 24rem;
}
@media screen and (max-width: 959px) {
  .c-service--bpo {
    margin-top: 20rem;
  }
}
.c-service__title {
  color: white;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .c-service__title {
    font-size: 13vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__title {
    font-size: 15vw;
    letter-spacing: 0.02em;
  }
}

.c-service__title--mark {
  -webkit-transform: translateY(38%);
          transform: translateY(38%);
}
@media screen and (max-width: 519px) {
  .c-service__title--mark {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-service__title--rec {
  text-align: right;
}
@media screen and (max-width: 519px) {
  .c-service__title--rec {
    text-align: left;
  }
}

.c-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.7rem;
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .c-service__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-service__container {
    gap: 4rem;
  }
}

.c-service__container--rec {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-service__content {
  width: calc(100% - 57rem - 6.7rem);
  color: #0A2DB4;
}
@media screen and (max-width: 959px) {
  .c-service__content {
    width: 100%;
  }
}

.c-service__content--mark {
  margin-top: 3rem;
}
@media screen and (max-width: 519px) {
  .c-service__content--mark {
    margin-top: 0;
  }
}

.c-service__head1 {
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-service__head1 {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__head1 {
    font-size: 5.6vw;
  }
}

.c-service__info {
  margin-top: 1rem;
}

.c-service__head2 {
  margin-top: 7rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-service__head2 {
    margin-top: 4rem;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__head2 {
    margin-top: 3rem;
    font-size: 5vw;
  }
}

.c-service__example {
  margin-top: 2.6rem;
  padding: 2rem 5rem;
  min-height: 14rem;
  line-height: 1.7;
  background-color: #fff;
  border-radius: 10rem;
}
@media screen and (max-width: 959px) {
  .c-service__example {
    min-height: auto;
  }
}
@media screen and (max-width: 519px) {
  .c-service__example {
    padding: 2rem;
    border-radius: 3rem;
  }
}
.c-service__example h5 {
  font-size: 1.1875em;
  font-weight: bold;
}

.c-service__images {
  width: 57rem;
}
@media screen and (max-width: 959px) {
  .c-service__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .c-service__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.c-service__images img {
  margin-top: 3.3rem;
}
@media screen and (max-width: 959px) {
  .c-service__images img {
    margin: 0;
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media screen and (max-width: 519px) {
  .c-service__images img {
    width: 100%;
  }
}
.c-service__images img:first-child {
  margin-top: 0;
}

.c-service__deco1 {
  top: 2.5rem;
  right: 0;
  z-index: -1;
  width: 39rem;
}
@media screen and (max-width: 959px) {
  .c-service__deco1 {
    width: 30vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco1 {
    top: -3rem;
    width: 42vw;
  }
}
.c-service__deco1 img {
  width: 114%;
}

.c-service__deco2 {
  bottom: 9rem;
  left: 21vw;
  z-index: -1;
  width: 3.5rem;
}
@media screen and (max-width: 959px) {
  .c-service__deco2 {
    bottom: 31vw;
    width: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco2 {
    bottom: 45%;
    width: 5vw;
  }
}

.c-service__deco3 {
  top: -28rem;
  left: 0;
  -webkit-transform: translate(-49%, 0);
          transform: translate(-49%, 0);
  width: 23rem;
}
@media screen and (max-width: 959px) {
  .c-service__deco3 {
    width: 23vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco3 {
    top: -20rem;
    width: 25vw;
  }
}

.c-service__deco4 {
  top: -22rem;
  left: 43vw;
  width: 3.5rem;
}
@media screen and (max-width: 959px) {
  .c-service__deco4 {
    width: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco4 {
    top: -18rem;
    left: 38vw;
    width: 5vw;
  }
}

.c-service__deco5 {
  top: -3.5rem;
  left: 0;
  z-index: -1;
  width: 40rem;
}
@media screen and (max-width: 959px) {
  .c-service__deco5 {
    width: 38vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco5 {
    top: -5rem;
    width: 47vw;
  }
}

.c-service__deco6 {
  top: -11rem;
  left: 7vw;
  width: 3.5rem;
}
@media screen and (max-width: 959px) {
  .c-service__deco6 {
    width: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco6 {
    top: -17rem;
    width: 5vw;
  }
}

.c-service__deco7 {
  top: 1rem;
  left: 47vw;
  z-index: -1;
  width: 23rem;
}
@media screen and (max-width: 959px) {
  .c-service__deco7 {
    top: 3rem;
    left: 55vw;
    width: 20vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco7 {
    top: 0;
    left: 60vw;
  }
}

.c-service__deco8 {
  top: -2rem;
  right: 0;
  z-index: -1;
  width: 39rem;
}
@media screen and (max-width: 959px) {
  .c-service__deco8 {
    width: 30vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco8 {
    top: -12rem;
    width: 42vw;
  }
}
.c-service__deco8 img {
  width: 114%;
}

.c-contact {
  padding: 3rem 0 9.4rem;
  color: #0A2DB4;
  background-color: #F6F5F5;
}

.c-contact__form {
  margin: 7.5rem auto 0;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .c-contact__form {
    margin-top: 5rem;
    font-size: 1.4rem;
  }
}
.c-contact__input {
  display: block;
}

.c-contact__confirm {
  display: none;
}

.c-contact__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-contact__message span {
  margin: 0 0 0 auto;
}

.c-contact__table {
  width: 100%;
  border-collapse: collapse;
}
.c-contact__table th, .c-contact__table td {
  font-weight: 500;
  border-top: solid 0.25px #0A2DB4;
  border-bottom: solid 0.25px #0A2DB4;
}
@media screen and (max-width: 519px) {
  .c-contact__table th, .c-contact__table td {
    display: block;
  }
}
.c-contact__table th {
  padding: 0.5rem 2rem;
  width: 26%;
  max-width: 100%;
  background-color: #edebeb;
}
@media screen and (max-width: 519px) {
  .c-contact__table th {
    width: 100%;
    border-bottom: none;
  }
}
.c-contact__table td {
  padding: 1rem 1.5rem;
  max-width: 100%;
}
@media screen and (max-width: 519px) {
  .c-contact__table td {
    width: 100%;
    border-top: none;
  }
}
.c-contact__table tr:first-child th, .c-contact__table tr:first-child td {
  border-top-width: 2px;
}
.c-contact__table tr:last-child th, .c-contact__table tr:last-child td {
  border-bottom-width: 2px;
}
.c-contact__table input[type=text],
.c-contact__table input[type=email],
.c-contact__table input[type=tel],
.c-contact__table textarea,
.c-contact__table select {
  padding: 0.3rem 1rem;
  max-width: 100%;
  max-height: 9.5rem;
  background-color: #fff;
  border: solid 0.5px #0A2DB4;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 519px) {
  .c-contact__table input[type=text],
  .c-contact__table input[type=email],
  .c-contact__table input[type=tel],
  .c-contact__table textarea,
  .c-contact__table select {
    width: 100%;
  }
}
.c-contact__table input[type=text]:focus,
.c-contact__table input[type=email]:focus,
.c-contact__table input[type=tel]:focus,
.c-contact__table textarea:focus,
.c-contact__table select:focus {
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.c-contact__table select {
  background-image: url(../images/common/icon_selectbox.png);
  background-size: 15px 6px;
  background-position: 97% 50%;
}
@media screen and (max-width: 519px) {
  .c-contact__table select {
    background-size: 13px 5px;
  }
}
.c-contact__table .wpcf7-list-item {
  display: block;
}
.c-contact__table .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.c-contact__table .wpcf7-list-item input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2rem;
  cursor: pointer;
}
.c-contact__table .wpcf7-list-item input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 1px solid #0A2DB4;
  border-radius: 2px;
}
.c-contact__table .wpcf7-list-item input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  border-bottom: 3px solid #0A2DB4;
  border-left: 3px solid #0A2DB4;
  margin-top: -0.2em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.c-contact__table .wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.c-contact__table .wpcf7-acceptance {
  display: block;
  position: relative;
  margin: 2.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 519px) {
  .c-contact__table .wpcf7-acceptance {
    margin-top: 1.5rem;
  }
}
.c-contact__table .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 2rem;
  height: 100%;
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
}
.c-contact__table .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 0.2rem;
  aspect-ratio: 1;
  width: 1.8rem;
  height: auto;
  background-color: #fff;
  border: 1px solid #333;
  vertical-align: middle;
  cursor: pointer;
}
.c-contact__table .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  content: "";
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
  width: 1.3rem;
  height: 0.5rem;
  border-left: solid 2px #1d2088;
  border-bottom: solid 2px #1d2088;
}
.c-contact__table .wpcf7-acceptance a {
  color: #1d2088;
}
.c-contact__table .wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
}

.c-contact__confirm-btn,
input[type=submit] {
  display: block;
  margin: 6rem auto 0;
  padding: 1rem;
  width: 17rem;
  text-align: center;
  color: white;
  background-color: #0A2DB4;
}
@media screen and (max-width: 519px) {
  .c-contact__confirm-btn,
  input[type=submit] {
    margin-top: 5rem;
  }
}
.c-contact__confirm-btn:hover,
input[type=submit]:hover {
  opacity: 0.8;
}

.c-contact__btn {
  text-align: center;
}

.c-contact__address-wrap {
  padding-bottom: 1.5rem;
}
.c-contact__address-wrap label {
  display: block;
}

.c-contact__value {
  padding: 1rem 0;
}
@media screen and (max-width: 519px) {
  .c-contact__value {
    padding: 0.5rem 0;
  }
}

.c-contact__back {
  margin: 0 auto;
  display: block;
  width: 12rem;
  padding: 1rem;
  text-align: center;
  font-size: 0.9em;
  color: white;
  background-color: #7e7e7e;
}
.c-contact__back:hover {
  opacity: 0.8;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin-top: 2rem;
}

.c-contact__thanks {
  margin: 6rem auto 20rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .c-contact__thanks {
    padding: 5rem auto 14rem;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__thanks {
    margin: 4rem auto 11rem;
    letter-spacing: 0;
  }
}

/* project
------------------------------------------------ */
.p-top-mv {
  position: relative;
  width: 100%;
}

.p-top-mv__logo {
  margin-top: 15.5rem;
  width: 59.4vw;
  max-width: 83.4rem;
}
@media screen and (max-width: 959px) {
  .p-top-mv__logo {
    margin-top: 15vw;
    width: 80vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__logo {
    margin-top: 20vw;
    width: 100%;
  }
}

.p-top-mv__container {
  margin: 4rem auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #0A2DB4;
  line-height: 1.35;
}

.p-top-mv__catch {
  font-size: 4.7rem;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 959px) {
  .p-top-mv__catch {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__catch {
    font-size: 7vw;
  }
}

.p-top-mv__sub {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .p-top-mv__sub {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__sub {
    font-size: 4.4vw;
  }
}

.p-top-mv__info {
  margin-top: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 519px) {
  .p-top-mv__info {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}

.p-top-mv__sinbol {
  margin-top: -2.5rem;
  margin-left: 7rem;
  width: 15.4rem;
}
@media screen and (max-width: 959px) {
  .p-top-mv__sinbol {
    margin-top: 2rem;
    margin-left: 2rem;
    width: 13vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__sinbol {
    margin-top: 1rem;
    width: 15vw;
  }
}

.p-top-mv__deco1 {
  top: 7.5rem;
  right: 0;
  width: 28rem;
}
@media screen and (max-width: 959px) {
  .p-top-mv__deco1 {
    width: 25vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__deco1 {
    top: 3rem;
    width: 30vw;
  }
}
.p-top-mv__deco1 img {
  width: 160%;
}

.p-top-mv__deco2 {
  bottom: 10rem;
  left: 0;
  width: 30.5rem;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
}
@media screen and (max-width: 959px) {
  .p-top-mv__deco2 {
    bottom: 20vw;
    width: 20vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__deco2 {
    bottom: 25vw;
    width: 25vw;
  }
}

.p-top-mv__deco3 {
  bottom: -6.5rem;
  right: 20vw;
  width: 23.2rem;
}
@media screen and (max-width: 959px) {
  .p-top-mv__deco3 {
    bottom: -7vw;
    width: 25vw;
  }
}

.p-top-mv__deco4 {
  bottom: 8.5rem;
  right: 9vw;
  width: 3.6rem;
}
@media screen and (max-width: 959px) {
  .p-top-mv__deco4 {
    bottom: 9vw;
    width: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__deco4 {
    bottom: 8vw;
    width: 5vw;
  }
}

.p-top-about {
  position: relative;
  padding: 2.5rem 0 6.6rem;
  width: 100%;
  background-image: url(../images/common/about_01.png);
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-top-about {
    padding: 4rem 0 6rem;
  }
}

.p-top-about__info {
  margin-top: 2.5rem;
  font-size: 1.7rem;
  color: white;
  line-height: 2.35;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 959px) {
  .p-top-about__info {
    font-size: 1em;
  }
}

.p-top-about__btn {
  margin-top: 13.3rem;
}
@media screen and (max-width: 959px) {
  .p-top-about__btn {
    margin-top: 8rem;
  }
}

.p-top-about__deco1 {
  top: 4.5rem;
  right: 0;
  width: 31rem;
}
@media screen and (max-width: 959px) {
  .p-top-about__deco1 {
    width: 24vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__deco1 {
    width: 33vw;
  }
}

.p-top-about__deco2 {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-44%, 50%);
          transform: translate(-44%, 50%);
  width: 23rem;
}
@media screen and (max-width: 959px) {
  .p-top-about__deco2 {
    width: 20vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__deco2 {
    width: 25vw;
  }
}

.p-top-service {
  position: relative;
  padding: 9rem 0 11rem;
  background-color: #F6F5F5;
}
@media screen and (max-width: 959px) {
  .p-top-service {
    padding: 6rem 0 10rem;
  }
}

.p-top-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .p-top-service__container {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__container {
    gap: 3rem 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-top-service__container--point {
  margin-top: 3.5rem;
}

.p-top-service__wrapper {
  width: calc(33.333% - 2.3333333333rem);
}
@media screen and (max-width: 959px) {
  .p-top-service__wrapper {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__wrapper {
    width: calc(50% - 1rem);
  }
}
.p-top-service__wrapper h3 {
  text-align: center;
  color: #0A2DB4;
  font-size: 3.6rem;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .p-top-service__wrapper h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__wrapper h3 {
    font-size: 6.3vw;
  }
}
.p-top-service__wrapper h3 span {
  display: block;
  font-size: 0.55em;
  font-weight: 500;
  line-height: 1;
}

.p-top-service__kakeru {
  display: block;
  margin: 5.5rem auto 0;
  width: 7.2rem;
}
@media screen and (max-width: 959px) {
  .p-top-service__kakeru {
    margin-top: 4rem;
    width: 5rem;
  }
}

.p-top-service__item {
  width: 33%;
  max-width: 34rem;
}
@media screen and (max-width: 519px) {
  .p-top-service__item {
    width: 100%;
  }
}

.p-top-service__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2.5rem;
  color: #0A2DB4;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 959px) {
  .p-top-service__point {
    gap: 1rem;
    padding: 1.5rem;
    font-size: 2.15vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__point {
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    font-size: 4.7vw;
  }
}

.p-top-service__no {
  padding-bottom: 0.5rem;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-top-service__no {
    font-size: 2em;
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__no {
    font-size: 2.2em;
  }
}

.p-top-service__txt {
  margin-top: 1.7rem;
  padding-left: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-top-service__txt {
    margin-top: 1rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__txt {
    padding: 0 1rem;
  }
}

.p-top-service__btn {
  margin-top: 5rem;
}

.p-top-service__blue {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 41%;
  height: 5rem;
  background-color: #0A2DB4;
}

.p-top-service__deco1 {
  top: 16.3rem;
  right: 0;
  width: 18rem;
}
@media screen and (max-width: 959px) {
  .p-top-service__deco1 {
    top: 20vw;
    width: 18vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__deco1 {
    top: 38vw;
    width: 22vw;
  }
}
.p-top-service__deco1 img {
  width: 128%;
}

.p-service-intro__info {
  margin-top: 5rem;
  color: #0A2DB4;
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-service-intro__info {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-service-intro__info {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}

.p-about-intro__container {
  margin: 0 auto;
  max-width: 70rem;
  color: #0A2DB4;
}

.p-about-intro__sinbol {
  display: block;
  margin: 3rem auto 0;
  width: 15.3rem;
}
@media screen and (max-width: 519px) {
  .p-about-intro__sinbol {
    width: 33vw;
  }
}

.p-about-intro__catch {
  display: block;
  margin-top: 7rem;
  font-size: 3.3rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-about-intro__catch {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 519px) {
  .p-about-intro__catch {
    margin-top: 3rem;
    font-size: 5.4vw;
  }
}

.p-about-intro__info {
  margin-top: 5rem;
}
@media screen and (max-width: 519px) {
  .p-about-intro__info {
    margin-top: 3rem;
  }
}

.p-about-outline {
  margin-top: 8rem;
  padding-bottom: 13.4rem;
}
@media screen and (max-width: 519px) {
  .p-about-outline {
    margin-top: 5rem;
    padding-bottom: 8rem;
  }
}

.p-about-outline__table {
  margin-top: 0.5rem;
  width: 100%;
  color: #0A2DB4;
  border-collapse: collapse;
}
.p-about-outline__table th, .p-about-outline__table td {
  padding: 1.3rem 3.5rem;
  border-top: solid 1px #dcdddd;
  border-bottom: solid 1px #dcdddd;
}
@media screen and (max-width: 519px) {
  .p-about-outline__table th, .p-about-outline__table td {
    padding: 1.3rem 1rem;
  }
}
.p-about-outline__table th {
  min-width: 6.9rem;
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 519px) {
  .p-about-outline__table th {
    padding-right: 0;
  }
}
.p-about-outline__table td span {
  font-size: 0.875em;
}

/* utility
------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .u-mt0-tab-max {
    margin-top: 0 !important;
  }
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pr1 {
  padding-right: 1rem;
}

.u-ls1 {
  letter-spacing: 1px;
}

.u-mk {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF6A3));
  background: linear-gradient(transparent 60%, #FFF6A3 60%);
}

.u-mk--70 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF6A3));
  background: linear-gradient(transparent 70%, #FFF6A3 70%);
}

/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */