@charset "UTF-8";
/*------------- color --------------*/
/*------------- web-font --------------*/
/*------------- break_point --------------*/
/*------------- fluid-size --------------*/
/*------------- gradient --------------*/
/*------------- flex --------------*/
/*------------- grid --------------*/
/*--------------------------------------------------------------------*/
/*	Rest */
/*--------------------------------------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

/*--------------------------------------------------------------------*/
/*	Basic */
/*--------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  color: #5a5a5a;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}

.common2026 {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.8;
}
.common2026 p {
  line-height: 1.8;
}
.common2026 img {
  width: 100%;
  display: block;
}
.common2026 a {
  color: inherit;
  transition: transform 0.6s ease;
}
.common2026 .mb-16 {
  margin-bottom: 16px;
}

.site-width {
  max-width: 1408px;
  margin-inline: auto;
}
@media (max-width: 1536px) {
  .site-width {
    margin-inline: 6%;
  }
}

.site-height {
  padding-block: 96px;
}
@media (max-width: 767px) {
  .site-height {
    padding-block: 64px;
  }
}

.site-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .site-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .site-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/*------------------------------------------------------------*/
/*	hover */
/*------------------------------------------------------------*/
/*------------ 画像hover ------------*/
.img-hover {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img-hover::before {
  content: "";
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 1;
}
.img-hover > figcaption {
  z-index: 2;
}
.img-hover .img-cover {
  overflow: hidden;
}
.img-hover .img-cover img {
  height: auto;
  transition: transform 0.6s ease;
}
@media (hover: hover) {
  .img-hover:hover::before {
    opacity: 1;
  }
  .img-hover:hover img {
    transform: scale(1.1);
  }
}

/*------------ テキストhover ------------*/
.text-hover {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(#0064dc, #0064dc);
  background-position: 0 98%;
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

/*------------ ボタンhover ------------*/
.btn-hover {
  background: #fff;
  border: 2px solid #0064dc;
  border-radius: 64px;
  color: #0064dc;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.btn-hover::after {
  background: #0064dc;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

/*------------------------------------------------------------*/
/*	arrow */
/*------------------------------------------------------------*/
.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.arrow.arrow-right {
  transform: translateY(0%) rotate(45deg);
}
.arrow.arrow-left {
  transform: translateY(0%) rotate(-135deg);
}
.arrow.arrow-down {
  transform: translateY(-25%) rotate(135deg);
}

/*------------------------------------------------------------*/
/*	other-services */
/*------------------------------------------------------------*/
#other-services {
  background: #fafafa;
}
#other-services .site-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  gap: 64px;
}
#other-services .site-width {
  max-width: 960px;
  margin-inline: auto;
}
#other-services .site-width .other-services-box {
  padding: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  background-color: #fff;
}
#other-services .site-width .other-services-box:hover p.text-hover {
  background-size: 100% 2px;
}
#other-services .site-width .other-services-box:hover .btn-hover {
  color: #fff;
}
#other-services .site-width .other-services-box:hover .btn-hover::after {
  transform: scale(1, 1);
}
#other-services .site-width .other-services-box .text-hover {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.6;
}
#other-services .site-width .other-services-box .other-services-btn {
  margin-top: 24px;
  height: 48px;
  margin-inline: 0 auto;
  max-width: 208px;
  font-size: 1.3rem;
  border: none;
  color: #fff;
}
#other-services .site-width .other-services-box .other-services-btn .arrow {
  top: 0px;
}
#other-services .site-width .other-services-box figure {
  width: 45%;
}
#other-services .site-width .other-services-box > div {
  width: 55%;
}
#other-services .site-width .other-services-box > div img {
  margin-top: 16px;
}
#other-services .site-width .other-services-box:first-of-type {
  border: 3px solid #1464af;
}
#other-services .site-width .other-services-box:first-of-type .other-services-btn {
  background-image: linear-gradient(45deg, #1464af 0%, #2b9ed8 100%);
}
#other-services .site-width .other-services-box:nth-of-type(2) {
  border: 3px solid #439d29;
}
#other-services .site-width .other-services-box:nth-of-type(2) .other-services-btn {
  background-image: linear-gradient(45deg, #439d29 0%, #9bd02c 100%);
}
#other-services .site-width .other-services-box:nth-of-type(3) {
  border: 3px solid #fea72b;
}
#other-services .site-width .other-services-box:nth-of-type(3) .other-services-btn {
  background-image: linear-gradient(45deg, #439d29 0%, #9bd02c 100%);
}
#other-services .site-width .other-services-box:last-of-type {
  border: 3px solid #1464af;
}
#other-services .site-width .other-services-box:last-of-type .other-services-btn {
  background-image: linear-gradient(45deg, #1464af 0%, #2b9ed8 100%);
}
@media (max-width: 1280px) {
  #other-services .site-flex {
    gap: 32px;
  }
  #other-services .site-width {
    margin-inline: 6%;
  }
  #other-services .site-width .other-services-box .text-hover {
    text-align: justify;
  }
  #other-services .site-width .other-services-box .text-hover br {
    display: none;
  }
}
@media (max-width: 992px) {
  #other-services .site-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
@media (max-width: 767px) {
  #other-services .site-width {
    padding-left: 6%;
    padding-right: 0;
    margin-right: 0;
  }
  #other-services .site-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 0;
    padding-right: 6%;
  }
  #other-services .site-flex::-webkit-scrollbar {
    display: none;
  }
  #other-services .site-flex .other-services-box {
    flex: 0 0 72%;
    scroll-snap-align: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px;
    gap: 16px;
  }
  #other-services .site-flex .other-services-box figure,
  #other-services .site-flex .other-services-box div {
    width: 100%;
  }
  #other-services .site-flex .other-services-box .other-services-btn {
    margin-top: 16px;
  }
}/*# sourceMappingURL=common2026.css.map */