@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /*-webkit-appearance: none;*/ /* 1 */
  /*appearance: none;*/
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
}

/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
/* -------------------------------------------------
	斜め背景
-------------------------------------------------- */
html {
  font-size: 0.625vw;
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

/* -------------------------------------------------
	テキスト
-------------------------------------------------- */
.content-wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 781px) {
  .sp-display {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .pc-display {
    display: none !important;
  }
}

/* -------------------------------------------------
	header
-------------------------------------------------- */
.header {
  width: 100%;
  height: 8rem;
  padding: 0 6rem;
  box-shadow: 0px 3px 16px -6px rgba(0, 0, 0, 0.16);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 780px) {
  .header {
    padding: 0 1rem;
  }
}
.header-logo__link {
  display: flex;
  align-items: center;
}
.header-logo__text {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #080857;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .header-logo__text {
    font-size: 1.2rem;
  }
}
.header-logo__text--sm {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 780px) {
  .header-logo__text--sm {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 780px) {
  .header-logo__img {
    width: 4.7rem;
  }
}
.header-info {
  display: flex;
  align-items: center;
  gap: 0 4rem;
}
@media screen and (max-width: 780px) {
  .header-info {
    gap: 0 1rem;
  }
}
.header-info-tel {
  text-align: center;
}
.header-info-tel-inner {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  color: #D6281A;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 2px;
}
.header-info-tel__icon {
  margin-top: 0.5rem;
}
.header-info-tel__text {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
}
.header-info-tel__text--time {
  font-weight: 900;
}
.header-info-mail__icon {
  transition: all 0.3s;
  vertical-align: text-top;
}
.header-info-mail:hover .header-info-mail__icon-n, .header-info-mail:active .header-info-mail__icon-n {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s;
}
.header-info-mail:hover .header-info-mail__icon-r, .header-info-mail:active .header-info-mail__icon-r {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 0.3s;
}
.header-info-mail .header-info-mail__icon-r {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s;
}

.navi {
  padding: 1rem 7.5rem;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 69.5rem;
  height: 100vh;
  background: #080857;
  transition: all 0.6s;
  overflow-y: scroll;
  color: #fff;
}
.navi.active {
  right: 0;
}
@media screen and (max-width: 780px) {
  .navi {
    width: 100%;
    padding: 3rem 2rem 15rem;
    top: 8rem;
  }
}
.navi::-webkit-scrollbar {
  display: none;
}
.navi .header-info {
  justify-content: flex-end;
}
@media screen and (min-width: 781px) {
  .navi .header-info {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 780px) {
  .navi .header-info {
    justify-content: center;
  }
}
.navi .header-info-tel {
  color: #fff;
}
.navi .header-info-tel-inner {
  color: #fff;
}
@media screen and (max-width: 780px) {
  .navi .header-info-tel-inner {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 780px) {
  .navi .header-info-tel__text {
    font-size: 1.6rem;
  }
}
.navi-list {
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 781px) {
  .navi-list {
    margin-top: 9.5rem;
  }
}
@media screen and (max-width: 780px) {
  .navi-list {
    margin-bottom: 7rem;
    font-size: 1.6rem;
  }
}
.navi-item__link {
  margin-bottom: 2rem;
  display: inline-block;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  transition: background-size 0.6s; /* 線を伸ばすアニメーション実行時間を指定 */
}
.navi-item__link:hover, .navi-item__link:active {
  background-size: 100% 1px;
}
.navi-sub-list {
  margin-left: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 781px) {
  .navi-sub-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 780px) {
  .navi-sub-list {
    display: none;
  }
}
.navi-sub-item {
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
}
.navi-sub-item::before {
  content: "";
  width: 1.3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navi-sub-item__link {
  display: inline-block;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  transition: background-size 0.6s; /* 線を伸ばすアニメーション実行時間を指定 */
}
.navi-sub-item__link:hover, .navi-sub-item__link:active {
  background-size: 100% 1px;
}

@media screen and (max-width: 780px) {
  .navi-toggle {
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
  }
  .navi-toggle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    right: -4rem;
    background: #fff;
    transform: translateY(-50%);
  }
  .navi-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -4rem;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: 0.4s;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
  }
  .navi-toggle.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

/*ボタン外側*/
.openbtn {
  width: 3.4rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 780px) {
  .openbtn {
    width: 3.4rem;
    height: 2rem;
  }
}

.openbtn span {
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  right: 0;
  border-radius: 2px;
  background: #080857;
}

.openbtn span:nth-of-type(1) {
  top: 0;
}

.openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.openbtn span:nth-of-type(3) {
  bottom: 0;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}
@media screen and (min-width: 781px) {
  .openbtn.active span:nth-of-type(1) {
    background: #fff;
  }
}

.openbtn.active span:nth-of-type(2) {
  display: none;
}

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}
@media screen and (min-width: 781px) {
  .openbtn.active span:nth-of-type(3) {
    background: #fff;
  }
}

/* -------------------------------------------------
	タイトル
-------------------------------------------------- */
.tit-lev2 {
  margin-bottom: 5.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .tit-lev2 {
    margin-bottom: 3rem;
  }
}
.tit-lev2__bg {
  color: #7B7B7B;
  opacity: 0.1;
  font-family: "Noto Serif JP", serif;
  font-size: 10.2rem;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .tit-lev2__bg {
    font-size: 5rem;
  }
}
.tit-lev2__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .tit-lev2__text {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}

.tit-part2,
.tit-part3 {
  margin-bottom: 30px;
  font-size: 6rem;
  font-weight: bold;
  color: #080857;
}
@media screen and (max-width: 780px) {
  .tit-part2,
.tit-part3 {
    font-size: 2.6rem;
  }
}

.tit-part3 {
  color: #fff;
  text-align: center;
}

.tit-part4,
.tit-part5 {
  margin-bottom: 11rem;
  padding-bottom: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 780px) {
  .tit-part4,
.tit-part5 {
    margin-bottom: 80px;
    font-size: 2.2rem;
  }
}
.tit-part4::before, .tit-part4::after,
.tit-part5::before,
.tit-part5::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.tit-part4::before,
.tit-part5::before {
  width: 80px;
  background: #fff;
}
.tit-part4::after,
.tit-part5::after {
  width: 40px;
  background: #D6281A;
  left: calc(50% - 20px);
}

.tit-part5 {
  margin-bottom: 20px;
  padding-bottom: 13px;
  color: #080857;
  font-size: 2.4rem;
}
@media screen and (max-width: 780px) {
  .tit-part5 {
    font-size: 2rem;
  }
}
.tit-part5::before {
  width: 50px;
  background: #080857;
}
.tit-part5::after {
  width: 25px;
  left: calc(50% - 12.5px);
}

/* -------------------------------------------------
	ボタン
-------------------------------------------------- */
.main-btn {
  width: 100%;
  margin-top: 6rem;
  text-align: right;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .main-btn {
    margin-top: 5rem;
  }
}
.main-btn__link {
  padding-right: 5rem;
  display: inline-block;
  position: relative;
  pointer-events: all;
}
.main-btn__link::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #080857;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 780px) {
  .main-btn__link::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.main-btn__link:hover::before, .main-btn__link:active::before {
  background: #D6281A;
}
.main-btn__link::after {
  content: "";
  width: 2.42rem;
  height: 0.4rem;
  background: url(../img/btn-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .main-btn__link::after {
    width: 1.69rem;
    height: 0.28rem;
  }
}

.main-btn-white {
  color: #fff;
}
.main-btn-white .main-btn__link::before {
  background: #fff;
}
.main-btn-white .main-btn__link:hover::before, .main-btn-white .main-btn__link:active::before {
  background: #D6281A;
}
.main-btn-white .main-btn__link::after {
  background: url(../img/btn-arrow-n.svg) no-repeat;
  background-size: contain;
}

.main-btn-red {
  width: 100%;
  max-width: 34.4rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #D6281A;
}
.main-btn-red::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.4s;
}
.main-btn-red::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #080857;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  z-index: -1;
}
.main-btn-red:hover::before, .main-btn-red:active::before {
  transform-origin: left top;
  transform: scaleX(1);
}
.main-btn-red .main-btn__link {
  width: 100%;
  padding: 2rem 1rem;
  margin-left: -2rem;
}
.main-btn-red .main-btn__link::before {
  background: #fff;
  z-index: -1;
}
.main-btn-red .main-btn__link::after {
  background: url(../img/btn-arrow-r.svg) no-repeat;
  background-size: contain;
}

/* -------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  margin-bottom: 10rem;
}
@media screen and (max-width: 780px) {
  .flow {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 781px) {
  .flow-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10rem;
  }
}
@media screen and (min-width: 781px) {
  .flow-box-inner {
    width: 61rem;
    order: 1;
  }
}
.flow__text {
  letter-spacing: 1px;
}
.flow__img {
  width: 100vw;
}
@media screen and (min-width: 781px) {
  .flow__img {
    max-width: 94.6rem;
    margin-right: calc(50% - 50vw);
    order: 2;
  }
}
@media screen and (max-width: 780px) {
  .flow__img {
    margin: 0 calc(50% - 50vw) 5rem;
  }
}

/* -------------------------------------------------
	diagnosis
-------------------------------------------------- */
.diagnosis {
  margin-bottom: 13rem;
  padding: 17rem 0 14rem;
  background: url(../img/diagnosis-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .diagnosis {
    margin-bottom: 3rem;
    padding: 6.5rem 0 5rem;
  }
}
.diagnosis__tit {
  margin-bottom: 2rem;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .diagnosis__tit {
    font-size: 2.2rem;
  }
}
.diagnosis-box {
  max-width: 1200px;
  padding: 4rem 1rem 2.5rem;
  background: #080857;
}
@media screen and (min-width: 781px) {
  .diagnosis-box {
    padding: 4.5rem 4rem 5.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 3.5rem;
  }
}
.diagnosis-box-left {
  color: #fff;
}
@media screen and (min-width: 781px) {
  .diagnosis-box-left {
    width: 57rem;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 780px) {
  .diagnosis-box-left {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}
.diagnosis-box-left__tit {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 780px) {
  .diagnosis-box-left__tit {
    font-size: 1.8rem;
  }
}
.diagnosis-box-right {
  padding: 4rem 4.5rem 3rem;
  background: #fff;
  text-align: center;
  /*.main-btn-red {
      background: #D6681A;
  }*/
}
@media screen and (min-width: 781px) {
  .diagnosis-box-right {
    width: 50.8rem;
    padding: 3.5rem 5.5rem;
  }
}
.diagnosis-box-right__tit {
  margin-bottom: 1rem;
  color: #080857;
  font-size: 2.4rem;
}
@media screen and (max-width: 780px) {
  .diagnosis-box-right__tit {
    font-size: 1.8rem;
  }
}
.diagnosis-box-right .footer-info__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  font-size: 4.2rem;
  font-weight: 900;
  color: #D6281A;
}
@media screen and (max-width: 780px) {
  .diagnosis-box-right .footer-info__tel {
    font-size: 3.2rem;
  }
}
.diagnosis-box-right .footer-info__tel--icon {
  width: 3.1rem;
  margin-top: 0.5rem;
  display: block;
}
.diagnosis-box-right .footer-info__text {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .diagnosis-box-right .footer-info__text {
    margin-bottom: 4.5rem;
  }
}

/* -------------------------------------------------
	works
-------------------------------------------------- */
.works {
  margin-bottom: 18rem;
}
.works-list {
  margin-bottom: 3rem;
}
@media screen and (min-width: 781px) {
  .works-list {
    width: calc(100% + (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 781px) {
  .works .slick-slide {
    width: 63rem !important;
    margin-right: 4rem;
  }
}
.works .slick-arrow {
  width: 5.9rem;
  position: absolute;
  top: 30%;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .works .slick-arrow {
    width: 3.8rem;
    top: 20%;
  }
}
.works .next-arrow {
  right: 0;
}
.works .prev-arrow {
  z-index: 2;
}
.works-item__link {
  padding-bottom: 1rem;
  width: 100%;
  display: block;
}
.works-item__link:hover, .works-item__link:active {
  opacity: 0.7;
}
.works-item__img {
  margin-bottom: 3.5rem;
  width: 100%;
  height: 46.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .works-item__img {
    height: 20rem;
  }
}
.works-item__tit {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .works-item__tit {
    font-size: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.works-item__date {
  font-weight: normal;
}
.works-item__text {
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.works-item__cat {
  color: #D6281A;
  font-size: 1.4rem;
  font-weight: 500;
}
.works-item__cat--item {
  margin-right: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D6281A;
}
@media screen and (min-width: 781px) {
  .works .main-btn {
    text-align: left;
  }
}

/* -------------------------------------------------
	contact
-------------------------------------------------- */
.contact {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .contact {
    display: flex;
  }
}
.contact__link {
  height: 36rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .contact__link {
    height: 18rem;
  }
}
.contact-mail {
  background: url(../img/mail-bg.jpg) no-repeat;
  background-size: 100% cover;
  position: relative;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (min-width: 781px) {
  .contact-mail {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .contact-mail {
    font-size: 1.4rem;
  }
}
.contact-mail:hover, .contact-mail:active {
  opacity: 0.7;
}
.contact-mail::before {
  content: "";
  width: 7.8rem;
  height: 7.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 5rem;
  bottom: 3rem;
}
@media screen and (max-width: 780px) {
  .contact-mail::before {
    width: 4rem;
    height: 4rem;
    right: 2.5rem;
    bottom: 1.5rem;
  }
}
.contact-mail::after {
  content: "";
  width: 4.7rem;
  height: 0.78rem;
  background: url(../img/btn-arrow-n.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 6rem;
  bottom: 6.5rem;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .contact-mail::after {
    width: 2.4rem;
    height: 0.4rem;
    right: 3rem;
    bottom: 3.5rem;
  }
}
.contact-tel {
  background: url(../img/tel-bg.jpg) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
@media screen and (min-width: 781px) {
  .contact-tel {
    width: 50%;
  }
}
.contact-tel:hover, .contact-tel:active {
  opacity: 0.7;
}
.contact-tel-number {
  margin-bottom: 1rem;
  font-size: 8.7rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  letter-spacing: 3px;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .contact-tel-number {
    font-size: 3.7rem;
  }
}
.contact-tel-number__icon {
  width: 5.7rem;
  margin-top: 1rem;
}
@media screen and (max-width: 780px) {
  .contact-tel-number__icon {
    width: 2.5rem;
  }
}
.contact-tel__text {
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .contact-tel__text {
    font-size: 2.7rem;
  }
}
.contact__tit {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .contact__tit {
    font-size: 1.8rem;
  }
}

/* -------------------------------------------------
	sp-banner
-------------------------------------------------- */
.sp-banner {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 999;
  transition: 0.5s;
}
@media screen and (min-width: 781px) {
  .sp-banner {
    display: none;
  }
}
.sp-banner.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.sp-banner__img {
  width: 100%;
}

/* -------------------------------------------------
	page-top
-------------------------------------------------- */
.page-top {
  display: flex;
  position: fixed;
  right: 0;
  z-index: 999;
  opacity: 0;
}
@media screen and (max-width: 780px) {
  .page-top {
    position: absolute;
    bottom: 4rem;
  }
}
.page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.page-top__img {
  width: 6.2rem;
}

/* -------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 780px) {
  .footer-inner {
    width: 100%;
  }
}

.footer-info {
  letter-spacing: 3px;
  line-height: 1.5;
}
@media screen and (min-width: 781px) {
  .footer-info {
    width: 59.6rem;
    display: flex;
    justify-content: space-between;
    gap: 0 2rem;
  }
}
@media screen and (max-width: 780px) {
  .footer-info {
    padding: 5rem 2rem 8rem;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .footer-info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #080857; /* 三角をグレーにする */
    border-left: 100vw solid transparent;
  }
}
.footer-info__logo {
  width: 11.4rem;
}
@media screen and (min-width: 781px) {
  .footer-info__logo {
    width: 22.6rem;
  }
}
.footer-info__name {
  font-size: 2.2rem;
  font-weight: bold;
}
.footer-info__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  font-size: 4.2rem;
  font-weight: 900;
  color: #D6281A;
}
.footer-info__tel--icon {
  width: 3.1rem;
  margin-top: 0.5rem;
  display: block;
}
.footer-info__text {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .footer-info__text {
    margin-bottom: 4.5rem;
  }
}
.footer-info__mail {
  width: 100%;
}
.footer-info__mail--link {
  height: 6rem;
  border: 1px solid #080857;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #080857;
  gap: 0 1rem;
  position: relative;
  z-index: 1;
}
.footer-info__mail--link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.4s;
  box-sizing: border-box;
}
.footer-info__mail--link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #080857;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  z-index: -1;
}
.footer-info__mail--link:hover, .footer-info__mail--link:active {
  color: #fff;
}
.footer-info__mail--link:hover::before, .footer-info__mail--link:active::before {
  transform-origin: left top;
  transform: scaleX(1);
}
.footer-info__mail--link:hover .footer-info__mail--icon-w, .footer-info__mail--link:active .footer-info__mail--icon-w {
  width: 2.8rem;
  display: block;
}
.footer-info__mail--link:hover .footer-info__mail--icon-n, .footer-info__mail--link:active .footer-info__mail--icon-n {
  display: none;
}
.footer-info__mail--link .footer-info__mail--icon-w {
  display: none;
}

.footer-navi {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 781px) {
  .footer-navi {
    padding: 13rem 0;
    width: 70%;
    margin-right: calc(50% - 50vw);
    display: flex;
    justify-content: center;
    gap: 0 6rem;
    font-size: 1.8rem;
  }
  .footer-navi::before {
    transform: skewX(-25deg);
    content: ""; /*ボックスを作る*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #080857;
  }
}
@media screen and (max-width: 1700px) {
  .footer-navi {
    width: 60%;
  }
  .footer-navi::before {
    transform: skewX(-20deg);
  }
}
@media screen and (max-width: 780px) {
  .footer-navi {
    width: 100%;
    padding: 5rem 0 1rem;
    background: #080857;
  }
}
@media screen and (max-width: 780px) {
  .footer-navi-list {
    width: 90%;
    margin: 0 auto;
  }
}
.footer-navi-item {
  margin-bottom: 1rem;
}
.footer-navi-sub-item {
  padding-left: 3rem;
  position: relative;
}
.footer-navi-sub-item::before {
  content: "";
  width: 1.3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-navi-sub-item__link {
  margin-bottom: 1rem;
  display: block;
}
.footer-navi-sub-item__link:hover, .footer-navi-sub-item__link:active {
  opacity: 0.7;
}

.copyright {
  padding: 2rem 17rem 2rem 10rem;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .copyright {
    background-image: linear-gradient(60deg, #7B7B7B 90%, transparent 10%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 780px) {
  .copyright {
    padding: 1rem;
    text-align: center;
    background-color: #7B7B7B;
  }
}

.grecaptcha-badge {
  display: none !important;
}
/*# sourceMappingURL=base.css.map */