@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;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #404040;
}
body.__hidden {
  overflow: hidden;
}

a {
  color: #404040;
  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.8s, transform 0.8s;
}

.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: #404040;
}

.c_btn {
  font-size: clamp(1.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #008EF3;
  width: 320px;
  margin: 0 auto;
  padding: 20px 0;
  box-shadow: 4px 4px 0 0 #9579F9;
  border: 2px solid #4DACDF;
  border-radius: 50px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  transition-delay: unset !important;
}
.c_btn::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  margin: auto;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
}
.c_btn.__green {
  color: #06C755;
  box-shadow: 4px 4px 0 0 #C0DD42;
  border: 2px solid #7BD485;
}
.c_btn.__green::after {
  background: url(../img/common/ico_arrow_green.svg) no-repeat center/100%;
}
.c_btn.__green:hover {
  background: #7BD485;
  color: #fff;
}
.c_btn.__green:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(76deg) brightness(108%) contrast(102%);
}
.c_btn.__pink {
  color: #FB5E6E;
  box-shadow: 4px 4px 0 0 #F98879;
  border: 2px solid #FB5E6E;
}
.c_btn:hover {
  background: #7CC8FF;
  color: #fff;
}
.c_btn:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(76deg) brightness(108%) contrast(102%);
}

.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 #D3D3D3;
}

.e-form-text {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #D3D3D3;
  color: #404040;
}
.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 #D3D3D3;
  color: #404040;
}

.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;
  text-align: center;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@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;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@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;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@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 #D3D3D3;
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@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;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@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-family: "Zen Maru Gothic", sans-serif;
  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: #404040;
}

.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 #D3D3D3;
}

