@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width:769px) {
  html {
    overflow-y: scroll;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
html.__hidden {
  overflow: hidden;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  color: #272727;
}
body.__hidden {
  overflow: hidden;
}

a {
  color: #272727;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}
a .icon-filter_none::before {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.icon-filter_none {
  margin: 0 3px;
  color: #333;
}

/* animation */
.is-fade {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.7s, transform 0.7s;
}

.is-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.__opacity {
  opacity: 1;
  transition: all 0.3s;
}
.__opacity:hover {
  opacity: 0.5;
}

@font-face {
  font-family: "icomoon";
  src: url("/temp/common/icon/fonts/icomoon.eot");
  src: url("/temp/common/icon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/temp/common/icon/fonts/icomoon.woff2") format("woff2"), url("/temp/common/icon/fonts/icomoon.ttf") format("truetype"), url("/temp/common/icon/fonts/icomoon.woff") format("woff"), url("/temp/common/icon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-] .__hidden, [class*=" icon-"] .__hidden {
  font-size: 1px;
  position: absolute;
  top: -999999px;
  left: -999999px;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
}

.icon-filter_none:before {
  content: "\e3e0";
}

.icon-search:before {
  content: "\f002";
}

.icon-check:before {
  content: "\f00c";
}

.icon-home:before {
  content: "\f015";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-phone:before {
  content: "\f095";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.e-a-txt-arrow {
  position: relative;
  display: block;
  padding: 0 0 0 1.25em;
}
.e-a-txt-arrow .__ico {
  color: #333;
  line-height: 1.2;
}
.e-a-txt-arrow .__ico::before {
  display: inline-block;
}
.e-a-txt-arrow .__ico:first-child {
  position: absolute;
  top: 3px;
  left: 5px;
}
@media screen and (max-width:768px) {
  .e-a-txt-arrow .__ico.icon-filter_none {
    font-size: 1.3rem;
  }
}
.e-a-txt-arrow .__txt {
  color: #272727;
}

.c_btn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 15px 15px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  transition: all 0.2s;
}
.c_btn::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/6px;
  transition: all 0.2s;
}
.c_btn:hover {
  background: #6056F4;
}
.c_btn:hover::after {
  background: #000 url(../img/common/ico_arrow_right_white.svg) no-repeat center/6px;
}
.c_btn.__white {
  background: #fff;
  color: #272727;
}
.c_btn.__white:hover {
  background: #6056F4;
  color: #fff;
}

.e-btn-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 150px;
  height: 50px;
  margin: 10px 5px;
  padding: 0 30px;
  background: #333;
  border: 1px solid transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.4s all;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow {
    height: 40px;
    margin: 5px;
  }
}
.e-btn-arrow .__ico {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.e-btn-arrow .__ico:first-child {
  left: 15px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:first-child {
    left: 10px;
  }
}
.e-btn-arrow .__ico:last-child {
  right: 15px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:last-child {
    right: 10px;
  }
}
.e-btn-arrow:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow:not(._disabled_):hover {
    background: #fff;
    border-color: #333;
    color: #333;
  }
}
.e-btn-arrow._disabled_ {
  opacity: 0.5;
}
.e-btn-arrow._w-l_ {
  min-width: 300px;
  height: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-l_ {
    width: 100%;
    min-width: 0;
    height: 50px;
  }
}
.e-btn-arrow._w-s_ {
  min-width: inherit;
  height: 40px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-s_ {
    min-width: 0;
    min-height: 35px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
.e-btn-arrow._outline_ {
  background: #fff;
  border-color: #333;
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._outline_:not(._disabled_):hover {
    background: #333;
    color: #fff;
  }
}

.e-form-check .__elem {
  display: none;
}
.e-form-check .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-check .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-check .__txt::before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #d9d9d9;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.e-form-check .__txt::after {
  left: 1px;
  content: "\f00c";
  color: #333;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.e-form-radio .__elem {
  display: none;
}
.e-form-radio .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-radio .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-radio .__txt::before {
  left: 0;
  content: "";
  border: 2px solid #d9d9d9;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.e-form-radio .__txt::after {
  left: 5px;
  content: "";
  background: #333;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.e-form-select {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #C8C8C8;
}

.e-form-text {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #C8C8C8;
  color: #272727;
}
.e-form-text._w-m_ {
  max-width: 350px;
}
.e-form-text._w-s_ {
  max-width: 100px;
}
.e-form-text._w-a_ {
  width: auto;
}

.e-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #C8C8C8;
  color: #272727;
}

.e-h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  background: url(/temp/common/img/index/bg_ttl01_pc.png) center center no-repeat;
  background-size: cover;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .e-h1 {
    height: 150px;
    font-size: 2.2rem;
  }
}

.e-h2 {
  margin: 0 0 20px;
  color: #333;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width:768px) {
  .e-h2 {
    margin: 0 0 15px;
    font-size: 2.2rem;
  }
}

.e-h3 {
  margin: 0 0 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .e-h3 {
    margin: 0 0 15px;
    font-size: 2rem;
  }
}

.e-h4 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #C8C8C8;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .e-h4 {
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
}
.e-h4::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 115px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width:768px) {
  .e-h4::after {
    width: 58px;
  }
}

.e-h5 {
  margin: 0 0 20px;
  padding: 3px 0 3px 15px;
  border-left: 3px solid #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .e-h5 {
    margin: 0 0 15px;
    padding: 2px 0 2px 10px;
    font-size: 1.6rem;
  }
}

.e-h6 {
  margin: 0 0 15px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .e-h6 {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}

.e-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.e-iframe .__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.e-list-circle__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.e-list-circle__item::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  background: #333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.e-list-circle._black_ .e-list-circle__item::before {
  background: #272727;
}

.e-list-number {
  counter-reset: number 0;
}
.e-list-number__item {
  position: relative;
  padding-left: 1.2em;
}
.e-list-number__item:not(:first-child) {
  margin-top: 5px;
}
.e-list-number__item::before {
  counter-increment: number;
  content: counter(number) ".";
  color: #333;
  display: block;
  position: absolute;
  left: 0;
}
.e-list-number._red_ .e-list-number__item::before {
  color: #dd0000;
}

.m-box {
  padding: 25px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .m-box {
    padding: 15px;
  }
}
.m-box._gray_ {
  background: #f9f9f9;
}
.m-box._line-gray_ {
  border: 1px solid #C8C8C8;
}

.m-indent {
  display: table;
}
.m-indent .__item {
  display: table-cell;
  white-space: nowrap;
}
.m-indent._space_ .__item {
  padding-right: 1em;
}

.m-noscript {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.m-pager {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 5px;
  grid-template-areas: "prev list next";
  margin: 30px 0 0;
  line-height: 1.4;
}
.m-pager__item {
  display: flex;
}
.m-pager__item._prev_ {
  grid-area: prev;
  justify-content: flex-start;
}
.m-pager__item._next_ {
  grid-area: next;
  justify-content: flex-end;
}
.m-pager__item._list_ {
  grid-area: list;
  justify-content: center;
}
.m-pager__link {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pager__link {
    padding: 8px 12px;
  }
}
.m-pager__link._current_ {
  background: #333;
  color: #fff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pager__link:hover {
    background: #333;
    color: #fff;
    opacity: 1;
  }
}

.m-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
  line-height: 1.4;
}
.m-pagination__item {
  margin: 0 3px 5px;
}
@media screen and (max-width:768px) {
  .m-pagination__item {
    margin-bottom: 10px;
  }
}
.m-pagination__link {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pagination__link {
    padding: 8px 12px;
  }
}
.m-pagination__link._current_ {
  background: #333;
  color: #fff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pagination__link:hover {
    background: #333;
    color: #fff;
    opacity: 1;
  }
}

