@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #FFFBF2;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.ttf) format("TrueType");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.ttf) format("TrueType");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.ttf) format("TrueType");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicNew-Black.ttf) format("TrueType");
  font-family: "Zen Kaku Gothic New";
  font-weight: 800;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header.is-color {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .inner-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  padding: 30px;
}
.c-header .c-menu-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.c-header .c-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
}
.c-header .c-menu a {
  font-size: 16px;
  font-weight: bold;
}
.c-header .btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.btn-menu {
  pointer-events: all;
  width: 30px;
  height: 23px;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-menu .inn {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 23px;
}
.btn-menu .line:nth-of-type(2)::after {
  top: 0;
  content: "";
}
.btn-menu .line,
.btn-menu .line:nth-of-type(2)::after {
  background: #E72432;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.btn-menu .line:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.btn-menu .line:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.btn-menu .line:nth-of-type(2) {
  top: 10px;
}
.btn-menu .line:nth-of-type(1),
.btn-menu .line:nth-of-type(3) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn-menu.is-open .line:nth-of-type(1), .btn-menu.is-open .line:nth-of-type(3) {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn-menu.is-open .line:nth-of-type(2), .btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn-menu.is-open .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
          transform: rotate(90deg) translate3d(0, 0, 0);
}

.c-footer .inner-block {
  padding-top: 65px;
  padding-bottom: 50px;
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.c-footer .logo-wrap .txt {
  font-size: 16px;
  font-weight: 500;
  margin-top: 50px;
}
.c-footer .l-right {
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px;
}
.c-footer .menu-list a {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.c-footer .privacymark {
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  margin-left: auto;
}
.c-footer .copyright {
  font-size: 14px;
  margin-top: auto;
  text-align: right;
}
.c-footer .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .bottom .link {
  font-size: 14px;
  color: #5e5e5e;
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
#pagetop a {
  background: #fff;
  border: 2px solid #E72432;
  border-radius: 100px;
  display: block;
  height: 70px;
  width: 70px;
  position: relative;
}
#pagetop a::before {
  background: #E72432;
  content: "";
  -webkit-mask-image: url(/img/common/ico-arrow.svg);
          mask-image: url(/img/common/ico-arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -2px;
  margin: auto;
  height: 15px;
  width: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.c-ttl01 {
  color: #E72432;
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl01.center {
  text-align: center;
  width: 100%;
}

.c-ttl02 {
  text-align: center;
}
.c-ttl02 .en {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl02 .en::before {
  background: #fff;
  border-radius: 100px;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-ttl02 .ja {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 7px;
}

.c-ttl03 {
  color: #E72432;
  display: block;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  border: 2px solid transparent;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 10px;
  text-align: center;
  max-width: 240px;
  min-width: 240px;
  width: 100%;
}
.c-btn01.black {
  background: #333;
  border-color: #333;
}
.c-btn01.red {
  background: #E72432;
  border-color: #E72432;
}
.c-btn01.white {
  background: #fff;
  border-color: #fff;
  color: #E72432;
}
.c-btn01.tel {
  font-size: 20px;
}
.c-btn01.tel .inn {
  display: block;
  padding-left: 25px;
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn01.tel .inn::before {
  background: #fff;
  -webkit-mask-image: url("../img/common/ico-phone.svg");
          mask-image: url("../img/common/ico-phone.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn02 {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 24px 40px 24px;
  position: relative;
  max-width: 252px;
  width: 100%;
}
.c-btn02.bottom::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-btn02.is-open::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-btn02::before {
  background: #E72432;
  content: "";
  -webkit-mask-image: url("../img/common/ico-arrow.svg");
          mask-image: url("../img/common/ico-arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 34px;
  margin: auto;
  height: 8px;
  width: 11px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-cta-section {
  position: relative;
}
.c-cta-section::before {
  background: url("../img/common/bg-wave.png.webp") no-repeat center center/cover;
  content: "";
  height: 738px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-cta-section .inner-block {
  padding-top: 180px;
  padding-bottom: 228px;
}
.c-cta-section .txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}
.c-cta-section .txt + .txt {
  margin-top: 10px;
}
.c-cta-section .l-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 755px;
  margin: 40px auto 0;
}
.c-cta-section .tel {
  position: relative;
  padding-left: 65px;
}
.c-cta-section .tel::before {
  background: url("../img/common/ico-phone.svg") no-repeat center/contain;
  content: "";
  display: block;
  height: 55px;
  width: 55px;
  position: absolute;
  top: 10px;
  left: 0;
}
.c-cta-section .tel a {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
.c-cta-section .tel .txt {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  line-height: 1;
}
.c-cta-section .tel .txt .time {
  display: inline-block;
  margin-left: 10px;
}
.c-cta-section .c-btn01 {
  font-size: 18px;
  max-width: 350px;
  padding: 25px 10px;
  margin-left: auto;
}
.c-cta-section .link {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.c-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.c-fadeIn.is-animated {
  -webkit-animation: fadeIn 1s ease 0.2s alternate forwards;
          animation: fadeIn 1s ease 0.2s alternate forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.c-breadcrumb-list > li a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-breadcrumb-list > li:not(:first-child) {
  padding-left: 45px;
  position: relative;
  white-space: nowrap;
}
.c-breadcrumb-list > li:not(:first-child)::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
  rotate: 45deg;
}

.c-mv-section.c-section {
  padding-top: 150px;
  padding-bottom: 100px;
}
.c-mv-section.c-section .c-en {
  top: 150px;
}
.c-mv-section.c-section .l-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 90px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 220px;
  padding-right: clamp(60px, 310px, min(310px, 19.375vw));
}

.c-content-wrap {
  margin-top: 150px;
  text-align: center;
}
.c-content-wrap .ttl {
  color: #E72432;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
}
.c-content-wrap .txt {
  line-height: 2.2;
  margin-top: 50px;
}

.c-section.white {
  background: #fff;
}
.c-section.block {
  padding-block: 100px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .kv-section {
  position: relative;
}
.home .kv-section .inner-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 2;
  max-width: 1480px;
}
.home .kv-section .kv-ttl-wrap {
  position: absolute;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home .kv-section .kv-ttl-wrap .kv-ttl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #E72432;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 70px;
  font-weight: bold;
  gap: 25px;
  line-height: 1.29;
}
.home .kv-section .kv-ttl-wrap .medium {
  font-size: 60px;
}
.home .kv-section .kv-ttl-wrap .small {
  font-size: 30px;
}
.home .kv-section .kv-ttl-wrap .inn {
  background: #fff;
  display: inline-block;
  padding: 0px 12px;
}
.home .kv-section .kv-ttl-wrap .txt {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  gap: 8px;
  line-height: 1.3;
  margin-top: 62px;
}
.home .kv-section .kv-ttl-wrap .txt .inn {
  padding: 5px 12px 4px;
}
.home .kv-swiper .swiper-slide {
  -webkit-transition-property: all;
  transition-property: all;
  height: 100%;
}
.home .kv-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), color-stop(40%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0) 40%);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .kv-swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 800px;
}
.home .news-section .inner-block {
  padding-top: 150px;
  padding-bottom: 50px;
}
.home .news-section .c-en {
  top: 100px;
}
.home .news-section .l-box {
  gap: 56px;
}
.home .news-section .news-list {
  max-width: 800px;
  width: 100%;
}
.home .news-section .news-list li {
  border-bottom: 1px solid #ccc;
}
.home .news-section .news-list a {
  background: #FFFBF2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  padding: 24px 0;
}
.home .news-section .news-list a.pdf {
  position: relative;
  padding-right: 55px;
}
.home .news-section .news-list a.pdf::before {
  border: 1px solid #999;
  content: "PDF";
  display: block;
  color: #999;
  font-size: 14px;
  padding: 1px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home .news-section .news-list .day {
  font-size: 14px;
  font-weight: bold;
  min-width: 120px;
}
.home .news-section .news-list .inn {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.home .news-section .c-btn02 {
  margin-left: auto;
  margin-top: 30px;
  max-width: 209px;
}
.home .about-section .inner-block {
  padding-top: 50px;
  padding-bottom: 100px;
}
.home .about-section .c-en {
  right: 0;
}
.home .about-section .l-box {
  gap: 80px;
}
.home .about-section .l-box .txt {
  margin-top: 60px;
}
.home .about-section .img {
  max-width: 640px;
}
.home .about-section .img > img {
  border-radius: 20px;
}
.home .work-section {
  overflow: hidden;
}
.home .work-section .inner-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home .work-section .c-en {
  left: 0;
  top: 40px;
}
.home .work-section .l-box {
  gap: 105px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home .work-section .l-box .txt {
  margin-top: 0;
}
.home .work-section .work-swiper {
  overflow: visible;
  margin-top: 50px;
}
.home .work-section .work-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.home .work-section .work-swiper .swiper-slide {
  max-width: 450px;
}
.home .work-section .work-swiper .swiper-slide img {
  border-radius: 20px;
}
.home .work-section .work-swiper .swiper-slide:nth-child(even) {
  margin-top: 50px;
}
.home .service-section .inner-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home .service-section .c-en {
  left: 0;
  top: 40px;
}
.home .service-section .img {
  max-width: 570px;
}
.home .service-section .img > img {
  border-radius: 20px;
}
.home .service-section .l-box .txt {
  margin-top: 59px;
}
.home .service-section .c-btn02 {
  max-width: 315px;
}
.home .c-section {
  position: relative;
}
.home .l-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .l-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .l-box .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 26px;
  margin-bottom: 50px;
}
.home .c-en {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 250px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  top: 0;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.work .c-section {
  position: relative;
}
.work .l-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work .c-mv-section.c-section .c-en {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 250px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
}
.work .inner-block .cont > .txt {
  line-height: 1.6;
}
.work .inner-block .cont > .c-ttl01 {
  margin-bottom: 60px;
}
.work .inner-block .cont + .cont {
  margin-top: 100px;
}
.work .list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 40px, min(40px, 2.8571428571vw));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work .list.work > li {
  width: calc((100% - 100px) / 3);
}
.work .list.work > li .img {
  aspect-ratio: 300/200;
}
.work .list > li {
  width: calc((100% - 120px) / 4);
}
.work .list > li > .txt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.work .list > li > .img {
  -webkit-box-shadow: 0px 0px 10px -5px #777777;
          box-shadow: 0px 0px 10px -5px #777777;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 220/147;
}
.work .list > li > .img > img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.work .work-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 40px, min(40px, 2.8571428571vw));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work .work-list > li {
  width: calc((100% - 120px) / 4);
  height: 100%;
}
.work .work-list > li .bold {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.work .work-list > li .txt {
  font-size: 14px;
  font-weight: 500;
}
.work .work-list > li .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px -5px #777777;
          box-shadow: 0px 0px 10px -5px #777777;
  border-radius: 10px;
}
.work .work-list > li .img > img {
  border-radius: 10px;
}
.work .flow-section {
  padding-top: 120px;
}
.work .flow-section .cont > .txt {
  line-height: 2.2;
}
.work .flow-section .cont .list > li > .img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.company .c-section {
  position: relative;
}
.company .l-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company .c-mv-section.c-section .c-en {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 250px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
}
.company .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 20px, min(20px, 1.4285714286vw));
}
.company .tag-list > li {
  width: calc((100% - 60px) / 4);
}
.company .tag-list > li .c-btn02 {
  max-width: inherit;
  display: block;
}
.company .desc-section .table-box {
  margin-top: 60px;
}
.company .desc-section .table-box > table {
  width: 100%;
}
.company .desc-section .table-box > table tr {
  border-top: 1px solid #ccc;
}
.company .desc-section .table-box > table tr:last-child {
  border-bottom: 1px solid #ccc;
}
.company .desc-section .table-box > table tr th {
  color: #E72432;
  text-align: start;
  width: clamp(100px, 240px, min(240px, 17.1428571429vw));
}
.company .desc-section .table-box > table tr th,
.company .desc-section .table-box > table tr td {
  padding: 30px 0;
  font-size: 18px;
}
.company .greeting-section .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 100px, min(100px, 7.1428571429vw));
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .greeting-section .flex-box .txt-wrap {
  width: clamp(200px, 460px, min(460px, 32.8571428571vw));
}
.company .greeting-section .flex-box .txt-wrap .c-ttl01 {
  margin-bottom: 60px;
}
.company .greeting-section .flex-box .txt-wrap .txt {
  line-height: 2;
}
.company .greeting-section .flex-box .txt-wrap .post {
  text-align: end;
  margin-top: 40px;
}
.company .greeting-section .flex-box .txt-wrap .name {
  width: 171px;
  aspect-ratio: 171/51;
  margin: 10px 0 0 auto;
}
.company .greeting-section .flex-box .img {
  width: clamp(300px, 640px, min(640px, 45.7142857143vw));
}
.company .greeting-section .flex-box .img > img {
  width: 100%;
  border-radius: 20px;
}
.company .message-section .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company .message-section .flex-wrap .cont-wrap {
  padding-right: clamp(20px, 50px, min(50px, 3.5714285714vw));
  width: 50%;
}
.company .message-section .flex-wrap .cont-wrap .c-ttl01 {
  margin-bottom: 60px;
}
.company .message-section .flex-wrap .cont-wrap > .txt {
  text-align: center;
}
.company .message-section .flex-wrap .cont-wrap .ttl {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.company .message-section .flex-wrap .cont-wrap + .cont-wrap {
  padding-right: 0;
  padding-left: clamp(20px, 50px, min(50px, 3.5714285714vw));
  border-left: 1px solid #ccc;
}
.company .access-section .c-ttl01 {
  margin-bottom: 60px;
}
.company .access-section .inn {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.company .access-section .inn .access-wrap {
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  width: 100%;
  max-width: 500px;
}
.company .access-section .inn .access-wrap .box {
  aspect-ratio: 60/45;
}
.company .access-section .inn .access-wrap iframe {
  max-width: 500px;
  width: 100%;
  height: 100%;
}
.company .access-section .inn .access-wrap .lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.company .access-section .inn .access-wrap .txt {
  margin-top: 10px;
  font-size: 14px;
}
.company .access-section .inn .access-wrap .txt + .txt {
  margin-top: 5px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.service .c-section {
  position: relative;
}
.service .c-mv-section {
  padding-bottom: 150px;
}
.service .l-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .c-mv-section.c-section .c-en {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 250px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
}
.service .about-section .inner-block > .txt {
  line-height: 1.6;
}
.service .about-section .inner-block > .c-ttl01 {
  margin-bottom: 60px;
}
.service .about-section .inner-block > .red {
  font-size: 30px;
  font-weight: bold;
  color: #E72432;
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
}
.service .about-section .inner-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.service .about-section .inner-block .wrap .cont {
  background: #FFFBF2;
  padding: 30px 20px;
  border-radius: 20px;
  width: calc((100% - 20px) / 2);
  min-width: 400px;
}
.service .about-section .inner-block .wrap .cont .ttl {
  font-size: 24px;
  color: #E72432;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.service .about-section .inner-block .wrap .cont .list {
  margin-bottom: 20px;
}
.service .about-section .inner-block .wrap .cont .list > li {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
}
.service .about-section .inner-block .wrap .cont .list > li::before {
  content: "";
  position: absolute;
  background: #E72432;
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
.service .about-section .inner-block .wrap .cont .list > li + li {
  margin-top: 10px;
}
.service .about-section .inner-block .wrap .cont .img-box.center .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.service .about-section .inner-block .wrap .cont .img-box.center .img > img {
  max-width: 162px;
  display: block;
  width: 100%;
}
.service .about-section .inner-block .wrap .cont .img-box.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .about-section .inner-block .wrap .cont .img-box.flex .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service .about-section .inner-block .wrap .cont .img-box.flex .img > img {
  max-width: 230px;
  display: block;
  width: 100%;
}
.service .about-section .inner-block .wrap .cont .img-box.flex .img.left > img {
  max-width: 167px;
  display: block;
  width: 100%;
}
.service .about-section .inner-block .wrap .cont > .bottom {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
}
.service .about-section .inner-block .ico-area {
  max-width: 720px;
  margin: 40px auto 0;
}
.service .about-section .inner-block .ico-area .wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin-top: 0;
}
.service .about-section .inner-block .ico-area .wrap .mascot {
  max-width: 171px;
  width: 100%;
}
.service .about-section .inner-block .ico-area .wrap .mascot img {
  width: 100%;
}
.service .about-section .inner-block .ico-area .wrap .txt-wrap {
  position: relative;
  padding-right: min(50px, 3.5714285714vw);
  padding-top: 42px;
}
.service .about-section .inner-block .ico-area .wrap .txt-wrap .txt {
  background: #0B3190;
  border-radius: 70px;
  padding: 25px 50px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.service .about-section .inner-block .ico-area .wrap .txt-wrap .ico {
  position: absolute;
  top: 0;
  right: min(50px, 3.5714285714vw);
}
.service .about-section .inner-block .ico-area .wrap .txt-wrap::before {
  content: "";
  position: absolute;
  background: url("../img/service/cloud.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: clamp(45px, 60px, min(60px, 4.2857142857vw));
  aspect-ratio: 60/30;
  top: 35px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.service .about-section .inner-block .ico-area .wrap .txt-wrap::after {
  content: "";
  position: absolute;
  background: url("../img/service/line.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  top: 17px;
  left: -25px;
}
.service .privacy-section .privacy-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .privacy-section .privacy-wrap .txt {
  line-height: 2.2;
}
.service .privacy-section .privacy-wrap .img {
  max-width: 175px;
  aspect-ratio: 1/1;
  width: 100%;
  margin-right: min(25px, 1.7857142857vw);
}
.service .privacy-section .privacy-wrap .img > a {
  display: block;
}
.service .privacy-section .privacy-wrap .img > a > img {
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.policy .c-section {
  position: relative;
}
.policy .c-mv-section {
  padding-bottom: 150px;
}
.policy .l-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.policy .c-mv-section.c-section .c-en {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 250px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
}
.policy .policy-section .inner-block .txt {
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
}
.policy .policy-section .inner-block > .c-ttl01 {
  margin-bottom: 60px;
  font-size: 40px;
}
.policy .policy-section .inner-block > .ttl {
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.policy .policy-section .inner-block > .ttl + .txt {
  margin-top: 10px;
}
.policy .policy-section .inner-block .right {
  margin-top: 30px;
}
.policy .policy-section .inner-block .right .txt {
  text-align: end;
}
.policy .policy-section .inner-block .right + .txt {
  margin-top: 20px;
}
.policy .policy-section .inner-block .privacy-list {
  counter-reset: privacy-count 0;
  margin-top: 60px;
}
.policy .policy-section .inner-block .privacy-list > li .lead {
  position: relative;
  padding-left: 35px;
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
}
.policy .policy-section .inner-block .privacy-list > li .lead::before {
  position: absolute;
  counter-increment: privacy-count 1;
  content: "（" counter(privacy-count) "）";
  left: -15px;
  top: 0;
  font-weight: bold;
  line-height: 2;
}
.policy .policy-section .inner-block .privacy-list > li > .txt {
  padding-left: 35px;
  margin-top: 10px;
}
.policy .policy-section .inner-block .privacy-list > li + li {
  margin-top: 30px;
}
.policy .policy-section .inner-block .privacy-list > li .list {
  padding-left: 35px;
  margin-top: 10px;
}
.policy .policy-section .inner-block .privacy-list > li .list > li {
  padding-left: 25px;
  position: relative;
}
.policy .policy-section .inner-block .privacy-list > li .list > li::before {
  content: "";
  position: absolute;
  background: #333;
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 12px;
  left: 4px;
}
.policy .policy-section .inner-block .privacy-list > li .list > li + li {
  margin-top: 10px;
}
.policy .policy-section .inner-block .privacy-table {
  width: 100%;
  margin-top: 20px;
}
.policy .policy-section .inner-block .privacy-table.t5 {
  margin-top: 5px;
}
.policy .policy-section .inner-block .privacy-table tr,
.policy .policy-section .inner-block .privacy-table td {
  border: 1px solid #333;
}
.policy .policy-section .inner-block .privacy-table th, .policy .policy-section .inner-block .privacy-table td {
  padding: 10px;
}
.policy .policy-section .inner-block .privacy-table th {
  vertical-align: top;
  text-align: start;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-block.wi-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .inner-block {
    padding: 19px 20px;
  }
  .c-header .logo {
    max-width: 161px;
  }
  .c-header .c-menu-wrap {
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    padding: 30px 35px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .c-menu-wrap.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .c-menu {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-header .c-menu li {
    border-bottom: 1px solid #ccc;
  }
  .c-header .c-menu li:first-child a {
    padding-top: 0;
  }
  .c-header .c-menu a {
    display: block;
    padding: 20px 0;
  }
  .c-header .btn-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
  }
  .c-header {
    background: #fff;
  }
  .c-footer .inner-block {
    padding-top: 100px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .c-footer .l-right {
    padding-top: 0;
  }
  .c-footer .menu-list {
    display: none;
  }
  .c-footer .privacymark {
    margin-left: 0;
  }
  .c-footer .copyright {
    font-size: 12px;
    text-align: left;
  }
  .c-footer .bottom {
    margin-top: 0;
  }
  #pagetop a::before {
    height: 12px;
    width: 15px;
    left: -1px;
  }
  #pagetop a {
    height: 50px;
    width: 50px;
  }
  .c-ttl01 {
    font-size: 26px;
  }
  .c-ttl02 .en {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .c-ttl02 .ja {
    font-size: 30px;
  }
  .c-ttl03 {
    font-size: 30px;
  }
  .c-btn01 {
    max-width: 100%;
    min-width: 100%;
    padding: 15px 10px;
  }
  .c-btn02::before {
    right: 15px;
    height: 6px;
    width: 9px;
  }
  .c-btn02 {
    font-size: 14px;
    padding: 12px 20px 13px;
    max-width: 180px;
  }
  .c-cta-section::before {
    background: url("../img/common/bg-wave_sp.png.webp") no-repeat center center/cover;
    height: 600px;
  }
  .c-cta-section .inner-block {
    padding: 82px 10px;
  }
  .c-cta-section .txt {
    font-size: 12px;
    margin-top: 14px;
  }
  .c-cta-section .l-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 100%;
    margin: 30px auto 0;
  }
  .c-cta-section .tel {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-cta-section .tel::before {
    top: 2px;
    width: 50px;
    height: 50px;
  }
  .c-cta-section .tel a {
    font-size: 32px;
    line-height: 1.1875;
  }
  .c-cta-section .tel .txt {
    margin-top: 5px;
  }
  .c-cta-section .c-btn01 {
    font-size: 16px;
    padding: 21px 10px 22px;
    max-width: 320px;
    min-width: auto;
    margin: auto;
  }
  .c-mv-section.c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-mv-section.c-section .c-en {
    right: 0;
    left: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 75px;
  }
  .c-content-wrap {
    margin-top: 0;
  }
  .c-content-wrap .ttl {
    font-size: 24px;
  }
  .c-content-wrap .txt {
    margin-top: 19px;
    font-size: 14px;
    text-align: start;
  }
  .c-section.block {
    padding-block: 60px;
  }
  .home .kv-section .kv-ttl-wrap {
    bottom: 80px;
  }
  .home .kv-section .kv-ttl-wrap .kv-ttl {
    font-size: 40px;
    gap: 14px;
  }
  .home .kv-section .kv-ttl-wrap .medium {
    font-size: 40px;
  }
  .home .kv-section .kv-ttl-wrap .inn {
    padding: 0 10px;
  }
  .home .kv-section .kv-ttl-wrap .txt {
    gap: 5px;
    font-size: 14px;
    margin-top: 20px;
  }
  .home .kv-section .kv-ttl-wrap .txt .inn {
    padding: 2px 0 3px;
  }
  .home .kv-swiper {
    border-radius: 0 0 50px 50px;
  }
  .home .kv-swiper .swiper-slide::before {
    content: none;
  }
  .home .kv-swiper img {
    width: 100%;
    min-height: 500px;
    max-height: calc(100vh - 200px);
  }
  .home .news-section .inner-block {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .home .news-section .c-en {
    top: 20px;
  }
  .home .news-section .l-box {
    gap: 25px;
  }
  .home .news-section .news-list a.pdf {
    padding-right: 30px;
  }
  .home .news-section .news-list a.pdf::before {
    font-size: 10px;
    padding: 1px 5px;
    bottom: inherit;
    top: 16px;
  }
  .home .news-section .news-list a {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px 0;
  }
  .home .news-section .news-list .inn {
    font-size: 14px;
    line-height: 1.6;
  }
  .home .news-section .c-btn02 {
    margin-top: 20px;
    max-width: 180px;
  }
  .home .about-section .inner-block {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .home .about-section .l-box {
    gap: 30px;
  }
  .home .about-section .l-box .txt {
    margin-top: 30px;
  }
  .home .work-section .inner-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .work-section .c-en {
    top: 20px;
  }
  .home .work-section .l-box {
    gap: 30px;
  }
  .home .work-section .c-ttl01 {
    margin-left: 0;
  }
  .home .work-section .work-swiper {
    margin-top: 40px;
  }
  .home .work-section .work-swiper .swiper-slide {
    max-width: 200px;
  }
  .home .work-section .work-swiper .swiper-slide:nth-child(even) {
    margin-top: 20px;
  }
  .home .service-section .inner-block {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .home .service-section .c-en {
    top: 25px;
  }
  .home .service-section .l-box .txt {
    margin-top: 30px;
  }
  .home .service-section .c-btn02 {
    max-width: 250px;
  }
  .home .l-box .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .work .inner-block .cont > .c-ttl01 {
    margin-bottom: 25px;
  }
  .work .inner-block .cont + .cont {
    margin-top: 60px;
  }
  .work .list {
    margin-top: 25px;
    gap: 40px;
  }
  .work .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .work .list.work > li {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .work .list > li {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .work .list > li > .img {
    width: 100%;
  }
  .company .desc-section .table-box {
    margin-top: 40px;
  }
  .company .desc-section .table-box > table tr th,
  .company .desc-section .table-box > table tr td {
    padding: 15px 0;
    font-size: 14px;
  }
  .company .greeting-section .flex-box .txt-wrap .name {
    width: 120px;
  }
  .company .access-section .c-ttl01 {
    margin-bottom: 40px;
  }
  .company .access-section .inn .access-wrap {
    padding: 10px 20px;
  }
  .company .access-section .inn .access-wrap .lead {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .company .access-section .inn .access-wrap .txt {
    font-size: 12px;
  }
  .service .c-mv-section {
    padding-bottom: 0;
  }
  .service .about-section .inner-block > .c-ttl01 {
    margin-bottom: 25px;
  }
  .service .about-section .inner-block > .red {
    text-align: start;
    font-size: 18px;
    margin-top: 20px;
  }
  .service .about-section .inner-block .wrap {
    margin-top: 20px;
  }
  .service .about-section .inner-block .wrap .cont {
    min-width: inherit;
    max-width: 500px;
    width: 100%;
  }
  .service .about-section .inner-block .wrap .cont .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .service .about-section .inner-block .wrap .cont .list {
    margin-bottom: 15px;
  }
  .service .about-section .inner-block .wrap .cont .list > li {
    font-size: 12px;
  }
  .service .about-section .inner-block .wrap .cont > .bottom {
    font-size: 16px;
  }
  .service .about-section .inner-block .ico-area {
    margin-top: 20px;
  }
  .service .about-section .inner-block .ico-area .wrap {
    gap: 10px;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap {
    padding-left: 10px;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap .txt {
    font-size: 1.5rem;
    padding: 20px 25px;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap .ico {
    width: 70px;
    top: 10px;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap::before {
    width: 35px;
    top: 0;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap::after {
    width: 40px;
    left: 0;
  }
  .service .privacy-section .privacy-wrap {
    gap: 10px;
    margin-top: 30px;
  }
  .service .privacy-section .privacy-wrap .img {
    margin-right: 0;
    max-width: 120px;
  }
  .policy .c-mv-section {
    padding-bottom: 0;
  }
  .policy .policy-section.last .privacy-list > li .list > li + li {
    margin-top: 0;
  }
  .policy .policy-section .inner-block .txt {
    font-size: 12px;
  }
  .policy .policy-section .inner-block > .c-ttl01 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .policy .policy-section .inner-block > .ttl {
    font-size: 16px;
    margin-top: 20px;
  }
  .policy .policy-section .inner-block .right {
    margin-top: 20px;
  }
  .policy .policy-section .inner-block .privacy-list {
    margin-top: 30px;
  }
  .policy .policy-section .inner-block .privacy-list > li .lead {
    padding-left: 25px;
    line-height: 1.6;
  }
  .policy .policy-section .inner-block .privacy-list > li .lead::before {
    left: -20px;
    line-height: 1.6;
  }
  .policy .policy-section .inner-block .privacy-list > li > .txt {
    padding-left: 20px;
  }
  .policy .policy-section .inner-block .privacy-list > li + li {
    margin-top: 20px;
  }
  .policy .policy-section .inner-block .privacy-list > li .list {
    padding-left: 20px;
  }
  .policy .policy-section .inner-block .privacy-list > li .list > li {
    padding-left: 15px;
  }
  .policy .policy-section .inner-block .privacy-list > li .list > li::before {
    left: 0;
    top: 9px;
  }
  .policy .policy-section .inner-block .privacy-table {
    display: block;
  }
  .policy .policy-section .inner-block .privacy-table tr {
    border: none;
    display: block;
  }
  .policy .policy-section .inner-block .privacy-table tr:first-child td {
    border-bottom: none;
  }
  .policy .policy-section .inner-block .privacy-table th, .policy .policy-section .inner-block .privacy-table td {
    display: block;
    border: 1px solid #333;
  }
  .policy .policy-section .inner-block .privacy-table th {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  .inner-block.wi-1000 {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .c-menu a:hover {
    color: #E72432;
  }
  .btn-menu {
    display: none;
  }
  .c-footer .menu-list a:hover {
    color: #E72432;
  }
  .c-footer .privacymark:hover {
    opacity: 0.7;
  }
  .c-footer .bottom .link:hover {
    opacity: 0.7;
  }
  #pagetop a:hover {
    background: #E72432;
  }
  #pagetop a:hover::before {
    background: #fff;
  }
  .c-btn01.tel {
    max-width: 230px;
    min-width: 230px;
  }
  .c-btn01:hover {
    background: #fff;
  }
  .c-btn01:hover.black {
    color: #333;
  }
  .c-btn01:hover.red {
    color: #E72432;
  }
  .c-btn01:hover.tel .inn::before {
    background: #333;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn01:hover.white {
    background: #E72432;
    color: #fff;
  }
  .c-btn02:hover {
    background: #E72432;
    border-color: #E72432;
    color: #fff;
  }
  .c-btn02:hover::before {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-cta-section .link:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .c-breadcrumb-list > li a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .home .kv-section .kv-ttl-wrap {
    top: 51px;
  }
  .home .news-section .news-list a:hover {
    background: rgba(231, 36, 50, 0.2);
  }
  .home .about-section .c-en {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1370px) {
  .c-header .logo {
    max-width: 200px;
  }
  .c-header .c-menu-wrap {
    gap: 30px;
  }
  .c-header .c-menu {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .c-header .btn-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .c-footer .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-btn01.tel {
    font-size: 16px;
    max-width: 200px;
    min-width: 200px;
  }
  .c-btn01 {
    font-size: 14px;
    max-width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 430px) and (min-width: 375px) {
  .c-cta-section::before {
    height: 690px;
    background: url("../img/common/bg-wave_sp.png.webp") no-repeat center center/contain;
    top: -20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 430px) and (min-width: 375px) and (max-width: 400px) {
  .c-cta-section::before {
    top: -30px;
  }
}
@media only screen and (max-width: 1400px) {
  .c-mv-section.c-section .l-box {
    padding-left: 170px;
    padding-top: 60px;
  }
  .home .c-en {
    font-size: 200px;
  }
  .work .c-mv-section.c-section .c-en {
    font-size: 200px;
  }
  .company .c-mv-section.c-section .c-en {
    font-size: 200px;
  }
  .service .c-mv-section.c-section .c-en {
    font-size: 200px;
  }
  .policy .c-mv-section.c-section .c-en {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 1200px) {
  .c-mv-section.c-section .l-box {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1000px) {
  .c-mv-section.c-section .l-box {
    padding-left: clamp(60px, 100px, min(100px, 10vw));
    padding-right: clamp(60px, 100px, min(100px, 10vw));
  }
}
@media only screen and (max-width: 1400px) and (max-width: 767px) {
  .c-mv-section.c-section .l-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 55px;
    gap: 27px;
    padding-bottom: 48px;
  }
  .home .c-en {
    font-size: 100px;
  }
  .work .c-mv-section.c-section .c-en {
    font-size: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .company .c-mv-section.c-section .c-en {
    font-size: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .service .c-mv-section.c-section .c-en {
    font-size: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .policy .c-mv-section.c-section .c-en {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1165px) {
  .home .news-section .news-list {
    max-width: 100%;
  }
  .home .about-section .img {
    max-width: 100%;
  }
  .home .work-section .l-box {
    gap: 60px;
  }
  .home .service-section .img {
    max-width: 100%;
    margin-top: 80px;
  }
  .home .l-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .l-box.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1165px) {
  .home .about-section .c-en {
    left: 0;
  }
}
@media only screen and (min-width: 1166px) {
  .home .about-section .l-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: min(150px, 7.8125vw);
  }
  .home .work-section .c-ttl01 {
    margin-left: 66px;
  }
  .home .service-section .l-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1167px) {
  .home .about-section .l-box .txt-wrap {
    max-width: 444px;
    width: 100%;
  }
  .home .service-section .l-box .txt-wrap {
    max-width: 470px;
    width: 100%;
  }
}
@media only screen and (max-width: 1165px) and (max-width: 767px) {
  .home .service-section .img {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .work .work-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .work .work-list > li {
    max-width: 290px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 767px) {
  .work .work-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .work .work-list > li {
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1125px) {
  .company .tag-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company .tag-list > li {
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (max-width: 900px) {
  .company .greeting-section .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .company .greeting-section .flex-box .txt-wrap {
    width: 100%;
  }
  .company .greeting-section .flex-box .txt-wrap .c-ttl01 {
    margin-bottom: 40px;
  }
  .company .greeting-section .flex-box .txt-wrap .post {
    margin-top: 20px;
  }
  .company .greeting-section .flex-box .img {
    width: 100%;
  }
  .company .message-section .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .message-section .flex-wrap .cont-wrap {
    width: 100%;
  }
  .company .message-section .flex-wrap .cont-wrap .c-ttl01 {
    margin-bottom: 20px;
  }
  .company .message-section .flex-wrap .cont-wrap .ttl {
    margin-bottom: 20px;
  }
  .company .message-section .flex-wrap .cont-wrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .company .message-section .flex-wrap .cont-wrap + .cont-wrap {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
  }
  .company .message-section .flex-wrap .cont-wrap + .cont-wrap .c-ttl01 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 400px) {
  .company .greeting-section .flex-box {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .company .message-section .flex-wrap .cont-wrap .ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .service .about-section .inner-block .ico-area .wrap {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap {
    max-width: 324px;
    width: 100%;
    margin: auto;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap .txt {
    font-size: 16px;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap::before {
    width: 45px;
    top: inherit;
    bottom: -25px;
    right: inherit;
    left: 65px;
    rotate: 70deg;
  }
  .service .about-section .inner-block .ico-area .wrap .txt-wrap::after {
    left: -10px;
  }
  .service .privacy-section .privacy-wrap {
    display: block;
  }
  .service .privacy-section .privacy-wrap .img {
    max-width: 150px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 600px) {
  .service .about-section .inner-block .ico-area .wrap .mascot {
    max-width: 150px;
    margin: auto;
  }
}