.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 #D3D3D3;
  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: "Zen Maru Gothic", 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(960px, 90%);
  margin: 0 auto;
}
.c-contact-form__body {
  margin-bottom: 40px;
}
.c-contact-form__block {
  margin-bottom: 45px;
}
.c-contact-form__block .c-contact-form__ttl {
  font-size: clamp(1.7rem, 1.578rem + 0.25vw, 1.8rem);
  font-weight: 600;
  color: #0171C2;
  margin-bottom: 20px;
}
.c-contact-form__block .c-contact-form__ttl .__red {
  color: #FB5E6E;
}
.c-contact-form__block .c-contact-form__item.__name {
  width: 45%;
}
@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 .c-contact-form__text {
  width: 100%;
  padding: 20px 15px;
  background: #F9F8EE;
  color: #333;
  border: 1px solid #E9E8DC;
  border-radius: 4px;
  box-sizing: border-box;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text::-moz-placeholder {
  color: #A2A2A2;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text::placeholder {
  color: #A2A2A2;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number {
  width: 30%;
}
@media screen and (max-width:768px) {
  .c-contact-form__block .c-contact-form__item .c-contact-form__number {
    width: 100%;
  }
}
.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;
  line-height: 1;
  position: absolute;
  top: 25px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__tel {
  width: 30%;
}
@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.4rem, 1.157rem + 0.51vw, 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.4rem, 1.157rem + 0.51vw, 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: #0171C2;
  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 .c-contact-form__btn {
  width: 320px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  box-shadow: 4px 4px 0 0 #9579F9;
  border: 2px solid #4DACDF;
  border-radius: 100px;
}
.c-contact-form .c-contact-form__btn .c-contact-form__submit {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #008EF3;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.c-contact-form .c-contact-form__btn::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
}
.c-contact-form .c-contact-form__return {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-contact-form .c-contact-form__return::before {
  content: "";
  width: 13px;
  aspect-ratio: 16/13;
  background: url(../img/common/ico_arrow_purple.svg) no-repeat center/100%;
}
.c-contact-form .c-contact-form__return__btn {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 600;
  background: transparent;
  color: #684DDF;
  cursor: pointer;
}
.c-contact-form.__confirm .c-contact-form__item {
  font-weight: 700;
}
.c-contact-form.__confirm .c-contact-form__body {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-form.__confirm .c-contact-form__body {
    margin-bottom: 40px;
  }
}
.c-contact-form .wpcf7-spinner {
  display: none;
}
.c-contact-form .wpcf7-response-output {
  opacity: 0;
}

.c-contact__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  width: min(960px, 90%);
  margin: 0 auto 80px;
}
.c-contact-top {
  width: min(1280px, 90%);
  margin: 0 auto;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-top {
    padding-bottom: 40px;
  }
}
.c-contact-top::before {
  content: "";
  width: 100%;
  aspect-ratio: 1280/568;
  background: url(../img/contact/bg_contact.png) no-repeat center/100%;
  position: absolute;
  top: 80px;
  z-index: -1;
}
.c-contact-top__inner {
  width: min(960px, 100%);
  margin: 0 auto;
}
.c-contact-top__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #0171C2;
  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 solid #4DACDF;
}
.c-contact-top__tel--txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.c-contact-top__tel--link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-contact-top__tel--link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-contact-top__tel--link .__link {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(3.2rem, -0.689rem + 8.1vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  color: #FB5E6E;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-contact-top__tel--link .__link::before {
  content: "";
  width: 70px;
  aspect-ratio: 38/22;
  background: url(../img/common/ico_free.svg) no-repeat center/100%;
}
.c-contact-top__tel--link .__quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 500;
  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(608px, 100%);
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-contact-flow {
    margin: 0 auto 50px;
    gap: 8px;
  }
}
.c-contact-flow__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-contact-flow__list {
    gap: 8px;
  }
}
.c-contact-flow__list .__sub {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 120px;
  height: 104px;
  padding: 5px 0 0;
  color: #fff;
  background: url(../img/contact/ico_flow_before.svg) no-repeat center/100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-contact-flow__list .__sub {
    width: 80px;
    height: 70px;
  }
}
.c-contact-flow__list .__line {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .c-contact-flow__list .__line {
    gap: 4px;
  }
}
.c-contact-flow__list .__line .__dot {
  width: 20px;
  height: 20px;
  background: url(../img/contact/ico_flow_line.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-contact-flow__list .__line .__dot {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width:768px) {
  .c-contact-flow__list .__line .__dot:last-of-type {
    display: none;
  }
}
.c-contact-flow__list.__current .__sub {
  background: url(../img/contact/ico_flow_after.svg) no-repeat center/100%;
}
.c-contact-flow__list.__current .__line .__dot {
  background: url(../img/contact/ico_flow_line_after.svg) no-repeat center/100%;
}
.c-contact-complete__bottom {
  width: min(1280px, 90%);
  margin: 0 auto;
  padding-bottom: 110px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-complete__bottom {
    padding-bottom: 0;
  }
}
.c-contact-complete__bottom::before {
  content: "";
  background: url(../img/contact/bg_contact_complete.png) no-repeat center/100%;
  width: 100%;
  aspect-ratio: 9/4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-contact-complete__bottom.__error {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__bottom.__error {
    margin-bottom: 40px;
  }
}
.c-contact-complete__bottom--inner {
  width: min(600px, 100%);
  margin: 0 auto;
}
.c-contact-complete__bottom--inner::before {
  content: "";
  width: min(276px, 100%);
  aspect-ratio: 276/320;
  margin: 0 auto 45px;
  display: block;
  background: url(../img/common/pic_chara_headdown.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-contact-complete__bottom--inner::before {
    width: 138px;
  }
}
.c-contact-complete__bottom .c-contact-complete__ttl {
  font-size: clamp(2rem, -0.43rem + 5.06vw, 4rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #0171C2;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__bottom .c-contact-complete__ttl {
    margin-bottom: 30px;
  }
}
.c-contact-complete__bottom .c-contact-complete__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}

/* front-page */
.c-index-visual {
  width: 100%;
  height: 900px;
  background: url(../img/top/pic_mv.png) no-repeat center/cover;
  position: relative;
  z-index: -2;
}
@media screen and (max-width:768px) {
  .c-index-visual {
    height: 548px;
  }
}
.c-index-visual__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-index-visual__catch {
  text-indent: -9999px;
  width: min(1280px, 65%);
  aspect-ratio: 640/257;
  margin: auto;
  background: url(../img/top/pic_mvcatch.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-index-visual__catch {
    width: 90%;
    top: 20%;
    bottom: unset;
    transform: translateY(-20%);
  }
}
@media screen and (max-width:415px) {
  .c-index-visual__catch {
    width: 100%;
    aspect-ratio: 125/67;
    background: url(../img/top/pic_mvcatch_sp.png) no-repeat center/100%;
    top: 130px;
    transform: translateY(-26%);
  }
}
.c-index-visual__character {
  width: min(800px, 41%);
  aspect-ratio: 1;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  animation: changeImage 6s step-start infinite 0s;
  position: absolute;
  top: 75%;
  right: 80px;
  z-index: 2;
  transform: translateY(-75%);
}
@media screen and (max-width:768px) {
  .c-index-visual__character {
    width: 320px;
    right: 0;
    left: 0;
    top: 90%;
    transform: translateY(-90%);
  }
}
@media screen and (max-width:415px) {
  .c-index-visual__character {
    top: 70%;
    transform: translateY(-70%);
  }
}

/* page */
.c-mv {
  width: 100%;
  height: 640px;
  background: url(../img/common/pic_page_mv.png) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-mv {
    height: 320px;
  }
}
@media screen and (max-width:415px) {
  .c-mv {
    height: 400px;
  }
}
.c-mv__ttl {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-mv__ttl .c_ttl {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-mv__ttl .c_ttl .__sub {
  position: relative;
  z-index: 1;
}
.c-mv__ttl .c_ttl__svg {
  z-index: 0;
}
.c-mv__ttl .c_ttl__svg .path-company {
  fill: #F3C3FF;
}
.c-mv__ttl .c_ttl__svg .path-service {
  fill: #DCB9FF;
}
.c-mv__ttl .c_ttl__svg .path-privacy-policy {
  fill: #FFF39B;
}
.c-mv__breadcrumb {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25%;
}
@media screen and (max-width:768px) {
  .c-mv__breadcrumb {
    width: 90%;
    gap: 8px;
  }
}
@media screen and (max-width:415px) {
  .c-mv__breadcrumb {
    gap: 4px;
    flex-wrap: wrap;
    bottom: 21%;
  }
}
.c-mv__breadcrumb--link {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-mv__breadcrumb--link {
    gap: 8px;
  }
}
@media screen and (max-width:415px) {
  .c-mv__breadcrumb--link {
    gap: 4px;
  }
}
.c-mv__breadcrumb--link::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #404040;
}
@media screen and (max-width:768px) {
  .c-mv__breadcrumb--link::after {
    width: 30px;
  }
}
@media screen and (max-width:415px) {
  .c-mv__breadcrumb--link::after {
    width: 20px;
  }
}
.c-mv__breadcrumb--link .__sub {
  font-size: clamp(1.3rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  background: #fff;
  color: #008EF3;
  border: 2px solid #4DACDF;
  border-radius: 100px;
  padding: 8px 20px;
}
@media screen and (max-width:768px) {
  .c-mv__breadcrumb--link .__sub {
    font-size: 1.3rem;
    padding: 8px 15px;
  }
}
.c-mv__breadcrumb--sub {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  background: #fff;
  color: #404040;
  border: 2px solid #A2A2A2;
  border-radius: 100px;
  padding: 8px 20px;
}
@media screen and (max-width:768px) {
  .c-mv__breadcrumb--sub {
    font-size: 1.3rem;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 15px;
  }
}
@media screen and (max-width:768px) {
  .c-mv__breadcrumb--sub .custom_page {
    max-width: 109px;
  }
}

/* animation */
@keyframes changeImage {
  0%, 50%, 100% {
    background-image: url("../img/top/pic_mvchara_right.svg");
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    background-image: url("../img/top/pic_mvchara_center.svg");
  }
  25%, 75% {
    background-image: url("../img/top/pic_mvchara_left.svg");
  }
}
.c-index__inner {
  position: relative;
}
.c-index__inner::before {
  content: "";
  background: #F9F8EE;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -3;
}

.c-index-middle {
  padding: 230px 0 0;
  position: relative;
  top: -230px;
}
@media screen and (max-width:768px) {
  .c-index-middle {
    padding: 155px 0 0;
    top: -155px;
  }
}
@media screen and (max-width:415px) {
  .c-index-middle {
    padding: 105px 0 0;
  }
}
.c-index-middle__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.c-index-middle__bg::before {
  content: "";
  width: 79%;
  aspect-ratio: 1520/757;
  margin: auto;
  background: url(../img/top/bg_mask.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-index-middle__bg .__top {
  width: 100%;
  aspect-ratio: 80/11;
  background: url(../img/company/pic_town.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .c-index-middle__bg .__top {
    aspect-ratio: 375/103;
    background: url(../img/company/pic_town_sp.png) no-repeat center/cover;
  }
}
.c-index-middle__bg .__center {
  background: #E2EFF7;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.c-index-middle__bg .__bottom {
  width: 100%;
  aspect-ratio: 160/19;
  background: url(../img/company/bg_outline.png) no-repeat center/cover;
}

.c-index-news {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-index-news {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.c-index-news .c_ttl.__center {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .c-index-news .c_ttl.__center {
    margin-bottom: 30px;
  }
}
.c-index-news .c_ttl.__center .__path {
  fill: #9FE5FF;
}
.c-index-news__list {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-index-news__list {
    margin-bottom: 25px;
  }
}
.c-index-news__list .c-index-news__link {
  width: 290px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-index-news__list .c-index-news__link {
    width: 240px;
    margin: 0 10px;
  }
}
.c-index-news__list .c-index-news__link .c-index-news__img {
  width: 100%;
  aspect-ratio: 290/193;
  margin-bottom: 15px;
  border-radius: 48%;
  overflow: hidden;
}
.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__detail {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-index-news__list .c-index-news__link .c-index-news__detail--day {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}
.c-index-news__list .c-index-news__link .c-index-news__detail--category {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  background: #fff;
  padding: 8px 15px;
  border-radius: 30px;
}
.c-index-news__list .c-index-news__link .c-index-news__ttl {
  font-size: clamp(1.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  color: #0171C2;
}
.c-index-news__list .c-index-news__link:hover {
  opacity: 0.6;
}
.c-index-news .c-index-news__controller {
  width: 220px;
  margin: 0 auto 60px;
  position: relative;
}
.c-index-news .c-index-news__controller--arrow {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-index-news .c-index-news__controller--arrow .slide-arrow {
  width: 56px;
  height: 56px;
  background: url(../img/top/ico_works_arrow.svg) no-repeat center/100%;
  cursor: pointer;
  transition: all 0.3s;
}
.c-index-news .c-index-news__controller--arrow .slide-arrow.next-arrow {
  transform: rotate(180deg);
}
.c-index-news .c-index-news__controller--arrow .slide-arrow:hover {
  opacity: 0.6;
}
.c-index-news .c-index-news__controller--number {
  width: 110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-news .c-index-news__controller--number {
    width: 74px;
  }
}
.c-index-news .c-index-news__controller--number .now_count, .c-index-news .c-index-news__controller--number .all_count {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #0171C2;
}
.c-index-news .c-index-news__controller--number .now_count::before, .c-index-news .c-index-news__controller--number .all_count::before {
  content: "0";
}
.c-index-news .c-index-news__controller--number .all_count {
  text-align: right;
}
.c-index-news .c-index-news__controller--number::after {
  content: "";
  width: 56px;
  margin: auto;
  aspect-ratio: 1;
  background: url(../img/top/ico_border.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.c-index-works {
  width: min(1600px, 95%);
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width:1280px) {
  .c-index-works {
    width: 95%;
    gap: 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width:768px) {
  .c-index-works {
    width: 100%;
    flex-direction: column;
  }
}
.c-index-works__info {
  width: 320px;
}
@media screen and (max-width:768px) {
  .c-index-works__info {
    width: 90%;
    margin: 0 auto;
  }
}
.c-index-works__info .c_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-index-works__info .c_ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
}
.c-index-works__info .c_ttl .__path {
  fill: #94CAFF;
}
.c-index-works__info .c_txt {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-index-works__info .c_txt {
    margin-bottom: 30px;
  }
}
.c-index-works__slider {
  width: calc(100% - 400px);
}
@media screen and (max-width:768px) {
  .c-index-works__slider {
    width: 100%;
  }
}
.c-index-works__slider--item {
  width: min(570px, 55%);
  margin: 0 40px;
}
@media screen and (max-width:1024px) {
  .c-index-works__slider--item {
    width: 320px;
    margin: 0 10px;
  }
}
.c-index-works__slider--item .c-index-works__slider--link {
  transition: all 0.3s;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--img {
  margin-bottom: 20px;
}
.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;
  border-radius: 24px;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--day {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--category .__category {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--category .__category.__price {
  background: #4DACDF;
}
.c-index-works__slider--item .c-index-works__slider--link .c-index-works__slider--category .__category.__color {
  background: #684DDF;
}
.c-index-works__slider--item .c-index-works__slider--link:hover {
  opacity: 0.6;
}
.c-index-works .c-index-works__controller {
  width: 260px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-works .c-index-works__controller {
    width: 220px;
    margin-bottom: 30px;
  }
}
.c-index-works .c-index-works__controller--arrow {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-index-works .c-index-works__controller--arrow .slide-arrow {
  width: 56px;
  height: 56px;
  background: url(../img/top/ico_works_arrow.svg) no-repeat center/100%;
  cursor: pointer;
  transition: all 0.3s;
}
.c-index-works .c-index-works__controller--arrow .slide-arrow.next-arrow {
  transform: rotate(180deg);
}
.c-index-works .c-index-works__controller--arrow .slide-arrow:hover {
  opacity: 0.6;
}
.c-index-works .c-index-works__controller--number {
  width: 110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-works .c-index-works__controller--number {
    width: 74px;
  }
}
.c-index-works .c-index-works__controller--number .now_count, .c-index-works .c-index-works__controller--number .all_count {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #0171C2;
}
.c-index-works .c-index-works__controller--number .now_count::before, .c-index-works .c-index-works__controller--number .all_count::before {
  content: "0";
}
.c-index-works .c-index-works__controller--number .all_count {
  text-align: right;
}
.c-index-works .c-index-works__controller--number::after {
  content: "";
  width: 56px;
  margin: auto;
  aspect-ratio: 1;
  background: url(../img/top/ico_border.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.c-index-feature {
  width: 100%;
  padding: 20px 0 80px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-feature {
    width: 100%;
  }
}
.c-index-feature__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-index-feature__bg::before {
  content: "";
  width: min(560px, 29%);
  aspect-ratio: 280/181;
  background: url(../img/top/bg_feature_left.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: -70px;
}
@media screen and (max-width:768px) {
  .c-index-feature__bg::before {
    top: -20px;
  }
}
.c-index-feature__bg::after {
  content: "";
  width: min(320px, 16%);
  aspect-ratio: 8/7;
  background: url(../img/top/bg_feature_right.png) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-index-feature .c_ttl {
  width: min(1280px, 90%);
}
@media screen and (max-width:768px) {
  .c-index-feature .c_ttl {
    width: 80%;
    margin: 0 auto;
  }
}
.c-index-feature .c_ttl .__path {
  fill: #FED8BF;
}
.c-index-feature__list {
  padding: 45px 0 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-feature__list {
    padding: 30px 0 0;
  }
}
.c-index-feature__list::before {
  content: "";
  width: 100%;
  margin: auto;
  aspect-ratio: 316/279;
  background: url(../img/top/bg_feature.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-index-feature__list::before {
    background: url(../img/top/bg_feature_sp.png) no-repeat center/100%;
    aspect-ratio: 375/1037;
  }
}
.c-index-feature__list .c-index-feature__item {
  width: min(1280px, 90%);
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item {
    width: 90%;
    margin: 0 auto 40px;
    flex-direction: column;
    gap: 30px;
  }
}
.c-index-feature__list .c-index-feature__item::before {
  content: "";
  width: 96px;
  margin: 40px 0 auto;
  aspect-ratio: 48/55;
  flex-shrink: 0;
  background: url(../img/top/ico_feature01.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item::before {
    content: none;
  }
}
.c-index-feature__list .c-index-feature__item:nth-of-type(2)::before {
  background: url(../img/top/ico_feature02.svg) no-repeat center/100%;
  order: 2;
}
.c-index-feature__list .c-index-feature__item:nth-of-type(2) .c-index-feature__item--info {
  order: 1;
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item:nth-of-type(2) .c-index-feature__item--info {
    order: 0;
  }
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item:nth-of-type(2) .c-index-feature__item--info .__ttl::before {
    background: url(../img/top/ico_feature02.svg) no-repeat center/100%;
  }
}
.c-index-feature__list .c-index-feature__item:nth-of-type(2) .c-index-feature__item--img {
  order: 0;
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item:nth-of-type(2) .c-index-feature__item--img {
    order: 1;
  }
}
.c-index-feature__list .c-index-feature__item:nth-of-type(3)::before {
  background: url(../img/top/ico_feature03.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item:nth-of-type(3) .c-index-feature__item--info .__ttl::before {
    background: url(../img/top/ico_feature03.svg) no-repeat center/100%;
  }
}
.c-index-feature__list .c-index-feature__item--info {
  margin: 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item--info {
    margin: 0;
  }
}
.c-index-feature__list .c-index-feature__item--info .__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  color: #C97747;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item--info .__ttl {
    align-items: flex-end;
    gap: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item--info .__ttl::before {
    content: "";
    width: 80px;
    margin: 0;
    aspect-ratio: 48/55;
    flex-shrink: 0;
    background: url(../img/top/ico_feature01.svg) no-repeat center/100%;
  }
}
.c-index-feature__list .c-index-feature__item--info .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
}
.c-index-feature__list .c-index-feature__item--img {
  width: min(440px, 34%);
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-index-feature__list .c-index-feature__item--img {
    width: min(500px, 100%);
    margin: 0 auto;
  }
}
.c-index-feature__list .c-index-feature__item:last-of-type {
  margin-bottom: 0;
}

.c-index-voice {
  padding: 80px 0 5px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-index-voice {
    margin-bottom: 60px;
  }
}
.c-index-voice::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.c-index-voice::after {
  content: "";
  width: 212px;
  aspect-ratio: 53/60;
  background: url(../img/top/pic_chara_feature.svg) no-repeat center/100%;
  position: absolute;
  top: 3%;
  right: 0;
  transform: translateX(100%);
  transition: all 1s;
  transition-delay: 1s;
}
@media screen and (max-width:768px) {
  .c-index-voice::after {
    width: 106px;
    transition-delay: 0.7s;
  }
}
.c-index-voice.is-inview::after {
  transform: translateX(-100%);
}
@media screen and (max-width:768px) {
  .c-index-voice.is-inview::after {
    transform: translateX(-50%);
  }
}
.c-index-voice__bg {
  width: min(560px, 29%);
  aspect-ratio: 280/127;
  background: url(../img/top/bg_voice_right.png) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 1%;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-index-voice__bg {
    top: 10%;
  }
}
.c-index-voice__ttl {
  width: min(1280px, 90%);
  margin: 0 auto 45px;
}
@media screen and (max-width:768px) {
  .c-index-voice__ttl {
    margin: 0 auto 30px;
  }
}
.c-index-voice__ttl .c_ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.c-index-voice__slider {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-index-voice__slider {
    margin-bottom: 20px;
  }
}
.c-index-voice__slider .c-index-voice__item {
  width: min(420px, 100%);
  margin: 0 10px;
  padding: 45px;
  border: 2px solid #D3E5F0;
  border-radius: 24px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .c-index-voice__slider .c-index-voice__item {
    width: 280px;
    padding: 20px;
    margin: 0 8px;
    border-radius: 16px;
  }
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link {
  transition: all 0.3s;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__img {
  text-align: center;
  width: 100%;
  aspect-ratio: 342/228;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__img {
    margin-bottom: 15px;
  }
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__img .__img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__img .__img {
    border-radius: 8px;
  }
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__info .c-index-voice__day {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__info .c-index-voice__category {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  padding: 8px 15px;
  color: #fff;
  border-radius: 50px;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__info .c-index-voice__category.wall_painting_category {
  background: #4DACDF;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__info .c-index-voice__category.roof_painting_category {
  background: #684DDF;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__info .c-index-voice__category.rainleak_category {
  background: #8E3BE2;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__info .c-index-voice__category.termites_category {
  background: #FF66B7;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .c-index-voice__info .c-index-voice__category.other_category {
  background: #F97159;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link .__ttl {
  font-size: clamp(1.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
.c-index-voice__slider .c-index-voice__item .c-index-voice__link:hover {
  opacity: 0.6;
}
.c-index-voice__slider.is-static {
  width: min(1280px, 90%);
  margin: 0 auto 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width:1280px) {
  .c-index-voice__slider.is-static {
    flex-wrap: wrap;
  }
}
.c-index-voice__slider.is-static .c-index-voice__item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width:1280px) {
  .c-index-voice__slider.is-static .c-index-voice__item {
    width: calc((100% - 40px) / 2);
    margin: 10px;
  }
}
.c-index-voice__slider.is-static .c-index-voice__item .c-index-voice__link .c-index-voice__info .c-index-voice__category {
  font-size: 1.2rem;
}
.c-index-voice__slider.is-static + .c-index-voice__bottom {
  justify-content: center;
}
.c-index-voice__slider.is-static + .c-index-voice__bottom .c-index-voice__controller {
  display: none;
}
.c-index-voice__bottom {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-index-voice__bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.c-index-voice__bottom .c_btn {
  margin: 0;
}
.c-index-voice .c-index-voice__controller {
  width: 320px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-voice .c-index-voice__controller {
    width: 220px;
  }
}
.c-index-voice .c-index-voice__controller--arrow {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-index-voice .c-index-voice__controller--arrow .slide-arrow {
  width: 56px;
  height: 56px;
  background: url(../img/top/ico_works_arrow.svg) no-repeat center/100%;
  cursor: pointer;
  transition: all 0.3s;
}
.c-index-voice .c-index-voice__controller--arrow .slide-arrow.next-arrow {
  transform: rotate(180deg);
}
.c-index-voice .c-index-voice__controller--arrow .slide-arrow:hover {
  opacity: 0.6;
}
.c-index-voice .c-index-voice__controller--number {
  width: 110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-voice .c-index-voice__controller--number {
    width: 74px;
  }
}
.c-index-voice .c-index-voice__controller--number .now_count, .c-index-voice .c-index-voice__controller--number .all_count {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #0171C2;
}
.c-index-voice .c-index-voice__controller--number .now_count::before, .c-index-voice .c-index-voice__controller--number .all_count::before {
  content: "0";
}
.c-index-voice .c-index-voice__controller--number .all_count {
  text-align: right;
}
.c-index-voice .c-index-voice__controller--number::after {
  content: "";
  width: 56px;
  margin: auto;
  aspect-ratio: 1;
  background: url(../img/top/ico_border.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.c-index-service {
  width: min(1440px, 90%);
  margin: 0 auto 90px;
  padding: 75px 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-service {
    padding: 0;
    width: 100%;
  }
}
.c-index-service::before {
  content: "";
  width: 100%;
  aspect-ratio: 9/4;
  background: url(../img/top/bg_service.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-index-service::before {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-index-service__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-index-service__inner {
    gap: 30px;
  }
}
@media screen and (max-width:768px) {
  .c-index-service__inner {
    width: 90%;
    flex-direction: column;
  }
}
.c-index-service__img {
  width: 50%;
}
@media screen and (max-width:768px) {
  .c-index-service__img {
    width: 100%;
  }
}
.c-index-service__info {
  width: calc(50% - 80px);
}
@media screen and (max-width:1024px) {
  .c-index-service__info {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width:768px) {
  .c-index-service__info {
    width: 100%;
  }
}
.c-index-service__info .c_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-index-service__info .c_ttl {
    margin-bottom: 20px;
  }
}
.c-index-service__info .__txt {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-index-service__info .__txt {
    margin-bottom: 20px;
  }
}
.c-index-service__info--list {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width:1280px) {
  .c-index-service__info--list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width:768px) {
  .c-index-service__info--list {
    width: 320px;
  }
}
.c-index-service__info--list .__link {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  width: 128px;
  aspect-ratio: 128/90;
  background: url(../img/top/bg_service_icon.svg) no-repeat center/100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s;
}
@media screen and (max-width:1280px) {
  .c-index-service__info--list .__link {
    font-size: 1.6rem;
  }
}
.c-index-service__info--list .__link:nth-child(even) {
  background: url(../img/top/bg_service_icon2.svg) no-repeat center/100%;
}
@media screen and (max-width:1280px) {
  .c-index-service__info--list .__link:nth-of-type(2) {
    margin-right: 37px;
  }
}
@media screen and (max-width:1280px) {
  .c-index-service__info--list .__link:nth-of-type(3) {
    margin-left: 37px;
  }
}
.c-index-service__info--list .__link::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/100%;
}
.c-index-service__info--list .__link:hover {
  opacity: 0.6;
}
.c-index-service__info .c_btn {
  margin: 0 auto 0 0;
}

.c-index-company {
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-company {
    padding-bottom: 60px;
  }
}
.c-index-company::before {
  content: "";
  background: url(../img/top/bg_company.png) no-repeat center/100%;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-index-company::before {
    height: auto;
    aspect-ratio: 3/1;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-index-company__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-index-company__inner {
    gap: 30px;
  }
}
@media screen and (max-width:768px) {
  .c-index-company__inner {
    flex-direction: column-reverse;
  }
}
.c-index-company__info {
  width: calc(44% - 80px);
}
@media screen and (max-width:1024px) {
  .c-index-company__info {
    width: calc(44% - 30px);
  }
}
@media screen and (max-width:768px) {
  .c-index-company__info {
    width: 100%;
  }
}
.c-index-company__info .c_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-index-company__info .c_ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
}
.c-index-company__info .__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #0171C2;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-index-company__info .__ttl {
    margin-bottom: 20px;
  }
}
.c-index-company__info .__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-index-company__info .__txt {
    margin-bottom: 40px;
  }
}
.c-index-company__info .c_btn {
  margin: 0 auto 0 0;
}
.c-index-company__img {
  width: 56%;
}
@media screen and (max-width:768px) {
  .c-index-company__img {
    width: 100%;
  }
}

.c-company {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-company {
    margin-bottom: 80px;
  }
}
.c-company-link {
  width: 90%;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-company-link {
    width: min(340px, 100%);
    margin: 0 auto 40px;
    flex-wrap: wrap;
    gap: 4px;
  }
}
.c-company-link .__link {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #fff;
  width: 160px;
  height: 120px;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-company-link .__link {
    font-size: 1.6rem;
    width: 110px;
    height: 90px;
    padding: 13px 0 0;
    gap: 10px;
  }
}
.c-company-link .__link:nth-child(odd) {
  background: url(../img/company/bg_menu_blue.svg) no-repeat center/100%;
}
.c-company-link .__link:nth-child(even) {
  background: url(../img/company/bg_menu_purple.svg) no-repeat center/100%;
}
.c-company-link .__link::after {
  content: "";
  width: 14px;
  aspect-ratio: 2/1;
  background: url(../img/company/ico_arrow_bottom.svg) no-repeat center/100%;
}
.c-company-link .__link:hover {
  opacity: 0.6;
}
.c-company-message {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-company-message {
    margin-bottom: 45px;
  }
}
.c-company-message__pre {
  width: min(780px, 90%);
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .c-company-message__pre {
    margin: 0 auto 40px;
  }
}
.c-company-message__block {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .c-company-message__block {
    flex-direction: column;
    gap: 0;
  }
}
.c-company-message__block--txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width:768px) {
  .c-company-message__block--txt {
    width: 100%;
  }
}
.c-company-slider {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-company-slider {
    margin-bottom: 45px;
  }
}
.c-company-slider__item {
  margin: 0 10px;
}
@media screen and (max-width:768px) {
  .c-company-slider__item {
    width: 240px;
  }
}
.c-company-middle {
  margin-bottom: 160px;
  padding: 12% 0 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-company-middle {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .c-company-middle {
    padding: 26% 0 0;
  }
}
.c-company-middle__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width:768px) {
  .c-company-middle__bg {
    overflow: hidden;
  }
}
.c-company-middle__bg .__top {
  width: 100%;
  aspect-ratio: 80/11;
  background: url(../img/company/pic_town.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .c-company-middle__bg .__top {
    aspect-ratio: 375/103;
    background: url(../img/company/pic_town_sp.png) no-repeat center/cover;
  }
}
.c-company-middle__bg .__center {
  background: #E2EFF7;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.c-company-middle__bg .__bottom {
  width: 100%;
  aspect-ratio: 160/19;
  background: url(../img/company/bg_outline.png) no-repeat center/cover;
}
.c-company-outline {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-company-outline {
    margin: 0 auto 30px;
  }
}
.c-company-outline .c_ttl {
  margin-bottom: 45px;
}
.c-company-outline__table {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 40px;
}
@media screen and (max-width:768px) {
  .c-company-outline__table {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    flex-direction: column;
  }
}
.c-company-outline__table .c-company-outline__block {
  width: 100%;
  border-bottom: 2px solid #4DACDF;
}
.c-company-outline__table .c-company-outline__block.__w50 {
  width: calc(50% - 40px);
}
@media screen and (max-width:768px) {
  .c-company-outline__table .c-company-outline__block.__w50 {
    width: 100%;
  }
}
.c-company-outline__table .c-company-outline__block .__ttl {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  color: #0171C2;
  margin-bottom: 20px;
}
.c-company-outline__table .c-company-outline__block .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
.c-company-outline__table .c-company-outline__block .__txt:has(.__sub) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-company-outline__table .c-company-outline__block .__txt:has(.__sub) {
    flex-direction: column;
    gap: 0;
  }
}
.c-company-outline__table .c-company-outline__block .__txt:has(.__sub) .__sub {
  width: calc(50% - 20px);
}
@media screen and (max-width:768px) {
  .c-company-outline__table .c-company-outline__block .__txt:has(.__sub) .__sub {
    width: 100%;
  }
}
.c-company-outline__table .c-company-outline__block .__txt .__circle {
  color: #008EF3;
}
.c-company-access {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-company-access {
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-company-access {
    flex-direction: column;
  }
}
.c-company-access__map {
  width: 68%;
}
@media screen and (max-width:768px) {
  .c-company-access__map {
    width: 100%;
  }
}
.c-company-access__map .__frame {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 24px;
}
@media screen and (max-width:1024px) {
  .c-company-access__map .__frame {
    border-radius: 16px;
  }
}
@media screen and (max-width:768px) {
  .c-company-access__map .__frame {
    aspect-ratio: 343/200;
  }
}
@media screen and (max-width:768px) {
  .c-company-access__info {
    width: 100%;
  }
}
.c-company-access__info .c_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-company-access__info .c_ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
}
.c-company-access__info .__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  color: #0171C2;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-company-access__info .__ttl {
    margin-bottom: 20px;
  }
}
.c-company-access__info .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-company-access__info .__txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .c-company-access__info .c_btn {
    width: 280px;
  }
}
.c-company-access__info .c_btn::after {
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.c-company-history {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-company-history {
    margin: 0 auto 60px;
  }
}
.c-company-history .c_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-company-history .c_ttl {
    margin-bottom: 30px;
  }
}
.c-company-history__wrap {
  position: relative;
}
.c-company-history__wrap::before {
  content: "";
  width: 100%;
  aspect-ratio: 247/18;
  background: url(../img/company/bg_history.svg) no-repeat center right/100%;
  position: absolute;
  left: 0;
  top: 29%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-company-history__wrap::before {
    width: 90px;
    aspect-ratio: 83/409;
    transform: unset;
    background: url(../img/company/bg_history_sp.svg) no-repeat center/100%;
    top: unset;
    bottom: 0;
  }
}
.c-company-history__wrap .c-company-history__year {
  padding: 30px 160px 0 40px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .c-company-history__wrap .c-company-history__year {
    padding: 20px 0 65px 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.c-company-history__wrap .c-company-history__year--block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-company-history__wrap .c-company-history__year--block {
    gap: 7px;
  }
}
.c-company-history__wrap .c-company-history__year--block .__year {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 2.228rem + 2.03vw, 4rem);
  font-weight: 700;
  color: #0171C2;
}
@media screen and (max-width:768px) {
  .c-company-history__wrap .c-company-history__year--block .__year {
    line-height: 1;
  }
}
.c-company-history__wrap .c-company-history__year--block .__sub {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .c-company-history__wrap .c-company-history__year--block .__sub {
    padding-left: 40px;
  }
}
.c-company-painters {
  background: url(../img/company/bg_painters.svg) no-repeat center bottom/100%;
  padding-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-company-painters {
    padding-bottom: 40px;
  }
}
.c-company-painters__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .c-company-painters__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.c-company-painters__info {
  width: calc(72% - 80px);
}
@media screen and (max-width:768px) {
  .c-company-painters__info {
    width: 100%;
  }
}
.c-company-painters__info--logo {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-company-painters__info--logo {
    width: min(400px, 100%);
    margin-bottom: 20px;
  }
}
.c-company-painters__info--txt {
  padding: 40px;
  background: #fff;
  border: 2px solid #FB5E6E;
  border-radius: 24px;
}
@media screen and (max-width:1024px) {
  .c-company-painters__info--txt {
    padding: 20px;
  }
}
.c-company-painters__info--txt .__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  color: #FB5E6E;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .c-company-painters__info--txt .__ttl {
    margin-bottom: 20px;
  }
}
.c-company-painters__info--txt .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .c-company-painters__info--txt .__txt {
    margin-bottom: 20px;
  }
}
.c-company-painters__info--txt .c_btn {
  width: 400px;
  margin: 0 auto 0 0;
}
@media screen and (max-width:1024px) {
  .c-company-painters__info--txt .c_btn {
    text-align: left;
    width: min(280px, 100%);
    padding-left: 20px;
    font-size: 1.6rem;
    justify-content: flex-start;
  }
}
.c-company-painters__info--txt .c_btn::after {
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank_pink.svg) no-repeat center/100%;
}
.c-company-painters__img {
  width: 28%;
}
@media screen and (max-width:768px) {
  .c-company-painters__img {
    width: min(500px, 100%);
    margin: 0 auto;
  }
}

.c-service {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-service {
    margin-bottom: 80px;
  }
}
.c-service__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  margin: 0 auto 80px;
  color: #0171C2;
}
@media screen and (max-width:768px) {
  .c-service__ttl {
    margin: 0 auto 30px;
  }
}
.c-service-list {
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-service-list {
    padding-bottom: 70px;
  }
}
.c-service-list::before {
  content: "";
  width: min(320px, 17%);
  aspect-ratio: 320/283;
  background: url(../img/service/pic_chara.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  bottom: -140px;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-service-list::before {
    content: none;
  }
}
.c-service-list::after {
  content: "";
  width: 100%;
  aspect-ratio: 12/5;
  background: url(../img/service/bg_servicelist.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.c-service-list__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
}
.c-service-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-service-list__item {
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-service-list__item {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.c-service-list__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .c-service-list__item:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .c-service-list__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-service-list__item--img {
  width: 50%;
}
@media screen and (max-width:768px) {
  .c-service-list__item--img {
    width: min(500px, 100%);
  }
}
@media screen and (max-width:415px) {
  .c-service-list__item--img {
    width: 305px;
    margin: 0 auto;
  }
}
.c-service-list__item--info {
  width: calc(50% - 80px);
}
@media screen and (max-width:1024px) {
  .c-service-list__item--info {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width:768px) {
  .c-service-list__item--info {
    width: 100%;
  }
}
.c-service-list__item--info .__ttl {
  font-size: clamp(3.2rem, 2.228rem + 2.03vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #0171C2;
  padding: 45px 0 0 55px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-service-list__item--info .__ttl {
    padding: 40px 0 0 45px;
    margin-bottom: 30px;
  }
}
.c-service-list__item--info .__ttl::before {
  content: "";
  width: 120px;
  aspect-ratio: 15/8;
  background: url(../img/service/pic_rainbow.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-service-list__item--info .__ttl::before {
    width: 88px;
  }
}
.c-service-list__item--info .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-service-list__item--info .__txt {
    margin-bottom: 40px;
  }
}
.c-service-list__item--info .c_btn {
  margin: 0 auto 0 0;
}
.c-service-list__bg {
  width: min(160px, 8.5%);
  aspect-ratio: 1;
  background: url(../img/service/bg_star.svg) no-repeat center/100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-service-list__bg {
    display: none;
  }
}
.c-service-list__bg.__01 {
  top: 50px;
  right: 5%;
}
.c-service-list__bg.__02 {
  top: 50%;
  left: 5%;
}
.c-service-list__bg.__03 {
  bottom: 25%;
  right: 5%;
}
.c-service-flow .c_ttl.__center {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-service-flow .c_ttl.__center {
    margin-bottom: 20px;
  }
}
.c-service-flow__anchor {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 120px;
  overflow-x: scroll;
}
@media screen and (max-width:768px) {
  .c-service-flow__anchor {
    display: none;
  }
}
.c-service-flow__anchor--inner {
  width: min(1280px, 90%);
  margin: 0 auto 15px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.c-service-flow__anchor--inner .__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c-service-flow__anchor--inner .__link .__number {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 2.228rem + 2.03vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #A2A2A2;
  transition: all 0.3s;
}
.c-service-flow__anchor--inner .__link .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #A2A2A2;
  background: #fff;
  width: 140px;
  height: 56px;
  margin-bottom: 15px;
  border-radius: 100px;
  border: 3px solid #A2A2A2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.c-service-flow__anchor--inner .__link.__current .__number {
  color: #7CC8FF;
}
.c-service-flow__anchor--inner .__link.__current .__txt {
  margin-bottom: 0;
  background: #008EF3;
  border-color: #008EF3;
  color: #fff;
  position: relative;
}
.c-service-flow__anchor--inner .__link.__current .__txt::before {
  content: "";
  width: 0;
  margin: 0 auto;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #008EF3 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
}
.c-service-flow__anchor--inner .__link:hover .__number {
  color: #7CC8FF;
}
.c-service-flow__anchor--inner .__link:hover .__txt {
  background: #008EF3;
  border-color: #008EF3;
  color: #fff;
}
.c-service-flow__list {
  width: min(1280px, 90%);
  margin: 0 auto;
  counter-reset: order 0;
  position: relative;
}
.c-service-flow__list::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #7CC8FF;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-service-flow__list::before {
    width: 3px;
    left: 31px;
  }
}
.c-service-flow__list .c-service-flow__item {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-service-flow__list .c-service-flow__item {
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.c-service-flow__list .c-service-flow__item--info {
  width: calc(62.5% - 80px);
}
@media screen and (max-width:1024px) {
  .c-service-flow__list .c-service-flow__item--info {
    width: calc(62.5% - 20px);
  }
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item--info {
    width: 100%;
  }
}
.c-service-flow__list .c-service-flow__item--info .__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 20px;
  color: #0171C2;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item--info .__ttl {
    padding: 8px 0;
    gap: 8px;
  }
}
.c-service-flow__list .c-service-flow__item--info .__ttl::before {
  counter-increment: order 1;
  content: "0" counter(order);
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 0.284rem + 6.08vw, 5.6rem);
  font-weight: 700;
  line-height: 1;
  width: 88px;
  aspect-ratio: 11/8;
  background: url(../img/service/bg_number.svg) no-repeat center/100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item--info .__ttl::before {
    width: 64px;
  }
}
.c-service-flow__list .c-service-flow__item--info .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  margin: 0 0 0 88px;
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item--info .__txt {
    margin: 0 0 0 64px;
  }
}
.c-service-flow__list .c-service-flow__item--info .__txt.__border {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #4DACDF;
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item--info .__txt.__border {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.c-service-flow__list .c-service-flow__item--info .__quote {
  margin: 40px 0 0 88px;
  padding: 20px;
  border: 2px solid #4DACDF;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item--info .__quote {
    margin: 20px 0 0 64px;
  }
}
.c-service-flow__list .c-service-flow__item--info .__quote::before {
  content: "例.";
  font-weight: 700;
  color: #0171C2;
}
.c-service-flow__list .c-service-flow__item--img {
  width: 37.5%;
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item--img {
    width: calc(100% - 64px);
    margin-left: auto;
  }
}
.c-service-flow__list .c-service-flow__item.__wide {
  background: #fff;
}
.c-service-flow__list .c-service-flow__item.__wide .c-service-flow__item--info {
  width: 100%;
}
.c-service-flow__list .c-service-flow__item.__wide .c-service-flow__item--danger {
  margin: 40px 0 0 88px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #A2A2A2;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-service-flow__list .c-service-flow__item.__wide .c-service-flow__item--danger {
    margin: 20px 0 0 64px;
    flex-direction: column;
    gap: 0;
  }
}
.c-service-flow__list .c-service-flow__item.__wide .c-service-flow__item--danger .c-service-flow__item--list .__list {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  display: flex;
}
.c-service-flow__list .c-service-flow__item.__wide .c-service-flow__item--danger .c-service-flow__item--list .__list::before {
  content: "●";
  color: #D3E5F0;
}
.c-service-flow__list .c-service-flow__item:first-of-type .c-service-flow__item--info .__ttl {
  padding: 0 0 20px;
}

.c-privacy {
  padding-bottom: 160px;
}
.c-privacy__inner {
  width: min(960px, 90%);
  margin: 0 auto;
}
.c-privacy__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.c-privacy-list {
  counter-reset: order 0;
}
.c-privacy-list__wrap {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #D3E5F0;
}
.c-privacy-list__ttl {
  font-size: clamp(1.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  color: #0171C2;
  margin-bottom: 20px;
  display: flex;
}
.c-privacy-list__ttl::before {
  counter-increment: order 1;
  content: counter(order) ".";
  margin-right: 5px;
}
.c-privacy-list__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  counter-reset: order 0;
}
.c-privacy-list__txt--item::before {
  counter-increment: order 1;
  content: counter(order) ".";
  margin-right: 3px;
}
.c-privacy-list__txt--inner .__sub {
  display: flex;
}
.c-privacy-list__txt--inner .__sub::before {
  margin: 0 10px;
}
.c-privacy-list__txt--inner .__sub:first-of-type::before {
  content: "(イ)";
}
.c-privacy-list__txt--inner .__sub:nth-of-type(2)::before {
  content: "(ロ)";
}
.c-privacy-list__txt--inner .__sub:nth-of-type(3)::before {
  content: "(ハ)";
}
.c-privacy-list__txt--inner .__sub:nth-of-type(4)::before {
  content: "(ニ)";
}
.c-privacy-list__txt--inner .__sub:nth-of-type(5)::before {
  content: "(ホ)";
}
.c-privacy-end {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.c-privacy-bg {
  position: fixed;
  inset: 0;
  background: url(../img/policy/bg_policy.png) no-repeat center/cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.c-privacy-bg.is-active {
  opacity: 1;
}

.c-error {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-error {
    margin: 0 auto 80px;
  }
}
.c-error .c_ttl {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 0.056rem + 4.05vw, 3.6rem);
  text-align: center;
  margin-bottom: 60px;
  color: #FB5E6E;
}
@media screen and (max-width:768px) {
  .c-error .c_ttl {
    margin-bottom: 30px;
  }
}
.c-error__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-error__txt {
    margin-bottom: 40px;
  }
}

.error404 .c-contact-complete__bottom {
  width: 100%;
}
.error404 .c-contact-complete__bottom--inner {
  width: min(600px, 90%);
}
@media screen and (max-width:415px) {
  .error404 .c-contact-complete__bottom::before {
    background: url(../img/error/bg_bottom.png) no-repeat center/100%;
    aspect-ratio: 125/111;
    bottom: unset;
    top: 25%;
  }
}
.error404 .c_btn {
  width: min(320px, 100%);
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .error404 .c_btn {
    width: min(280px, 100%);
  }
}

.c-recruit-btn {
  width: 180px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:768px) {
  .c-recruit-btn {
    width: 100%;
    height: 56px;
    bottom: 0;
    right: unset;
    left: 0;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-btn__link {
    width: 100%;
    height: 100%;
    background: #d60000;
    display: block;
    position: relative;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-btn__link .__img {
    width: 255px;
    aspect-ratio: 128/9;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.c-recruit-btn.r_fix {
  opacity: 1;
  visibility: visible;
}
.c-recruit-btn .__close {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50px;
  border: 1px solid #D3D3D3;
  background: #fff url(../img/top/ico_close.svg) no-repeat center/20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-recruit-btn .__close {
    height: 40px;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
}

.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 {
  width: min(1280px, 90%);
  margin: 0 auto;
}
.c-news-category__list {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-news-category__list {
    width: 100%;
    margin-bottom: 30px;
    justify-content: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width:415px) {
  .c-news-category__list {
    padding-bottom: 15px;
    overflow-x: scroll;
  }
}
.c-news-category__list .c-news-category__link {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 180px;
  padding: 15px 0;
  color: #A2A2A2;
  background: #fff;
  box-sizing: border-box;
  border: 3px solid #A2A2A2;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-category__list .c-news-category__link {
    width: 100px;
    border: 2px solid #A2A2A2;
    flex-shrink: 0;
  }
}
.c-news-category__list .c-news-category__link:hover {
  border: 3px solid #008EF3;
  color: #008EF3;
}
.c-news-category__list .c-news-category__link.__current {
  border: 3px solid #008EF3;
  color: #008EF3;
}
@media screen and (max-width:768px) {
  .c-news-category__list .c-news-category__link.__current {
    border: 2px solid #008EF3;
  }
}
.c-news-category__list .c-news-category__link.__current::before {
  content: "";
  width: 0;
  margin: 0 auto;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #008EF3 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
}
.c-news-category__list .c-news-category__link.__current::after {
  content: "";
  width: 0;
  margin: 0 auto;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
}
.c-news-list {
  width: min(1280px, 90%);
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-news-list {
    margin: 0 auto 60px;
    gap: 30px;
  }
}
.c-news-list__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width:768px) {
  .c-news-list__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width:415px) {
  .c-news-list__item {
    width: 100%;
  }
}
.c-news-list__item .c-news-list__link {
  transition: all 0.3s;
}
.c-news-list__item .c-news-list__link:hover {
  opacity: 0.6;
}
.c-news-list__item .c-news-list__img {
  width: 100%;
  aspect-ratio: 400/267;
  margin-bottom: 15px;
  border-radius: 48%;
  overflow: hidden;
}
.c-news-list__item .c-news-list__img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news-list__item .c-news-list__info {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__info {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.c-news-list__item .c-news-list__info .c-news-list__day {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}
.c-news-list__item .c-news-list__info .c-news-list__category {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 8px 15px;
  background: #D3E5F0;
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__info .c-news-list__category {
    padding: 6px 12px;
  }
}
.c-news-list__item .c-news-list__ttl {
  font-weight: 700;
  line-height: 1;
  color: #0171C2;
}
.c-news-pager {
  width: min(1280px, 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: space-between;
}
.c-news-pager__prev {
  padding: 25px 40px 25px 25px;
  border: 2px solid #4DACDF;
  border-radius: 100px;
  box-shadow: 4px 4px 0 0 #9579F9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-news-pager__prev {
    width: 48px;
    height: 48px;
    padding: 0;
  }
}
.c-news-pager__prev::before {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/100%;
  transform: rotate(180deg);
}
.c-news-pager__prev::after {
  content: "前のページへ";
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  line-height: 1;
  color: #008EF3;
}
@media screen and (max-width:768px) {
  .c-news-pager__prev::after {
    content: none;
  }
}
.c-news-pager__prev.is-disabled {
  border: 2px solid #A2A2A2;
  box-shadow: none;
}
.c-news-pager__prev.is-disabled::before {
  background: url(../img/common/ico_arrow_gray.svg) no-repeat center/100%;
}
.c-news-pager__prev.is-disabled::after {
  color: #A2A2A2;
}
.c-news-pager__next {
  padding: 25px 25px 25px 40px;
  border: 2px solid #4DACDF;
  border-radius: 100px;
  box-shadow: 4px 4px 0 0 #9579F9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-news-pager__next {
    width: 48px;
    height: 48px;
    padding: 0;
  }
}
.c-news-pager__next::before {
  content: "前のページへ";
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  line-height: 1;
  color: #008EF3;
}
@media screen and (max-width:768px) {
  .c-news-pager__next::before {
    content: none;
  }
}
.c-news-pager__next::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/100%;
}
.c-news-pager__next.is-disabled {
  border: 2px solid #A2A2A2;
  box-shadow: none;
}
.c-news-pager__next.is-disabled::after {
  background: url(../img/common/ico_arrow_gray.svg) no-repeat center/100%;
}
.c-news-pager__next.is-disabled::before {
  color: #A2A2A2;
}
.c-news-pager-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .c-news-pager-number {
    gap: 15px;
  }
}
.c-news-pager-number__item {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 1.342rem + 3.04vw, 4rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.c-news-pager-number__item.__current {
  width: 64px;
  height: 64px;
  color: #fff;
  background: url(../img/common/bg_circle.svg) no-repeat center/100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-news-pager-number__item.__current {
    width: 48px;
    height: 48px;
  }
}
.c-news-pager.is-hidden {
  display: none;
}

.c-news-detail {
  width: min(1280px, 90%);
  margin: 0 auto 150px;
}
.c-news-detail__item {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-news-detail__item {
    margin-bottom: 40px;
  }
}
.c-news-detail__item .c-news-detail__info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-news-detail__item .c-news-detail__info {
    margin-bottom: 10px;
  }
}
.c-news-detail__item .c-news-detail__info .c-news-detail__time {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}
.c-news-detail__item .c-news-detail__info .c-news-detail__category {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  padding: 8px 15px;
  background: #D3E5F0;
  border-radius: 50px;
}
.c-news-detail__item .c-news-detail__contents {
  overflow-wrap: anywhere;
  line-break: strict;
  word-break: normal;
  width: min(960px, 100%);
  margin: 0 auto;
}
.c-news-detail__item .c_ttl {
  font-size: clamp(2.8rem, 1.342rem + 3.04vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  color: #0171C2;
  padding: 0 0 40px;
  margin-bottom: 80px;
  border-bottom: 1px solid #4DACDF;
}
@media screen and (max-width:768px) {
  .c-news-detail__item .c_ttl {
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 45px;
  }
}

.c-works {
  margin-bottom: 160px;
}
.c-works__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  margin: 0 auto 80px;
  color: #0171C2;
}
.c-works-column {
  width: min(1600px, 95%);
  margin: 0 0 120px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width:1280px) {
  .c-works-column {
    width: 90%;
    margin: 0 auto;
    gap: 45px;
  }
}
@media screen and (max-width:1024px) {
  .c-works-column {
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .c-works-column {
    margin: 0 auto 80px;
  }
}
.c-works-column .c-works-category {
  width: 240px;
}
@media screen and (max-width:1024px) {
  .c-works-column .c-works-category {
    width: 100%;
  }
}
.c-works-column .c-works-category__ttl {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 120px;
  padding: 10px 0;
  margin-bottom: 40px;
  color: #0171C2;
  background: #fff;
  box-sizing: border-box;
  border: 3px solid #0171C2;
  border-radius: 100px;
  position: relative;
}
.c-works-column .c-works-category__ttl::before {
  content: "";
  width: 0;
  margin: 0 auto;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #0171C2 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
}
.c-works-column .c-works-category__ttl::after {
  content: "";
  width: 0;
  margin: 0 auto;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
}
.c-works-column .c-works-category__list .c-works-category__group {
  padding: 30px 0;
  border-bottom: 2px dashed #4DACDF;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width:1024px) {
  .c-works-column .c-works-category__list .c-works-category__group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-works-column .c-works-category__list .c-works-category__group:first-of-type {
  padding: 0 0 30px;
}
.c-works-column .c-works-category__list .c-works-category__group:last-of-type {
  border: none;
}
.c-works-column .c-works-category__list .c-works-category__group .c-works-category__link {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
}
.c-works-column .c-works-category__list .c-works-category__group .c-works-category__link.__current {
  color: #008EF3;
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-works-column .c-works-category__list .c-works-category__group .c-works-category__link.__current::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #4DACDF;
  border-radius: 10px;
}
.c-works-column .c-works-category__list .c-works-category__group .c-works-category__link:hover {
  color: #008EF3;
}
.c-works-column .c-works-list {
  width: calc(100% - 320px);
  padding: 0 48px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width:1280px) {
  .c-works-column .c-works-list {
    width: calc(100% - 285px);
    gap: 25px;
  }
}
@media screen and (max-width:1024px) {
  .c-works-column .c-works-list {
    width: 100%;
    padding: 0;
  }
}
.c-works-column .c-works-list__item {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width:1280px) {
  .c-works-column .c-works-list__item {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width:768px) {
  .c-works-column .c-works-list__item {
    width: 100%;
  }
}
.c-works-column .c-works-list__item .c-works-list__link {
  transition: all 0.3s;
}
.c-works-column .c-works-list__item .c-works-list__link:hover {
  opacity: 0.6;
}
.c-works-column .c-works-list__item .c-works-list__img {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-works-column .c-works-list__item .c-works-list__img {
    margin-bottom: 15px;
  }
}
.c-works-column .c-works-list__item .c-works-list__img .__img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works-column .c-works-list__item .c-works-list__day {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-works-column .c-works-list__item .c-works-list__day {
    margin-bottom: 10px;
  }
}
.c-works-column .c-works-list__item .c-works-list__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-works-column .c-works-list__item .c-works-list__ttl {
    margin-bottom: 10px;
  }
}
.c-works-column .c-works-list__item .c-works-list__category {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-works-column .c-works-list__item .c-works-list__category--item {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
}
@media screen and (max-width:768px) {
  .c-works-column .c-works-list__item .c-works-list__category--item {
    padding: 5px 10px;
  }
}
.c-works-column .c-works-list__item .c-works-list__category--item.__price {
  background: #4DACDF;
}
.c-works-column .c-works-list__item .c-works-list__category--item.__color {
  background: #684DDF;
}

.c-works-detail {
  margin-bottom: 160px;
}
.c-works-detail__top {
  width: min(1280px, 90%);
  margin: 0 auto 80px;
  border-bottom: 2px solid #4DACDF;
}
@media screen and (max-width:768px) {
  .c-works-detail__top {
    margin: 0 auto 45px;
  }
}
.c-works-detail__top .c-works-detail__time {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-works-detail__top .c-works-detail__time {
    margin-bottom: 20px;
  }
}
.c-works-detail__top .c_ttl {
  font-size: clamp(2rem, -0.43rem + 5.06vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width:768px) {
  .c-works-detail__top .c_ttl {
    margin-bottom: 20px;
  }
}
.c-works-detail__top .c-works-detail__category {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-works-detail__top .c-works-detail__category--list {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}
.c-works-detail__top .c-works-detail__category--list:first-of-type {
  background: #4DACDF;
}
.c-works-detail__top .c-works-detail__category--list:nth-of-type(2) {
  background: #684DDF;
}
.c-works-detail__middle {
  width: min(1280px + (100% - 1280px) / 2, 95%);
  margin: 0 0 80px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .c-works-detail__middle {
    margin: 0 0 40px auto;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.c-works-detail__middle .c-works-detail__table {
  width: calc(40% - 80px);
  margin: 80px 0 0;
  border-bottom: 2px dashed #4DACDF;
}
@media screen and (max-width:768px) {
  .c-works-detail__middle .c-works-detail__table {
    width: 95%;
    margin: 0 auto 0 0;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.c-works-detail__middle .c-works-detail__table--block {
  margin: 0 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-works-detail__middle .c-works-detail__table--block {
    width: calc((100% - 15px) / 2);
    flex-direction: column;
    gap: 20px;
  }
}
.c-works-detail__middle .c-works-detail__table--block .__ttl {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  color: #0171C2;
  width: 192px;
}
@media screen and (max-width:1024px) {
  .c-works-detail__middle .c-works-detail__table--block .__ttl {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-works-detail__middle .c-works-detail__table--block .__ttl {
    line-height: 1;
  }
}
.c-works-detail__middle .c-works-detail__table--block .__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  width: calc(100% - 192px);
}
@media screen and (max-width:1024px) {
  .c-works-detail__middle .c-works-detail__table--block .__txt {
    width: 100%;
  }
}
.c-works-detail__middle .c-works-detail__img {
  width: 60%;
}
@media screen and (max-width:768px) {
  .c-works-detail__middle .c-works-detail__img {
    width: 100%;
  }
}
.c-works-detail__middle .c-works-detail__img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.c-works-detail__contents {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  width: min(1280px, 90%);
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .c-works-detail__contents {
    margin: 0 auto 30px;
  }
}
.c-works-detail__slider {
  width: min(1280px + (100% - 1280px) / 2, 95%);
  margin: 0 0 120px auto;
}
.c-works-detail__slider--img {
  width: 37.5%;
  margin: 0 40px 0 0;
}
.c-works-detail__slider--img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.c-works-detail__slider .dots-wrap {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-works-detail__slider .dots-wrap {
    width: 95%;
    justify-content: center;
  }
}
.c-works-detail__slider .dots-wrap li {
  width: 12px;
  height: 12px;
}
.c-works-detail__slider .dots-wrap li button {
  text-indent: -9999px;
  color: transparent;
  background: #A2A2A2;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
.c-works-detail__slider .dots-wrap li.slick-active {
  width: 16px;
  height: 16px;
}
.c-works-detail__slider .dots-wrap li.slick-active button {
  background: url(../img/common/ico_dots_active.svg) no-repeat center/100%;
}

.c-voice {
  margin-bottom: 120px;
}
.c-voice-catch {
  width: min(960px, 90%);
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .c-voice-catch {
    margin: 0 auto 45px;
  }
}
.c-voice-catch__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  color: #0171C2;
}
@media screen and (max-width:768px) {
  .c-voice-catch__ttl {
    margin-bottom: 30px;
  }
}
.c-voice-catch__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.c-voice-list {
  padding: 0 45px 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-voice-list {
    padding: 0 45px 120px;
  }
}
@media screen and (max-width:768px) {
  .c-voice-list {
    padding: 0 15px 0;
    gap: 15px;
  }
}
.c-voice-list::before {
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  background: #F9F8EE;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: -2;
}
.c-voice-list::after {
  content: "";
  width: 100%;
  height: 120px;
  aspect-ratio: 12/1;
  background: url(../img/voice/bg_voice.png) no-repeat center bottom/cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.c-voice-list__item {
  width: calc((100% - 60px) / 4);
  padding: 45px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #0171C2;
  border-radius: 20px;
}
@media screen and (max-width: 1420px) {
  .c-voice-list__item {
    padding: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .c-voice-list__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width:768px) {
  .c-voice-list__item {
    width: 100%;
  }
}
.c-voice-list__item .c-voice-list__link {
  transition: all 0.3s;
}
.c-voice-list__item .c-voice-list__link:hover {
  opacity: 0.6;
}
.c-voice-list__item .c-voice-list__img {
  text-align: center;
  width: 100%;
  aspect-ratio: 348/232;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-voice-list__item .c-voice-list__img {
    margin-bottom: 15px;
  }
}
.c-voice-list__item .c-voice-list__img .__img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.c-voice-list__item .c-voice-list__info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-voice-list__item .c-voice-list__info .c-voice-list__day {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1420px) {
  .c-voice-list__item .c-voice-list__info .c-voice-list__day {
    font-size: 1.6rem;
  }
}
.c-voice-list__item .c-voice-list__info .c-voice-list__category {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50px;
}
@media screen and (max-width: 1420px) {
  .c-voice-list__item .c-voice-list__info .c-voice-list__category {
    font-size: 1.4rem;
  }
}
.c-voice-list__item .c-voice-list__info .c-voice-list__category.wall_painting_category {
  background: #4DACDF;
}
.c-voice-list__item .c-voice-list__info .c-voice-list__category.roof_painting_category {
  background: #684DDF;
}
.c-voice-list__item .c-voice-list__info .c-voice-list__category.rainleak_category {
  background: #8E3BE2;
}
.c-voice-list__item .c-voice-list__info .c-voice-list__category.termites_category {
  background: #FF66B7;
}
.c-voice-list__item .c-voice-list__info .c-voice-list__category.other_category {
  background: #F97159;
}
.c-voice-list__item .c-voice-list__ttl {
  font-size: clamp(1.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
.c-voice-list__parts--topl {
  width: 29%;
  aspect-ratio: 280/181;
  background: url(../img/voice/bg_voice_topl.png) no-repeat center/100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
@media screen and (max-width:768px) {
  .c-voice-list__parts--topl {
    width: 37%;
  }
}
.c-voice-list__parts--topr {
  width: 16%;
  aspect-ratio: 8/7;
  background: url(../img/voice/bg_voice_topr.png) no-repeat center/100%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 5%;
}
@media screen and (max-width:768px) {
  .c-voice-list__parts--topr {
    width: 21%;
  }
}
.c-voice-list__parts--bottom {
  width: 29%;
  aspect-ratio: 280/187;
  background: url(../img/voice/bg_voice_bottom.png) no-repeat center/100%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -40px;
}
@media screen and (max-width:768px) {
  .c-voice-list__parts--bottom {
    width: 37%;
    bottom: -15px;
  }
}
.c-voice-pager {
  width: min(1280px, 90%);
  margin: 0 auto;
}
.c-voice-pager__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-voice-pager__prev {
  padding: 25px 40px 25px 25px;
  background: #fff;
  border: 2px solid #4DACDF;
  border-radius: 100px;
  box-shadow: 4px 4px 0 0 #9579F9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-voice-pager__prev {
    width: 48px;
    height: 48px;
    padding: 0;
  }
}
.c-voice-pager__prev::before {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/100%;
  transform: rotate(180deg);
}
.c-voice-pager__prev::after {
  content: "前のページへ";
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  line-height: 1;
  color: #008EF3;
}
@media screen and (max-width:768px) {
  .c-voice-pager__prev::after {
    content: none;
  }
}
.c-voice-pager__prev.is-disabled {
  border: 2px solid #A2A2A2;
  box-shadow: none;
}
.c-voice-pager__prev.is-disabled::before {
  background: url(../img/common/ico_arrow_gray.svg) no-repeat center/100%;
}
.c-voice-pager__prev.is-disabled::after {
  color: #A2A2A2;
}
.c-voice-pager__next {
  padding: 25px 25px 25px 40px;
  background: #fff;
  border: 2px solid #4DACDF;
  border-radius: 100px;
  box-shadow: 4px 4px 0 0 #9579F9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-voice-pager__next {
    width: 48px;
    height: 48px;
    padding: 0;
  }
}
.c-voice-pager__next::before {
  content: "次のページへ";
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  line-height: 1;
  color: #008EF3;
}
@media screen and (max-width:768px) {
  .c-voice-pager__next::before {
    content: none;
  }
}
.c-voice-pager__next::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/100%;
}
.c-voice-pager__next.is-disabled {
  border: 2px solid #A2A2A2;
  box-shadow: none;
}
.c-voice-pager__next.is-disabled::after {
  background: url(../img/common/ico_arrow_gray.svg) no-repeat center/100%;
}
.c-voice-pager__next.is-disabled::before {
  color: #A2A2A2;
}
.c-voice-pager-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .c-voice-pager-number {
    gap: 15px;
  }
}
.c-voice-pager-number__item {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 1.342rem + 3.04vw, 4rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.c-voice-pager-number__item.__current {
  width: 64px;
  height: 64px;
  color: #fff;
  background: url(../img/common/bg_circle.svg) no-repeat center/100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-voice-pager-number__item.__current {
    width: 48px;
    height: 48px;
  }
}
.c-voice-pager.is-hidden {
  display: none;
}

.c-voice-detail {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-voice-detail {
    margin-bottom: 80px;
  }
}
.c-voice-detail__top {
  width: min(1280px, 90%);
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .c-voice-detail__top {
    margin: 0 auto 30px;
  }
}
.c-voice-detail__top .c-voice-detail__info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-voice-detail__top .c-voice-detail__info .c-voice-detail__time {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 1;
  font-weight: 700;
}
.c-voice-detail__top .c-voice-detail__info .c-voice-detail__category {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50px;
}
.c-voice-detail__top .c-voice-detail__info .c-voice-detail__category--wall_painting_category {
  background: #4DACDF;
}
.c-voice-detail__top .c-voice-detail__info .c-voice-detail__category--roof_painting_category {
  background: #684DDF;
}
.c-voice-detail__top .c-voice-detail__info .c-voice-detail__category--rainleak_category {
  background: #8E3BE2;
}
.c-voice-detail__top .c-voice-detail__info .c-voice-detail__category--termites_category {
  background: #FF66B7;
}
.c-voice-detail__top .c-voice-detail__info .c-voice-detail__category--other_category {
  background: #F97159;
}
.c-voice-detail__top .c_ttl {
  font-size: clamp(2rem, -0.43rem + 5.06vw, 4rem);
  line-height: 1.5;
  color: #0171C2;
  padding: 0 0 40px;
  border-bottom: 2px solid #4DACDF;
  display: block;
}
@media screen and (max-width:768px) {
  .c-voice-detail__top .c_ttl {
    padding: 0 0 30px;
  }
}
.c-voice-detail__bottom {
  padding: 0 0 80px;
  margin: 0 0 40px;
  position: relative;
}
.c-voice-detail__bottom::before {
  content: "";
  width: 29%;
  aspect-ratio: 280/127;
  background: url(../img/voice/bg_voice_bottom.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-voice-detail__bottom--wrap {
  position: relative;
}
.c-voice-detail__bottom .c-voice-detail__slider {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom .c-voice-detail__slider {
    margin-bottom: 30px;
  }
}
.c-voice-detail__bottom .c-voice-detail__slider::before {
  content: "";
  width: 29%;
  aspect-ratio: 280/181;
  background: url(../img/voice/bg_voice_topl.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  bottom: -10%;
  z-index: -1;
}
.c-voice-detail__bottom .c-voice-detail__slider::after {
  content: "";
  width: 16%;
  aspect-ratio: 8/7;
  background: url(../img/voice/bg_voice_topr.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: -10%;
  z-index: -1;
}
.c-voice-detail__bottom .c-voice-detail__slider--img {
  width: auto;
  height: 530px;
  margin: 0 40px;
}
@media screen and (max-width:1024px) {
  .c-voice-detail__bottom .c-voice-detail__slider--img {
    height: 350px;
  }
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom .c-voice-detail__slider--img {
    width: 302px;
    height: 100%;
    aspect-ratio: 302/200;
  }
}
.c-voice-detail__bottom .c-voice-detail__slider--img .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom .c-voice-detail__slider--img .__img {
    width: auto;
    margin: 0 auto;
  }
}
.c-voice-detail__bottom .c-voice-detail__slider .dots-wrap {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-voice-detail__bottom .c-voice-detail__slider .dots-wrap li {
  width: 12px;
  height: 12px;
}
.c-voice-detail__bottom .c-voice-detail__slider .dots-wrap li button {
  text-indent: -9999px;
  color: transparent;
  background: #A2A2A2;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
.c-voice-detail__bottom .c-voice-detail__slider .dots-wrap li.slick-active {
  width: 16px;
  height: 16px;
}
.c-voice-detail__bottom .c-voice-detail__slider .dots-wrap li.slick-active button {
  background: url(../img/common/ico_dots_active.svg) no-repeat center/100%;
}
.c-voice-detail__bottom .c-voice-detail__slider--arrow {
  width: min(1280px, 90%);
  height: 64px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom .c-voice-detail__slider--arrow {
    height: 48px;
  }
}
.c-voice-detail__bottom .c-voice-detail__slider--arrow .slide-arrow {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom .c-voice-detail__slider--arrow .slide-arrow {
    width: 48px;
    height: 48px;
  }
}
.c-voice-detail__bottom .c-voice-detail__slider--arrow .slide-arrow.prev-arrow {
  background: url(../img/voice/pic_arrow-prev.png) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom .c-voice-detail__slider--arrow .slide-arrow.prev-arrow {
    background: url(../img/voice/pic_arrow-prev-sp.png) no-repeat center/100%;
  }
}
.c-voice-detail__bottom .c-voice-detail__slider--arrow .slide-arrow.next-arrow {
  background: url(../img/voice/pic_arrow-next.png) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom .c-voice-detail__slider--arrow .slide-arrow.next-arrow {
    background: url(../img/voice/pic_arrow-next-sp.png) no-repeat center/100%;
  }
}
.c-voice-detail__bottom--text {
  width: min(1120px, 90%);
  margin: 0 auto 40px;
  padding: 45px;
  background: #fff;
  border: 2px solid #4DACDF;
  border-radius: 24px;
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom--text {
    padding: 20px;
    margin: 0 auto 15px;
    border-radius: 16px;
  }
}
.c-voice-detail__bottom--text:last-of-type {
  margin-bottom: 0;
}
.c-voice-detail__bottom--text .__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #008EF3;
}
@media screen and (max-width:768px) {
  .c-voice-detail__bottom--text .__ttl {
    margin-bottom: 20px;
  }
}
.c-voice-detail__bottom--text .__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
}
.c-voice-detail__bottom--bg {
  background: #F9F8EE;
  width: 100%;
  height: 78%;
  margin: auto;
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.c-voice-detail__bottom--bg::before {
  content: "";
  width: 100%;
  height: 11%;
  aspect-ratio: 12/1;
  background: url(../img/voice/bg_voice_detail_bgtop.png) no-repeat center/cover;
  position: absolute;
  top: -11%;
}
.c-voice-detail__bottom--bg::after {
  content: "";
  width: 100%;
  height: 11%;
  aspect-ratio: 12/1;
  background: url(../img/voice/bg_voice_detail_bgbottom.png) no-repeat center/cover;
  position: absolute;
  bottom: -11%;
}
.c-voice-detail .c_btn {
  width: min(320px, 90%);
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-voice-detail .c_btn {
    width: min(280px, 90%);
  }
}

.c-contact-bottom {
  width: min(1280px, 90%);
  margin: 0 auto 40px;
}
.c-contact-bottom .c_ttl.__center {
  margin-bottom: 45px;
}
.c-contact-bottom .c_ttl__svg g .__path {
  fill: #FFC3E3;
}
.c-contact-bottom__list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1024px) {
  .c-contact-bottom__list {
    flex-direction: column;
  }
}
.c-contact-bottom__list .c-contact-bottom__item {
  padding-right: 58px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom__list .c-contact-bottom__item {
    padding-right: 35px;
    margin-right: 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-contact-bottom__list .c-contact-bottom__item {
    padding: 0 0 45px;
    margin: 0 0 20px;
  }
}
.c-contact-bottom__list .c-contact-bottom__item::after {
  content: "";
  width: 18px;
  aspect-ratio: 18/240;
  background: url(../img/common/pic_border-right.svg) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom__list .c-contact-bottom__item::after {
    width: 15px;
  }
}
@media screen and (max-width:1024px) {
  .c-contact-bottom__list .c-contact-bottom__item::after {
    width: 100%;
    aspect-ratio: 343/12;
    background: url(../img/common/pic_border-bottom.svg) no-repeat center/100%;
    bottom: 0;
    top: unset;
    left: 0;
    right: unset;
  }
}
.c-contact-bottom__list .c-contact-bottom__item:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.c-contact-bottom__list .c-contact-bottom__item:last-of-type::after {
  content: none;
}
.c-contact-bottom__list .c-contact-bottom__item--img {
  width: 88px;
  margin-bottom: 40px;
}
.c-contact-bottom__list .c-contact-bottom__item--img:nth-of-type(2) {
  width: 85px;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom__list .c-contact-bottom__item .c_btn {
    width: 280px;
  }
}
.c-contact-bottom__list .c-contact-bottom__item--tel .__link {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #FB5E6E;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom__list .c-contact-bottom__item--tel .__link {
    font-size: 3.2rem;
  }
}
.c-contact-bottom__list .c-contact-bottom__item--tel .__link::before {
  content: "";
  width: 59px;
  aspect-ratio: 38/22;
  background: url(../img/common/ico_free.svg) no-repeat center/100%;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom__list .c-contact-bottom__item--tel .__link::before {
    width: 38px;
  }
}
.c-contact-bottom__list .c-contact-bottom__item--tel .c-contact-bottom__item--quote {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: block;
}

.c_ttl {
  font-size: clamp(2.4rem, -0.516rem + 6.08vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 20px 70px 55px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c_ttl {
    padding: 10px 40px 24px 0;
  }
}
.c_ttl.__center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c_ttl::before {
  content: attr(data-en);
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1;
}
.c_ttl__svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c_ttl.__error {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-weight: 700;
}
.c_ttl.__error .__path {
  fill: #99FAF5;
}
.c_ttl[data-en=VOICE] .__path {
  fill: #FFC3B8;
}
.c_ttl[data-en=NEWS] .__path {
  fill: #9FE5FF;
}
.c_ttl[data-en=WORKS] .__path {
  fill: #A1D0FF;
}

h2.c_ttl .c_ttl__svg {
  width: 100% !important;
  height: 100% !important;
}

.c-pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width:768px) {
  .c-pagetop {
    right: 15px;
    bottom: 15px;
  }
}
.c-pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-pagetop__link {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagetop__link:hover {
    opacity: 0.7;
  }
}

.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 #D3D3D3;
  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 80px;
}
@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: relative;
  z-index: 3;
}
.l-header-logo {
  width: 158px;
}
@media screen and (max-width:1024px) {
  .l-header-logo {
    width: 100px;
  }
}
@media screen and (max-width:768px) {
  .l-header-logo {
    width: 67px;
  }
}
.l-header-fix {
  position: fixed;
  right: 45px;
  top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  z-index: 5;
}
@media screen and (max-width:768px) {
  .l-header-fix {
    right: 15px;
  }
}
.l-header-fix__nav {
  padding: 20px 40px;
  background: #fff;
  border: 2px solid #4DACDF;
  border-radius: 100px;
  box-shadow: 4px 4px 0 0 #9579F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .l-header-fix__nav {
    display: none;
  }
}
.l-header-fix__nav--contact {
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  transition: all 0.3s;
}
.l-header-fix__nav--contact::after {
  content: "";
  width: 45px;
  aspect-ratio: 45/41;
  background: url(../img/common/pic_mail.svg) no-repeat center/100%;
}
.l-header-fix__nav--contact:hover {
  opacity: 0.6;
}
.l-header-fix__nav--line {
  margin: 0 24px;
  padding: 4px 24px;
  border-left: 2px solid #4DACDF;
  border-right: 2px solid #4DACDF;
}
.l-header-fix__nav--tel {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.l-header-fix__nav--tel::before {
  content: "";
  width: 38px;
  aspect-ratio: 38/43;
  background: url(../img/common/pic_tel.svg) no-repeat center/100%;
}
.l-header-fix__nav--tel .__link {
  color: #FB5E6E;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.l-header-fix__nav--tel .__link::before {
  content: "";
  width: 38px;
  aspect-ratio: 38/22;
  background: url(../img/common/ico_free.svg) no-repeat center/100%;
}
.l-header-fix__nav--tel .l-header-fix__nav--quote {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  display: block;
}
.l-header-fix__menu--btn {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 96px;
  height: 96px;
  border-radius: 100px;
  color: #4DACDF;
  background: #fff;
  border: 2px solid #4DACDF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0 0 #9579F9;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-header-fix__menu--btn {
    font-size: 1.2rem;
    width: 56px;
    height: 56px;
  }
}
.l-header-fix__menu--btn:hover {
  opacity: 0.6;
}
.l-header-fix__sub {
  width: min(880px, 100%);
  padding: 144px 48px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-header-fix__sub {
    padding: 85px 15px 45px;
  }
}
.l-header-fix__sub.is-show {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
}
.l-header-fix__sub--close {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 96px;
  height: 96px;
  border-radius: 100px;
  color: #fff;
  background: #4DACDF;
  border: 2px solid #4DACDF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0 0 #9579F9;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  top: 24px;
  right: 48px;
}
@media screen and (max-width:768px) {
  .l-header-fix__sub--close {
    font-size: 1.2rem;
    width: 56px;
    height: 56px;
    top: 15px;
    right: 15px;
  }
}
.l-header-fix__sub--close:hover {
  opacity: 0.6;
}
.l-header-fix__sub--list {
  margin-bottom: 50px;
}
.l-header-fix__sub--list.__flex {
  width: min(480px, 63%);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 50px;
}
@media screen and (max-width:768px) {
  .l-header-fix__sub--list.__flex {
    width: 100%;
    row-gap: 30px;
  }
}
.l-header-fix__sub--list.__flex .__link {
  width: 50%;
  transition: all 0.3s;
}
.l-header-fix__sub--list.__flex .__link:hover {
  opacity: 0.6;
}
.l-header-fix__sub--list > .__link {
  font-size: clamp(1.7rem, 0.849rem + 1.77vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  color: #008ef3;
  transition: all 0.3s;
}
.l-header-fix__sub--list > .__link:hover {
  opacity: 0.6;
}
.l-header-fix__sub--list .l-header-fix__sub--slist {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .l-header-fix__sub--list .l-header-fix__sub--slist {
    margin: 30px 0 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 15px;
  }
}
.l-header-fix__sub--list .l-header-fix__sub--slist .__link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  transition: all 0.3s;
}
.l-header-fix__sub--list .l-header-fix__sub--slist .__link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #008EF3;
}
.l-header-fix__sub--list .l-header-fix__sub--slist .__link:hover {
  opacity: 0.6;
}
.l-header-fix__sub--list .__sns {
  display: flex;
  align-items: center;
  gap: 3px;
  transition: all 0.3s;
}
.l-header-fix__sub--list .__sns.__line {
  margin-bottom: 30px;
}
.l-header-fix__sub--list .__sns .__sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0171C2;
}
.l-header-fix__sub--list .__sns .__img {
  width: 44px;
}
.l-header-fix__sub--list .__sns:hover {
  opacity: 0.6;
}
.l-header-fix__sub--box {
  width: min(700px, 100%);
}
@media screen and (max-width: 1400px) {
  .l-header-fix__sub--box .l-header-fix__nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .l-header-fix__sub--box .l-header-fix__nav {
    flex-wrap: wrap;
    width: min(340px, 100%);
    padding: 15px 20px;
    margin: 0 auto;
    border-radius: 16px;
    justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .l-header-fix__sub--box .l-header-fix__nav--tel {
    padding: 15px 0 0;
    margin: 15px 0 0;
    border-top: 2px solid #4DACDF;
  }
}
@media screen and (max-width:768px) {
  .l-header-fix__sub--box .l-header-fix__nav--tel .l-header-fix__nav--inner .__link {
    font-size: 3rem;
  }
}
@media screen and (max-width:768px) {
  .l-header-fix__sub--box .l-header-fix__nav--line {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

.l-gnav {
  padding: 45px 0 0 45px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width:768px) {
  .l-gnav {
    padding: 20px 0 0 15px;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__inner {
    display: none;
  }
}
.l-gnav__inner:first-of-type {
  margin-bottom: 20px;
}
.l-gnav-list {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.l-gnav-list:first-of-type {
  margin-bottom: 20px;
}
.l-gnav-list .__link {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
.l-gnav-list .__link.__current {
  color: #008EF3;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.l-gnav-list .__link.__current::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #008EF3;
}
.l-gnav-list .__link:hover {
  color: #008EF3;
}

.l-footer {
  padding: 120px 0 40px;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 60px 0 30px;
  }
}
.l-footer::before {
  content: "";
  background: url(../img/common/pic_footer-chara.svg) no-repeat center/100%;
  width: 166px;
  aspect-ratio: 83/80;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .l-footer::before {
    width: 83px;
    right: 15px;
  }
}
.l-footer__inner {
  background: #F9F8EE;
  padding: 80px 0;
  margin: 0 45px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-footer__inner {
    padding: 70px 0 45px;
    margin: 0 15px;
  }
}
.l-footer__inner::before {
  content: "";
  width: 14%;
  aspect-ratio: 40/39;
  background: url(../img/common/bg_footer_left.png) no-repeat center/100%;
  position: absolute;
  left: -45px;
  top: 0;
}
@media screen and (max-width:768px) {
  .l-footer__inner::before {
    left: 0;
  }
}
.l-footer__inner::after {
  content: "";
  width: 8%;
  aspect-ratio: 160/413;
  background: url(../img/common/bg_footer_right.png) no-repeat center/100%;
  position: absolute;
  right: -45px;
  bottom: 40px;
}
@media screen and (max-width:768px) {
  .l-footer__inner::after {
    right: 0;
  }
}
.l-footer-top {
  width: min(1280px, 90%);
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .l-footer-top {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.l-footer-top__info {
  width: calc(37.5% - 80px);
}
@media screen and (max-width:1024px) {
  .l-footer-top__info {
    width: 100%;
  }
}
.l-footer-top__info--logo {
  width: 92px;
  margin-bottom: 50px;
}
@media screen and (max-width:1024px) {
  .l-footer-top__info--logo {
    width: 61px;
    margin: 0 auto 30px;
  }
}
.l-footer-top__info--address {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 1.5;
  margin-bottom: 20px;
}
.l-footer-top__info--contact {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 1.5;
}
.l-footer-top__info--contact .__inline {
  display: inline-flex;
}
.l-footer-top__info--contact .__inline::before {
  content: "※";
}
.l-footer-top__left {
  width: 62.5%;
}
@media screen and (max-width:1024px) {
  .l-footer-top__left {
    width: 100%;
  }
}
.l-footer-top__left .l-footer-top__menu {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu {
    flex-direction: column;
  }
}
.l-footer-top__left .l-footer-top__menu--list {
  width: 25%;
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu--list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--link {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #008EF3;
  margin-bottom: 45px;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--link {
    margin-bottom: 20px;
  }
}
.l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--link:hover {
  opacity: 0.6;
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--sub {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--sub .l-footer-top__menu--slink {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--sub .l-footer-top__menu--slink {
    width: 50%;
  }
}
.l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--sub .l-footer-top__menu--slink:last-of-type {
  margin-bottom: 0;
}
.l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--sub .l-footer-top__menu--slink::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #008EF3;
}
.l-footer-top__left .l-footer-top__menu--list .l-footer-top__menu--sub .l-footer-top__menu--slink:hover {
  opacity: 0.6;
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu--list:first-of-type {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu--list:first-of-type .l-footer-top__menu--link {
    margin: 0;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu--list:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__menu--list:nth-of-type(2) .l-footer-top__menu--link {
    width: 50%;
    margin: 0;
  }
}
.l-footer-top__left .l-footer-top__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .l-footer-top__left .l-footer-top__sns {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
}
.l-footer-top__left .l-footer-top__sns .__sns {
  display: flex;
  align-items: center;
  gap: 3px;
  transition: all 0.3s;
}
.l-footer-top__left .l-footer-top__sns .__sns .__sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0171C2;
}
.l-footer-top__left .l-footer-top__sns .__sns .__img {
  width: 44px;
}
.l-footer-top__left .l-footer-top__sns .__sns:hover {
  opacity: 0.6;
}
.l-footer-bottom {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:1024px) {
  .l-footer-bottom {
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.l-footer-bottom__copyright {
  font-size: clamp(1.3rem, 1.178rem + 0.25vw, 1.4rem);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width:1024px) {
  .l-footer-bottom__copyright {
    text-align: center;
    width: 100%;
  }
}
.l-footer-bottom__link {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
  color: #008EF3;
}

.t-wrap {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.8;
}
@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: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

.u-fw-b {
  font-family: "Zen Maru Gothic", 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 */