.m-table {
  width: 100%;
}
.m-table th,
.m-table td {
  padding: 15px 20px;
  border: 1px solid #C8C8C8;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .m-table th,
  .m-table td {
    padding: 15px;
  }
}
.m-table th {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
}
.m-table ._al-l_ {
  text-align: left;
}
.m-table ._al-r_ {
  text-align: right;
}
.m-table ._al-c_ {
  text-align: center;
}
.m-table ._nowrap_ {
  white-space: nowrap;
}
.m-table ._navy_ {
  background: #333;
  color: #fff;
}
.m-table ._gray_ {
  background: #f2f2f2;
}
@media screen and (max-width:768px) {
  .m-table._sp-col1_ {
    display: block;
  }
  .m-table._sp-col1_ thead,
  .m-table._sp-col1_ tbody,
  .m-table._sp-col1_ tr,
  .m-table._sp-col1_ th,
  .m-table._sp-col1_ td {
    display: block;
  }
  .m-table._sp-col1_ th {
    padding: 10px 15px;
  }
  .m-table._wide_ {
    border: none;
    display: block;
  }
  .m-table._wide_ th,
  .m-table._wide_ td {
    display: block;
    padding: 5px 8px;
    border-bottom-width: 0;
    border-right-width: 0;
    text-align: center;
  }
  .m-table._wide_ th {
    width: auto;
    text-align: left;
  }
  .m-table._wide_ .m-table__head {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .m-table._wide_ .m-table__body {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .m-table._wide_ .m-table__body tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .m-table._wide_ .m-table__body tr:last-child th,
  .m-table._wide_ .m-table__body tr:last-child td {
    border-right-width: 1px;
  }
  .m-table._wide_ .m-table__head th:last-child, .m-table._wide_ .m-table__body td:last-child {
    border-bottom-width: 1px;
  }
  .m-table._list_ {
    border: none;
  }
  .m-table._list_ tr {
    display: block;
    margin: 0 0 20px;
  }
  .m-table._list_ th {
    display: block;
  }
  .m-table._list_ td {
    display: list-item;
    margin: 0 0 0 20px;
    padding: 5px 0 0;
    border: none;
    background: none;
  }
}

.c-contact-form {
  width: min(1112px, 90%);
  margin: 0 auto;
}
.c-contact-form__inner {
  margin-bottom: 160px;
}
.c-contact-form__body {
  margin-bottom: 120px;
}
.c-contact-form__block {
  margin-bottom: 45px;
}
.c-contact-form__block .c-contact-form__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #142BA4;
  margin-bottom: 20px;
}
.c-contact-form__block .c-contact-form__ttl .__red {
  color: #dd0000;
}
.c-contact-form__block .c-contact-form__item.__name {
  width: 50%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item.__name {
    width: 100%;
  }
}
.c-contact-form__block .c-contact-form__item.__furigana {
  width: 40%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item.__furigana {
    width: 100%;
  }
}
.c-contact-form__block .c-contact-form__item.__company {
  width: 90%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item.__company {
    width: 100%;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text {
  width: 100%;
  padding: 20px 15px;
  background: #F4F4F4;
  color: #333;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__text {
    padding: 16px 15px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text::-moz-placeholder {
  color: #AFAFAF;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text::placeholder {
  color: #AFAFAF;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number {
  width: 40%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__number {
    width: 80%;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number .c-contact-form__text {
  margin-left: 20px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number .wpcf7-form-control-wrap::before {
  content: "〒";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 25px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__tel {
  width: 40%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__tel {
    width: 100%;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__radio {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item {
  margin: 0;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item > label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item input[type=radio]::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/contact/ico_radio.svg) no-repeat center/100%;
  display: block;
  transition: all 0.2s;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item input[type=radio]::before {
    width: 20px;
    height: 20px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  background: url(../img/contact/ico_radio_after.svg) no-repeat center/100%;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__check {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item {
  margin: 0;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item > label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item input[type=checkbox]::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/contact/ico_check.svg) no-repeat center/100%;
  display: block;
  transition: all 0.2s;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item input[type=checkbox]::before {
    width: 20px;
    height: 20px;
  }
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item input[type=checkbox]:checked::before {
  content: "";
  background: url(../img/contact/ico_check_after.svg) no-repeat center/100%;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__check .wpcf7-list-item .wpcf7-list-item-label {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1.35;
  margin: 15px 0 0;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__quote + .c-contact-form__address {
  margin: 20px 0 0;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__policy {
  font-weight: 500;
  margin-bottom: 20px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__policy .__link {
  text-decoration: underline;
  color: #142BA4;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__policy .__link::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.c-contact-form__block:last-of-type {
  margin-bottom: 0;
}
.c-contact-form__block .wpcf7-not-valid-tip {
  margin: 5px 0 0;
}
.c-contact-form .c-contact-form__btn {
  width: min(416px, 90%);
  height: 80px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  border-radius: 100px;
}
@media screen and (max-width:768px) {
  .c-contact-form .c-contact-form__btn {
    width: 265px;
    height: 48px;
  }
}
.c-contact-form .c-contact-form__btn .c-contact-form__submit {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem) !important;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-contact-form .c-contact-form__btn .c-contact-form__submit {
    padding-left: 24px;
  }
}
.c-contact-form .c-contact-form__btn::after {
  content: "";
  width: 32px;
  height: 32px;
  margin: auto;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/6px;
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-contact-form .c-contact-form__btn::after {
    width: 20px;
    height: 20px;
    right: 18px;
  }
}
.c-contact-form .c-contact-form__btn:hover .c-contact-form__submit {
  background: #6056F4;
}
.c-contact-form .c-contact-form__btn:hover::after {
  background: #000 url(../img/common/ico_arrow_right_white.svg) no-repeat center/6px;
}
.c-contact-form .c-contact-form__return {
  width: 273px;
  margin: 30px auto 0;
  border: 2px solid #C8C8C8;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-contact-form .c-contact-form__return {
    width: 215px;
  }
}
.c-contact-form .c-contact-form__return::before {
  content: "";
  width: 32px;
  height: 32px;
  margin: auto;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/6px;
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  transition: all 0.3s;
  transform: rotate(180deg);
}
@media screen and (max-width:768px) {
  .c-contact-form .c-contact-form__return::before {
    width: 20px;
    height: 20px;
  }
}
.c-contact-form .c-contact-form__return__btn {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 600;
  line-height: 1;
  text-align: right;
  width: 100%;
  padding: 16px 30px 16px 0;
  background: transparent;
  cursor: pointer;
  display: block;
}
@media screen and (max-width:768px) {
  .c-contact-form .c-contact-form__return__btn {
    padding: 14px 20px 14px 0;
  }
}
.c-contact-form .c-contact-form__return:hover {
  opacity: 0.7;
}
.c-contact-form.__confirm .c-contact-form__ttl {
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: 35px;
}
.c-contact-form.__confirm .c-contact-form__item {
  font-size: 2rem;
  line-height: 1.8;
}
.c-contact-form .wpcf7-spinner {
  display: none;
}
.c-contact-form .wpcf7-response-output {
  opacity: 0;
}

.c-contact__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  width: min(1112px, 90%);
  margin: 0 auto 80px;
}
.c-contact-top {
  width: min(1112px, 90%);
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-top {
    padding-bottom: 40px;
  }
}
.c-contact-top__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #142BA4;
  margin-bottom: 40px;
}
.c-contact-top__catch {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.c-contact-top__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-top__txt {
    margin-bottom: 40px;
  }
}
.c-contact-top__txt .__sub {
  color: #dd0000;
}
.c-contact-top__tel {
  padding-bottom: 45px;
  border-bottom: 2px dashed #000;
}
.c-contact-top__tel--txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-contact-top__tel--txt {
    margin-bottom: 15px;
  }
}
.c-contact-top__tel--link .__link {
  font-size: clamp(3.2rem, -0.689rem + 8.1vw, 6.4rem);
  font-weight: 800;
  line-height: 1;
  color: #142BA4;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width:768px) {
  .c-contact-top__tel--link .__link {
    margin-bottom: 12px;
  }
}
.c-contact-top__tel--link .__quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 1;
}
.c-contact-top__tel .c_btn {
  width: min(640px, 100%);
  margin: 0 auto 0 0;
  padding-left: 40px;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-contact-top__tel .c_btn {
    text-align: left;
    line-height: 1.5;
    gap: 8px;
  }
}
.c-contact-top__tel .c_btn::before {
  content: "";
  width: 48px;
  aspect-ratio: 1;
  background: url(../img/common/ico_line.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-contact-top__tel .c_btn::before {
    width: 32px;
  }
}
.c-contact-flow {
  width: min(648px, 100%);
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-reset: order 0;
}
@media screen and (max-width:768px) {
  .c-contact-flow {
    margin: 0 auto 60px;
  }
}
.c-contact-flow__list {
  display: flex;
  align-items: center;
}
.c-contact-flow__list .__sub {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 184px;
  padding: 15px 0;
  color: #fff;
  background: #C8C8C8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
@media screen and (max-width:768px) {
  .c-contact-flow__list .__sub {
    width: 80px;
    padding: 10px 0;
  }
}
.c-contact-flow__list .__sub.__blue {
  background: #142BA4;
}
.c-contact-flow__list .__sub::before {
  counter-increment: order 1;
  content: "0" counter(order) ".";
}
.c-contact-flow__list .__line {
  display: flex;
  align-items: center;
}
.c-contact-flow__list .__line-before {
  width: 25px;
  height: 2px;
  background: #C8C8C8;
}
.c-contact-flow__list .__line-before.__blue {
  background: #142BA4;
}
.c-contact-flow__list .__line-after {
  width: 25px;
  height: 2px;
  background: #C8C8C8;
}
.c-contact-flow__list .__line-after.__blue {
  background: #142BA4;
}
.c-contact-complete__bottom {
  width: min(1112px, 90%);
  margin: 0 auto 160px;
  position: relative;
}
.c-contact-complete__bottom.__error {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__bottom.__error {
    margin-bottom: 60px;
  }
}
.c-contact-complete__bottom.__error .c-contact-complete__txt {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__bottom.__error .c-contact-complete__txt {
    margin-bottom: 60px;
  }
}
.c-contact-complete__bottom .c-contact-complete__ttl {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
  color: #142BA4;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__bottom .c-contact-complete__ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.c-contact-complete__bottom .c-contact-complete__txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__bottom .c-contact-complete__txt {
    font-size: 1.6rem;
  }
}
.c-contact-complete__bottom .c_btn {
  width: min(416px, 90%);
  margin: 0 auto;
}

/* .c-mv */
.c-mv {
  width: 100%;
  height: 560px;
  padding-bottom: 28px;
  margin-bottom: 160px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-mv {
    height: 400px;
  }
}
@media screen and (max-width:768px) {
  .c-mv {
    height: 230px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width:415px) {
  .c-mv {
    padding-bottom: 8px;
  }
}
.c-mv::after {
  content: "";
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 8/1;
  margin: auto;
  background: url(../img/common/pic_c_mv.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:415px) {
  .c-mv::after {
    aspect-ratio: 25/8;
    height: auto;
    background: url(../img/common/pic_c_mv_sp.png) no-repeat center/100%;
  }
}
.c-mv__inner {
  width: 100%;
  height: 100%;
}
.c-mv__inner.__news {
  background: url(../img/news/pic_mv.png) no-repeat center/cover;
}
.c-mv__inner.__business {
  background: url(../img/business/pic_mv.png) no-repeat center/cover;
}
.c-mv__inner.__company {
  background: url(../img/company/pic_mv.png) no-repeat center/cover;
}
.c-mv__inner.__works {
  background: url(../img/works/pic_mv.png) no-repeat center/cover;
}
.c-mv__inner.__contact {
  background: url(../img/contact/pic_mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .c-mv__inner.__contact {
    background: url(../img/contact/pic_mv_sp.png) no-repeat center/cover;
  }
}
.c-mv__inner.__privacy {
  background: url(../img/privacy/pic_mv.png) no-repeat center/cover;
}
.c-mv__inner.__error {
  background: url(../img/error/pic_mv.png) no-repeat center/cover;
}
.c-mv__inner .c-mv__ttl {
  height: 100%;
}
.c-mv__inner .c-mv__ttl .c_ttl {
  font-size: 4rem;
  color: #142BA4;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1280px) {
  .c-mv__inner .c-mv__ttl .c_ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:1024px) {
  .c-mv__inner .c-mv__ttl .c_ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width:768px) {
  .c-mv__inner .c-mv__ttl .c_ttl {
    font-size: 2.2rem;
  }
}
.c-mv__inner .c-mv__ttl .c_ttl::before {
  font-size: 9.6rem;
}
@media screen and (max-width:1280px) {
  .c-mv__inner .c-mv__ttl .c_ttl::before {
    font-size: 6.4rem;
  }
}
@media screen and (max-width:1024px) {
  .c-mv__inner .c-mv__ttl .c_ttl::before {
    font-size: 4.8rem;
  }
}
@media screen and (max-width:768px) {
  .c-mv__inner .c-mv__ttl .c_ttl::before {
    font-size: 3.2rem;
  }
}

.c-index-visual {
  width: 100%;
  height: 890px;
  margin-bottom: 120px;
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:1280px) {
  .c-index-visual {
    height: 100vh;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual {
    padding: 0 0 10px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width:415px) {
  .c-index-visual {
    height: 100dvh;
  }
}
.c-index-visual__inner {
  width: 100%;
  height: 100%;
  background: url(../img/top/pic_mv.png) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-visual__inner {
    background: url(../img/top/pic_mv_sp.png) no-repeat center right/cover;
  }
}
.c-index-visual__scroll {
  width: 80px;
  position: absolute;
  right: 60px;
  bottom: 100px;
  z-index: 3;
  animation: scrollupdown 1.6s ease-in-out infinite alternate;
}
@media screen and (max-width:768px) {
  .c-index-visual__scroll {
    display: none;
  }
}
.c-index-visual__bottom {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-index-visual__bottom {
    height: auto;
  }
}
.c-index-visual__bottom .__inner {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(140px) scaleY(0.2);
  transform-origin: center bottom;
  will-change: transform, opacity;
}
.c-index-visual__bottom .__inner.is-show {
  animation: bottomBounce 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.c-index-visual__bottom .__inner:nth-child(1) {
  z-index: 1;
}
.c-index-visual__bottom .__inner:nth-child(2) {
  z-index: 2;
  animation-delay: 0.5s;
}
.c-index-visual__bottom .__inner:nth-child(3) {
  z-index: 3;
  animation-delay: 1s;
}
.c-index-visual__bottom .__inner.__last {
  height: 100%;
}
.c-index-visual__bottom .__inner.__last .__img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-index-visual__bottom .__inner.__last .__img:first-of-type {
  z-index: 0;
}
.c-index-visual__bottom .__inner.__last .__img:last-of-type {
  z-index: 1;
}
.c-index-visual__bottom .__inner .__img {
  display: block;
  width: 100%;
  height: auto;
}
.c-index-visual .c-index-visual__catch {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1.35;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
}
@media screen and (max-width:768px) {
  .c-index-visual .c-index-visual__catch {
    font-size: 4.2rem;
    width: 90%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width:415px) {
  .c-index-visual .c-index-visual__catch {
    font-size: 4rem;
  }
}
.c-index-visual .c-index-visual__catch .__sub {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 20px 0 0;
  display: block;
}
@media screen and (max-width:768px) {
  .c-index-visual .c-index-visual__catch .__sub {
    font-size: 2.2rem;
  }
}

.c-index-recruit {
  width: min(500px, 90%);
  margin: 0 auto 60px;
}
.c-index-recruit .__ttl {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #EBA100;
  margin-bottom: 8px;
}
.c-index-recruit .__link {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #EBA100;
  padding: 25px 0;
  border-radius: 100px;
  display: block;
}

.c-index-catch {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-index-catch {
    margin-bottom: 80px;
  }
}
.c-index-catch__ttl {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
  color: #142BA4;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-index-catch__ttl {
    font-size: 2rem;
  }
}

.c-index-works {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-index-works {
    margin-bottom: 80px;
  }
}
.c-index-works__info {
  width: min(1344px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-index-works__info .c_ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width:768px) {
  .c-index-works__info .c_btn {
    padding: 10px 12px 10px 20px;
  }
}
.c-index-works__slider {
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-index-works__slider {
    padding-bottom: 30px;
  }
}
.c-index-works__slider--item {
  margin-right: -2px;
}
@media screen and (max-width:768px) {
  .c-index-works__slider--item {
    width: 280px;
  }
}
.c-index-works__slider--item .c-index-works__slider--link {
  padding: 40px;
  margin: 45px 0 0;
  border: 2px solid #000;
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-works__slider--item .c-index-works__slider--link {
    padding: 24px;
    margin: 30px 0 0;
  }
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--img {
  width: 360px;
  height: 100%;
  margin-bottom: 30px;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 18px;
  }
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--category {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #6056F4;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  margin-bottom: 20px;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  .c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--category {
    padding: 6px 12px;
    margin-bottom: 18px;
  }
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #000;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--day {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.c-index-works__slider--item .c-index-works__slider--link:hover {
  background: #E9E8FF;
  transform: translateY(-10px);
}
.c-index-works__controller {
  width: 305px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-works__controller {
    width: 200px;
  }
}
.c-index-works__controller--arrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-index-works__controller--arrow .slide-arrow {
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/12px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-index-works__controller--arrow .slide-arrow {
    width: 48px;
    height: 48px;
  }
}
.c-index-works__controller--arrow .slide-arrow.prev-arrow {
  transform: rotate(180deg);
}
.c-index-works__controller--arrow .slide-arrow:hover {
  opacity: 0.7;
}
.c-index-works__controller--number {
  width: 63px;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../img/common/ico_slash.svg) no-repeat center/48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-index-works__controller--number {
    width: 52px;
  }
}
.c-index-works__controller--number .now_count {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s;
}
.c-index-works__controller--number .all_count {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  text-align: right;
  transition: all 0.2s;
}

.c-index-business {
  padding: 60px 0;
  background: #142BA4;
}
@media screen and (max-width:768px) {
  .c-index-business {
    padding: 16px 0;
  }
}
.c-index-business__inner {
  padding: 120px 0 80px;
  margin: 0 60px 60px;
  border-radius: 60px;
  background: #fff;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-business__inner {
    padding: 30px 0 190px;
    margin: 0 16px 16px;
    border-radius: 24px;
  }
}
.c-index-business__inner::before {
  content: "";
  width: 27%;
  aspect-ratio: 175/81;
  background: url(../img/top/pic_business_bottom.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .c-index-business__inner::before {
    width: min(450px, 100%);
  }
}
.c-index-business__inner .c_ttl {
  color: #142BA4;
  margin-bottom: 60px;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-index-business__inner .c_ttl {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.c-index-business__inner .c_ttl::before {
  color: #142BA4;
}
.c-index-business__controller {
  width: min(1344px, 90%);
  margin: 0 auto 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width:1280px) {
  .c-index-business__controller {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width:768px) {
  .c-index-business__controller .c_btn {
    padding: 10px 12px 10px 20px;
  }
}
.c-index-business__controller--list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .c-index-business__controller--list {
    flex-wrap: wrap;
  }
}
.c-index-business__controller--list .c-index-business__controller--item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 2.5px 48px 2.5px 19px;
  background: url(../img/common/pic_logomark_blue.svg) no-repeat center left/67px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  position: relative;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(77%) sepia(81%) saturate(0%) hue-rotate(209deg) brightness(70%) contrast(137%);
}
.c-index-business__controller--list .c-index-business__controller--item.is-active {
  filter: none;
}
.c-index-business__controller--list .c-index-business__controller--item::after {
  content: "";
  width: 32px;
  height: 2px;
  margin: auto;
  border-radius: 10px;
  background: #939CC8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-index-business__controller--list .c-index-business__controller--item .__sub {
  font-size: 2.4rem;
  font-weight: 800;
  color: #142BA4;
}
.c-index-business__controller--list .c-index-business__controller--item:last-of-type {
  padding: 2.5px 0 2.5px 19px;
}
.c-index-business__controller--list .c-index-business__controller--item:last-of-type::after {
  content: none;
}
.c-index-business__controller--list .c-index-business__controller--item:hover {
  filter: none;
}
.c-index-business__list {
  overflow: hidden;
}
.c-index-business__list .c-index-business__slider {
  display: grid;
  position: relative;
}
.c-index-business__list .c-index-business__slider .c-index-business__item {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.7s ease, visibility 0s linear 0.7s;
}
@media screen and (max-width:768px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item {
    flex-direction: column;
    gap: 40px;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 3;
  transition: opacity 0.7s ease, visibility 0s linear 0s;
}
.c-index-business__list .c-index-business__slider .c-index-business__item.is-active .c-index-business__img .__sub {
  opacity: 1;
  transform: translateX(0);
}
.c-index-business__list .c-index-business__slider .c-index-business__item.is-active .c-index-business__info {
  opacity: 1;
  transform: translateY(0);
}
.c-index-business__list .c-index-business__slider .c-index-business__item.is-leaving {
  opacity: 0;
  visibility: visible;
  z-index: 2;
}
.c-index-business__list .c-index-business__slider .c-index-business__item.is-leaving .c-index-business__img .__sub {
  opacity: 0;
  transform: translateX(-100px);
  transition-delay: 0s;
}
.c-index-business__list .c-index-business__slider .c-index-business__item.is-leaving .c-index-business__info {
  opacity: 0;
  transform: translateY(15px);
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img {
  width: 55%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  opacity: 1;
  transform: none;
}
@media screen and (max-width:768px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img {
    width: 95%;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img::before {
  content: "";
  width: 17.7%;
  aspect-ratio: 183/44;
  background: url(../img/top/ico_service_wave.svg) no-repeat center/100%;
  position: absolute;
  top: 25px;
  right: 4%;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img::before {
    width: 92px;
    top: 35px;
    right: 14%;
  }
}
@media screen and (max-width:415px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img::before {
    right: 11%;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img::after {
  content: "";
  width: 17.7%;
  aspect-ratio: 183/44;
  background: url(../img/top/ico_service_wave.svg) no-repeat center/100%;
  position: absolute;
  bottom: 25px;
  left: 4%;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img::after {
    width: 92px;
    bottom: 35px;
    left: 14%;
  }
}
@media screen and (max-width:415px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img::after {
    left: 11%;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img .__sub {
  opacity: 0;
  overflow: hidden;
  transform: translateX(0);
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img .__sub:first-of-type {
  padding: 0 0 45px;
  transition-delay: 0.05s;
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__img .__sub:last-of-type {
  padding: 45px 0 0;
  transition-delay: 0.15s;
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info {
  width: calc(45% - 45px);
  padding: 45px 0 0;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease 0.15s, transform 0.7s ease 0.15s;
}
@media screen and (max-width:1280px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info {
    padding: 45px 10px 0 0;
  }
}
@media screen and (max-width:768px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__ttl {
  font-size: clamp(3.2rem, -2.633rem + 12.15vw, 8rem);
  font-weight: 800;
  line-height: 1;
  color: #142BA4;
  background: url(../img/common/pic_logomark_blue.svg) no-repeat center left/184px;
  padding: 30px 0 30px 64px;
  margin-bottom: 40px;
}
@media screen and (max-width:1280px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__ttl {
    font-size: 3.2rem;
    background: url(../img/common/pic_logomark_blue.svg) no-repeat center left/85px;
    padding: 15px 0 15px 29px;
    margin-bottom: 24px;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width:1280px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__txt {
    margin-bottom: 20px;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__link {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.3s;
}
@media screen and (max-width:1280px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__link {
    font-size: 2.2rem;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__link::after {
  content: "";
  width: 64px;
  height: 64px;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/12px;
  border-radius: 100px;
  transition: all 0.3s;
}
@media screen and (max-width:1280px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__link::after {
    width: 40px;
    height: 40px;
    background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/10px;
  }
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__link:hover {
  color: #6056F4;
}
.c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__link:hover::after {
  background: #272727 url(../img/common/ico_arrow_right_white.svg) no-repeat center/12px;
}
@media screen and (max-width:1280px) {
  .c-index-business__list .c-index-business__slider .c-index-business__item .c-index-business__info .__link:hover::after {
    background: #272727 url(../img/common/ico_arrow_right_white.svg) no-repeat center/10px;
  }
}
.c-index-business__bottom .c-index-business__slider .__sub {
  width: 416px;
  margin: 0 7.5px;
}
@media screen and (max-width:768px) {
  .c-index-business__bottom .c-index-business__slider .__sub {
    width: 350px;
    margin: 0 6px;
  }
}
@media screen and (max-width:415px) {
  .c-index-business__bottom .c-index-business__slider .__sub {
    width: 240px;
  }
}
.c-index-business__bottom .c-index-business__slider.business01 {
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .c-index-business__bottom .c-index-business__slider.business01 {
    margin-bottom: 12px;
  }
}

.c-index-aboutus {
  padding: 160px 0 160px 15%;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-index-aboutus {
    padding: 120px 0 120px 5%;
  }
}
@media screen and (max-width:768px) {
  .c-index-aboutus {
    padding: 60px 0 60px 5%;
  }
}
.c-index-aboutus::before {
  content: "";
  width: min(704px, 40%);
  height: 100%;
  aspect-ratio: 44/59;
  background: url(../img/top/bg_aboutus.png) no-repeat center left/cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-index-aboutus::before {
    width: 32px;
    background: url(../img/top/bg_aboutus_sp.png) no-repeat center left/cover;
  }
}
.c-index-aboutus__inner {
  position: relative;
}
.c-index-aboutus__info {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-index-aboutus__info {
    margin-bottom: 45px;
  }
}
.c-index-aboutus__info .c_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width:1024px) {
  .c-index-aboutus__info .c_ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media screen and (max-width:768px) {
  .c-index-aboutus__info .c_ttl {
    margin-bottom: 30px;
  }
}
.c-index-aboutus__info--catch {
  font-size: clamp(2.4rem, -0.516rem + 6.08vw, 4.8rem);
  font-weight: 800;
  line-height: 1.35;
  color: #142BA4;
  padding: 30px 0 0 60px;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-aboutus__info--catch {
    font-size: 2.4rem;
    padding: 20px 0 0 40px;
    margin-bottom: 30px;
  }
}
.c-index-aboutus__info--catch::before {
  content: "";
  width: 184px;
  aspect-ratio: 184/121;
  background: url(../img/common/pic_logomark_blue.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-index-aboutus__info--catch::before {
    width: 121px;
  }
}
.c-index-aboutus__info--catch .__sub {
  font-size: clamp(2.8rem, -1.575rem + 9.11vw, 6.4rem);
}
@media screen and (max-width:768px) {
  .c-index-aboutus__info--catch .__sub {
    font-size: 2.8rem;
  }
}
.c-index-aboutus__info .__txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 65px;
}
@media screen and (max-width:768px) {
  .c-index-aboutus__info .__txt {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .c-index-aboutus__info .c_btn {
    padding: 10px 12px 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .c-index-aboutus__info .c_btn::after {
    width: 20px;
    height: 20px;
  }
}
.c-index-aboutus__img {
  width: 57%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width:768px) {
  .c-index-aboutus__img {
    width: 100%;
    position: unset;
  }
}

.c-index-news {
  padding: 160px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .c-index-news {
    padding: 120px 0;
  }
}
@media screen and (max-width:768px) {
  .c-index-news {
    padding: 50px 0;
  }
}
.c-index-news__inner {
  width: min(1344px, 90%);
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-index-news__inner {
    width: 100%;
  }
}
.c-index-news__info {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-index-news__info {
    width: 90%;
    margin: 0 auto 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (max-width:768px) {
  .c-index-news__info .c_btn {
    padding: 10px 12px 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .c-index-news__info .c_btn::after {
    width: 20px;
    height: 20px;
  }
}
.c-index-news__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 45px;
}
@media screen and (max-width:1024px) {
  .c-index-news__list {
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-index-news__list {
    gap: 0;
  }
}
.c-index-news__list .c-index-news__link {
  width: calc((100% - 90px) / 3);
  padding: 40px;
  border: 2px solid #000;
  border-radius: 40px;
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .c-index-news__list .c-index-news__link {
    width: calc((100% - 40px) / 3);
    padding: 24px;
    border-radius: 24px;
  }
}
@media screen and (max-width:768px) {
  .c-index-news__list .c-index-news__link {
    width: 280px;
    margin: 0 10px;
  }
}
.c-index-news__list .c-index-news__link .c-index-news__day {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.c-index-news__list .c-index-news__link .c-index-news__img {
  width: 100%;
  aspect-ratio: 336/224;
  border-radius: 24px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .c-index-news__list .c-index-news__link .c-index-news__img {
    border-radius: 18px;
  }
}
.c-index-news__list .c-index-news__link .c-index-news__img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-news__list .c-index-news__link .c-index-news__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #000;
}
.c-index-news__list .c-index-news__link .c-index-news__category {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #142BA4;
}
.c-index-news__list .c-index-news__link .c-index-news__category::before {
  content: "#";
}
.c-index-news__list .c-index-news__link:hover {
  background: #E9E8FF;
}

.floating_bnr {
  width: 160px;
  position: fixed;
  right: 64px;
  top: 56px;
  z-index: 3;
  transition: all 0.3s;
}
@media screen and (max-width:1280px) {
  .floating_bnr {
    width: 120px;
    top: 145px;
  }
}
.floating_bnr:hover {
  opacity: 0.7;
}

/* animation */
@keyframes scrollupdown {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -60%);
  }
}
@keyframes bottomBounce {
  0% {
    opacity: 0;
    transform: translateY(140px) scaleY(0.2);
  }
  50% {
    transform: translateY(-22px) scaleY(1.04);
  }
  65%, 80% {
    transform: translateY(5px) scaleY(0.98);
  }
  70%, 90% {
    transform: translateY(-4px) scaleY(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-index-business__item,
  .c-index-business__img,
  .c-index-business__info {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
}
.c-company .__pgttl {
  font-size: clamp(3.2rem, -0.689rem + 8.1vw, 6.4rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
  width: 90%;
  margin: 0 auto 40px;
  color: #142BA4;
}
@media screen and (max-width:768px) {
  .c-company .__pgttl {
    font-size: 3.2rem;
    margin: 0 auto 30px;
  }
}
.c-company-message {
  width: min(1344px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-company-message {
    flex-direction: column-reverse;
    gap: 45px;
  }
}
.c-company-message__img {
  width: 40%;
}
@media screen and (max-width:768px) {
  .c-company-message__img {
    width: calc(100% - 23px);
    margin-right: auto;
  }
}
.c-company-message__img .__sub {
  border-radius: 40px;
}
.c-company-message__img .__sub:first-of-type {
  width: 56%;
  margin-bottom: 20px;
}
.c-company-message__txt {
  width: calc(60% - 40px);
  margin: 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-company-message__txt {
    width: 100%;
    margin: 0;
  }
}
.c-company-message__txt .__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #939CC8;
  text-shadow: 0px 0px 10px #fff;
}
.c-company-message__txt .__pre {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 0px 10px #fff;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .c-company-message__txt .__pre {
    gap: 12px;
  }
}
.c-company-message__txt .__pre .__sub {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 400;
}
.c-company-number {
  margin: -120px 0 160px;
  padding: 240px 0 160px;
  background: #142BA4;
  border-radius: 80px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-company-number {
    margin: -30px 0 60px;
    padding: 80px 0 140px;
    border-radius: 24px;
  }
}
.c-company-number::before {
  content: "";
  width: 36%;
  aspect-ratio: 352/145;
  background: url(../img/company/bg_number_left.svg) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:415px) {
  .c-company-number::before {
    width: 77.6%;
    background: url(../img/company/bg_number_left_sp.svg) no-repeat center/100%;
  }
}
.c-company-number::after {
  content: "";
  width: 17%;
  aspect-ratio: 339/253;
  background: url(../img/company/bg_number_right.svg) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:415px) {
  .c-company-number::after {
    width: 43%;
    background: url(../img/company/bg_number_right_sp.svg) no-repeat center/100%;
  }
}
.c-company-number .c_ttl {
  color: #fff;
  margin-bottom: 45px;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-company-number .c_ttl {
    width: 90%;
    margin: 0 auto 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-company-number .c_ttl::before {
  color: #fff;
}
.c-company-number__list {
  width: min(1344px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 45px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .c-company-number__list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.c-company-number__list .c-company-number__item {
  width: calc((100% - 135px) / 4);
  padding: 24px 40px 32px 40px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 12px 12px 0 0 #6056F4;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .c-company-number__list .c-company-number__item {
    width: calc((100% - 45px) / 2);
    box-shadow: 4px 4px 0 0 #6056F4;
  }
}
@media screen and (max-width:768px) {
  .c-company-number__list .c-company-number__item {
    width: calc((100% - 15px) / 2);
    padding: 18px 24px 20px 24px;
  }
}
.c-company-number__list .c-company-number__item .__ttl {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.c-company-number__list .c-company-number__item .__mark {
  width: 100%;
  margin-bottom: 30px;
}
.c-company-number__list .c-company-number__item .__number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-company-number__list .c-company-number__item .__number.__percentage {
  gap: 8px;
}
@media screen and (max-width:768px) {
  .c-company-number__list .c-company-number__item .__number.__percentage {
    gap: 4px;
  }
}
.c-company-number__list .c-company-number__item .__number .__num {
  font-size: clamp(2.8rem, 0.37rem + 5.06vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  color: #6056F4;
}
.c-company-number__list .c-company-number__item .__number .__unit {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  color: #6056F4;
  margin: 10px 0 0;
}
@media screen and (max-width:768px) {
  .c-company-number__list .c-company-number__item .__number .__unit {
    margin: 3px 0 0;
  }
}
.c-company-number__list .c-company-number__item .__number .__dots {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-company-number__list .c-company-number__item .__number .__dots::before, .c-company-number__list .c-company-number__item .__number .__dots::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #6056F4;
}
@media screen and (max-width:768px) {
  .c-company-number__list .c-company-number__item .__number .__dots::before, .c-company-number__list .c-company-number__item .__number .__dots::after {
    width: 7px;
    height: 7px;
  }
}
.c-company-number__list .c-company-number__item .__number-child {
  line-height: 1;
}
.c-company-number__list .c-company-number__item .__number-child:first-of-type {
  display: flex;
}
.c-company-number__list .c-company-number__item .__number-child:first-of-type::after {
  content: ".";
  font-size: clamp(2.8rem, 0.37rem + 5.06vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  color: #6056F4;
}
.c-company-other {
  padding-bottom: 160px;
  margin-bottom: 160px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width:768px) {
  .c-company-other {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.c-company-other--inner {
  width: min(1344px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 160px;
}
@media screen and (max-width:768px) {
  .c-company-other--inner {
    flex-direction: column;
    gap: 30px;
  }
}
.c-company-other .c_ttl {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-company-other__table {
  width: 56.8%;
}
@media screen and (max-width:768px) {
  .c-company-other__table {
    width: 100%;
  }
}
.c-company-other__table--block {
  padding: 30px 0 15px;
  border-bottom: 2px solid #C8C8C8;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 45px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-company-other__table--block {
    padding: 20px 0 10px;
    flex-direction: column;
    gap: 20px;
  }
}
.c-company-other__table--block:first-of-type {
  padding: 0 0 15px;
}
@media screen and (max-width:1024px) {
  .c-company-other__table--block:first-of-type {
    padding: 0 0 10px;
  }
}
.c-company-other__table--block .c-company-other__table--ttl {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.8;
  width: 184px;
  flex-shrink: 0;
}
@media screen and (max-width:1024px) {
  .c-company-other__table--block .c-company-other__table--ttl {
    line-height: 1;
    width: 100%;
  }
}
.c-company-other__table--block .c-company-other__table--txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width:1024px) {
  .c-company-other__table--block .c-company-other__table--txt {
    width: 100%;
  }
}
.c-company-other__table--block::after {
  content: "";
  width: 68px;
  height: 2px;
  background: #6056F4;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.c-company-other__map {
  width: 56.8%;
}
@media screen and (max-width:768px) {
  .c-company-other__map {
    width: 100%;
  }
}
.c-company-other__map .__map {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .c-company-other__map .__map {
    margin-bottom: 20px;
  }
}
.c-company-other__map .__map .__frame {
  width: 100%;
  aspect-ratio: 764/382;
}
.c-company-other__map .__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-company-other__map .__txt {
    margin-bottom: 15px;
  }
}
.c-company-other__map .__googlemaps {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border: 2px solid #C8C8C8;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  transition: all 0.3s;
}
.c-company-other__map .__googlemaps::before {
  content: "";
  width: 30px;
  aspect-ratio: 3/4;
  background: url(../img/common/ico_pin.svg) no-repeat center/100%;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-company-other__map .__googlemaps::before {
    width: 18px;
  }
}
.c-company-other__map .__googlemaps:hover {
  background: #D34D4D;
  color: #fff;
  border: 2px solid #D34D4D;
}
.c-company-other__map .__googlemaps:hover::before {
  background: url(../img/common/ico_pin_active.svg) no-repeat center/100%;
}

.c-service {
  overflow: hidden;
}
.c-service .__pgttl {
  font-size: clamp(3.2rem, -0.689rem + 8.1vw, 6.4rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
  width: 90%;
  margin: 0 auto 40px;
  color: #142BA4;
}
@media screen and (max-width:768px) {
  .c-service .__pgttl {
    margin: 0 auto 30px;
  }
}
.c-service .c_txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  width: 90%;
  margin: 0 auto 70px;
}
@media screen and (max-width:768px) {
  .c-service .c_txt {
    margin: 0 auto 40px;
  }
}
.c-service-btn {
  width: min(1344px, 90%);
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-service-btn {
    flex-direction: column;
    gap: 18px;
  }
}
.c-service-btn__link {
  padding: 20px 30px 20px 50px;
  border: 2px solid #000;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-service-btn__link {
    padding: 16px 20px 16px 36px;
  }
}
.c-service-btn__link .__main {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 800;
  line-height: 1.35;
  color: #142BA4;
}
.c-service-btn__link .__sub {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1.35;
}
.c-service-btn__link::before {
  content: "";
  width: 67px;
  aspect-ratio: 184/121;
  margin: auto;
  background: url(../img/common/pic_logomark_blue.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
}
@media screen and (max-width:768px) {
  .c-service-btn__link::before {
    width: 49px;
  }
}
.c-service-btn__link::after {
  content: "";
  width: 32px;
  height: 32px;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/6px;
  border-radius: 50px;
  transform: rotate(90deg);
}
@media screen and (max-width:768px) {
  .c-service-btn__link::after {
    width: 20px;
    height: 20px;
  }
}
.c-service-btn__link:hover {
  opacity: 0.7;
}
.c-service-wrap {
  position: relative;
}
.c-service-wrap::before {
  content: "";
  width: 36.6%;
  aspect-ratio: 352/1773;
  background: url(../img/business/bg_business.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .c-service-wrap::before {
    width: 9.3%;
    aspect-ratio: 35/2862;
    background: url(../img/business/bg_business_sp.png) no-repeat center/100%;
  }
}
.c-service-list {
  width: min(1344px, 90%);
  padding-bottom: 160px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-service-list {
    padding-bottom: 60px;
  }
}
.c-service-list__item {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-service-list__item {
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.c-service-list__item .c-service-list__info {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__info {
    width: 100%;
  }
}
.c-service-list__item .c-service-list__info .__ttl {
  font-size: clamp(3.2rem, -2.633rem + 12.15vw, 8rem);
  font-weight: 800;
  line-height: 1;
  color: #142BA4;
  padding: 30px 0 30px 64px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__info .__ttl {
    font-size: 3.2rem;
    padding: 18px 0 21px 33px;
  }
}
.c-service-list__item .c-service-list__info .__ttl::before {
  content: "";
  width: 184px;
  aspect-ratio: 184/121;
  background: url(../img/common/pic_logomark_blue.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__info .__ttl::before {
    width: 98px;
  }
}
.c-service-list__item .c-service-list__info .__catch {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  margin: 40px 0;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__info .__catch {
    font-size: 2.2rem;
    margin: 20px 0;
  }
}
.c-service-list__item .c-service-list__info .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__info .__txt {
    font-size: 1.5rem;
  }
}
.c-service-list__item .c-service-list__left {
  width: 71%;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__left {
    width: 100%;
  }
}
.c-service-list__item .c-service-list__left .c-service-list__slider {
  width: calc(100% - 32px);
  aspect-ratio: 956/637;
  padding-left: 32px;
  margin: 0;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__left .c-service-list__slider {
    width: 100%;
  }
}
.c-service-list__item .c-service-list__left .c-service-list__slider .__sub {
  width: 100%;
  height: auto;
}
.c-service-list__item .c-service-list__left .c-service-list__slider .__sub .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.c-service-list__item .c-service-list__left .c-service-list__slider .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__left .c-service-list__slider .slick-dots {
    gap: 12px;
  }
}
.c-service-list__item .c-service-list__left .c-service-list__slider .slick-dots li {
  width: auto;
  height: auto;
}
.c-service-list__item .c-service-list__left .c-service-list__slider .slick-dots li button {
  width: 8px;
  height: 80px;
  padding: 0;
  background: #C8C8C8;
  border-radius: 80px;
}
@media screen and (max-width:768px) {
  .c-service-list__item .c-service-list__left .c-service-list__slider .slick-dots li button {
    width: 7px;
    height: 40px;
  }
}
.c-service-list__item .c-service-list__left .c-service-list__slider .slick-dots li button::before {
  content: none;
}
.c-service-list__item .c-service-list__left .c-service-list__slider .slick-dots li.slick-active button {
  background: #6056F4;
}
.c-service-list__item:first-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-service-list__item:first-of-type {
    margin-bottom: 35px;
  }
}
.c-service-list__item:last-of-type {
  margin-bottom: 0;
}
.c-service-list__sub {
  background: #fff;
  padding: 55px 65px;
  margin-bottom: 120px;
  border: 2px solid #000;
  box-shadow: 16px 16px 0 0 #142BA4;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-service-list__sub {
    padding: 31px 0 24px 40px;
    margin-bottom: 60px;
    box-shadow: 8px 8px 0 0 #142BA4;
  }
}
.c-service-list__sub .__ttl {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background: #fff;
  position: absolute;
  top: -13px;
}
@media screen and (max-width:768px) {
  .c-service-list__sub .__ttl {
    font-size: 2rem;
    left: 12%;
  }
}
.c-service-list__sub--inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .c-service-list__sub--inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
  }
}
.c-service-list__sub--inner .c-service-list__sub--catch {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 800;
  line-height: 1.35;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-service-list__sub--inner .c-service-list__sub--catch {
    font-size: 2.2rem;
  }
}
.c-service-list__sub--inner .c-service-list__sub--catch .__sub01 {
  font-size: clamp(3.2rem, -0.689rem + 8.1vw, 6.4rem);
  color: #142BA4;
}
@media screen and (max-width:768px) {
  .c-service-list__sub--inner .c-service-list__sub--catch .__sub01 {
    font-size: 3.2rem;
  }
}
.c-service-list__sub--inner .c-service-list__sub--catch .__sub02 {
  font-size: clamp(2.8rem, 0.37rem + 5.06vw, 4.8rem);
}
@media screen and (max-width:768px) {
  .c-service-list__sub--inner .c-service-list__sub--catch .__sub02 {
    font-size: 2.8rem;
  }
}
.c-service-list__sub--inner .c-service-list__sub--list {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-service-list__sub--inner .c-service-list__sub--list {
    width: 690px;
    display: block;
  }
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item {
  margin-right: 45px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item {
    width: 200px;
  }
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item .__icon {
  width: 136px;
  margin: -32px auto 24px;
  position: relative;
}
@media screen and (max-width:1280px) {
  .c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item .__icon {
    width: 100px;
    margin: -23px auto 24px;
  }
}
@media screen and (max-width:768px) {
  .c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item .__icon {
    width: 88px;
  }
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item .__en {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  color: #67C22F;
  margin-bottom: 15px;
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item .__ja {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 1.8;
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item .__picture {
  position: relative;
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item .__picture::after {
  content: "";
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  margin: auto;
  background: url(../img/business/ico_cross.svg) no-repeat center/100%;
  position: absolute;
  right: -37px;
  top: 0;
  bottom: 0;
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item:nth-of-type(2) .__en {
  color: #11C0FF;
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item:last-of-type {
  margin-right: 0;
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item:last-of-type .__en {
  color: #E9A94E;
}
.c-service-list__sub--inner .c-service-list__sub--list .c-service-list__sub--item:last-of-type .__picture::after {
  content: none;
}
.c-service-strength {
  padding: 160px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .c-service-strength {
    padding: 65px 0;
  }
}
.c-service-strength--inner {
  width: min(1344px, 90%);
  margin: 0 auto;
}
.c-service-strength .c_ttl {
  margin-bottom: 45px;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  .c-service-strength .c_ttl {
    margin-bottom: 30px;
  }
}
.c-service-strength__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width:1280px) {
  .c-service-strength__list {
    gap: 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-service-strength__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-service-strength__list .c-service-strength__item {
  background: #E9E8FF;
  width: calc((100% - 135px) / 4);
  padding: 30px;
  border: 2px solid #6056F4;
  border-radius: 24px;
  box-sizing: border-box;
}
@media screen and (max-width:1280px) {
  .c-service-strength__list .c-service-strength__item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width:1024px) {
  .c-service-strength__list .c-service-strength__item {
    width: 100%;
    padding: 20px;
    border-radius: 18px;
  }
}
.c-service-strength__list .c-service-strength__item .__icon {
  width: 68px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-service-strength__list .c-service-strength__item .__icon {
    width: 45px;
    margin-bottom: 18px;
  }
}
.c-service-strength__list .c-service-strength__item .__ttl {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .c-service-strength__list .c-service-strength__item .__ttl {
    font-size: 2rem;
  }
}
.c-service-strength__list .c-service-strength__item .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .c-service-strength__list .c-service-strength__item .__txt {
    font-size: 1.5rem;
  }
}
.c-service-works {
  width: min(1344px, 90%);
  padding: 160px 0;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-service-works {
    width: 100%;
    padding: 60px 0;
  }
}
.c-service-works__info {
  width: 90%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-service-works__info .c_ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width:768px) {
  .c-service-works__info .c_btn {
    padding: 10px 19px 10px 20px;
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-service-works__info .c_btn::after {
    width: 20px;
    height: 20px;
  }
}
.c-service-works__list {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.c-service-works__list .c-service-works__item {
  width: 25%;
  padding: 40px 45px;
  margin-left: -2px;
  border: 2px solid #000;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .c-service-works__list .c-service-works__item {
    padding: 24px;
  }
}
@media screen and (max-width:768px) {
  .c-service-works__list .c-service-works__item {
    width: 240px;
  }
}
.c-service-works__list .c-service-works__item .c-service-works__img {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
  .c-service-works__list .c-service-works__item .c-service-works__img {
    margin-bottom: 18px;
  }
}
.c-service-works__list .c-service-works__item .c-service-works__img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width:1024px) {
  .c-service-works__list .c-service-works__item .c-service-works__img .__img {
    border-radius: 18px;
  }
}
.c-service-works__list .c-service-works__item .c-service-works__category {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  margin-bottom: 20px;
  color: #fff;
  background: #6056F4;
  border-radius: 4px;
}
@media screen and (max-width:1024px) {
  .c-service-works__list .c-service-works__item .c-service-works__category {
    font-size: 1.5rem;
    padding: 6px 12px;
    margin-bottom: 18px;
  }
}
.c-service-works__list .c-service-works__item .c-service-works__ttl {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #000;
}
@media screen and (max-width:1024px) {
  .c-service-works__list .c-service-works__item .c-service-works__ttl {
    font-size: 2rem;
  }
}
.c-service-works__list .c-service-works__item .c-service-works__date {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:1024px) {
  .c-service-works__list .c-service-works__item .c-service-works__date {
    font-size: 1.5rem;
  }
}
.c-service-works__list .c-service-works__item:first-of-type {
  margin: 0;
}
.c-service-works__list .c-service-works__item:hover {
  background: #E9E8FF;
}
.c-service-works .__scroll {
  padding: 20px 0 0 0 !important;
}
.c-service .__scroll {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-service .__scroll::after {
  content: "";
  width: 5px;
  aspect-ratio: 1/2;
  background: url(../img/common/ico_arrow_right_white.svg) no-repeat center/100%;
  filter: brightness(0) saturate(100%) invert(12%) sepia(24%) saturate(0%) hue-rotate(98deg) brightness(95%) contrast(87%);
}

.c-privacy {
  width: min(1112px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-privacy {
    margin: 0 auto 60px;
  }
}
.c-privacy__catch {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 1.8;
  margin-bottom: 55px;
}
.c-privacy-list__wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.c-privacy-list__wrap::before {
  content: "";
  width: 68px;
  height: 2px;
  background: #142BA4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-privacy-list__wrap .c-privacy-list__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-privacy-list__wrap .c-privacy-list__ttl {
    margin-bottom: 15px;
  }
}
.c-privacy-list__wrap .c-privacy-list__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-privacy-list__wrap .c-privacy-list__ul {
  margin: 25px 0 0;
  counter-reset: order 0;
}
.c-privacy-list__wrap .c-privacy-list__ul--item {
  display: flex;
  gap: 3px;
}
.c-privacy-list__wrap .c-privacy-list__ul--item::before {
  counter-increment: order 1;
  content: counter(order) ".";
}
.c-privacy-list__wrap .c-privacy-list__info {
  margin: 25px 0 0;
}
.c-privacy-end {
  font-size: 1.6rem;
  line-height: 1;
  text-align: right;
}

.c-flex {
  display: flex;
}
.c-flex__item {
  flex: 0 0 auto;
  max-width: 50%;
}
.c-flex__item img {
  max-width: 100%;
}
.c-flex._left_ {
  flex-direction: row;
}
.c-flex._left_ .c-flex__item {
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .c-flex._left_ .c-flex__item {
    margin-right: 15px;
  }
}
.c-flex._right_ {
  flex-direction: row-reverse;
}
.c-flex._right_ .c-flex__item {
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .c-flex._right_ .c-flex__item {
    margin-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-flex._sm-fd-c_ {
    flex-direction: column;
  }
  .c-flex._sm-fd-c_ .c-flex__item {
    align-self: center;
    margin: 0 auto 15px;
  }
  .c-flex._sm-fd-cr_ {
    flex-direction: column-reverse;
  }
  .c-flex._sm-fd-cr_ .c-flex__item {
    align-self: center;
    margin: 15px auto 0;
  }
}

.c-float::after {
  display: block;
  content: "";
  clear: both;
}
.c-float__item {
  max-width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-float__item {
    margin-bottom: 15px;
  }
}
.c-float__item img {
  max-width: 100%;
}
.c-float._left_ .c-float__item {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .c-float._left_ .c-float__item {
    margin-right: 15px;
  }
}
.c-float._right_ .c-float__item {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .c-float._right_ .c-float__item {
    margin-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-float._sm-col1_ .c-float__item {
    float: none;
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}

.c-grid:not([class*=_col]) {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(20px / 2 * -1);
  margin-right: calc(20px / 2 * -1);
}
@media screen and (max-width:768px) {
  .c-grid:not([class*=_col]) {
    margin-left: calc(10px / 2 * -1);
    margin-right: calc(10px / 2 * -1);
  }
}
.c-grid .__col {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.c-grid .__col._col-1_ {
  width: calc(100% / 12 * 1 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-2_ {
  width: calc(100% / 12 * 2 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-3_ {
  width: calc(100% / 12 * 3 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-4_ {
  width: calc(100% / 12 * 4 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-5_ {
  width: calc(100% / 12 * 5 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-6_ {
  width: calc(100% / 12 * 6 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-7_ {
  width: calc(100% / 12 * 7 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-8_ {
  width: calc(100% / 12 * 8 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-9_ {
  width: calc(100% / 12 * 9 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-10_ {
  width: calc(100% / 12 * 10 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-11_ {
  width: calc(100% / 12 * 11 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-12_ {
  width: calc(100% / 12 * 12 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col img {
  max-width: 100%;
}
.c-grid._stretch_ .__col {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .c-grid._col2_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
.c-grid._col2_._auto-fit_ {
  grid-template-columns: repeat(auto-fit, minmax(482px, 1fr));
}
@media print, screen and (min-width:769px) {
  .c-grid._col3_ {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col4_ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col4_._auto-fit_ {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col5_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col5_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col6_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media screen and (max-width:768px) {
  .c-grid._col2_, .c-grid._col3_, .c-grid._col4_, .c-grid._col5_, .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px 10px;
  }
  .c-grid._sm-col1_ {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: auto;
    grid-gap: 20px 20px;
  }
}

.c-news-category {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-news-category {
    margin-bottom: 20px;
  }
}
.c-news-category__ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-news-category__ttl {
    margin-bottom: 15px;
  }
}
.c-news-category__list {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 24px 32px;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-news-category__list {
    width: 90%;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width:768px) {
  .c-news-category__list .c-news-category__link:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .c-news-category__list:has(.c-news-category__link:last-child:nth-child(odd)) .c-news-category__link:nth-last-child(2) {
    border-bottom: 2px solid #d9d9d9;
  }
}
.c-news-category__link {
  padding: 0 24px;
  border-right: 2px solid #d9d9d9;
  box-sizing: border-box;
  display: block;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-news-category__link {
    width: 100%;
    padding: 14px 0;
    border-right: none;
    border-bottom: 2px solid #d9d9d9;
  }
}
.c-news-category__link:first-child {
  padding-left: 0;
}
@media screen and (max-width:768px) {
  .c-news-category__link:first-child {
    padding: 14px 0;
  }
}
.c-news-category__link:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width:768px) {
  .c-news-category__link:last-child {
    padding: 14px 0;
  }
}
@media screen and (max-width:768px) {
  .c-news-category__link:nth-child(odd)::after {
    content: "";
    width: 2px;
    height: 32px;
    margin: auto;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    right: -13px;
    bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .c-news-category__link:only-child::after {
    content: none;
  }
}
.c-news-category__link .__sub {
  padding: 10px 0;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-category__link .__sub {
    width: 100%;
    min-width: 0;
    padding: 10px 8px;
  }
}
.c-news-category__link.__current .__sub {
  width: 160px;
  color: #fff;
  background-color: #6056F4;
}
@media screen and (max-width:768px) {
  .c-news-category__link.__current .__sub {
    width: 100%;
  }
}
@media (hover: hover) {
  .c-news-category__link:hover .__sub {
    color: #fff;
    background-color: #6056F4;
  }
}
.c-news-list {
  width: min(1344px, 90%);
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .c-news-list {
    margin: 0 auto 60px;
  }
}
.c-news-list__item {
  padding: 40px;
  margin-bottom: 65px;
  border: 2px solid #000;
  border-radius: 40px;
  box-sizing: border-box;
  position: relative;
  transition: padding 0.3s ease, border-radius 0.3s ease;
}
@media screen and (max-width:768px) {
  .c-news-list__item {
    padding: 24px;
    margin-bottom: 50px;
  }
}
.c-news-list__item:last-of-type {
  margin-bottom: 0;
}
.c-news-list__item .c-news-list__inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__inner {
    flex-direction: column;
  }
}
.c-news-list__item .c-news-list__info {
  width: calc(100% - 340px);
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__info {
    width: 100%;
  }
}
.c-news-list__item .c-news-list__info .c-news-list__day {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__info .c-news-list__day {
    margin-bottom: 15px;
  }
}
.c-news-list__item .c-news-list__info .c-news-list__ttl {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__info .c-news-list__ttl {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.c-news-list__item .c-news-list__info .c-news-list__category {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  color: #142BA4;
}
.c-news-list__item .c-news-list__info .c-news-list__category::before {
  content: "#";
}
.c-news-list__item .c-news-list__contents {
  width: 300px;
  transition: width 0.3s ease, margin 0.3s ease;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__contents {
    width: 100%;
    margin: 0 auto;
  }
}
.c-news-list__item .c-news-list__contents .c-news-list__img {
  border-radius: 24px;
}
.c-news-list__item .c-news-list__contents .c-news-list__detail {
  margin: 40px 0 0;
  display: none;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.c-news-list__item .c-news-list__btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #000;
  width: 184px;
  padding: 10px 16px;
  margin: auto;
  border-radius: 100px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -17px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.c-news-list__item .c-news-list__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 100px;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/4px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
}
.c-news-list__item.is-show .c-news-list__inner {
  flex-direction: column;
  gap: 40px;
}
.c-news-list__item.is-show .c-news-list__info {
  width: 100%;
}
.c-news-list__item.is-show .c-news-list__contents {
  width: min(880px, 66%);
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-news-list__item.is-show .c-news-list__contents {
    width: 100%;
  }
}
.c-news-list__item.is-show .c-news-list__contents .c-news-list__detail {
  display: block;
}
.c-news-list__item.is-show .c-news-list__btn::after {
  transform: rotate(-90deg);
}
.c-news-pager {
  width: 90%;
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-news-pager {
    margin: 0 auto 80px;
  }
}
.c-news-pager__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.c-news-pager-number {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-news-pager-number__item {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 23px;
  padding-bottom: 6px;
  position: relative;
  transition: all 0.3s;
}
.c-news-pager-number__item::before {
  content: none;
  transition: all 0.3s;
}
.c-news-pager-number__item.__current {
  color: #142BA4;
}
.c-news-pager-number__item.__current::before {
  content: "";
  width: 23px;
  height: 2px;
  background: #142BA4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-news-pager-number__item:hover {
  color: #142BA4;
}
.c-news-pager-number__item:hover::before {
  content: "";
  width: 23px;
  height: 2px;
  background: #142BA4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-news-pager__prev {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/12px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-pager__prev {
    width: 40px;
    height: 40px;
    background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/10px;
  }
}
.c-news-pager__prev:hover {
  opacity: 0.7;
}
.c-news-pager__prev.is-disabled {
  background: #C8C8C8 url(../img/common/ico_arrow_right_white.svg) no-repeat center/12px;
}
@media screen and (max-width:768px) {
  .c-news-pager__prev.is-disabled {
    background: #C8C8C8 url(../img/common/ico_arrow_right_white.svg) no-repeat center/8px;
  }
}
.c-news-pager__prev.is-disabled:hover {
  opacity: 1;
}
.c-news-pager__next {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/12px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-pager__next {
    width: 40px;
    height: 40px;
    background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/10px;
  }
}
.c-news-pager__next:hover {
  opacity: 0.7;
}
.c-news-pager__next.is-disabled {
  background: #C8C8C8 url(../img/common/ico_arrow_right_white.svg) no-repeat center/12px;
}
@media screen and (max-width:768px) {
  .c-news-pager__next.is-disabled {
    background: #C8C8C8 url(../img/common/ico_arrow_right_white.svg) no-repeat center/8px;
  }
}
.c-news-pager__next.is-disabled:hover {
  opacity: 1;
}
.c-news-pager.is-hidden {
  display: none;
}

.c-works__ttl {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
  width: min(1344px, 90%);
  margin: 0 auto 110px;
  color: #142BA4;
}
@media screen and (max-width:768px) {
  .c-works__ttl {
    margin-bottom: 50px;
  }
}
.c-works-column {
  width: min(1344px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width:1024px) {
  .c-works-column {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width:1024px) {
  .c-works-category {
    width: min(500px, 100%);
    margin: 0 auto;
  }
}
.c-works-category__ttl {
  margin-bottom: 20px;
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width:1024px) {
  .c-works-category__ttl {
    text-align: center;
  }
}
.c-works-category__list {
  padding: 0 16px;
  border: 2px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .c-works-category__list {
    padding: 16px 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .c-works-category__list .c-works-category__link:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .c-works-category__list:has(.c-works-category__link:last-child:nth-child(odd)) .c-works-category__link:nth-last-child(2) {
    border-bottom: 2px solid #C8C8C8;
  }
}
.c-works-category__link {
  width: 152px;
  padding: 24px 0;
  border-bottom: 2px solid #C8C8C8;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-works-category__link {
    width: 100%;
    padding: 14px 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-category__link:last-of-type {
    border-bottom: none;
  }
}
.c-works-category__link .__link {
  padding: 10px 5px;
  border-radius: 4px;
  display: block;
  color: #000;
  background: #fff;
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width:1024px) {
  .c-works-category__link:nth-child(odd)::after {
    content: "";
    width: 2px;
    height: 32px;
    margin: auto;
    background: #d9d9d9;
    position: absolute;
    top: 0;
    right: -22px;
    bottom: 0;
  }
}
.c-works-category__link.__current .__link {
  color: #fff;
  background-color: #6056F4;
}
@media (hover: hover) {
  .c-works-category__link:hover .__link {
    color: #fff;
    background-color: #6056F4;
  }
}
.c-works-list {
  width: min(996px, 100%);
  margin-bottom: 80px;
}
.c-works-list__ttl {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .c-works-list__ttl {
    margin-bottom: 20px;
  }
}
.c-works-list__inner {
  border: 2px solid #000;
}
.c-works-list__item {
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
.c-works-list__item .c-works-list__link {
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-works-list__item .c-works-list__link {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.c-works-list__item .c-works-list__link .c-works-list__img {
  width: 240px;
  height: 240px;
}
@media screen and (max-width:1024px) {
  .c-works-list__item .c-works-list__link .c-works-list__img {
    width: 200px;
    height: 200px;
  }
}
.c-works-list__item .c-works-list__link .c-works-list__img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width:768px) {
  .c-works-list__item .c-works-list__link .c-works-list__img .__img {
    border-radius: 18px;
  }
}
.c-works-list__item .c-works-list__link .c-works-list__info {
  width: calc(100% - 270px);
}
@media screen and (max-width:1024px) {
  .c-works-list__item .c-works-list__link .c-works-list__info {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width:768px) {
  .c-works-list__item .c-works-list__link .c-works-list__info {
    width: 100%;
  }
}
.c-works-list__item .c-works-list__link .c-works-list__info .__category {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #6056F4;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  display: block;
}
@media screen and (max-width:768px) {
  .c-works-list__item .c-works-list__link .c-works-list__info .__category {
    padding: 6px 12px;
    margin-bottom: 15px;
  }
}
.c-works-list__item .c-works-list__link .c-works-list__info .__ttl {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #000;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .c-works-list__item .c-works-list__link .c-works-list__info .__ttl {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.c-works-list__item .c-works-list__link .c-works-list__info .__date {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
.c-works-list__item .c-works-list__link:hover {
  background: #E9E8FF;
}
.c-works-list__item:last-of-type {
  border: none;
}

.c-works-detail__top {
  width: min(1344px, 90%);
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .c-works-detail__top {
    margin: 0 auto 30px;
  }
}
.c-works-detail__top .c-works-detail__category {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 24px;
  margin-bottom: 30px;
  color: #fff;
  background: #6056F4;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  .c-works-detail__top .c-works-detail__category {
    font-size: 1.6rem;
    padding: 10px 18px;
    margin-bottom: 20px;
  }
}
.c-works-detail__top .c_ttl {
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px dashed #000;
  padding-bottom: 35px;
  margin-bottom: 20px;
  display: block;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .c-works-detail__top .c_ttl {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
.c-works-detail__top .c_ttl::before {
  content: none;
}
.c-works-detail__top .c-works-detail__time {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
.c-works-detail__middle {
  width: min(1112px, 90%);
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .c-works-detail__middle {
    margin: 0 auto 45px;
  }
}
.c-works-detail__middle .c-works-detail__img {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-works-detail__middle .c-works-detail__img {
    aspect-ratio: 342/228;
    margin-bottom: 30px;
  }
}
.c-works-detail__middle .c-works-detail__img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.c-works-detail__middle .c-works-detail__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width:768px) {
  .c-works-detail__middle .c-works-detail__txt {
    font-size: 1.6rem;
    flex-direction: column;
  }
}
.c-works-detail__middle .c-works-detail__txt--column {
  width: calc((100% - 45px) / 2);
}
@media screen and (max-width:768px) {
  .c-works-detail__middle .c-works-detail__txt--column {
    width: 100%;
  }
}
.c-works-detail__bottom {
  margin: 0 auto 120px;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottom {
    margin: 0 auto 65px;
  }
}
.c-works-detail__bottom .__ttl {
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.c-works-detail__bottom .c-works-detail__slider--img {
  width: 640px;
  height: 100%;
  aspect-ratio: 640/427;
  margin: 0 20px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottom .c-works-detail__slider--img {
    width: 280px;
    aspect-ratio: 280/187;
    margin: 0 10px;
  }
}
.c-works-detail__bottom .c-works-detail__slider--img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottom .c-works-detail__slider--img .__img {
    border-radius: 18px;
  }
}
.c-works-detail__bottom .c-works-detail__controller {
  width: 303px;
  height: 80px;
  margin: 20px auto 0;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottom .c-works-detail__controller {
    width: 200px;
    height: 48px;
    margin: 18px auto 0;
  }
}
.c-works-detail__bottom .c-works-detail__controller--arrow {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.c-works-detail__bottom .c-works-detail__controller--arrow .slide-arrow {
  width: 80px;
  height: 80px;
  background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/12px;
  border-radius: 100px;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottom .c-works-detail__controller--arrow .slide-arrow {
    width: 48px;
    height: 48px;
    background: #6056F4 url(../img/common/ico_arrow_right_white.svg) no-repeat center/10px;
  }
}
.c-works-detail__bottom .c-works-detail__controller--arrow .slide-arrow.prev-arrow {
  transform: rotate(180deg);
  top: 0;
  left: 0;
}
.c-works-detail__bottom .c-works-detail__controller--arrow .slide-arrow.next-arrow {
  top: 0;
  right: 0;
}
.c-works-detail__bottom .c-works-detail__controller--arrow .slide-arrow:hover {
  opacity: 0.7;
}
.c-works-detail__bottom .c-works-detail__controller--number {
  width: 63px;
  margin: 0 auto;
  background: url(../img/common/ico_slash.svg) no-repeat center/48px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottom .c-works-detail__controller--number {
    width: 53px;
    background: url(../img/common/ico_slash.svg) no-repeat center/34px;
  }
}
.c-works-detail__bottom .c-works-detail__controller--number .now_count {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottom .c-works-detail__controller--number .now_count {
    font-size: 2.2rem;
  }
}
.c-works-detail__bottom .c-works-detail__controller--number .all_count {
  font-size: clamp(2.2rem, 0.985rem + 2.53vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottom .c-works-detail__controller--number .all_count {
    font-size: 2.2rem;
  }
}
.c-works-detail .c_btn {
  font-size: 2.4rem;
  width: 420px;
  padding: 30px 20px 30px 40px;
  margin: 0 auto 120px;
}
@media screen and (max-width:768px) {
  .c-works-detail .c_btn {
    font-size: 2rem;
    width: 240px;
    padding: 16px 18px 16px 24px;
    margin: 0 auto 60px;
  }
}
.c-works-detail__bottomlist {
  width: min(1344px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottomlist {
    width: 100%;
    margin: 0 auto 80px;
  }
}
.c-works-detail__bottomlist .c_ttl {
  font-size: 2.4rem;
  margin-bottom: 40px;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottomlist .c_ttl {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.c-works-detail__bottomlist .c_ttl::before {
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
}
.c-works-detail__bottomlist--inner {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottomlist--inner {
    display: block;
  }
}
.c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item {
  width: calc(25% - 6px);
  border: 2px solid #000;
  box-sizing: border-box;
  margin-left: -2px;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item {
    width: 340px;
  }
}
.c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item:first-of-type {
  width: calc(25% - 4px);
  margin: 0;
}
@media screen and (max-width:768px) {
  .c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item:first-of-type {
    width: 340px;
  }
}
.c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link {
  padding: 40px;
  display: block;
}
@media screen and (max-width:1024px) {
  .c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link {
    padding: 24px 22px;
  }
}
.c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .c-works-detail__bottomlist--img {
  width: min(240px, 100%);
  height: 240px;
  margin: 0 auto 20px;
}
@media screen and (max-width:1280px) {
  .c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .c-works-detail__bottomlist--img {
    height: 180px;
  }
}
.c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .c-works-detail__bottomlist--img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width:1024px) {
  .c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .c-works-detail__bottomlist--img .__img {
    border-radius: 18px;
  }
}
.c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .__category {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  margin-bottom: 20px;
  color: #fff;
  background: #6056F4;
  border-radius: 4px;
}
@media screen and (max-width:1024px) {
  .c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .__category {
    font-size: 1.5rem;
    padding: 6px 12px;
    margin-bottom: 15px;
  }
}
.c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .__ttl {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px dashed #000;
  padding-bottom: 23px;
  margin-bottom: 15px;
}
@media screen and (max-width:1024px) {
  .c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .__ttl {
    font-size: 2rem;
  }
}
.c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .__date {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:1024px) {
  .c-works-detail__bottomlist--inner .c-works-detail__bottomlist--item .__link .__date {
    font-size: 1.5rem;
  }
}
.c-works-detail__bottomlist .__scroll {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-works-detail__bottomlist .__scroll::after {
  content: "";
  width: 5px;
  height: 100%;
  aspect-ratio: 17/27;
  background: url(../img/common/ico_arrow_right_white.svg) no-repeat center/100%;
  filter: brightness(0) saturate(100%) invert(12%) sepia(28%) saturate(17%) hue-rotate(350deg) brightness(92%) contrast(91%);
}

.c-contact-bottom {
  background: #F4F4F4;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-bottom {
    padding: 48px 0 150px;
  }
}
.c-contact-bottom__inner {
  width: min(1344px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width:1024px) {
  .c-contact-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
  }
}
.c-contact-bottom__info {
  padding-right: 70px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__info {
    padding-right: 90px;
  }
}
@media screen and (max-width:415px) {
  .c-contact-bottom__info {
    padding-right: 80px;
  }
}
.c-contact-bottom__info .c_ttl {
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__info .c_ttl {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.c-contact-bottom__info .__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.c-contact-bottom__info::after {
  content: "";
  width: 96px;
  aspect-ratio: 192/300;
  margin: auto;
  background: url(../img/common/pic_contact_chara.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom__info::after {
    width: 80px;
  }
}
@media screen and (max-width:415px) {
  .c-contact-bottom__info::after {
    width: 75px;
  }
}
@media screen and (max-width:768px) {
  .c-contact-bottom__contact {
    width: 100%;
  }
}
.c-contact-bottom__contact--inner:first-of-type {
  margin-bottom: 45px;
}
.c-contact-bottom__contact--inner .__ttl {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__contact--inner .__ttl {
    margin-bottom: 18px;
  }
}
.c-contact-bottom__contact--inner .__ttl::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 30px;
  background: #6056F4;
}
.c-contact-bottom__contact--inner .c_btn {
  width: min(532px, 100%);
}
@media screen and (max-width:768px) {
  .c-contact-bottom__contact--inner .c_btn::after {
    width: 20px;
    height: 20px;
  }
}
.c-contact-bottom__contact--inner .__quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 1;
}
.c-contact-bottom__contact--inner .__tel {
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1;
  color: #142BA4;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom__contact--inner .__tel {
    font-size: 4.2rem;
  }
}
@media screen and (max-width:768px) {
  .c-contact-bottom__contact--inner .__tel {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:415px) {
  .c-contact-bottom__contact--inner .__tel {
    font-size: 3.8rem;
  }
}

.c_ttl {
  font-size: clamp(1.8rem, 0.099rem + 3.54vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width:1280px) {
  .c_ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width:1024px) {
  .c_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:768px) {
  .c_ttl {
    font-size: 1.8rem;
    gap: 10px;
  }
}
.c_ttl::before {
  content: attr(data-en) "";
  font-size: clamp(3.2rem, -2.633rem + 12.15vw, 8rem);
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width:1280px) {
  .c_ttl::before {
    font-size: 6.4rem;
  }
}
@media screen and (max-width:1024px) {
  .c_ttl::before {
    font-size: 4.8rem;
  }
}
@media screen and (max-width:768px) {
  .c_ttl::before {
    font-size: 3.2rem;
  }
}
.c_ttl.__center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-breadcrumb {
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-breadcrumb--contact {
  margin-bottom: 150px;
}
.c-breadcrumb__link {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 1;
  margin-right: 35px;
  text-decoration: underline;
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__link {
    margin-right: 29px;
  }
}
.c-breadcrumb__link::before {
  content: "";
  width: 5px;
  aspect-ratio: 1/2;
  margin: auto;
  background: url(../img/common/ico_arrow_right_gray.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__link::before {
    right: -17px;
  }
}
.c-breadcrumb__link:hover {
  color: #6056F4;
}
.c-breadcrumb__location {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 1;
}

.c-snav-head__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
.c-snav-list__item {
  border: 1px solid #C8C8C8;
  border-top: none;
}
.c-snav-list__link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
}
.c-snav-list__link .__txt {
  flex: 1 1 auto;
}
.c-snav-list__link .__ico {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-snav-list__link:hover {
    opacity: 1;
    background: rgba(51, 51, 51, 0.05);
  }
}

.c-table-slide__coution {
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .c-table-slide__coution {
    display: none;
  }
}
.c-table-slide__body {
  margin: 10px 0;
  overflow: auto;
  overflow-scrolling: touch;
}
.c-table-slide__body table {
  white-space: nowrap;
}

.l-contents {
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto;
    gap: 0 40px;
    grid-template-areas: "body side";
  }
}
@media screen and (max-width:768px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 60px 0;
    grid-template-areas: "body" "side";
  }
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}
.l-contents._col2_ .l-contents__side {
  grid-area: side;
}
@media print, screen and (min-width:1025px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: minmax(200px, 25%) 1fr minmax(200px, 25%);
    grid-template-rows: auto;
    gap: 0 30px;
    grid-template-areas: "left main right";
  }
}
@media screen and (max-width:1024px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 50px 0;
    grid-template-areas: "main" "right" "left";
  }
}
.l-contents._col3_ .l-contents__body {
  grid-area: main;
}
.l-contents._col3_ .l-contents__left {
  grid-area: left;
}
.l-contents._col3_ .l-contents__right {
  grid-area: right;
}

.l-header {
  position: absolute;
  z-index: 5;
}
@media screen and (max-width:768px) {
  .l-header {
    position: fixed;
  }
}
.l-header__inner {
  margin: 50px 0 0 60px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .l-header__inner {
    margin: 50px 0 0 25px;
  }
}
@media screen and (max-width:768px) {
  .l-header__inner {
    margin: 12px 0 0 16px;
  }
}
.l-header-logo {
  width: 324px;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .l-header-logo {
    width: 250px;
  }
}
@media screen and (max-width:1280px) {
  .l-header-logo {
    width: 200px;
  }
}
@media screen and (max-width:768px) {
  .l-header-logo {
    width: 162px;
  }
}
.l-header-logo:hover {
  opacity: 0.7;
}

.l-gnav {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .l-gnav {
    left: unset;
    right: 25px;
  }
}
@media screen and (max-width:768px) {
  .l-gnav {
    top: 64px;
    right: 16px;
  }
}
@media screen and (max-width:415px) {
  .l-gnav {
    width: 90%;
    right: 0;
    left: 0;
  }
}
@media screen and (max-height: 570px) {
  .l-gnav {
    height: 100dvh;
  }
}
.l-gnav__inner {
  padding: 15px 30px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 100px;
}
@media screen and (max-width:1280px) {
  .l-gnav__inner {
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__inner {
    border-radius: 24px;
  }
}
.l-gnav__inner.__sp {
  width: 343px;
  padding: 24px 20px;
  transition: all 0.2s;
  display: none;
}
@media screen and (max-width:415px) {
  .l-gnav__inner.__sp {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
}
.l-gnav__inner.__sp.is-open {
  display: block;
}
.l-gnav__inner .l-gnav__sptop--inner {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #939CC8;
  display: flex;
  align-items: center;
}
.l-gnav__inner .l-gnav__sptop--inner .__link {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  width: calc((100% - 2px) / 2);
  padding: 10px 0;
}
.l-gnav__inner .l-gnav__sptop--inner .__link:first-of-type {
  padding-right: 20px;
  border-right: 2px solid #939CC8;
}
.l-gnav__inner .l-gnav__sptop--inner .__link:last-of-type {
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .l-gnav__inner .c_btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__inner .c_btn::after {
    width: 20px;
    height: 20px;
  }
}
.l-gnav__inner .l-gnav__sp-recruit .__sub {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  color: #EBA100;
  margin-bottom: 10px;
}
.l-gnav__inner .l-gnav__sp-recruit .c_btn {
  line-height: 1.35;
  text-align: left;
  color: #fff;
  background: #EBA100;
}
.l-gnav__inner .l-gnav__sp-recruit .c_btn::after {
  background: #fff url(../img/common/ico_arrow_right_yellow.svg) no-repeat center/4px;
}
.l-gnav-list {
  display: flex;
  align-items: center;
}
.l-gnav-list .__link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width:1280px) {
  .l-gnav-list .__link {
    font-size: 1.5rem;
  }
}
.l-gnav-list .__link:hover {
  color: #6056F4;
}
.l-gnav-list > .__link {
  padding: 10px 15px 10px 0;
  margin-right: 15px;
}
@media screen and (max-width:1280px) {
  .l-gnav-list > .__link {
    padding: 10px 10px 10px 0;
    margin-right: 10px;
  }
}
@media screen and (max-width:1024px) {
  .l-gnav-list > .__link {
    padding: 10px 5px 10px 0;
    margin-right: 5px;
  }
}
.l-gnav-list > .__link:nth-child(-n+4) {
  border-right: 2px solid #C8C8C8;
}
@media screen and (max-width:1280px) {
  .l-gnav-list > .__link:nth-of-type(5) {
    margin-right: 0;
  }
}
.l-gnav-list > .__link.has_sub {
  position: relative;
}
.l-gnav-list > .__link.has_sub .has_sub__ttl {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.l-gnav-list > .__link.has_sub .has_sub__ttl::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 30px;
  background: #939CC8 url(../img/common/ico_plus_white.svg) no-repeat center/8px;
}
.l-gnav-list > .__link.has_sub .has_sub__block {
  padding: 15px 0 0;
  position: absolute;
  left: 0;
  top: 64px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.l-gnav-list > .__link.has_sub .has_sub__block .__inner {
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 16px;
}
.l-gnav-list > .__link.has_sub .has_sub__block .__link {
  text-align: left;
  padding-bottom: 20px;
  display: block;
}
.l-gnav-list > .__link.has_sub .has_sub__block .__link:last-of-type {
  padding: 0;
}
.l-gnav-list > .__link.has_sub.is-open .has_sub__block {
  opacity: 1;
  visibility: visible;
}
.l-gnav-list .c_btn {
  font-size: 1.6rem;
  padding: 10px 16px;
}
@media screen and (max-width:1280px) {
  .l-gnav-list .c_btn {
    font-size: 1.5rem;
    padding: 10px 10px 10px 20px;
    gap: 15px;
  }
}
.l-gnav-list .c_btn::after {
  width: 24px;
  height: 24px;
}
.l-gnav-toggle {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-gnav-toggle {
    position: fixed;
    right: 8px;
    top: 8px;
    z-index: 5;
  }
}
.l-gnav-toggle .__sub {
  width: 24px;
  height: 2px;
  background: #142BA4;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s;
}
.l-gnav-toggle .__sub:first-of-type {
  top: 18px;
}
.l-gnav-toggle .__sub:last-of-type {
  bottom: 18px;
}
.l-gnav-toggle.is-close .__sub:first-of-type {
  top: 21px;
  transform: rotate(45deg);
}
.l-gnav-toggle.is-close .__sub:last-of-type {
  bottom: 21px;
  transform: rotate(-45deg);
}

.l-footer {
  background: #142BA4;
  padding: 120px 0 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 60px 0 0;
  }
}
.l-footer__inner {
  width: min(1344px, 90%);
  margin: 0 auto;
}
.l-footer .__ttl {
  font-size: clamp(3.2rem, -2.633rem + 12.15vw, 8rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 70px;
  color: #fff;
}
@media screen and (max-width:1280px) {
  .l-footer .__ttl {
    font-size: 6.4rem;
  }
}
@media screen and (max-width:768px) {
  .l-footer .__ttl {
    font-size: 3.2rem;
    margin-bottom: 45px;
  }
}
.l-footer-nav {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .l-footer-nav {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 12px;
  }
}
.l-footer-nav .__link {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 10px 20px;
  border-right: 2px solid #939CC8;
  box-sizing: border-box;
  transition: all 0.2s;
}
@media screen and (max-width:1024px) {
  .l-footer-nav .__link {
    font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  }
}
@media screen and (max-width:768px) {
  .l-footer-nav .__link {
    padding: 14px 12px;
  }
}
@media screen and (max-width:415px) {
  .l-footer-nav .__link {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
}
.l-footer-nav .__link:hover {
  color: #6056F4;
}
.l-footer-nav .c_btn {
  line-height: 1;
  padding: 14px 16px 14px 24px;
  margin-left: 40px;
}
@media screen and (max-width:1024px) {
  .l-footer-nav .c_btn {
    margin-left: 25px;
  }
}
@media screen and (max-width:768px) {
  .l-footer-nav .c_btn {
    font-size: 1.6rem;
    padding: 6px 12px 6px 18px;
    margin-left: 14px;
    gap: 18px;
  }
}
@media screen and (max-width:415px) {
  .l-footer-nav .c_btn {
    font-size: 1.5rem;
    padding: 6px 10px 6px 16px;
    margin-left: 12px;
  }
}
.l-footer-nav .c_btn::after {
  width: 24px;
  height: 24px;
}
@media screen and (max-width:768px) {
  .l-footer-nav .c_btn::after {
    width: 20px;
    height: 20px;
  }
}
.l-footer-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .l-footer-nav__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:768px) {
  .l-footer-nav__inner:last-of-type .__link:first-of-type {
    padding: 14px 12px 14px 0;
  }
}
.l-footer-nav__inner:last-of-type .__link:nth-of-type(2) {
  border-right: none;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width:768px) {
  .l-footer-nav__inner:last-of-type .__link:nth-of-type(2) {
    padding: 14px 12px;
    border-right: 2px solid #939CC8;
  }
}
.l-footer-info {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width:768px) {
  .l-footer-info {
    margin-bottom: 45px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}
.l-footer-info__left .l-footer-info__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .l-footer-info__left .l-footer-info__name {
    margin-bottom: 20px;
  }
}
.l-footer-info__left .l-footer-info__address {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 1.8;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .l-footer-info__left .l-footer-info__address {
    margin-bottom: 15px;
  }
}
.l-footer-info__left .l-footer-info__address .__link {
  color: #fff;
}
.l-footer-info__left > .__link {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #fff;
  transition: all 0.3s;
}
.l-footer-info__left > .__link:hover {
  opacity: 0.7;
}
.l-footer-info__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:1024px) {
  .l-footer-info__right {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
.l-footer-info__right--ttl {
  font-size: clamp(2rem, 0.542rem + 3.04vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width:1280px) {
  .l-footer-info__right--ttl {
    font-size: 2.6rem;
  }
}
.l-footer-info__right .c_btn {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  padding: 28px 24px 28px 32px;
}
@media screen and (max-width:768px) {
  .l-footer-info__right .c_btn {
    font-size: 1.6rem;
    padding: 18px 20px 18px 22px;
    gap: 20px;
  }
}
@media screen and (max-width:415px) {
  .l-footer-info__right .c_btn {
    font-size: 1.5rem;
    padding: 18px 18px 18px 20px;
  }
}
.l-footer-info__right .c_btn::after {
  width: 24px;
  height: 24px;
  background: #EBA100 url(../img/common/ico_arrow_right_white.svg) no-repeat center/4px;
}
.l-footer-copy__logo {
  width: 166px;
  margin: 0 auto 30px;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-footer-copy__logo {
    width: 111px;
    margin: 0 auto 20px;
  }
}
.l-footer-copy__logo:hover {
  opacity: 0.7;
}
.l-footer-copy__txt {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-footer-copy__txt {
    line-height: 1.8;
  }
}
@media screen and (max-width:415px) {
  .l-footer-bottom {
    margin: -20px 0 0;
  }
}
.l-footer .pagetop {
  width: 70px;
  position: absolute;
  top: -110px;
  right: 64px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-footer .pagetop {
    margin: auto;
    right: 0;
    left: 0;
  }
}
.l-footer .pagetop:hover {
  opacity: 0.7;
}

.t-wrap {
  color: #272727;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width:768px) {
  .t-wrap {
    font-size: 1.4rem;
  }
}

.u-al-l {
  text-align: left !important;
}
@media screen and (max-width:768px) {
  .u-al-l._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-l._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-l._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-c {
  text-align: center !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media screen and (max-width:768px) {
  .u-al-c._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-c._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-c._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-r {
  text-align: right !important;
}
@media screen and (max-width:768px) {
  .u-al-r._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-r._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-r._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-fl {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.u-al-fc {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.u-al-fc > * {
  flex: 0 0 auto !important;
}

.u-al-fr {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}

.u-c-red {
  color: #dd0000 !important;
}

.u-fw-n {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
}

.u-fw-b {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxxs {
  margin-bottom: 10px !important;
}

.u-mb-xxs {
  margin-bottom: 15px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}

.u-mb-s {
  margin-bottom: 25px !important;
}

.u-mb-m {
  margin-bottom: 30px !important;
}

.u-mb-l {
  margin-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mb-l {
    margin-bottom: 30px !important;
  }
}

.u-mb-xl {
  margin-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xl {
    margin-bottom: 40px !important;
  }
}

.u-mb-xxl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxl {
    margin-bottom: 50px !important;
  }
}

.u-mb-xxxl {
  margin-bottom: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxxl {
    margin-bottom: 75px !important;
  }
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xxxs {
  margin-left: 10px !important;
}

.u-ml-xxs {
  margin-left: 15px !important;
}

.u-ml-xs {
  margin-left: 20px !important;
}

.u-ml-s {
  margin-left: 25px !important;
}

.u-ml-m {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 60px !important;
}
@media screen and (max-width:768px) {
  .u-ml-l {
    margin-left: 30px !important;
  }
}

.u-ml-xl {
  margin-left: 80px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xl {
    margin-left: 40px !important;
  }
}

.u-ml-xxl {
  margin-left: 100px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxl {
    margin-left: 50px !important;
  }
}

.u-ml-xxxl {
  margin-left: 150px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxxl {
    margin-left: 75px !important;
  }
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xxxs {
  margin-right: 10px !important;
}

.u-mr-xxs {
  margin-right: 15px !important;
}

.u-mr-xs {
  margin-right: 20px !important;
}

.u-mr-s {
  margin-right: 25px !important;
}

.u-mr-m {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mr-l {
    margin-right: 30px !important;
  }
}

.u-mr-xl {
  margin-right: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xl {
    margin-right: 40px !important;
  }
}

.u-mr-xxl {
  margin-right: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxl {
    margin-right: 50px !important;
  }
}

.u-mr-xxxl {
  margin-right: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxxl {
    margin-right: 75px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxxs {
  margin-top: 10px !important;
}

.u-mt-xxs {
  margin-top: 15px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}

.u-mt-s {
  margin-top: 25px !important;
}

.u-mt-m {
  margin-top: 30px !important;
}

.u-mt-l {
  margin-top: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mt-l {
    margin-top: 30px !important;
  }
}

.u-mt-xl {
  margin-top: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xl {
    margin-top: 40px !important;
  }
}

.u-mt-xxl {
  margin-top: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxl {
    margin-top: 50px !important;
  }
}

.u-mt-xxxl {
  margin-top: 150px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxxl {
    margin-top: 75px !important;
  }
}

.u-pa-0 {
  padding: 0 !important;
}

.u-pa-xxxs {
  padding: 10px !important;
}

.u-pa-xxs {
  padding: 15px !important;
}

.u-pa-xs {
  padding: 20px !important;
}

.u-pa-s {
  padding: 25px !important;
}

.u-pa-m {
  padding: 30px !important;
}

.u-pa-l {
  padding: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pa-l {
    padding: 30px !important;
  }
}

.u-pa-xl {
  padding: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xl {
    padding: 40px !important;
  }
}

.u-pa-xxl {
  padding: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxl {
    padding: 50px !important;
  }
}

.u-pa-xxxl {
  padding: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxxl {
    padding: 75px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxxs {
  padding-bottom: 10px !important;
}

.u-pb-xxs {
  padding-bottom: 15px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}

.u-pb-s {
  padding-bottom: 25px !important;
}

.u-pb-m {
  padding-bottom: 30px !important;
}

.u-pb-l {
  padding-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pb-l {
    padding-bottom: 30px !important;
  }
}

.u-pb-xl {
  padding-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xl {
    padding-bottom: 40px !important;
  }
}

.u-pb-xxl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxl {
    padding-bottom: 50px !important;
  }
}

.u-pb-xxxl {
  padding-bottom: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxxl {
    padding-bottom: 75px !important;
  }
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xxxs {
  padding-left: 10px !important;
}

.u-pl-xxs {
  padding-left: 15px !important;
}

.u-pl-xs {
  padding-left: 20px !important;
}

.u-pl-s {
  padding-left: 25px !important;
}

.u-pl-m {
  padding-left: 30px !important;
}

.u-pl-l {
  padding-left: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pl-l {
    padding-left: 30px !important;
  }
}

.u-pl-xl {
  padding-left: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xl {
    padding-left: 40px !important;
  }
}

.u-pl-xxl {
  padding-left: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxl {
    padding-left: 50px !important;
  }
}

.u-pl-xxxl {
  padding-left: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxxl {
    padding-left: 75px !important;
  }
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xxxs {
  padding-right: 10px !important;
}

.u-pr-xxs {
  padding-right: 15px !important;
}

.u-pr-xs {
  padding-right: 20px !important;
}

.u-pr-s {
  padding-right: 25px !important;
}

.u-pr-m {
  padding-right: 30px !important;
}

.u-pr-l {
  padding-right: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pr-l {
    padding-right: 30px !important;
  }
}

.u-pr-xl {
  padding-right: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xl {
    padding-right: 40px !important;
  }
}

.u-pr-xxl {
  padding-right: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxl {
    padding-right: 50px !important;
  }
}

.u-pr-xxxl {
  padding-right: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxxl {
    padding-right: 75px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xxxs {
  padding-top: 10px !important;
}

.u-pt-xxs {
  padding-top: 15px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}

.u-pt-s {
  padding-top: 25px !important;
}

.u-pt-m {
  padding-top: 30px !important;
}

.u-pt-l {
  padding-top: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pt-l {
    padding-top: 30px !important;
  }
}

.u-pt-xl {
  padding-top: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xl {
    padding-top: 40px !important;
  }
}

.u-pt-xxl {
  padding-top: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxl {
    padding-top: 50px !important;
  }
}

.u-pt-xxxl {
  padding-top: 150px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxxl {
    padding-top: 75px !important;
  }
}

.u-w0p {
  width: 0% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w0p {
    width: 0% !important;
  }
}
.u-w1p {
  width: 1% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w1p {
    width: 1% !important;
  }
}
.u-w2p {
  width: 2% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w2p {
    width: 2% !important;
  }
}
.u-w3p {
  width: 3% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w3p {
    width: 3% !important;
  }
}
.u-w4p {
  width: 4% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w4p {
    width: 4% !important;
  }
}
.u-w5p {
  width: 5% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w5p {
    width: 5% !important;
  }
}
.u-w6p {
  width: 6% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w6p {
    width: 6% !important;
  }
}
.u-w7p {
  width: 7% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w7p {
    width: 7% !important;
  }
}
.u-w8p {
  width: 8% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w8p {
    width: 8% !important;
  }
}
.u-w9p {
  width: 9% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w9p {
    width: 9% !important;
  }
}
.u-w10p {
  width: 10% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w10p {
    width: 10% !important;
  }
}
.u-w11p {
  width: 11% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w11p {
    width: 11% !important;
  }
}
.u-w12p {
  width: 12% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w12p {
    width: 12% !important;
  }
}
.u-w13p {
  width: 13% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w13p {
    width: 13% !important;
  }
}
.u-w14p {
  width: 14% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w14p {
    width: 14% !important;
  }
}
.u-w15p {
  width: 15% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w15p {
    width: 15% !important;
  }
}
.u-w16p {
  width: 16% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w16p {
    width: 16% !important;
  }
}
.u-w17p {
  width: 17% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w17p {
    width: 17% !important;
  }
}
.u-w18p {
  width: 18% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w18p {
    width: 18% !important;
  }
}
.u-w19p {
  width: 19% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w19p {
    width: 19% !important;
  }
}
.u-w20p {
  width: 20% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w20p {
    width: 20% !important;
  }
}
.u-w21p {
  width: 21% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w21p {
    width: 21% !important;
  }
}
.u-w22p {
  width: 22% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w22p {
    width: 22% !important;
  }
}
.u-w23p {
  width: 23% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w23p {
    width: 23% !important;
  }
}
.u-w24p {
  width: 24% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w24p {
    width: 24% !important;
  }
}
.u-w25p {
  width: 25% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w25p {
    width: 25% !important;
  }
}
.u-w26p {
  width: 26% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w26p {
    width: 26% !important;
  }
}
.u-w27p {
  width: 27% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w27p {
    width: 27% !important;
  }
}
.u-w28p {
  width: 28% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w28p {
    width: 28% !important;
  }
}
.u-w29p {
  width: 29% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w29p {
    width: 29% !important;
  }
}
.u-w30p {
  width: 30% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w30p {
    width: 30% !important;
  }
}
.u-w31p {
  width: 31% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w31p {
    width: 31% !important;
  }
}
.u-w32p {
  width: 32% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w32p {
    width: 32% !important;
  }
}
.u-w33p {
  width: 33% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w33p {
    width: 33% !important;
  }
}
.u-w34p {
  width: 34% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w34p {
    width: 34% !important;
  }
}
.u-w35p {
  width: 35% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w35p {
    width: 35% !important;
  }
}
.u-w36p {
  width: 36% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w36p {
    width: 36% !important;
  }
}
.u-w37p {
  width: 37% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w37p {
    width: 37% !important;
  }
}
.u-w38p {
  width: 38% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w38p {
    width: 38% !important;
  }
}
.u-w39p {
  width: 39% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w39p {
    width: 39% !important;
  }
}
.u-w40p {
  width: 40% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w40p {
    width: 40% !important;
  }
}
.u-w41p {
  width: 41% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w41p {
    width: 41% !important;
  }
}
.u-w42p {
  width: 42% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w42p {
    width: 42% !important;
  }
}
.u-w43p {
  width: 43% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w43p {
    width: 43% !important;
  }
}
.u-w44p {
  width: 44% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w44p {
    width: 44% !important;
  }
}
.u-w45p {
  width: 45% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w45p {
    width: 45% !important;
  }
}
.u-w46p {
  width: 46% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w46p {
    width: 46% !important;
  }
}
.u-w47p {
  width: 47% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w47p {
    width: 47% !important;
  }
}
.u-w48p {
  width: 48% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w48p {
    width: 48% !important;
  }
}
.u-w49p {
  width: 49% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w49p {
    width: 49% !important;
  }
}
.u-w50p {
  width: 50% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w50p {
    width: 50% !important;
  }
}
.u-w51p {
  width: 51% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w51p {
    width: 51% !important;
  }
}
.u-w52p {
  width: 52% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w52p {
    width: 52% !important;
  }
}
.u-w53p {
  width: 53% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w53p {
    width: 53% !important;
  }
}
.u-w54p {
  width: 54% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w54p {
    width: 54% !important;
  }
}
.u-w55p {
  width: 55% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w55p {
    width: 55% !important;
  }
}
.u-w56p {
  width: 56% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w56p {
    width: 56% !important;
  }
}
.u-w57p {
  width: 57% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w57p {
    width: 57% !important;
  }
}
.u-w58p {
  width: 58% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w58p {
    width: 58% !important;
  }
}
.u-w59p {
  width: 59% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w59p {
    width: 59% !important;
  }
}
.u-w60p {
  width: 60% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w60p {
    width: 60% !important;
  }
}
.u-w61p {
  width: 61% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w61p {
    width: 61% !important;
  }
}
.u-w62p {
  width: 62% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w62p {
    width: 62% !important;
  }
}
.u-w63p {
  width: 63% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w63p {
    width: 63% !important;
  }
}
.u-w64p {
  width: 64% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w64p {
    width: 64% !important;
  }
}
.u-w65p {
  width: 65% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w65p {
    width: 65% !important;
  }
}
.u-w66p {
  width: 66% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w66p {
    width: 66% !important;
  }
}
.u-w67p {
  width: 67% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w67p {
    width: 67% !important;
  }
}
.u-w68p {
  width: 68% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w68p {
    width: 68% !important;
  }
}
.u-w69p {
  width: 69% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w69p {
    width: 69% !important;
  }
}
.u-w70p {
  width: 70% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w70p {
    width: 70% !important;
  }
}
.u-w71p {
  width: 71% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w71p {
    width: 71% !important;
  }
}
.u-w72p {
  width: 72% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w72p {
    width: 72% !important;
  }
}
.u-w73p {
  width: 73% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w73p {
    width: 73% !important;
  }
}
.u-w74p {
  width: 74% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w74p {
    width: 74% !important;
  }
}
.u-w75p {
  width: 75% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w75p {
    width: 75% !important;
  }
}
.u-w76p {
  width: 76% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w76p {
    width: 76% !important;
  }
}
.u-w77p {
  width: 77% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w77p {
    width: 77% !important;
  }
}
.u-w78p {
  width: 78% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w78p {
    width: 78% !important;
  }
}
.u-w79p {
  width: 79% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w79p {
    width: 79% !important;
  }
}
.u-w80p {
  width: 80% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w80p {
    width: 80% !important;
  }
}
.u-w81p {
  width: 81% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w81p {
    width: 81% !important;
  }
}
.u-w82p {
  width: 82% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w82p {
    width: 82% !important;
  }
}
.u-w83p {
  width: 83% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w83p {
    width: 83% !important;
  }
}
.u-w84p {
  width: 84% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w84p {
    width: 84% !important;
  }
}
.u-w85p {
  width: 85% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w85p {
    width: 85% !important;
  }
}
.u-w86p {
  width: 86% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w86p {
    width: 86% !important;
  }
}
.u-w87p {
  width: 87% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w87p {
    width: 87% !important;
  }
}
.u-w88p {
  width: 88% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w88p {
    width: 88% !important;
  }
}
.u-w89p {
  width: 89% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w89p {
    width: 89% !important;
  }
}
.u-w90p {
  width: 90% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w90p {
    width: 90% !important;
  }
}
.u-w91p {
  width: 91% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w91p {
    width: 91% !important;
  }
}
.u-w92p {
  width: 92% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w92p {
    width: 92% !important;
  }
}
.u-w93p {
  width: 93% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w93p {
    width: 93% !important;
  }
}
.u-w94p {
  width: 94% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w94p {
    width: 94% !important;
  }
}
.u-w95p {
  width: 95% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w95p {
    width: 95% !important;
  }
}
.u-w96p {
  width: 96% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w96p {
    width: 96% !important;
  }
}
.u-w97p {
  width: 97% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w97p {
    width: 97% !important;
  }
}
.u-w98p {
  width: 98% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w98p {
    width: 98% !important;
  }
}
.u-w99p {
  width: 99% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w99p {
    width: 99% !important;
  }
}
.u-w100p {
  width: 100% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w100p {
    width: 100% !important;
  }
}
.u-mw0p {
  max-width: 0% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw0p {
    width: 0% !important;
  }
}
.u-mw1p {
  max-width: 1% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw1p {
    width: 1% !important;
  }
}
.u-mw2p {
  max-width: 2% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw2p {
    width: 2% !important;
  }
}
.u-mw3p {
  max-width: 3% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw3p {
    width: 3% !important;
  }
}
.u-mw4p {
  max-width: 4% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw4p {
    width: 4% !important;
  }
}
.u-mw5p {
  max-width: 5% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw5p {
    width: 5% !important;
  }
}
.u-mw6p {
  max-width: 6% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw6p {
    width: 6% !important;
  }
}
.u-mw7p {
  max-width: 7% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw7p {
    width: 7% !important;
  }
}
.u-mw8p {
  max-width: 8% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw8p {
    width: 8% !important;
  }
}
.u-mw9p {
  max-width: 9% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw9p {
    width: 9% !important;
  }
}
.u-mw10p {
  max-width: 10% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw10p {
    width: 10% !important;
  }
}
.u-mw11p {
  max-width: 11% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw11p {
    width: 11% !important;
  }
}
.u-mw12p {
  max-width: 12% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw12p {
    width: 12% !important;
  }
}
.u-mw13p {
  max-width: 13% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw13p {
    width: 13% !important;
  }
}
.u-mw14p {
  max-width: 14% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw14p {
    width: 14% !important;
  }
}
.u-mw15p {
  max-width: 15% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw15p {
    width: 15% !important;
  }
}
.u-mw16p {
  max-width: 16% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw16p {
    width: 16% !important;
  }
}
.u-mw17p {
  max-width: 17% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw17p {
    width: 17% !important;
  }
}
.u-mw18p {
  max-width: 18% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw18p {
    width: 18% !important;
  }
}
.u-mw19p {
  max-width: 19% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw19p {
    width: 19% !important;
  }
}
.u-mw20p {
  max-width: 20% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw20p {
    width: 20% !important;
  }
}
.u-mw21p {
  max-width: 21% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw21p {
    width: 21% !important;
  }
}
.u-mw22p {
  max-width: 22% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw22p {
    width: 22% !important;
  }
}
.u-mw23p {
  max-width: 23% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw23p {
    width: 23% !important;
  }
}
.u-mw24p {
  max-width: 24% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw24p {
    width: 24% !important;
  }
}
.u-mw25p {
  max-width: 25% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw25p {
    width: 25% !important;
  }
}
.u-mw26p {
  max-width: 26% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw26p {
    width: 26% !important;
  }
}
.u-mw27p {
  max-width: 27% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw27p {
    width: 27% !important;
  }
}
.u-mw28p {
  max-width: 28% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw28p {
    width: 28% !important;
  }
}
.u-mw29p {
  max-width: 29% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw29p {
    width: 29% !important;
  }
}
.u-mw30p {
  max-width: 30% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw30p {
    width: 30% !important;
  }
}
.u-mw31p {
  max-width: 31% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw31p {
    width: 31% !important;
  }
}
.u-mw32p {
  max-width: 32% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw32p {
    width: 32% !important;
  }
}
.u-mw33p {
  max-width: 33% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw33p {
    width: 33% !important;
  }
}
.u-mw34p {
  max-width: 34% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw34p {
    width: 34% !important;
  }
}
.u-mw35p {
  max-width: 35% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw35p {
    width: 35% !important;
  }
}
.u-mw36p {
  max-width: 36% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw36p {
    width: 36% !important;
  }
}
.u-mw37p {
  max-width: 37% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw37p {
    width: 37% !important;
  }
}
.u-mw38p {
  max-width: 38% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw38p {
    width: 38% !important;
  }
}
.u-mw39p {
  max-width: 39% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw39p {
    width: 39% !important;
  }
}
.u-mw40p {
  max-width: 40% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw40p {
    width: 40% !important;
  }
}
.u-mw41p {
  max-width: 41% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw41p {
    width: 41% !important;
  }
}
.u-mw42p {
  max-width: 42% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw42p {
    width: 42% !important;
  }
}
.u-mw43p {
  max-width: 43% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw43p {
    width: 43% !important;
  }
}
.u-mw44p {
  max-width: 44% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw44p {
    width: 44% !important;
  }
}
.u-mw45p {
  max-width: 45% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw45p {
    width: 45% !important;
  }
}
.u-mw46p {
  max-width: 46% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw46p {
    width: 46% !important;
  }
}
.u-mw47p {
  max-width: 47% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw47p {
    width: 47% !important;
  }
}
.u-mw48p {
  max-width: 48% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw48p {
    width: 48% !important;
  }
}
.u-mw49p {
  max-width: 49% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw49p {
    width: 49% !important;
  }
}
.u-mw50p {
  max-width: 50% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw50p {
    width: 50% !important;
  }
}
.u-mw51p {
  max-width: 51% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw51p {
    width: 51% !important;
  }
}
.u-mw52p {
  max-width: 52% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw52p {
    width: 52% !important;
  }
}
.u-mw53p {
  max-width: 53% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw53p {
    width: 53% !important;
  }
}
.u-mw54p {
  max-width: 54% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw54p {
    width: 54% !important;
  }
}
.u-mw55p {
  max-width: 55% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw55p {
    width: 55% !important;
  }
}
.u-mw56p {
  max-width: 56% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw56p {
    width: 56% !important;
  }
}
.u-mw57p {
  max-width: 57% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw57p {
    width: 57% !important;
  }
}
.u-mw58p {
  max-width: 58% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw58p {
    width: 58% !important;
  }
}
.u-mw59p {
  max-width: 59% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw59p {
    width: 59% !important;
  }
}
.u-mw60p {
  max-width: 60% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw60p {
    width: 60% !important;
  }
}
.u-mw61p {
  max-width: 61% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw61p {
    width: 61% !important;
  }
}
.u-mw62p {
  max-width: 62% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw62p {
    width: 62% !important;
  }
}
.u-mw63p {
  max-width: 63% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw63p {
    width: 63% !important;
  }
}
.u-mw64p {
  max-width: 64% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw64p {
    width: 64% !important;
  }
}
.u-mw65p {
  max-width: 65% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw65p {
    width: 65% !important;
  }
}
.u-mw66p {
  max-width: 66% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw66p {
    width: 66% !important;
  }
}
.u-mw67p {
  max-width: 67% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw67p {
    width: 67% !important;
  }
}
.u-mw68p {
  max-width: 68% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw68p {
    width: 68% !important;
  }
}
.u-mw69p {
  max-width: 69% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw69p {
    width: 69% !important;
  }
}
.u-mw70p {
  max-width: 70% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw70p {
    width: 70% !important;
  }
}
.u-mw71p {
  max-width: 71% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw71p {
    width: 71% !important;
  }
}
.u-mw72p {
  max-width: 72% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw72p {
    width: 72% !important;
  }
}
.u-mw73p {
  max-width: 73% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw73p {
    width: 73% !important;
  }
}
.u-mw74p {
  max-width: 74% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw74p {
    width: 74% !important;
  }
}
.u-mw75p {
  max-width: 75% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw75p {
    width: 75% !important;
  }
}
.u-mw76p {
  max-width: 76% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw76p {
    width: 76% !important;
  }
}
.u-mw77p {
  max-width: 77% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw77p {
    width: 77% !important;
  }
}
.u-mw78p {
  max-width: 78% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw78p {
    width: 78% !important;
  }
}
.u-mw79p {
  max-width: 79% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw79p {
    width: 79% !important;
  }
}
.u-mw80p {
  max-width: 80% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw80p {
    width: 80% !important;
  }
}
.u-mw81p {
  max-width: 81% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw81p {
    width: 81% !important;
  }
}
.u-mw82p {
  max-width: 82% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw82p {
    width: 82% !important;
  }
}
.u-mw83p {
  max-width: 83% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw83p {
    width: 83% !important;
  }
}
.u-mw84p {
  max-width: 84% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw84p {
    width: 84% !important;
  }
}
.u-mw85p {
  max-width: 85% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw85p {
    width: 85% !important;
  }
}
.u-mw86p {
  max-width: 86% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw86p {
    width: 86% !important;
  }
}
.u-mw87p {
  max-width: 87% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw87p {
    width: 87% !important;
  }
}
.u-mw88p {
  max-width: 88% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw88p {
    width: 88% !important;
  }
}
.u-mw89p {
  max-width: 89% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw89p {
    width: 89% !important;
  }
}
.u-mw90p {
  max-width: 90% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw90p {
    width: 90% !important;
  }
}
.u-mw91p {
  max-width: 91% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw91p {
    width: 91% !important;
  }
}
.u-mw92p {
  max-width: 92% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw92p {
    width: 92% !important;
  }
}
.u-mw93p {
  max-width: 93% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw93p {
    width: 93% !important;
  }
}
.u-mw94p {
  max-width: 94% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw94p {
    width: 94% !important;
  }
}
.u-mw95p {
  max-width: 95% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw95p {
    width: 95% !important;
  }
}
.u-mw96p {
  max-width: 96% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw96p {
    width: 96% !important;
  }
}
.u-mw97p {
  max-width: 97% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw97p {
    width: 97% !important;
  }
}
.u-mw98p {
  max-width: 98% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw98p {
    width: 98% !important;
  }
}
.u-mw99p {
  max-width: 99% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw99p {
    width: 99% !important;
  }
}
.u-mw100p {
  max-width: 100% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw100p {
    width: 100% !important;
  }
}
.u-w-a {
  width: auto !important;
}

@media screen and (max-width:768px) {
  .u-sm-w-a {
    width: auto !important;
  }
}
@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1280px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1281px) {
  .u-lg-max {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */