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

textarea::-moz-placeholder {
  color: #cbcbcb;
}

textarea::placeholder {
  color: #cbcbcb;
}

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

img {
  vertical-align: bottom;
}

@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: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

p {
  color: #1F1F1F;
}

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

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: #1F1F1F;
}

img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* animation */
.is-blur {
  opacity: 0;
}

.is-blur.is-inview {
  animation: blur 1s backwards;
  opacity: 1;
}

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

/* animation keyframes */
@keyframes blur {
  0% {
    filter: blur(0.2em);
    opacity: 0;
  }
  50% {
    filter: blur(0.05em);
    opacity: 1;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes arrowmove {
  0% {
    transform: translate(0.6em);
  }
  75% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
@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: #1F1F1F;
  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: #1F1F1F;
}

.e-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 150px;
  height: 50px;
  margin: 10px 5px;
  padding: 0 30px;
  background: #1F1F1F;
  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 {
    height: 40px;
    margin: 5px;
  }
}
.e-btn:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn:not(._disabled_):hover {
    background: #fff;
    border-color: #1F1F1F;
    color: #1F1F1F;
  }
}
.e-btn._disabled_ {
  opacity: 0.5;
}
.e-btn._m-0_ {
  margin: 0;
}
.e-btn._w-l_ {
  min-width: 300px;
  height: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .e-btn._w-l_ {
    width: 100%;
    min-width: 0;
    height: 50px;
  }
}
.e-btn._w-s_ {
  min-width: inherit;
  height: 40px;
}
@media screen and (max-width:768px) {
  .e-btn._w-s_ {
    min-width: 0;
    min-height: 35px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
.e-btn._outline_ {
  background: #fff;
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._outline_:not(._disabled_):hover {
    background: #1F1F1F;
    color: #fff;
  }
}

.c_btn {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  border-radius: 4px;
  background: #46A246;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c_btn {
    width: 240px;
  }
}
.c_btn .__sub {
  width: calc(100% - 60px);
  padding: 0 20px;
  color: transparent;
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
  transition: text-shadow 0.3s;
  overflow: hidden;
}
.c_btn::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 61px;
}
.c_btn::after {
  content: "";
  width: 20px;
  padding: 20px;
  background: url(../img/common/ico_arrow.svg) no-repeat center/20px;
  aspect-ratio: 1;
}
.c_btn:hover .__sub {
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
}
.c_btn:hover::after {
  animation: arrowmove 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal both;
}

.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: #1F1F1F;
  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: #1F1F1F;
    color: #1F1F1F;
  }
}
.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: #1F1F1F;
  color: #1F1F1F;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._outline_:not(._disabled_):hover {
    background: #1F1F1F;
    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: #1F1F1F;
  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: #1F1F1F;
  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;
}

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

.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: "BIZ UDGothic", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .e-h1 {
    height: 150px;
    font-size: 2.2rem;
  }
}

.e-h2 {
  margin: 0 0 20px;
  color: #1F1F1F;
  font-size: 3.4rem;
  line-height: 1.3;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 600;
}
@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: "BIZ UDGothic", sans-serif;
  font-weight: 600;
}
@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;
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 600;
}
@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 #1F1F1F;
}
@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 #1F1F1F;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 600;
}
@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: #1F1F1F;
  font-size: 1.6rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 600;
}
@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: #1F1F1F;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.e-list-circle._black_ .e-list-circle__item::before {
  background: #1F1F1F;
}

.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: #1F1F1F;
  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-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: #1F1F1F;
  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 #1F1F1F;
  color: #1F1F1F;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pager__link {
    padding: 8px 12px;
  }
}
.m-pager__link._current_ {
  background: #1F1F1F;
  color: #fff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pager__link:hover {
    background: #1F1F1F;
    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 #1F1F1F;
  color: #1F1F1F;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pagination__link {
    padding: 8px 12px;
  }
}
.m-pagination__link._current_ {
  background: #1F1F1F;
  color: #fff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pagination__link:hover {
    background: #1F1F1F;
    color: #fff;
    opacity: 1;
  }
}

.m-table {
  width: 100%;
}
.m-table th,
.m-table td {
  padding: 15px 20px;
  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: "BIZ UDGothic", sans-serif;
  font-weight: 600;
}
.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: #1F1F1F;
  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-breadcrumb {
  margin: 150px 0 60px;
  padding: 10px 0;
}
@media screen and (max-width:768px) {
  .c-breadcrumb {
    margin: 60px 0 40px;
  }
}
.c-breadcrumb__inner {
  display: flex;
  justify-content: center;
  width: min(1200px, 90%);
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__inner {
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
  }
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c-breadcrumb__item.__active {
  font-size: 1.5rem;
  line-height: 1.35;
  color: #fff;
  background: #7B7B7B;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 20px;
  flex-shrink: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__item.__active {
    font-size: 1.2rem;
  }
}
.c-breadcrumb__item.__active::after {
  content: none;
}
.c-breadcrumb__item .__sub {
  font-size: 1.5rem;
  line-height: 1.35;
  color: #fff;
  background: #46A246;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__item .__sub {
    font-size: 1.2rem;
  }
}
.c-breadcrumb__item::after {
  content: "";
  width: 64px;
  height: 1px;
  margin: 0 8px;
  background: #D3D3D3;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__item::after {
    width: 32px;
  }
}

.c-contact-bottom {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.c-contact-bottom-info {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  gap: 45px;
}
@media screen and (max-width:768px) {
  .c-contact-bottom-info {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.c-contact-bottom-info .c_ttl {
  flex-shrink: 0;
}
.c-contact-bottom-info__txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
}
.c-contact-bottom-contents {
  background: #EBF4EB;
  border-radius: 16px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width:768px) {
  .c-contact-bottom-contents {
    flex-direction: column;
  }
}
.c-contact-bottom-contents__tel {
  width: calc(50% - 4px);
  padding: 40px 0;
  border-right: 4px solid #fff;
}
@media screen and (max-width:768px) {
  .c-contact-bottom-contents__tel {
    width: 100%;
    border-right: 0;
    border-bottom: 4px solid #fff;
  }
}
.c-contact-bottom-contents__tel .c-contact-bottom-contents__ttl {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 0.099rem + 3.54vw, 3.2rem);
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom-contents__tel .c-contact-bottom-contents__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.c-contact-bottom-contents__tel .tel_link {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(4rem, 1.084rem + 6.08vw, 6.4rem);
  line-height: 1;
  color: #46A246;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom-contents__tel .tel_link {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-contact-bottom-contents__tel .tel_link {
    gap: 4px;
  }
}
@media screen and (max-width:415px) {
  .c-contact-bottom-contents__tel .tel_link {
    font-size: 3.6rem;
  }
}
.c-contact-bottom-contents__tel .tel_link::before {
  content: "TEL";
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
}
@media screen and (max-width:1280px) {
  .c-contact-bottom-contents__tel .tel_link::before {
    font-size: 2.4rem;
  }
}
.c-contact-bottom-contents__tel .c-contact-bottom-contents__quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom-contents__tel .c-contact-bottom-contents__quote {
    font-size: 1.4rem;
  }
}
.c-contact-bottom-contents__mail {
  width: 50%;
}
@media screen and (max-width:768px) {
  .c-contact-bottom-contents__mail {
    width: 100%;
  }
}
.c-contact-bottom-contents__mail .c-contact-bottom-contents__link {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 0.099rem + 3.54vw, 3.2rem);
  font-weight: 500;
  height: 100%;
  padding: 0 50px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
@media screen and (max-width:1280px) {
  .c-contact-bottom-contents__mail .c-contact-bottom-contents__link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:768px) {
  .c-contact-bottom-contents__mail .c-contact-bottom-contents__link {
    padding: 60px 25px;
  }
}
.c-contact-bottom-contents__mail .c-contact-bottom-contents__link::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background: url(../img/common/ico_arrow_green.svg) no-repeat center/20px;
  transition: all 0.3s;
}
.c-contact-bottom-contents__mail .c-contact-bottom-contents__link:hover {
  background: #46A246;
  color: #fff;
}
.c-contact-bottom-contents__mail .c-contact-bottom-contents__link:hover::after {
  background: url(../img/common/ico_arrow.svg) no-repeat center/20px;
}

.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.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  margin-bottom: 25px;
}
.c-contact-form__block .c-contact-form__ttl .__red {
  color: #FF5858;
}
.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: #F4F4F4;
  color: #333;
  box-sizing: border-box;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text.p-postal-code {
  width: calc(100% - 26px);
}
.c-contact-form__block .c-contact-form__item .c-contact-form__text.p-postal-code + .wpcf7-not-valid-tip {
  margin: 0;
}
.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 .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.c-contact-form__block .c-contact-form__item .c-contact-form__number .wpcf7-form-control-wrap::before {
  content: "〒";
  font-size: 1.6rem;
}
.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__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: 18px;
  height: 18px;
  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);
  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 {
  margin-bottom: 20px;
}
.c-contact-form__block:last-of-type {
  margin-bottom: 0;
}
.c-contact-form .c-contact-form__btn {
  width: min(360px, 100%);
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-contact-form .c-contact-form__btn {
    width: 240px;
    height: 65px;
  }
}
.c-contact-form .c-contact-form__btn .c-contact-form__submit {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  background: transparent;
  color: #fff;
  padding-left: 30px;
}
.c-contact-form .c-contact-form__btn::before {
  right: 80px;
}
.c-contact-form .c-contact-form__return {
  text-align: center;
  margin: 40px auto 0;
}
.c-contact-form .c-contact-form__return__btn {
  font-size: clamp(1.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

.c-contact {
  width: min(960px, 90%);
  margin: 0 auto;
  /* contact-confirm */
  /* contact-complete */
}
.c-contact__catch {
  font-size: clamp(1.7rem, 1.578rem + 0.25vw, 1.8rem);
  text-align: center;
  margin-bottom: 30px;
}
.c-contact__ttl {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 0.099rem + 3.54vw, 3.2rem);
  line-height: 1;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width:768px) {
  .c-contact__ttl {
    margin-bottom: 15px;
  }
}
.c-contact__ttl::before {
  content: "";
  width: 34px;
  aspect-ratio: 22/16;
  background: url(../img/common/ico_ttl.svg) no-repeat center/100%;
}
.c-contact-tel {
  background: #EBF4EB;
  border-radius: 16px;
  padding: 40px 0;
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-contact-tel {
    padding: 20px 0;
    margin-bottom: 60px;
  }
}
.c-contact-tel__link {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(4rem, 1.084rem + 6.08vw, 6.4rem);
  line-height: 1;
  color: #46A246;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
.c-contact-tel__link .__sub {
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  line-height: 1;
}
.c-contact-tel__quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  text-align: center;
}
.c-contact-form .c-contact__ttl {
  margin-bottom: 60px;
  justify-content: flex-start;
}
@media screen and (max-width:768px) {
  .c-contact-form .c-contact__ttl {
    margin-bottom: 30px;
  }
}
.c-contact-form__sub {
  font-size: clamp(1.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.c-contact-form__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 1.5;
  margin-bottom: 30px;
}
.c-contact-form__quote {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-form__quote {
    margin-bottom: 40px;
  }
}
.c-contact-form__step {
  width: min(960px, 100%);
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-contact-form__step {
    margin: 0 auto 40px;
  }
}
.c-contact-form__step::before {
  content: "";
  width: 50%;
  height: 1px;
  margin: 35px 0 0;
  background: #D3D3D3;
  order: 1;
}
.c-contact-form__step::after {
  content: "";
  width: 50%;
  height: 1px;
  margin: 35px 0 0;
  background: #D3D3D3;
  order: 3;
}
.c-contact-form__step--list {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-contact-form__step--list {
    gap: 8px;
  }
}
.c-contact-form__step--list .__number {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  line-height: 1;
  background: #E9E9E9;
  color: #1F1F1F;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-contact-form__step--list .__number {
    font-size: 2.4rem;
    width: 48px;
    height: 48px;
  }
}
.c-contact-form__step--list .__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-contact-form__step--list .__txt {
    font-size: 1.6rem;
  }
}
.c-contact-form__step--list.__current .__number {
  background: #46A246;
  color: #fff;
}
.c-contact-form__step--list:first-of-type {
  padding-right: 15px;
  order: 0;
}
.c-contact-form__step--list:nth-of-type(2) {
  padding: 0 15px;
  order: 2;
}
.c-contact-form__step--list:last-of-type {
  padding-left: 15px;
  order: 4;
}
.c-contact-form__step.__step02::before {
  background: #46A246;
}
.c-contact-form__step.__step03::before, .c-contact-form__step.__step03::after {
  background: #46A246;
}
.c-contact-form__body .c-contact-form__btn.c_btn {
  position: relative;
}
.c-contact-form__body .c-contact-form__btn.c_btn .c-contact-form__submit {
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.c-contact-form__body .c-contact-form__btn.c_btn::after {
  padding: 30px;
}
.c-contact-form__policy {
  line-height: 2;
}
.c-contact-form__policy .__link {
  font-weight: 700;
  text-decoration: underline;
  color: #46A246;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.c-contact-form__policy .__link::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: auto;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.c-contact.__confirm .c-contact-form__operation {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__operation {
    margin-bottom: 40px;
  }
}
.c-contact.__confirm .c-contact-form__operation .__sub {
  color: #46A246;
}
.c-contact.__confirm .c-contact-form__body .c-contact-form__block {
  padding: 60px 0 40px;
  margin: 0;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__body .c-contact-form__block {
    padding: 30px 0;
  }
}
.c-contact.__confirm .c-contact-form__body .c-contact-form__block .c-contact-form__ttl {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  line-height: 2;
  width: 240px;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__body .c-contact-form__block .c-contact-form__ttl {
    width: 100%;
  }
}
.c-contact.__confirm .c-contact-form__body .c-contact-form__block .c-contact-form__item {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  line-height: 2;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__body .c-contact-form__block .c-contact-form__item {
    width: 100%;
  }
}
.c-contact.__confirm .c-contact-form__body .c-contact-form__block:first-of-type {
  padding: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__body .c-contact-form__block:first-of-type {
    padding: 30px 0;
  }
}
@media screen and (max-width:768px) {
  .c-contact.__confirm .c-contact-form__body .c-contact-form__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.c-contact.__confirm .c-contact-form__btn {
  width: min(360px, 90%);
  height: 80px;
  position: relative;
}
.c-contact.__confirm .c-contact-form__btn.c_btn {
  position: relative;
}
.c-contact.__confirm .c-contact-form__btn.c_btn .c-contact-form__submit {
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.c-contact.__confirm .c-contact-form__btn.c_btn::after {
  padding: 30px;
}
.c-contact.__confirm .c-contact-form__return {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.c-contact.__confirm .c-contact-form__return::before {
  content: "";
  width: 48px;
  height: 48px;
  padding: 14px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #EBF4EB url(../img/common/ico_arrow_green.svg) no-repeat center/20px;
  transform: rotate(180deg);
}
.c-contact-complete__ttl {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__ttl {
    margin-bottom: 30px;
  }
}
.c-contact-complete__txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width:768px) {
  .c-contact-complete__txt {
    margin-bottom: 40px;
  }
}
.c-contact-complete .c_btn {
  width: 360px;
  padding-left: 30px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-contact-complete .c_btn {
    width: 265px;
    padding-left: 20px;
  }
}
.c-contact .__red {
  color: #EB4848;
}
.c-contact .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin: 10px 0 0;
}

.c_ttl {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c_ttl {
    gap: 10px;
  }
}
.c_ttl .__sub {
  font-size: clamp(1.4rem, 0.914rem + 1.01vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
  padding-left: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c_ttl .__sub .__sub2 {
  flex-shrink: 0;
}
.c_ttl .__sub .__border {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background: #D3D3D3;
}
.c_ttl::before {
  content: "";
  width: 28px;
  aspect-ratio: 22/16;
  background: url(../img/common/ico_ttl.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c_ttl::after {
  content: attr(data-en);
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(4.4rem, -0.861rem + 10.13vw, 9.6rem);
  line-height: 1;
}
.c_ttl.policy_ttl {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(4rem, -2.805rem + 14.18vw, 9.6rem);
  text-align: center;
  line-height: 1;
}
.c_ttl.policy_ttl::before {
  content: none;
}
.c_ttl.page_subttl::after {
  font-size: 8rem;
}
@media screen and (max-width:1280px) {
  .c_ttl.page_subttl::after {
    font-size: 6rem;
  }
}
@media screen and (max-width:768px) {
  .c_ttl.page_subttl::after {
    font-size: 4rem;
  }
}

.c-index-visual {
  margin: 0 40px 160px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-index-visual {
    width: 90%;
    height: 460px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-slider {
    height: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-slider .slick-list {
    height: 100%;
    border-radius: 8px;
  }
}
@media screen and (max-width:768px) {
  .c-index-visual-slider .slick-list .slick-track {
    height: 100%;
  }
}
.c-index-visual-slider__item .__pic .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-visual-number {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-index-visual-number {
    bottom: 20px;
    left: 25px;
  }
}
.c-index-visual-number__count {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  width: 52px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.c-index-visual-number__count::before {
  content: "";
  width: 40px;
  height: 50px;
  margin: auto;
  background: url(../img/top/pic_slash.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-index-visual-number__count .now_count::before {
  content: "0";
}
.c-index-visual-number__count .all_count {
  margin-left: auto;
}
.c-index-visual-number__count .all_count::before {
  content: "0";
}
.c-index-visual-catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-index-visual-catch__inner {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 0.284rem + 6.08vw, 5.6rem);
  font-weight: 500;
  line-height: 1.35;
  text-shadow: 0 0 20px #000, 0 0 40px #000, 0 0 80px #000;
  color: #fff;
}
@media screen and (max-width:768px) {
  .c-index-visual-catch__inner {
    font-size: 2.8rem;
  }
}

.c-mv {
  width: min(1280px, 90%);
  margin: 120px auto;
}
@media screen and (max-width:768px) {
  .c-mv {
    margin: 40px auto 60px;
  }
}

.c-index-news {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-index-news {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.c-index-news-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 175px;
}
@media screen and (max-width:1024px) {
  .c-index-news-info {
    margin-bottom: 30px;
    gap: 0;
  }
}
.c-index-news-list {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .c-index-news-list {
    margin-bottom: 45px;
  }
}
.c-index-news-list .c-index-news-list__item .c-index-news-list__link {
  padding: 30px 15px;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-index-news-list .c-index-news-list__item .c-index-news-list__link {
    padding: 20px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.c-index-news-list .c-index-news-list__item .c-index-news-list__link .c-index-news-list__ttl {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 2;
  width: calc(100% - 200px);
}
@media screen and (max-width:768px) {
  .c-index-news-list .c-index-news-list__item .c-index-news-list__link .c-index-news-list__ttl {
    width: 100%;
  }
}
.c-index-news-list .c-index-news-list__item .c-index-news-list__link .c-index-news-list__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-index-news-list .c-index-news-list__item .c-index-news-list__link .c-index-news-list__info .c-index-news-list__category {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  background: #46A246;
  border-radius: 100px;
  flex-shrink: 0;
}
.c-index-news-list .c-index-news-list__item .c-index-news-list__link .c-index-news-list__info .c-index-news-list__day {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  color: #8D8D8D;
}
.c-index-news-list .c-index-news-list__item .c-index-news-list__link:first-of-type {
  border-top: 1px solid #D3D3D3;
}
.c-index-news-list .c-index-news-list__item .c-index-news-list__link:hover {
  color: #46A246;
}

.c-index-service {
  background: #0A150A;
  margin: 0 0 160px;
  display: flex;
  gap: 80px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-index-service {
    padding: 40px 0;
    margin: 0 0 60px;
    flex-direction: column;
    gap: 40px;
  }
}
.c-index-service::before {
  content: "";
  background: url(../img/common/bg_deco_l2.png) no-repeat center/100%;
  width: 67%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-index-service::before {
    background: url(../img/top/bg_service_sptop.png) no-repeat center/100%;
    width: 100%;
  }
}
.c-index-service::after {
  content: "";
  background: url(../img/common/bg_deco_r2.png) no-repeat center/100%;
  width: 42%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .c-index-service::after {
    background: url(../img/top/bg_service_spbottom.png) no-repeat center/100%;
    width: 100%;
  }
}
.c-index-service__inner {
  width: 480px;
  padding: 200px 0 300px;
  margin: 0 auto;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .c-index-service__inner {
    width: min(480px, 90%);
    padding: 0;
  }
}
.c-index-service__inner .c_ttl {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .c-index-service__inner .c_ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    justify-content: center;
  }
}
.c-index-service__inner .c-index-service__txt {
  line-height: 2;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-index-service__inner .c-index-service__txt {
    font-size: 1.4rem;
  }
}
.c-index-service__inner .c-index-service__info {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: order 0;
}
.c-index-service__inner .c-index-service__info__item {
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: 700;
  color: #fff;
  padding: 10px 20px 10px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-index-service__inner .c-index-service__info__item {
    font-size: 1.4rem;
    gap: 8px;
  }
}
.c-index-service__inner .c-index-service__info__item::before {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 1.256rem + 4.05vw, 4.8rem);
  width: 62px;
  counter-increment: order 1;
  content: "0" counter(order);
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-index-service__inner .c-index-service__info__item::before {
    font-size: 2.8rem;
    width: 35px;
  }
}
.c-index-service__inner .c-index-service__info__item::after {
  content: "";
  width: 20px;
  margin-left: auto;
  background: url(../img/common/ico_arrow.svg) no-repeat center/20px;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-index-service__inner .c-index-service__info__item::after {
    width: 15px;
  }
}
.c-index-service__inner .c-index-service__info__item:hover {
  background: #fff;
  color: #46A246;
}
.c-index-service__inner .c-index-service__info__item:hover::before {
  color: #46A246;
}
.c-index-service__inner .c-index-service__info__item:hover::after {
  background: url(../img/common/ico_arrow_green.svg) no-repeat center/20px;
}
.c-index-service__inner .c_btn {
  width: 265px;
  margin: 0 auto;
}
.c-index-service__img {
  width: 640px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1024px) {
  .c-index-service__img {
    width: min(500px, 90%);
    flex-direction: row;
  }
}
.c-index-service__img--top {
  margin: 120px 0;
}
@media screen and (max-width:1024px) {
  .c-index-service__img--top {
    margin: 0 auto;
    justify-content: space-between;
  }
}
.c-index-service__img--top .__pic {
  display: block;
}
.c-index-service__img--top .__pic:first-of-type {
  width: 43.75%;
  margin: 0 0 25% 25%;
}
@media screen and (max-width:1280px) {
  .c-index-service__img--top .__pic:first-of-type {
    width: 65%;
    margin: 0 0 35% 10%;
  }
}
@media screen and (max-width:1024px) {
  .c-index-service__img--top .__pic:first-of-type {
    width: calc((100% - 16px) / 3);
    margin: 0;
  }
}
.c-index-service__img--top .__pic:nth-of-type(2) {
  width: 68.75%;
}
@media screen and (max-width:1280px) {
  .c-index-service__img--top .__pic:nth-of-type(2) {
    width: 85%;
  }
}
@media screen and (max-width:1024px) {
  .c-index-service__img--top .__pic:nth-of-type(2) {
    width: calc((100% - 16px) / 3);
    margin: 0;
  }
}
.c-index-service__img--top .__pic:last-of-type {
  width: 56.25%;
  margin: -6.25% 0 0 auto;
}
@media screen and (max-width:1280px) {
  .c-index-service__img--top .__pic:last-of-type {
    width: 65%;
    margin: -5% 0 0 auto;
  }
}
@media screen and (max-width:1024px) {
  .c-index-service__img--top .__pic:last-of-type {
    width: calc((100% - 16px) / 3);
    margin: 0;
  }
}
.c-index-service__img--bottom {
  margin: 280px 0 -40px;
}
@media screen and (max-width:1024px) {
  .c-index-service__img--bottom {
    margin: 0 auto;
    justify-content: space-between;
  }
}
.c-index-service__img--bottom .__pic {
  display: block;
}
.c-index-service__img--bottom .__pic:first-of-type {
  width: 62.5%;
  margin-left: auto;
}
@media screen and (max-width:1280px) {
  .c-index-service__img--bottom .__pic:first-of-type {
    width: 75%;
  }
}
@media screen and (max-width:1024px) {
  .c-index-service__img--bottom .__pic:first-of-type {
    width: calc((100% - 16px) / 3);
    margin: 0;
  }
}
.c-index-service__img--bottom .__pic:nth-of-type(2) {
  width: 43.75%;
  margin: -6.25% 0 32% 12.5%;
}
@media screen and (max-width:1280px) {
  .c-index-service__img--bottom .__pic:nth-of-type(2) {
    width: 75%;
    margin: -3% 0 30% 10%;
  }
}
@media screen and (max-width:1024px) {
  .c-index-service__img--bottom .__pic:nth-of-type(2) {
    width: calc((100% - 16px) / 3);
    margin: 0;
  }
}
.c-index-service__img--bottom .__pic:last-of-type {
  width: 78%;
}
@media screen and (max-width:1280px) {
  .c-index-service__img--bottom .__pic:last-of-type {
    width: 85%;
    margin: -3% 0 30% 10%;
  }
}
@media screen and (max-width:1024px) {
  .c-index-service__img--bottom .__pic:last-of-type {
    width: calc((100% - 16px) / 3);
    margin: 0;
  }
}

.c-index-company {
  width: min(1560px, 100% - 80px);
  margin: 0 0 160px 40px;
  display: flex;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-index-company {
    width: 90%;
    margin: 0 auto 60px;
    flex-direction: column-reverse;
    gap: 45px;
  }
}
.c-index-company__img {
  width: min(1000px, 100%);
}
.c-index-company__info .c_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .c-index-company__info .c_ttl {
    margin-bottom: 30px;
  }
}
.c-index-company__info .c-index-company__catch {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(2rem, 0.542rem + 3.04vw, 3.2rem);
  line-height: 1.35;
  margin-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .c-index-company__info .c-index-company__catch {
    margin-bottom: 30px;
  }
}
.c-index-company__info .c-index-company__txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
  margin-bottom: 70px;
}

.c-index-recruit {
  width: min(1560px, 100% - 80px);
  height: 820px;
  margin: 0 40px 160px auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .c-index-recruit {
    width: 100%;
    height: auto;
    margin: 0 0 60px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.c-index-recruit::before {
  content: "";
  width: min(1240px, 77.5%);
  height: 100%;
  aspect-ratio: 1240/827;
  background: url(../img/top/pic_recruit.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
@media screen and (max-width:1024px) {
  .c-index-recruit::before {
    width: 100%;
    position: unset;
  }
}
.c-index-recruit::after {
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 1240/827;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: width 1s;
}
@media screen and (max-width:1024px) {
  .c-index-recruit::after {
    width: 100%;
    position: unset;
  }
}
@media screen and (max-width:1024px) {
  .c-index-recruit__info {
    width: 90%;
    margin: 0 auto 45px;
  }
}
.c-index-recruit__info .c_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .c-index-recruit__info .c_ttl {
    margin-bottom: 30px;
  }
}
.c-index-recruit__info .c-index-recruit__txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
  margin-bottom: 70px;
  width: min(480px, 100%);
}
@media screen and (max-width:1024px) {
  .c-index-recruit__info .c-index-recruit__txt {
    margin-bottom: 45px;
  }
}
.c-index-recruit.is-inview::after {
  width: 0;
}

.c-company-message {
  width: min(1200px, 90%);
  margin: 0 auto;
  background: #EBF4EB;
  margin-bottom: 160px;
  padding: 80px 0 240px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-company-message {
    width: 100%;
    padding: 40px 0 55%;
    margin-bottom: 60px;
    border-radius: 0;
  }
}
.c-company-message::after {
  content: "";
  width: 100%;
  aspect-ratio: 1280/480;
  background: url(../img/company/pic_pre.png) no-repeat center/100%;
  border-radius: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-company-message::after {
    aspect-ratio: 375/244;
    background: url(../img/company/pic_pre_sp.png) no-repeat center/100%;
    border-radius: 0;
  }
}
.c-company-message .c_ttl {
  width: min(1120px, 90%);
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .c-company-message .c_ttl {
    margin: 0 auto 40px;
  }
}
.c-company-message__inner {
  width: min(1120px, 90%);
  margin: 0 auto;
  display: flex;
  gap: 2%;
}
@media screen and (max-width:768px) {
  .c-company-message__inner {
    padding-bottom: 20px;
    flex-direction: column;
    gap: 30px;
  }
}
.c-company-message__catch {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: #46A246;
  width: min(480px, 43%);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:1280px) {
  .c-company-message__catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width:768px) {
  .c-company-message__catch {
    font-size: 2.4rem;
    width: min(500px, 100%);
    margin: 0 auto;
    gap: 15px;
  }
}
.c-company-message__catch .__sub:last-of-type {
  margin-left: auto;
}
.c-company-message__txt {
  width: 55%;
}
@media screen and (max-width:768px) {
  .c-company-message__txt {
    width: 100%;
  }
}
.c-company-message__txt--main {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
  margin-bottom: 60px;
}
.c-company-message__txt--name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #46A246;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-company-message__txt--name {
    justify-content: flex-start;
  }
}
.c-company-message__txt--name .__sub {
  font-size: 1.5rem;
}
.c-company-overview {
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-company-overview {
    margin-bottom: 60px;
  }
}
.c-company-overview::after {
  content: "";
  width: 41%;
  aspect-ratio: 720/405;
  background: url(../img/common/pic_company.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .c-company-overview::after {
    width: 95%;
    margin: 40px auto 0 0;
    position: unset;
    display: block;
  }
}
.c-company-overview__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-company-overview__inner {
    flex-direction: column;
  }
}
.c-company-overview .c_ttl {
  width: calc(44% - 40px);
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-company-overview .c_ttl {
    width: 100%;
  }
}
.c-company-overview__table {
  width: 56%;
}
@media screen and (max-width:768px) {
  .c-company-overview__table {
    width: 100%;
  }
}
.c-company-overview__table--block {
  padding: 60px 0 30px;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width:768px) {
  .c-company-overview__table--block {
    padding: 30px 0 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.c-company-overview__table--block .c-company-overview__table--ttl {
  width: 100px;
  line-height: 2;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  color: #46A246;
}
@media screen and (max-width:768px) {
  .c-company-overview__table--block .c-company-overview__table--ttl {
    width: 100%;
  }
}
.c-company-overview__table--block .c-company-overview__table--txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
  width: calc(100% - 160px);
}
@media screen and (max-width:768px) {
  .c-company-overview__table--block .c-company-overview__table--txt {
    width: 100%;
  }
}
.c-company-overview__table--block:first-of-type {
  padding: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-company-overview__table--block:first-of-type {
    padding: 0 0 20px;
  }
}
.c-company-access {
  width: min(1560px, 100%);
  margin: 0 auto 0 0;
}
@media screen and (max-width:1024px) {
  .c-company-access {
    width: 90%;
    margin: 0 auto;
  }
}
.c-company-access__inner {
  margin: 0 0 0 40px;
  display: flex;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-company-access__inner {
    margin: 0;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.c-company-access__map {
  width: calc(100% - 560px);
}
@media screen and (max-width:1024px) {
  .c-company-access__map {
    width: 100%;
  }
}
.c-company-access__map .__frame {
  width: 100%;
  height: 560px;
}
@media screen and (max-width:768px) {
  .c-company-access__map .__frame {
    height: 188px;
  }
}
.c-company-access__info {
  max-width: 480px;
  flex-shrink: 0;
}
@media screen and (max-width:1024px) {
  .c-company-access__info {
    width: 100%;
    max-width: 100%;
  }
}
.c-company-access__info .c_ttl {
  margin-bottom: 40px;
}
.c-company-access__info--address {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
  .c-company-access__info--address {
    margin-bottom: 15px;
  }
}
.c-company-access__info--link {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: underline;
  color: #46A246;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-company-access__info--link::before {
  content: "";
  width: 24px;
  aspect-ratio: 24/32;
  background: url(../img/company/ico_pin.svg) no-repeat center/100%;
}
.c-company-history {
  background: url(../img/top/bg_service.png) no-repeat center/cover;
  margin: -95px 0 0;
}
.c-company-history__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  padding: 255px 0 160px;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width:1024px) {
  .c-company-history__inner {
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .c-company-history__inner {
    padding: 125px 0 60px;
    gap: 40px;
  }
}
.c-company-history .c_ttl {
  color: #fff;
}
.c-company-history .c_ttl::after {
  color: #fff;
}
.c-company-history__list {
  position: relative;
}
.c-company-history__list::before {
  content: "";
  height: calc(92% + 18px);
  border-left: 1px dashed #fff;
  position: absolute;
  left: 0;
  top: 23px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-company-history__list::before {
    height: 98%;
    top: 10px;
  }
}
.c-company-history__list--item {
  padding-left: 80px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-company-history__list--item {
    padding-left: 40px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.c-company-history__list--item::before {
  content: "";
  width: 72px;
  height: 0;
  margin: auto;
  border-bottom: 1px dashed #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:768px) {
  .c-company-history__list--item::before {
    width: 32px;
    top: 15%;
    bottom: unset;
  }
}
.c-company-history__list--item .__year {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 0.37rem + 5.06vw, 4.8rem);
  color: #46A246;
  width: 182px;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-company-history__list--item .__year {
    font-size: 2.8rem;
    width: 100%;
    margin-right: 0;
  }
}
.c-company-history__list--item .__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  width: calc(100% - 302px);
}
@media screen and (max-width:768px) {
  .c-company-history__list--item .__txt {
    font-size: 1.6rem;
    width: 100%;
  }
}
.c-company-history__list--item:last-of-type {
  margin-bottom: 0;
}

.c-service__ttl {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
  width: min(1280px, 90%);
  margin: 0 auto 60px;
  color: #46A246;
}
@media screen and (max-width:768px) {
  .c-service__ttl {
    margin-bottom: 45px;
  }
}
.c-service__catch {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  text-align: center;
  line-height: 2;
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-service__catch {
    margin-bottom: 60px;
  }
}
.c-service-list__inner {
  background: #0A150A;
  padding: 160px 0;
  margin-bottom: 160px;
  counter-reset: order 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-service-list__inner {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.c-service-list__inner::before {
  content: "";
  background: url(../img/common/bg_deco_l2.png) no-repeat center/100%;
  width: 67%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-service-list__inner::before {
    background: url(../img/top/bg_service_sptop.png) no-repeat center/100%;
    width: 100%;
  }
}
.c-service-list__inner::after {
  content: "";
  background: url(../img/common/bg_deco_r2.png) no-repeat center/100%;
  width: 42%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .c-service-list__inner::after {
    background: url(../img/top/bg_service_spbottom.png) no-repeat center/100%;
    width: 100%;
  }
}
.c-service-list__item {
  width: min(1280px, 90%);
  padding: 80px 0;
  margin: 0 auto;
  border-bottom: 1px solid #46A246;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .c-service-list__item {
    width: min(480px, 90%);
    padding: 45px 0;
  }
}
.c-service-list__item:first-of-type {
  padding: 0 0 80px;
}
.c-service-list__item--info {
  width: 480px;
  flex-shrink: 0;
}
@media screen and (max-width:1024px) {
  .c-service-list__item--info {
    width: 100%;
  }
}
.c-service-list__item--info .c-service-list__item--ttl {
  padding: 44px 0 0 77px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-service-list__item--info .c-service-list__item--ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:415px) {
  .c-service-list__item--info .c-service-list__item--ttl {
    padding: 31px 0 0 48px;
  }
}
.c-service-list__item--info .c-service-list__item--ttl .__number {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 0.628rem + 2.03vw, 2.4rem);
  line-height: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-service-list__item--info .c-service-list__item--ttl .__number::after {
  font-size: clamp(3.2rem, 1.256rem + 4.05vw, 4.8rem);
  line-height: 1;
  counter-increment: order 1;
  content: "0" counter(order);
}
.c-service-list__item--info .c-service-list__item--ttl .__txt {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 0.284rem + 6.08vw, 5.6rem);
  font-weight: 500;
  line-height: 1.35;
  color: #46A246;
}
.c-service-list__item--info .c-service-list__item--txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
  color: #fff;
}
@media screen and (max-width:1024px) {
  .c-service-list__item--img {
    margin-bottom: 30px;
  }
}
.c-service-list__item--btn {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:1024px) {
  .c-service-list__item--btn {
    margin: 30px 0 0;
  }
}
.c-service-list__item--btn .__link {
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #fff;
  background: #EB4848;
  border-radius: 4px;
  padding: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.c-service-list__item--btn .__link::after {
  content: "";
  width: 18px;
  height: 17px;
  background: url(../img/common/ico_download.svg) no-repeat center/100%;
}
.c-service-list__item--btn.__btn2 {
  margin: 20px 0 0;
}
.c-service-list__item.__reverse {
  flex-direction: row-reverse;
}
.c-service-flow {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-service-flow {
    margin: 0 auto 60px;
  }
}
.c-service-flow .c_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.c-service-flow__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  counter-reset: order 0;
}
@media screen and (max-width:1280px) {
  .c-service-flow__inner {
    gap: 30px;
  }
}
@media screen and (max-width:1024px) {
  .c-service-flow__inner {
    width: min(500px, 100%);
    margin: 0 auto;
    flex-direction: column;
  }
}
.c-service-flow__inner::before {
  content: "";
  width: 100%;
  height: 80px;
  background: #EBF4EB;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .c-service-flow__inner::before {
    width: 40px;
    height: 100%;
    right: 0;
    left: 0;
  }
}
.c-service-flow__inner:first-of-type {
  padding-right: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width:1024px) {
  .c-service-flow__inner:first-of-type {
    padding: 0 0 40px;
    margin-bottom: 0;
  }
}
.c-service-flow__inner:last-of-type {
  padding-left: 40px;
  counter-reset: order 4;
}
@media screen and (max-width:1024px) {
  .c-service-flow__inner:last-of-type {
    padding: 0;
  }
}
.c-service-flow__inner:last-of-type::before {
  left: unset;
  right: 0;
}
@media screen and (max-width:1024px) {
  .c-service-flow__inner:last-of-type::before {
    left: 0;
  }
}
.c-service-flow__item {
  background: #fff;
  padding: 25px;
  border: 1px solid #D3D3D3;
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-service-flow__item::before {
  content: "";
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1;
  color: #46A246;
  counter-increment: order 1;
  content: "0" counter(order);
  position: absolute;
  top: 10px;
  left: 10px;
}
.c-service-flow__item--img {
  width: 100%;
  margin-bottom: 15px;
}
.c-service-flow__item--ttl {
  font-size: clamp(1.6rem, 1.478rem + 0.25vw, 1.7rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1280px) {
  .c-service-flow__item--ttl {
    font-size: 1.28rem;
  }
}
@media screen and (max-width:1024px) {
  .c-service-flow__item--ttl {
    font-size: 1.6rem;
  }
}
.c-service-flow .c-service-flow__inner:first-of-type .c-service-flow__item:nth-of-type(2) {
  transition-delay: 0.8s;
}
.c-service-flow .c-service-flow__inner:first-of-type .c-service-flow__item:nth-of-type(3) {
  transition-delay: 1.1s;
}
.c-service-flow .c-service-flow__inner:first-of-type .c-service-flow__item:nth-of-type(4) {
  transition-delay: 1.4s;
}
.c-service-flow .c-service-flow__inner:last-of-type .c-service-flow__item:nth-of-type(1) {
  transition-delay: 1.7s;
}
.c-service-flow .c-service-flow__inner:last-of-type .c-service-flow__item:nth-of-type(2) {
  transition-delay: 2s;
}
.c-service-flow .c-service-flow__inner:last-of-type .c-service-flow__item:nth-of-type(3) {
  transition-delay: 2.3s;
}
.c-service-flow .c-service-flow__inner:last-of-type .c-service-flow__item:nth-of-type(4) {
  transition-delay: 2.6s;
}
.c-service-voice {
  width: min(960px, 90%);
  margin: 0 auto;
}
.c-service-voice .c_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.c-service-voice__list .c-service-voice__item {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #46A246;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-service-voice__list .c-service-voice__item {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    flex-direction: column;
    gap: 20px;
  }
}
.c-service-voice__list .c-service-voice__item:last-of-type {
  margin-bottom: 0;
}
.c-service-voice__list .c-service-voice__item.__reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .c-service-voice__list .c-service-voice__item.__reverse {
    flex-direction: column;
  }
}
.c-service-voice__list .c-service-voice__item--img {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-service-voice__list .c-service-voice__item--img {
    width: 240px;
    height: 240px;
    margin: 0 auto;
  }
}
.c-service-voice__list .c-service-voice__item--detail .__star {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
@media screen and (max-width:768px) {
  .c-service-voice__list .c-service-voice__item--detail .__star {
    margin-bottom: 20px;
    gap: 3px;
  }
}
.c-service-voice__list .c-service-voice__item--detail .__star .__sub {
  width: 21px;
  height: 20px;
  background: url(../img/common/ico_star.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-service-voice__list .c-service-voice__item--detail .__star .__sub {
    width: 15px;
    height: 14px;
  }
}
.c-service-voice__list .c-service-voice__item--detail--ttl {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-weight: 500;
  font-size: clamp(2.2rem, 1.957rem + 0.51vw, 2.4rem);
  line-height: 1.5;
  color: #46A246;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-service-voice__list .c-service-voice__item--detail--ttl {
    margin-bottom: 20px;
  }
}
.c-service-voice__list .c-service-voice__item--detail--txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
}

.c-recruit__bg {
  background: #EBF4EB;
  padding: 160px 0 155px;
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-recruit__bg {
    padding: 60px 0;
    margin: 0 auto 60px;
  }
}
.c-recruit__bg::before {
  content: "";
  background: url(../img/common/bg_deco_l.png) no-repeat center/100%;
  width: 67%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.c-recruit__bg::after {
  content: "";
  background: url(../img/common/bg_deco_r.png) no-repeat center/100%;
  width: 42%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-recruit-message {
  width: min(1280px, 90%);
  padding-bottom: 160px;
  margin: 0 auto 160px;
  border-bottom: 1px solid #46A246;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-recruit-message {
    padding-bottom: 60px;
    margin: 0 auto 60px;
  }
}
.c-recruit-message .c_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .c-recruit-message .c_ttl {
    margin: 0 auto 40px;
  }
}
.c-recruit-message__catch {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 1.428rem + 2.03vw, 3.2rem);
  line-height: 1.35;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .c-recruit-message__catch {
    margin: 0 auto 30px;
  }
}
.c-recruit-message__catch .__sub {
  color: #46A246;
}
.c-recruit-message__txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  text-align: center;
  line-height: 2;
}
.c-recruit-number {
  width: min(1280px, 90%);
  margin: 0 auto;
  position: relative;
}
.c-recruit-number__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width:1280px) {
  .c-recruit-number__inner {
    gap: 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-recruit-number__inner {
    gap: 15px;
  }
}
.c-recruit-number .c_ttl {
  width: calc(50% - 20px);
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width:1280px) {
  .c-recruit-number .c_ttl {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width:1024px) {
  .c-recruit-number .c_ttl {
    width: 100%;
    margin-bottom: 25px;
  }
}
.c-recruit-number__item {
  width: calc((100% - 120px) / 4);
  padding: 30px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 32px rgba(70, 162, 70, 0.1);
}
@media screen and (max-width:1280px) {
  .c-recruit-number__item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width:1024px) {
  .c-recruit-number__item {
    width: calc((100% - 15px) / 2);
  }
}
.c-recruit-number__item--ttl {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 1.314rem + 1.01vw, 2.2rem);
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:1280px) {
  .c-recruit-number__item--ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-number__item--ttl {
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.c-recruit-number__item--img {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-recruit-number__item--img {
    margin-bottom: 16px;
  }
}
.c-recruit-number__item--move {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
}
.c-recruit-number__item--move .__num {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(4rem, 1.084rem + 6.08vw, 6.4rem);
  color: #46A246;
}
@media screen and (max-width:768px) {
  .c-recruit-number__item--move .__num {
    font-size: 4rem;
  }
}
.c-recruit-number__item--move .__unit {
  font-size: clamp(2rem, 1.514rem + 1.01vw, 2.4rem);
  font-weight: 700;
  color: #46A246;
  margin-bottom: 7px;
}
@media screen and (max-width:1280px) {
  .c-recruit-number__item--move .__unit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:415px) {
  .c-recruit-number__item--move .__unit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1280px) {
  .c-recruit-number__item--move .__unit .__sub {
    font-size: 1.5rem;
  }
}
.c-recruit-number__item--move .__icon {
  width: 14px;
  height: 32px;
  background: url(../img/recruit/ico_ratio.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-recruit-number__item--move .__icon {
    width: 9px;
    height: 22px;
  }
}
.c-recruit-number__item--move.__center {
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:1280px) {
  .c-recruit-number__item--move.__center {
    gap: 7px;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-number__item--move.__center {
    gap: 4px;
  }
}
.c-recruit-number__item--move.__center .__unit {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .c-recruit-number__item--move.__center .__unit {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:415px) {
  .c-recruit-number__item--move.__center .__unit {
    font-size: 1.2rem;
  }
}
.c-recruit-interview {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview {
    margin: 0 auto 60px;
  }
}
.c-recruit-interview .c_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.c-recruit-interview__main {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .c-recruit-interview__main {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-recruit-interview__main--info {
  position: relative;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment {
  width: 430px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width:1024px) {
  .c-recruit-interview__main--info .c-recruit-interview__main--comment {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-interview__main--info .c-recruit-interview__main--comment {
    width: 100%;
    align-items: flex-start;
    gap: 8px;
  }
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 0.456rem + 4.05vw, 4rem);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 10px;
  border-radius: 4px;
  position: relative;
  display: flex;
  gap: 3px;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub:last-of-type {
  margin-left: auto;
  transition-delay: 0.7s;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub:last-of-type {
    margin-left: 45px;
  }
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub::before {
  content: "";
  width: 0;
  height: 100%;
  background: #46A246;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.4s;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub .__anim {
  display: inline-block;
  opacity: 0;
  transform: translateX(100%) scale(0.5);
  transform-origin: 50% 50%;
  will-change: opacity, transform;
  transition: opacity 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub .__anim:nth-of-type(2) {
  transition-delay: 0.1s;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub .__anim:nth-of-type(3) {
  transition-delay: 0.2s;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub .__anim:nth-of-type(4) {
  transition-delay: 0.3s;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub .__anim:nth-of-type(5) {
  transition-delay: 0.4s;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub .__anim:nth-of-type(6) {
  transition-delay: 0.5s;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub .__anim:nth-of-type(7) {
  transition-delay: 0.6s;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub .__anim:nth-of-type(8) {
  transition-delay: 0.7s;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub.is-inview::before {
  width: 100%;
}
.c-recruit-interview__main--info .c-recruit-interview__main--comment .__sub.is-inview .__anim {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}
.c-recruit-interview__main--info .c-recruit-interview__main--name {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 4px;
  border: 2px solid #EBF4EB;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-recruit-interview__main--info .c-recruit-interview__main--name .__name {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(4rem, 1.084rem + 6.08vw, 6.4rem);
  color: #46A246;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.c-recruit-interview__main--info .c-recruit-interview__main--name .__name .__icon {
  width: 14px;
  height: 12px;
  margin-bottom: 6px;
  background: url(../img/recruit/ico_dot.svg) no-repeat center/100%;
}
.c-recruit-interview__main--info .c-recruit-interview__main--name .__detail {
  font-size: clamp(1.4rem, 0.914rem + 1.01vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
}
.c-recruit-interview__main--img {
  width: 74%;
  margin: 0 0 0 -80px;
  position: relative;
  z-index: -2;
}
@media screen and (max-width:1024px) {
  .c-recruit-interview__main--img {
    width: 100%;
    margin: -20px 0 0 0;
  }
}
.c-recruit-interview__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 75px;
}
@media screen and (max-width:1024px) {
  .c-recruit-interview__bottom {
    flex-direction: column;
    gap: 40px;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__qa {
  width: 56%;
}
@media screen and (max-width:1024px) {
  .c-recruit-interview__bottom .c-recruit-interview__qa {
    width: 100%;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__qa--list {
  padding: 45px 0;
  border-bottom: 1px solid #46A246;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__bottom .c-recruit-interview__qa--list {
    padding: 30px 0;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__qa--list .c-recruit-interview__qa--ttl {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 1.428rem + 2.03vw, 3.2rem);
  line-height: 1;
  color: #46A246;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__bottom .c-recruit-interview__qa--list .c-recruit-interview__qa--ttl {
    margin-bottom: 24px;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__qa--list .c-recruit-interview__qa--ttl::before {
  content: "";
  width: 110px;
  height: 56px;
  background: url(../img/recruit/pic_qa.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__bottom .c-recruit-interview__qa--list .c-recruit-interview__qa--ttl::before {
    width: 79px;
    height: 40px;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__qa--list .c-recruit-interview__qa--item {
  font-size: clamp(1.4rem, 0.914rem + 1.01vw, 1.8rem);
  line-height: 2;
  margin-left: 120px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__bottom .c-recruit-interview__qa--list .c-recruit-interview__qa--item {
    margin-left: 0;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__qa--list:first-of-type {
  padding: 0 0 45px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__bottom .c-recruit-interview__qa--list:first-of-type {
    padding: 0 0 30px;
  }
}
@media screen and (max-width:1024px) {
  .c-recruit-interview__bottom .c-recruit-interview__schedule {
    width: 100%;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__schedule .c_ttl {
  margin: 0 0 -20px 30px;
  gap: 10px;
}
.c-recruit-interview__bottom .c-recruit-interview__schedule .c_ttl .__sub {
  font-size: clamp(1.4rem, 0.914rem + 1.01vw, 1.8rem);
}
.c-recruit-interview__bottom .c-recruit-interview__schedule .c_ttl::after {
  font-size: clamp(4rem, 1.084rem + 6.08vw, 6.4rem);
}
.c-recruit-interview__bottom .c-recruit-interview__schedule--inner {
  background: #EBF4EB;
  border-radius: 16px;
  padding: 80px 30px 60px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__bottom .c-recruit-interview__schedule--inner {
    padding: 45px 20px 30px;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__schedule--list {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__bottom .c-recruit-interview__schedule--list {
    flex-direction: column;
    gap: 24px;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__schedule--list .c-recruit-interview__schedule--question {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 1.342rem + 3.04vw, 4rem);
  color: #46A246;
  width: 110px;
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-recruit-interview__bottom .c-recruit-interview__schedule--list .c-recruit-interview__schedule--question .__sub {
  width: 9px;
  height: 22px;
  background: url(../img/recruit/ico_ratio.svg) no-repeat center/100%;
}
.c-recruit-interview__bottom .c-recruit-interview__schedule--list .c-recruit-interview__schedule--answer {
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-recruit-interview__bottom .c-recruit-interview__schedule--list .c-recruit-interview__schedule--answer {
    margin: 0;
    gap: 15px;
  }
}
.c-recruit-interview__bottom .c-recruit-interview__schedule--list .c-recruit-interview__schedule--answer .__ttl {
  font-size: clamp(1.8rem, 1.557rem + 0.51vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
.c-recruit-interview__bottom .c-recruit-interview__schedule--list .c-recruit-interview__schedule--answer .__txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 1.5;
}
.c-recruit-interview__bottom .c-recruit-interview__schedule--list:last-of-type {
  margin-bottom: 0;
}
.c-recruit-guideline {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  padding: 80px;
  border: 1px solid #46A246;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline {
    padding: 24px 20px;
    margin: 0 auto 60px;
    border-radius: 8px;
  }
}
.c-recruit-guideline .c_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline .c_ttl {
    margin: 0 auto 30px;
  }
}
.c-recruit-guideline__table--list {
  padding: 30px 0;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline__table--list {
    flex-direction: column;
    gap: 20px;
  }
}
.c-recruit-guideline__table--list .c-recruit-guideline__table--ttl {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  line-height: 2;
  color: #46A246;
  width: 160px;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline__table--list .c-recruit-guideline__table--ttl {
    width: 100%;
  }
}
.c-recruit-guideline__table--list .c-recruit-guideline__table--detail {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 2;
  width: calc(100% - 160px);
}
@media screen and (max-width:768px) {
  .c-recruit-guideline__table--list .c-recruit-guideline__table--detail {
    width: 100%;
  }
}
.c-recruit-guideline__table--list .c-recruit-guideline__table--detail .__sub {
  margin-bottom: 20px;
  display: flex;
}
.c-recruit-guideline__table--list .c-recruit-guideline__table--detail .__sub::before {
  content: "●";
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  color: #D3D3D3;
}
.c-recruit-guideline__table--list .c-recruit-guideline__table--detail .__sub:last-of-type {
  margin-bottom: 0;
}
.c-recruit-guideline__table--list:first-of-type {
  padding: 0 0 30px;
}
.c-recruit-entry {
  width: min(960px, 90%);
  margin: 0 auto;
  padding: 40px;
  background: #EBF4EB;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-recruit-entry {
    padding: 20px;
    justify-content: space-between;
    gap: 0;
  }
}
.c-recruit-entry .c_ttl {
  margin-bottom: 20px;
}
.c-recruit-entry__txt {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 1.5;
}
.c-recruit-entry::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_arrow_green.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.c-recruit-entry:hover {
  background: #46A246;
  color: #fff;
}
.c-recruit-entry:hover::after {
  background: url(../img/common/ico_arrow.svg) no-repeat center/100%;
}
.c-recruit-entry:hover .c_ttl::before {
  background: url(../img/common/ico_ttl_white.svg) no-repeat center/100%;
}

.c-error .c_ttl {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 1.428rem + 2.03vw, 3.2rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
.c-error .c_ttl::before {
  content: none;
}
@media screen and (max-width:768px) {
  .c-error .c_ttl {
    margin-bottom: 30px;
  }
}
.c-error__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-error__txt {
    margin-bottom: 40px;
  }
}
.c-error .c_btn {
  margin: 0 auto;
  width: min(360px, 90%);
  height: 80px;
}

.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 {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.c-news__inner {
  margin-bottom: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .c-news__inner {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 40px;
  }
}
.c-news-list {
  width: 100%;
}
.c-news-list__item {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-news-list__item {
    margin-bottom: 20px;
  }
}
.c-news-list__item:last-of-type {
  margin-bottom: 0;
}
.c-news-list__item .c-news-list__link {
  width: 100%;
  padding: 40px 100px 40px 40px;
  border-radius: 16px;
  border: 1px solid #D3D3D3;
  display: block;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__link {
    padding: 20px 65px 65px 20px;
  }
}
.c-news-list__item .c-news-list__link .c-news-list__info {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-news-list__item .c-news-list__link .c-news-list__info .c-news-list__day {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.135rem + 0.76vw, 1.8rem);
  font-weight: 600;
  line-height: 1;
}
.c-news-list__item .c-news-list__link .c-news-list__info .c-news-list__day time {
  display: flex;
  flex-direction: column;
}
.c-news-list__item .c-news-list__link .c-news-list__info .c-news-list__day .__sub {
  font-size: clamp(4.8rem, 3.828rem + 2.03vw, 5.6rem);
  line-height: 1;
}
.c-news-list__item .c-news-list__link .c-news-list__info .c-news-list__category {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 160px;
  padding: 10px 0;
  border: 1px solid #46A246;
  border-radius: 4px;
  color: #46A246;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__link .c-news-list__info .c-news-list__category {
    width: 120px;
  }
}
.c-news-list__item .c-news-list__link .c-news-list__ttl {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 2;
}
.c-news-list__item .c-news-list__link::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #EBF4EB url(../img/common/ico_arrow_green.svg) no-repeat center/20px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-list__item .c-news-list__link::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}
.c-news-list__item .c-news-list__link:hover {
  border: 1px solid #46A246;
}
.c-news-list__item .c-news-list__link:hover::after {
  content: "";
  background: #46A246 url(../img/common/ico_arrow.svg) no-repeat center/20px;
}
.c-news-category {
  width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-news-category {
    width: 100%;
  }
}
.c-news-category .e-h2 {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
}
.c-news-category__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-news-category__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-news-category__list .c-news-category__link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 1px solid #46A246;
  color: #46A246;
  width: 240px;
  padding: 14px 0;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-category__list .c-news-category__link {
    width: calc((100% - 15px) / 2);
  }
}
.c-news-category__list .c-news-category__link.__current {
  background: #46A246;
  color: #fff;
}
.c-news-category__list .c-news-category__link:hover {
  background: #1F1F1F;
  border: 1px solid #1F1F1F;
  color: #fff;
}
.c-news-pager-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-news-pager-number {
    gap: 12px;
  }
}
.c-news-pager-number__item {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: clamp(2.4rem, 1.428rem + 2.03vw, 3.2rem);
  font-weight: 700;
  text-decoration: none;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #46A246;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-pager-number__item {
    width: 48px;
    height: 48px;
  }
}
.c-news-pager-number__item.__current {
  color: #fff;
  background: #46A246;
}
.c-news-pager-number__item:hover {
  color: #fff;
  background: #46A246;
}

.c-news-list + .e-btn {
  margin: 0 auto;
  width: 200px;
  display: block;
  height: auto;
  padding: 15px 0;
}

.c-news-detail {
  width: min(1120px, 90%);
  margin: 0 auto;
}
.c-news-detail__item {
  border: 1px solid #D3D3D3;
  border-radius: 16px;
  padding: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-news-detail__item {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
  }
}
.c-news-detail__item .c-news-detail__info {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-news-detail__item .c-news-detail__info {
    margin-bottom: 20px;
  }
}
.c-news-detail__item .c-news-detail__info .c-news-detail__time {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: clamp(1.6rem, 0.628rem + 2.03vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
  color: #1F1F1F;
}
.c-news-detail__item .c-news-detail__info .c-news-detail__category {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 160px;
  padding: 10px 0;
  color: #46A246;
  border: 1px solid #46A246;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  .c-news-detail__item .c-news-detail__info .c-news-detail__category {
    width: 120px;
  }
}
.c-news-detail__item .c_ttl {
  font-size: clamp(2rem, -0.43rem + 5.06vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-left: 50px;
}
@media screen and (max-width:768px) {
  .c-news-detail__item .c_ttl {
    font-size: 2rem;
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
.c-news-detail__item .c_ttl::before {
  width: 43px;
  top: 12px;
}
@media screen and (max-width:768px) {
  .c-news-detail__item .c_ttl::before {
    width: 22px;
    top: 7px;
  }
}
.c-news-detail__item .c_ttl::after {
  content: none;
}
.c-news-detail__item .c-news-detail__img {
  margin-bottom: 75px;
}
@media screen and (max-width:768px) {
  .c-news-detail__item .c-news-detail__img {
    margin-bottom: 40px;
  }
}
.c-news-detail__item .c-news-detail__img .__img {
  width: 100%;
}
.c-news-detail__item .c-news-detail__contents {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  margin-bottom: 30px;
}
.c-news-detail-pager .c_btn {
  width: min(265px, 100%);
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .c-news-detail-pager .c_btn {
    width: 240px;
  }
}

.c-news-list + .e-btn {
  margin: 0 auto;
  width: 200px;
  display: block;
  height: auto;
  padding: 15px 0;
}

.c-works {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.c-works-category {
  margin-bottom: 50px;
}
.c-works-category__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-works-category__list .c-works-category__link {
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  color: #34495e;
  padding: 10px 15px;
  border: 1px solid #34495e;
  border-radius: 3px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-works-category__list .c-works-category__link {
    font-size: 1.3rem;
    padding: 8px 10px;
  }
}
.c-works-category__list .c-works-category__link.__current {
  color: #fff;
  background: #34495e;
}
.c-works-category__list .c-works-category__link:hover {
  color: #fff;
  background: #34495e;
}
.c-works-list {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-works-list {
    flex-wrap: wrap;
  }
}
.c-works-list__item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width:768px) {
  .c-works-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width:415px) {
  .c-works-list__item {
    width: 100%;
  }
}
.c-works-list__item .c-works-list__link {
  text-decoration: none;
}
.c-works-list__item .c-works-list__img {
  width: 100%;
  aspect-ratio: 6/4;
  margin-bottom: 15px;
}
.c-works-list__item .c-works-list__img .__img {
  width: 100%;
}
.c-works-list__item .c-works-list__info {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .c-works-list__item .c-works-list__info {
    margin-bottom: 10px;
  }
}
.c-works-list__item .c-works-list__info .c-works-list__day {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.c-works-list__item .c-works-list__info .c-works-list__category {
  font-size: 1.3rem;
  line-height: 1;
  border: 1px solid #333;
  padding: 5px 10px;
}
.c-works-list__item .c-works-list__info .c-works-list__category.web_category {
  border: 1px solid #2196f3;
  color: #2196f3;
}
.c-works-list__item .c-works-list__info .c-works-list__category.design_category {
  border: 1px solid #f3213d;
  color: #f3213d;
}
.c-works-list__item .c-works-list__ttl {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 1.35;
  font-weight: 700;
}
.c-works-pager-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-works-pager-number__item {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  text-decoration: none;
  width: 35px;
  height: 35px;
  color: #34495e;
  background: #fff;
  border: 1px solid #34495e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.c-works-pager-number__item.__current {
  color: #fff;
  background: #34495e;
}
.c-works-pager-number__item:hover {
  color: #fff;
  background: #34495e;
}

.c-works-list + .e-btn {
  margin: 0 auto;
  width: 200px;
  display: block;
  height: auto;
  padding: 15px 0;
}

.c-works-detail {
  width: min(900px, 90%);
  margin: 0 auto;
}
.c-works-detail__item {
  margin-bottom: 40px;
}
.c-works-detail__item .c-works-detail__info {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-works-detail__item .c-works-detail__info .c-works-detail__time {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
.c-works-detail__item .c-works-detail__info .c-works-detail__category {
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 15px;
  border: 1px solid #333;
}
.c-works-detail__item .c-works-detail__info .c-works-detail__category.web_category {
  border: 1px solid #2196f3;
  color: #2196f3;
}
.c-works-detail__item .c-works-detail__info .c-works-detail__category.design_category {
  border: 1px solid #f3213d;
  color: #f3213d;
}
.c-works-detail__item .c_ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 30px;
}
.c-works-detail__item .c-works-detail__img {
  margin-bottom: 30px;
}
.c-works-detail__item .c-works-detail__img .__img {
  width: 100%;
}
.c-works-detail__item .c-works-detail__contents {
  margin-bottom: 30px;
}
.c-works-detail-pager {
  text-align: center;
}
.c-works-detail-pager__return .e-btn {
  margin: 0;
}

.c-works-list + .e-btn {
  margin: 0 auto;
  width: 200px;
  display: block;
  height: auto;
  padding: 15px 0;
}

.c-privacypolicy {
  width: min(960px, 90%);
  margin: 0 auto 80px;
}
.c-privacypolicy__txt {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .c-privacypolicy__txt {
    margin-bottom: 40px;
  }
}
.c-privacypolicy__txt.__last {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  text-align: right;
  margin-bottom: 0;
}
.c-privacypolicy-list__item {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-privacypolicy-list__item {
    margin-bottom: 30px;
  }
}
.c-privacypolicy-list__item .c-privacypolicy-list__ttl {
  font-size: clamp(1.8rem, 1.071rem + 1.52vw, 2.4rem);
  font-weight: 700;
  line-height: 2;
  margin-bottom: 25px;
}
.c-privacypolicy-list__item .c-privacypolicy-list__txt {
  font-size: clamp(1.5rem, 1.378rem + 0.25vw, 1.6rem);
  line-height: 2;
}
.c-privacypolicy-list__sub {
  margin: 20px 0 0;
}
.c-privacypolicy-list__point {
  padding: 0 0 0 20px;
  margin: 20px 0 0;
  counter-reset: order 0;
}
@media screen and (max-width:768px) {
  .c-privacypolicy-list__point {
    padding: 0;
  }
}
.c-privacypolicy-list__point--item {
  display: flex;
}
.c-privacypolicy-list__point--item::before {
  counter-increment: order 1;
  content: counter(order) ".";
}

.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(31, 31, 31, 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: #1F1F1F;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
.c-snav-list__item {
  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(31, 31, 31, 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 screen and (max-width:768px) {
  .l-contents {
    margin: 0 auto 60px;
  }
}
@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;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .l-header {
    padding-bottom: 20px;
  }
}
.l-header__inner {
  width: 100%;
  height: 84px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1600px) {
  .l-header__inner {
    height: 75px;
  }
}
@media screen and (max-width: 1400px) {
  .l-header__inner {
    height: 64px;
  }
}
.l-header__inner .__img {
  width: 100%;
  height: auto;
}
.l-header-logo {
  width: 283px;
}
@media screen and (max-width: 1400px) {
  .l-header-logo {
    width: 202px;
  }
}
.l-header-logo__link {
  display: block;
}
.l-header-logo__link .__elem {
  width: 100%;
}
.l-header-nav {
  width: 66%;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .l-header-nav {
    width: 70%;
  }
}
@media screen and (max-width:768px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-header-nav__list .l-header-nav__center {
  background: #EBF4EB;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1400px) {
  .l-header-nav__list .l-header-nav__center {
    display: none;
  }
}
.l-header-nav__list .l-header-nav__right {
  background: #46A246;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  position: fixed;
  top: 0;
  right: 40px;
  z-index: 5;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .l-header-nav__list .l-header-nav__right {
    padding: 12px 35px;
  }
}
@media screen and (max-width:768px) {
  .l-header-nav__list .l-header-nav__right {
    width: 64px;
    height: 64px;
    padding: 10px 0 0 0;
    right: 5%;
  }
}
.l-header-nav__list .l-header-nav__right.hmenu-parent {
  padding: 20px 90px 20px 40px;
}
@media screen and (max-width:768px) {
  .l-header-nav__list .l-header-nav__right.hmenu-parent {
    padding: 0;
  }
}
.l-header-nav__list .l-header-nav__right__top {
  height: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.l-header-nav__list .l-header-nav__right__top .__link {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.l-header-nav__list .l-header-nav__right__top.hmenu-show {
  height: 100%;
  margin: 80px 0 50px;
  opacity: 1;
  visibility: visible;
}
.l-header-nav__list .l-header-nav__right__bottom {
  height: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.l-header-nav__list .l-header-nav__right__bottom .__link {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.l-header-nav__list .l-header-nav__right__bottom.hmenu-show {
  height: 100%;
  margin: 50px 0 30px;
  opacity: 1;
  visibility: visible;
}
.l-header-nav__list .l-header-nav__right__item .l-header-nav__link {
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-header-nav__list .l-header-nav__right__item:first-of-type {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 4px dotted #fff;
  flex-shrink: 0;
}
.l-header-nav__list .l-header-nav__right__item:first-of-type .l-header-nav__link::before {
  content: "";
  width: 40px;
  aspect-ratio: 40/36;
  background: url(../img/common/ico_recruit.svg) no-repeat center/100%;
}
.l-header-nav__list .l-header-nav__right__item:first-of-type .l-header-nav__link::after {
  content: none;
}
.l-header-nav__list .l-header-nav__right__item:nth-of-type(2) {
  flex-shrink: 0;
}
.l-header-nav__list .l-header-nav__right__item:nth-of-type(2) .l-header-nav__link::before {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  background: url(../img/common/ico_mail.svg) no-repeat center/100%;
}
.l-header-nav__list .l-header-nav__right__item:nth-of-type(2) .l-header-nav__link::after {
  content: none;
}
.l-header-nav__list .l-header-nav__right__menu {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu {
  width: 0;
  height: 36px;
  margin-left: 20px;
  border-left: 4px dotted #fff;
  position: relative;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  cursor: pointer;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu__inner .__sub {
  width: 32px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  transition: all 0.3s;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu__inner .__sub:first-of-type {
  top: 9px;
  right: 0;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu__inner .__sub:nth-of-type(2) {
  top: 17px;
  right: 0;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu__inner .__sub:last-of-type {
  top: 25px;
  right: 0;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu.is-close .toggle-menu__inner .__sub:first-of-type {
  transform: rotate(45deg);
  top: 16px;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu.is-close .toggle-menu__inner .__sub:nth-of-type(2) {
  opacity: 0;
  visibility: visible;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu.is-close .toggle-menu__inner .__sub:last-of-type {
  transform: rotate(-45deg);
  top: 16px;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu.is-show {
  width: 56px;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.l-header-nav__list .l-header-nav__right__menu .toggle-menu.is-close, .l-header-nav__list .l-header-nav__right__menu .toggle-menu .is-show {
  position: fixed;
  top: 20px;
  right: 60px;
  border: none;
}
.l-header-nav__list .l-header-nav__link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 100px;
  display: block;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .l-header-nav__list .l-header-nav__link {
    font-size: 1.4rem;
  }
}
.l-header-nav__list .l-header-nav__link .sub {
  position: relative;
  z-index: 2;
}
.l-header-nav__list .l-header-nav__link::after {
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(211, 229, 211, 0);
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transform: translateX(-50%);
}
.l-header-nav__list .l-header-nav__link:hover::after {
  width: 100%;
  background: rgb(211, 229, 211);
  transform: translateX(0);
}
.l-header-nav__list .l-header-nav__link.__current {
  background: #46A246;
  color: #fff;
  z-index: 3;
}
.l-header-nav__list .l-header-nav__link.__current:hover::after {
  content: none;
}
.l-header-nav-sp {
  display: none;
}
@media screen and (max-width:768px) {
  .l-header-nav-sp {
    display: block;
  }
}
.l-header-nav-sp__toggle {
  width: 64px;
  height: 64px;
  background: #46A246;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: fixed;
  top: 0;
  right: 5%;
  z-index: 10;
  cursor: pointer;
}
.l-header-nav-sp__toggle .__sub {
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s;
}
.l-header-nav-sp__toggle .__sub:first-of-type {
  top: 20px;
}
.l-header-nav-sp__toggle .__sub:nth-of-type(2) {
  top: 28px;
}
.l-header-nav-sp__toggle .__sub:last-of-type {
  top: 36px;
}
.l-header-nav-sp__list {
  width: 100%;
  height: 100%;
  background: #46A246;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.l-header-nav-sp__list--inner {
  width: 90%;
  padding: 100px 0 0;
  margin: 0 auto;
}
.l-header-nav-sp__list--top {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.l-header-nav-sp__list--top .__link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.l-header-nav-sp__list--middle {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.l-header-nav-sp__list--middle .__link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .l-header-nav-sp__list--middle .__link {
    font-size: 1.5rem;
  }
}
.l-header-nav-sp__list--middle .__link:first-of-type {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 4px dotted #fff;
}
.l-header-nav-sp__list--middle .__link:first-of-type::before {
  content: "";
  width: 40px;
  height: 36px;
  background: url(../img/common/ico_recruit.svg) no-repeat center/100%;
}
.l-header-nav-sp__list--middle .__link:last-of-type::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/common/ico_mail.svg) no-repeat center/100%;
}
.l-header-nav-sp__list--bottom .__link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-header-nav-sp__list--bottom .__link {
    font-size: 1.5rem;
  }
}
.l-header-nav-sp.is-open .l-header-nav-sp__toggle .__sub:first-of-type {
  top: 30px;
  transform: rotate(45deg);
}
.l-header-nav-sp.is-open .l-header-nav-sp__toggle .__sub:nth-of-type(2) {
  opacity: 0;
}
.l-header-nav-sp.is-open .l-header-nav-sp__toggle .__sub:last-of-type {
  top: 30px;
  transform: rotate(-45deg);
}
.l-header-nav-sp.is-open .l-header-nav-sp__list {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:768px) {
  .l-gnav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 80px 15px 15px;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    pointer-events: none;
    transition: 0.4s all;
  }
  ._gnav-show_ .l-gnav {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
  }
}
@media print, screen and (min-width:769px) {
  .l-gnav__list {
    display: flex;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 1.6rem;
  }
  .l-gnav__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-gnav__item:hover .c-gnav__link::before {
    width: 100%;
  }
}
@media print, screen and (min-width:769px) {
  .l-gnav__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0 20px;
    color: #1F1F1F;
    text-decoration: none;
  }
  .l-gnav__link::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5;
    content: "";
    width: 0;
    height: 3px;
    background: #1F1F1F;
    backface-visibility: hidden;
    transform: translateX(-50%);
    transition: 0.4s all;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__link {
    color: #fff;
    text-decoration: none;
  }
}
.l-gnav__link .__ico {
  margin: 0 10px 0 0;
}
@media print, screen and (min-width:769px) {
  .l-gnav__link .__ico {
    display: none;
  }
}

.l-footer {
  padding: 80px 0;
}
@media screen and (max-width:1024px) {
  .l-footer {
    padding: 0 0 45px;
  }
}
.l-footer__inner {
  width: min(1200px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .l-footer__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-left {
    order: 1;
  }
}
.l-footer-left__logo {
  width: 280px;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width:1024px) {
  .l-footer-left__logo {
    width: 200px;
    margin-bottom: 20px;
  }
}
.l-footer-left__address {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  margin-bottom: 20px;
}
.l-footer-left__info {
  font-size: clamp(1.4rem, 1.157rem + 0.51vw, 1.6rem);
  line-height: 1.5;
  margin-bottom: 95px;
}
@media screen and (max-width:1024px) {
  .l-footer-left__info {
    margin-bottom: 40px;
  }
}
.l-footer-left__info .__link {
  text-decoration: none;
}
.l-footer-left__catch {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: clamp(3.2rem, -0.689rem + 8.1vw, 6.4rem);
  font-weight: 500;
  line-height: 1.35;
  color: #46A246;
}
@media screen and (max-width: 1400px) {
  .l-footer-left__catch {
    font-size: 4.2rem;
  }
}
@media screen and (max-width:768px) {
  .l-footer-left__catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-right {
    order: 2;
  }
}
.l-footer-right__inner {
  padding: 0 0 20px 80px;
  border-left: 1px solid #D3D3D3;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .l-footer-right__inner {
    padding: 0 0 20px 50px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-right__inner {
    padding: 0 0 40px;
    margin-bottom: 40px;
    border-left: none;
    border-bottom: 1px solid #D3D3D3;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    position: relative;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-right__inner::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #46A246;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
}
.l-footer-right__menu {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1024px) {
  .l-footer-right__menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
  }
}
.l-footer-right__menu__link {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1400px) {
  .l-footer-right__menu__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-right__menu__link {
    width: 49%;
    margin: 0 0 20px;
  }
}
.l-footer-right__menu__link:first-of-type {
  margin: 0;
}
.l-footer-right__menu__link:last-of-type {
  margin: 40px 0 0 0;
}
@media screen and (max-width:1024px) {
  .l-footer-right__menu__link:last-of-type {
    margin: 0;
  }
}
.l-footer-right__menu__btn {
  font-size: clamp(1.6rem, 1.357rem + 0.51vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  background: #46A246;
  width: 230px;
  padding: 10px 0;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:415px) {
  .l-footer-right__menu__btn {
    width: min(335px, 100%);
    margin: 0 auto;
  }
}
.l-footer-right__menu__btn.__recruit {
  margin-bottom: 15px;
}
.l-footer-right__menu__btn.__recruit::before {
  content: "";
  width: 35px;
  aspect-ratio: 40/36;
  background: url(../img/common/ico_recruit.svg) no-repeat center/100%;
}
.l-footer-right__menu__btn.__contact::before {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  background: url(../img/common/ico_mail.svg) no-repeat center/100%;
}
.l-footer-right__menu:first-of-type {
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .l-footer-right__menu:first-of-type {
    width: auto;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-right__menu:first-of-type {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-right__menu:last-of-type .l-footer-right__menu__link {
    width: 100%;
    margin: 40px 0 0;
  }
}
.l-footer-right__copyright {
  font-size: clamp(1.4rem, 1.278rem + 0.25vw, 1.5rem);
  line-height: 1.35;
  color: #8D8D8D;
  border-left: 1px solid #46A246;
  padding: 130px 0 0 80px;
}
@media screen and (max-width: 1400px) {
  .l-footer-right__copyright {
    padding: 130px 0 0 50px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer__copyright {
    order: 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.35;
    color: #8D8D8D;
    margin: 40px 0 0;
  }
}

.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: "BIZ UDGothic", sans-serif;
  font-weight: 400;
}

.u-fw-b {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 600;
}

.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 */