@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  width: 100%;
}

a {
  color: #111;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

a:hover {
  color: #111;
  text-decoration: none;
  opacity: 0.65;
}

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

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

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

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 .3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

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

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 .3em;
  resize: vertical;
  width: 100%;
}
textarea :focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(../img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(../img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}
 /***************************

layout/header.scss

***************************/
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 10px;
    right: 20px;
    text-align: center;
    top: 50%;
    translate: 0 -50%;
    z-index: 7;
  }

  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 32px;
    height: 3px;
    background-color: #111;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar::before {
    top: -10px;
  }

  .toggle__bar::after {
    top: 10px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  background-color: #fff;
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  background-color: #fff;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    width: 100%;
    height: 100svh;
    z-index: 6;
    padding: 20px 15px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .gnav:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
    scale: 0.99;
  }
  .gnav.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .gnav.active:before {
    animation: menuOpen 0.1s linear both;
  }
}
@keyframes menuOpen {
  0% {
    scale: 0.99;
  }
  100% {
    scale: 100%;
  }
}
 /***************************

 header

***************************/
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header .logo {
  position: relative;
  line-height: 1;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header .logo.change img {
    filter: invert(1);
  }
}
@media screen and (max-width: 768px) {
  .header.fixedmenu .header-inner {
    padding: 10px;
    transition: padding .4s;
  }
  .header.fixedmenu .toggle {
    right: 10px;
    transition: right .4s;
  }
}

.header-inner {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .main-nav {
    flex-direction: column;
    gap: 5vh;
  }
}
.main-nav .maguideline {
  overflow: hidden;
}
.main-nav .maguideline a {
  position: relative;
  font-size: 1.2rem;
}
.main-nav .maguideline a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #111;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.main-nav .maguideline a:hover {
  opacity: 1;
}
.main-nav .maguideline a:hover:after {
  animation: hovmenu 0.6s linear 1 both;
}
@media screen and (max-width: 768px) {
  .main-nav .maguideline a {
    color: #fff;
  }
  .main-nav .maguideline a:after {
    background-color: #fff;
  }
}
.main-nav .contact {
  overflow: hidden;
}
.main-nav .contact a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 45px;
  color: #fff;
  background: #111;
  border-radius: 31px;
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.22em;
}
@media screen and (max-width: 768px) {
  .main-nav .contact a {
    width: 250px;
    background: #fff;
    color: #111;
  }
}

@keyframes hovmenu {
  0% {
    translate: 0 0;
  }
  49% {
    translate: 100% 0;
  }
  50% {
    translate: -100% 0;
  }
  100% {
    translate: 0 0;
  }
}
 /***************************

layout/footer.scss

***************************/
.footer {
  position: relative;
  background: #EEF1F3;
  padding: 50px 30px 15px;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 30px 20px 15px;
  }
}

.f-contact {
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .f-contact {
    margin-bottom: 50px;
  }
}
.f-contact .flexbox {
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .f-contact .flexbox {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.f-contact .flexbox p {
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .f-contact .flexbox p {
    font-size: 3.5cqw;
  }
}
@media screen and (max-width: 500px) {
  .f-contact .flexbox p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 375px) {
  .f-contact .flexbox p {
    font-size: 5.5cqw;
  }
}
@media screen and (max-width: 768px) {
  .f-contact .img {
    width: 30vw;
  }
}
@media screen and (max-width: 500px) {
  .f-contact .img {
    width: 45vw;
  }
}

.f-contact_btn {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Lexend Zetta", sans-serif;
  font-size: clamp(7rem, 13.02083vw, 10rem);
  letter-spacing: -0.22em;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .f-contact_btn {
    font-size: 10cqw;
  }
}
.f-contact_btn:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 10px;
  background: url(../img/common/f-c-arrow.png);
  top: 50%;
  right: 70px;
  translate: 0 -50%;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .f-contact_btn:before {
    right: 30px;
  }
}
@media screen and (max-width: 320px) {
  .f-contact_btn:before {
    right: 10px;
    width: 30px;
    background-position: center right;
  }
}
.f-contact_btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #111;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.f-contact_btn:hover {
  opacity: 1;
}
.f-contact_btn:hover:before {
  translate: 20px -50%;
  transition: translate 0.8s;
}
@media screen and (max-width: 320px) {
  .f-contact_btn:hover:before {
    translate: 10px -50%;
  }
}
.f-contact_btn:hover:after {
  animation: hovmenu 0.6s linear 1 both;
}

.f-add {
  width: 100%;
}
.f-add .f-add_menu {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .f-add .f-add_menu {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .f-add .f-add_menu {
    margin-bottom: 30px;
  }
}
.f-add .f-add_menu a {
  position: relative;
  font-size: 1.2rem;
  overflow: hidden;
  display: inline-block;
}
.f-add .f-add_menu a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #111;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.f-add .f-add_menu a:hover {
  opacity: 1;
}
.f-add .f-add_menu a:hover:after {
  animation: hovmenu 0.6s linear 1 both;
}
.f-add .f-add_info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .f-add .f-add_info {
    position: relative;
    flex-direction: column;
  }
}
.f-add .f-add_info .inner {
  padding-top: 20px;
}
@media screen and (max-width: 500px) {
  .f-add .f-add_info .inner {
    padding-bottom: 5vw;
  }
}
.f-add .f-add_info .inner h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.f-add .f-add_info .inner small {
  display: inline-block;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.22em;
  color: #9AA2A7;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .f-add .f-add_info .inner small {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .f-add .f-add_info .logo {
    width: 65cqw;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .f-add .f-add_info .logo {
    width: 40cqw;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
.wrap {
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrap1440 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .wrap1440 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sp_550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

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

  .pc {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }

  .sp_550 {
    display: block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.bold {
  font-weight: bold;
}

.ls_5 {
  letter-spacing: 0.05em;
}

.lh_2 {
  line-height: 2;
}

.lh_18 {
  line-height: 1.8;
}

.lh_1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.fz18 {
  font-size: 1.8rem;
}

/***************************

object/project/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aboutText {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@-webkit-keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
.bgRightSlide {
  position: relative;
  overflow: hidden;
}
.bgRightSlide .bgRightSlide_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  top: 0;
  left: 0;
}

.loading-block {
  position: relative;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  overflow: hidden;
}
.loading-block:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50svh;
  background: #111;
  top: 0;
  left: 50%;
  translate: -50% 0;
  transition: height 1s cubic-bezier(0.83, 0, 0.17, 1);
}
.loading-block:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 50svh;
  background: #111;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  transition: height 1s cubic-bezier(0.83, 0, 0.17, 1);
}
.loading-block.loaded {
  pointer-events: none;
}
.loading-block.loaded:before {
  height: 0;
}
.loading-block.loaded:after {
  height: 0;
}

@keyframes openTop {
  0% {
    translate: -50% 0;
  }
  100% {
    translate: -50% -100%;
  }
}
.loading-load {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 102;
}
.loading-load.loaded {
  opacity: 0;
  visibility: visible;
  transition: all .6s;
}
.loading-load .logo {
  width: 250px;
  margin-bottom: 30px;
}

.loading-seek-bar {
  position: relative;
  width: 250px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 101;
  margin: 0 auto;
  overflow: hidden;
}
.loading-seek-bar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 2;
  animation: seekBarmov 2s infinite;
}

@keyframes seekBarmov {
  0% {
    translate: 0 0;
  }
  49.9% {
    translate: 100% 0;
  }
  50% {
    translate: -100% 0;
  }
  100% {
    translate: 0 0;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-pdf {
  position: relative;
  display: inline-block;
  width: fit-content;
  font-size: 1.8rem;
  color: #0722A8;
  padding-left: 35px;
}
.btn-pdf span {
  position: relative;
  display: inline-block;
  width: fit-content;
  overflow: hidden;
}
.btn-pdf span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #0722A8;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.btn-pdf:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 23px;
  background: url(../img/common/pdf-icn.png);
  left: 0;
  top: 0;
}
.btn-pdf:hover {
  color: #0722A8;
}
.btn-pdf:hover span:after {
  animation: hovmenu 0.6s linear 1 both;
}

.btn-center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin: 0 auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
/***************************

object/project/top.scss

***************************/
.firstSection {
  position: relative;
  background: #fff;
  z-index: 5;
}

.lastSection {
  position: relative;
  background: #fff;
  z-index: 5;
}

.mv {
  position: relative;
  width: 100%;
  padding-top: 100svh;
}

.main-visual {
  position: fixed;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
.main-visual .mvSlider-clip-wrap {
  position: absolute;
}
.main-visual .mvSlider-clip-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  background-clip: url(../img/top/mv-bg-clip.svg);
}
.main-visual .mvSlider {
  width: 100vw;
  clip-path: url(#mask);
}
.main-visual .mvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.main-visual img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .main-visual img {
    height: 90vh;
    object-fit: cover;
  }
}
.main-visual .mv-blurBox {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-visual:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #373737;
  opacity: 0.05;
  mix-blend-mode: overlay;
  left: 0;
  top: 0;
  z-index: -1;
}

.mv-ttl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  mix-blend-mode: exclusion;
}
.mv-ttl .mv-ttl_inner {
  position: sticky;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .mv-ttl {
    text-align: center;
  }
  .mv-ttl img {
    width: 90vw;
  }
}

.mv-sub-visual {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 30px 50vh;
}
@media screen and (max-width: 768px) {
  .mv-sub-visual {
    padding-bottom: 25vh;
  }
}
@media screen and (max-width: 500px) {
  .mv-sub-visual {
    padding-left: 0;
    padding-right: 0;
  }
}
.mv-sub-visual .mv-sub-visual_item {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .mv-sub-visual .mv-sub-visual_item.is--01 img {
    width: 33cqw;
  }
}
@media screen and (max-width: 500px) {
  .mv-sub-visual .mv-sub-visual_item.is--01 img {
    width: 53cqw;
  }
}
.mv-sub-visual .mv-sub-visual_item.is--02 {
  text-align: right;
  margin-top: -120px;
  padding-right: 80px;
}
@media screen and (max-width: 1500px) {
  .mv-sub-visual .mv-sub-visual_item.is--02 {
    margin-top: -8vw;
    padding-right: 5cqw;
  }
  .mv-sub-visual .mv-sub-visual_item.is--02 img {
    width: 18.7cqw;
  }
}
@media screen and (max-width: 500px) {
  .mv-sub-visual .mv-sub-visual_item.is--02 {
    margin-top: 5vw;
    padding-right: 0;
  }
  .mv-sub-visual .mv-sub-visual_item.is--02 img {
    width: 38.7cqw;
  }
}
.mv-sub-visual .mv-sub-visual_item.is--03 {
  margin-top: -40px;
  padding-left: 360px;
}
@media screen and (max-width: 1500px) {
  .mv-sub-visual .mv-sub-visual_item.is--03 {
    margin-top: -2.7vw;
    padding-left: 24cqw;
  }
  .mv-sub-visual .mv-sub-visual_item.is--03 img {
    width: 17cqw;
  }
}
@media screen and (max-width: 500px) {
  .mv-sub-visual .mv-sub-visual_item.is--03 {
    padding-left: 4cqw;
  }
  .mv-sub-visual .mv-sub-visual_item.is--03 img {
    width: 37cqw;
  }
}
.mv-sub-visual .mv-sub-visual_item.is--04 {
  text-align: right;
  margin-top: 120px;
}
@media screen and (max-width: 1500px) {
  .mv-sub-visual .mv-sub-visual_item.is--04 {
    margin-top: 8vw;
  }
  .mv-sub-visual .mv-sub-visual_item.is--04 img {
    width: 42.9cqw;
  }
}
@media screen and (max-width: 500px) {
  .mv-sub-visual .mv-sub-visual_item.is--04 img {
    width: 62.9cqw;
  }
}
.mv-sub-visual .mv-sub-visual_item.is--05 {
  margin-top: -120px;
  padding-left: 40px;
}
@media screen and (max-width: 1500px) {
  .mv-sub-visual .mv-sub-visual_item.is--05 {
    margin-top: -8vw;
    padding-left: 2.7cqw;
  }
  .mv-sub-visual .mv-sub-visual_item.is--05 img {
    width: 27.3cqw;
  }
}
@media screen and (max-width: 500px) {
  .mv-sub-visual .mv-sub-visual_item.is--05 {
    margin-top: 8vw;
  }
  .mv-sub-visual .mv-sub-visual_item.is--05 img {
    width: 47.3cqw;
  }
}
.mv-sub-visual .mv-sub-visual_item.is--06 {
  margin-top: -20px;
  padding-left: 50vw;
}
@media screen and (max-width: 1500px) {
  .mv-sub-visual .mv-sub-visual_item.is--06 {
    margin-top: -1.3vw;
  }
  .mv-sub-visual .mv-sub-visual_item.is--06 img {
    width: 19.6cqw;
  }
}
@media screen and (max-width: 1500px) {
  .mv-sub-visual .mv-sub-visual_item.is--06 {
    margin-top: 4vw;
    text-align: center;
  }
  .mv-sub-visual .mv-sub-visual_item.is--06 img {
    width: 39.6cqw;
  }
}

.t-about {
  position: relative;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 120px;
  background: #fff;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .t-about {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.t-about_innner {
  width: 100%;
  padding-bottom: 140px;
  margin-bottom: 50px;
  border-bottom: 1px solid #111;
}
@media screen and (max-width: 768px) {
  .t-about_innner {
    padding-bottom: 70px;
    margin-bottom: 30px;
  }
}
.t-about_innner .t-about_ttl {
  font-size: clamp(5.2rem, 4.8vw, 7.2rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .t-about_innner .t-about_ttl {
    font-size: clamp(3.6rem, 3.73333vw, 5.6rem);
  }
}
@media screen and (max-width: 500px) {
  .t-about_innner .t-about_ttl {
    font-size: 6.4cqw;
  }
}
.t-about_innner p {
  font-size: clamp(2rem, 1.73333vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .t-about_innner p {
    font-size: clamp(1.8rem, 1.33333vw, 2rem);
  }
}
@media screen and (max-width: 500px) {
  .t-about_innner p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.t-service_front {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .t-service_front {
    gap: 30px;
  }
}
.t-service_front .ttl {
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 500;
  font-size: clamp(7rem, 6.66667vw, 10rem);
  letter-spacing: -0.22em;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .t-service_front .ttl {
    font-size: clamp(5.8rem, 5.2vw, 7.8rem);
  }
}
@media screen and (max-width: 768px) {
  .t-service_front .ttl {
    font-size: clamp(4rem, 7.55208vw, 5.8rem);
  }
}
.t-service_front p {
  max-width: 650px;
  width: 100%;
  font-size: clamp(2rem, 1.73333vw, 2.6rem);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .t-service_front p {
    font-size: clamp(1.8rem, 1.33333vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .t-service_front p {
    max-width: 100%;
  }
}

.t-service {
  position: relative;
  width: 100%;
  background: #111;
}

.t-servic_block {
  position: relative;
  width: 100%;
  height: 350svh;
}
@media screen and (max-width: 768px) {
  .t-servic_block {
    height: fit-content;
  }
}

@media screen and (min-width: 769px) {
  .t-servic_box {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.t-servic_box.t-servic_box01 {
  z-index: 2;
}
.t-servic_box.t-servic_box02 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .t-servic_box.t-servic_box02 {
    opacity: 0;
    transition: opacity 0.1s cubic-bezier(0.83, 0, 0.17, 1);
  }
  .t-servic_box.t-servic_box02 .ttl, .t-servic_box.t-servic_box02 .txt {
    opacity: 0;
    translate: 0 10px;
  }
  .t-servic_box.t-servic_box02 .img {
    visibility: hidden;
    opacity: 0;
    blur: 1px;
  }
  .t-servic_box.t-servic_box02.active {
    opacity: 1;
    z-index: 2;
  }
}
.t-servic_box.t-servic_box03 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .t-servic_box.t-servic_box03 {
    opacity: 0;
    transition: opacity 0.1s cubic-bezier(0.83, 0, 0.17, 1);
  }
  .t-servic_box.t-servic_box03 .ttl, .t-servic_box.t-servic_box03 .txt {
    opacity: 0;
    translate: 0 10px;
  }
  .t-servic_box.t-servic_box03 .img {
    visibility: hidden;
    opacity: 0;
    blur: 1px;
  }
  .t-servic_box.t-servic_box03.active {
    opacity: 1;
    z-index: 3;
  }
}
.t-servic_box .t-servic_box_inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100svh;
  background: url(../img/top/service-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .t-servic_box .t-servic_box_inner {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .t-servic_box .t-servic_box_inner {
    height: fit-content;
    padding: 100px 0;
  }
}
@media screen and (max-width: 500px) {
  .t-servic_box .t-servic_box_inner {
    padding: 60px 0;
  }
}
.t-servic_box .ttl {
  width: calc((100% - 405px) / 2);
  padding: 0 6vw;
}
@media screen and (max-width: 1500px) {
  .t-servic_box .ttl {
    width: calc((100% - 315px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .t-servic_box .ttl {
    width: 100%;
    padding: 0 30px;
    order: 2;
    margin-bottom: 3vh;
  }
}
@media screen and (max-width: 375px) {
  .t-servic_box .ttl {
    padding: 0 20px;
  }
}
.t-servic_box .ttl p {
  font-family: "Lexend Zetta", sans-serif;
  font-size: clamp(1.8rem, 2.60417vw, 2rem);
  letter-spacing: -0.22em;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .t-servic_box .ttl p {
    font-size: 1.4rem;
  }
}
.t-servic_box .ttl h3 {
  font-size: clamp(2.8rem, 6.25vw, 4.8rem);
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-servic_box .ttl h3 {
    font-size: clamp(2.2rem, 2.46667vw, 3.7rem);
  }
}
@media screen and (max-width: 375px) {
  .t-servic_box .ttl h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1500px) {
  .t-servic_box .img {
    width: 315px;
  }
}
@media screen and (max-width: 1024px) {
  .t-servic_box .img {
    order: 1;
    margin-bottom: 3vh;
  }
}
@media screen and (max-width: 500px) {
  .t-servic_box .img {
    text-align: center;
  }
  .t-servic_box .img img {
    height: 45cqh;
  }
}
.t-servic_box .txt {
  width: calc((100% - 405px) / 2);
  padding: 0 6vw;
}
@media screen and (max-width: 1500px) {
  .t-servic_box .txt {
    width: calc((100% - 315px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .t-servic_box .txt {
    width: 100%;
    padding: 0 30px;
    order: 3;
  }
}
@media screen and (max-width: 375px) {
  .t-servic_box .txt {
    padding: 0 20px;
  }
}
.t-servic_box .txt h3 {
  font-size: clamp(2.2rem, 3.77604vw, 2.9rem);
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-servic_box .txt h3 {
    font-size: clamp(1.8rem, 1.46667vw, 2.2rem);
  }
}
@media screen and (max-width: 375px) {
  .t-servic_box .txt h3 {
    font-size: 1.6rem;
    margin-bottom: 1vh;
  }
}
.t-servic_box .txt p {
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-servic_box .txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .t-servic_box .txt p {
    font-size: 1.4rem;
  }
}

.t-company {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .t-company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.t-company_ttl {
  position: relative;
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 500;
  font-size: clamp(7rem, 6.66667vw, 10rem);
  letter-spacing: -0.22em;
  line-height: 1;
  padding-top: 50px;
  border-top: 1px solid #111;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .t-company_ttl {
    font-size: clamp(5.8rem, 5.2vw, 7.8rem);
  }
}
@media screen and (max-width: 768px) {
  .t-company_ttl {
    font-size: clamp(4rem, 7.55208vw, 5.8rem);
    padding-top: 20px;
    margin-bottom: 60px;
  }
}

.t-company_inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1500px) {
  .t-company_inner {
    margin-top: -80px;
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .t-company_inner {
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .t-company_inner {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .t-company_inner {
    gap: 30px;
  }
}
.t-company_inner .txt {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t-company_inner .txt {
    max-width: 100%;
    width: calc(95% - 60px);
    z-index: 2;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    margin-top: -25cqw;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .t-company_inner .txt {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
.t-company_inner .txt h4 {
  font-size: clamp(2rem, 1.73333vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .t-company_inner .txt h4 {
    font-size: clamp(1.8rem, 1.33333vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .t-company_inner .txt h4 {
    margin-bottom: 30px;
  }
}
.t-company_inner .txt h5 {
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.t-company_inner .img {
  position: relative;
}
.t-company_inner .img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/top/company-bg-image.png);
  z-index: -1;
  top: 0;
  left: -60%;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .t-company_inner .img {
    max-width: 565px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .t-company_inner .img {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .t-company_inner .img {
    width: 60vw;
  }
  .t-company_inner .img:after {
    left: -40%;
  }
}
@media screen and (max-width: 500px) {
  .t-company_inner .img {
    width: 70vw;
  }
  .t-company_inner .img:after {
    left: -20%;
  }
}

.t-news {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 150px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .t-news {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.t-news_ttl {
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 500;
  font-size: clamp(7rem, 6.66667vw, 10rem);
  letter-spacing: -0.22em;
  line-height: 1;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .t-news_ttl {
    font-size: clamp(5.8rem, 5.2vw, 7.8rem);
  }
}
@media screen and (max-width: 768px) {
  .t-news_ttl {
    font-size: clamp(4rem, 7.55208vw, 5.8rem);
    margin-bottom: 50px;
  }
}

.t-news-list {
  width: 100%;
  border-top: 1px solid #fff;
}

.t-news-list_item {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 500px) {
  .t-news-list_item {
    padding: 20px 0;
  }
}
.t-news-list_item a {
  display: flex;
  gap: 80px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .t-news-list_item a {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .t-news-list_item a {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .t-news-list_item a {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .t-news-list_item a .thum {
    width: 255px;
  }
}
@media screen and (max-width: 768px) {
  .t-news-list_item a .thum {
    width: 150px;
  }
}
.t-news-list_item a .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .t-news-list_item a .box {
    width: calc(100% - 305px);
  }
}
@media screen and (max-width: 768px) {
  .t-news-list_item a .box {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 500px) {
  .t-news-list_item a .box {
    width: 100%;
  }
}
.t-news-list_item a .box .day {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  text-decoration: underline;
}
.t-news-list_item a .box .info h4 {
  font-size: clamp(2rem, 1.73333vw, 2.6rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .t-news-list_item a .box .info h4 {
    font-size: clamp(1.8rem, 1.33333vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .t-news-list_item a .box .info h4 {
    margin-bottom: 20px;
  }
}

/***************************

object/project/subpage.scss

***************************/
.subpage {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .subpage {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

.subpage-ttl {
  font-size: clamp(3.8rem, 3.2vw, 4.8rem);
}
@media screen and (min-width: 1501px) {
  .subpage-ttl {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .subpage-ttl {
    font-size: 3.2rem;
  }
}

.u-section {
  width: 100%;
}
.u-section:last-child {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .u-section:last-child {
    margin-bottom: 100px;
  }
}

/***************************

object/project/maguideline.scss

***************************/
.maguideline01 {
  width: 100%;
}
