/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/**
 * 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline; /* 2 */
  -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 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "NotoSerif600";
  src: url("../font/NotoSerifJP-SemiBold.woff");
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ZenOld400", serif;
  src: url("../font/ZenOldMincho-Regular.woff2");
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant", serif;
  src: url("../font/Cormorant-VariableFont_wght.woff");
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
body {
  position: relative;
  color: #000;
  background-color: #F7F7F7;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  vertical-align: baseline;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .is-hidePc {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .is-hideSp {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .is-hideSpTab {
    display: none !important;
  }
}

.inner {
  max-width: 1200px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .inner {
    width: calc(100% - 50px);
  }
}

.inner840 {
  max-width: 830px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .inner840 {
    width: calc(100% - 50px);
  }
}

.c-text {
  text-align: left;
}
.c-text.--center {
  text-align: center;
}
@media screen and (min-width: 601px) {
  .c-text {
    font-size: 18px;
    line-height: 2.22;
  }
}
@media screen and (max-width: 600px) {
  .c-text {
    font-size: 15px;
    line-height: 2.3;
  }
}

.c-button {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  border-radius: 50px;
  width: 225px;
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .c-button {
    padding: 14px 0;
    font-size: 22px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 600px) {
  .c-button {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.45;
  }
}
.c-button > p {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .c-button.--long {
    width: 255px;
  }
}
@media screen and (min-width: 601px) {
  .c-button.--long2 {
    width: 320px;
  }
}
.c-button.--color1 {
  color: #fff;
}
.c-button.--color1:before, .c-button.--color1:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button.--color1:before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #A68DF7;
}
.c-button.--color1:after {
  left: 5px;
  top: 5px;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A68DF7;
  background-color: #fff;
}
.c-button.--white {
  color: #4D3221;
}
.c-button.--white:before, .c-button.--white:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button.--white:before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-button.--white:after {
  left: 5px;
  top: 5px;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
.c-button.--gray {
  color: #fff;
}
.c-button.--gray:before, .c-button.--gray:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button.--gray:before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #A0A0A0;
}
.c-button.--gray:after {
  left: 5px;
  top: 5px;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A0A0A0;
  background-color: #fff;
}
.c-button.--hover1:hover {
  color: #000;
}
.c-button.--hover1:hover:before {
  border: 1px solid #A68DF7;
  background-color: #fff;
}
.c-button.--hover1:hover .arrow {
  background-color: #A68DF7;
}
.c-button.--hover2:hover {
  color: #000;
}
.c-button.--hover2:hover:before {
  border: 1px solid #A0A0A0;
  background-color: #fff;
}
.c-button.--hover2:hover .arrow {
  background-color: #A0A0A0;
}
@media screen and (min-width: 601px) {
  .c-button {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
.c-button .arrow {
  width: 19px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  background-color: #fff;
}
.c-button .arrow.--mainColor {
  background-color: #4D3221;
}

@media screen and (min-width: 601px) {
  section {
    padding: 124px 0 110px;
  }
}
@media screen and (max-width: 600px) {
  section {
    padding: 50px 0;
  }
}

.c-ttl {
  display: block;
}
@media screen and (min-width: 601px) {
  .c-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .c-ttl {
    margin-bottom: 25px;
  }
}

.c-ttl2 {
  display: block;
}
@media screen and (min-width: 601px) {
  .c-ttl2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .c-ttl2 {
    margin-bottom: 40px;
  }
}

.c-ttl3 {
  display: block;
}
@media screen and (min-width: 601px) {
  .c-ttl3 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .c-ttl3 {
    margin-bottom: 40px;
  }
}

.c-heading {
  line-height: 1.35;
  color: #4D3221;
  font-family: Cormorant, serif;
  font-weight: 700;
  text-align: center;
}
.c-heading.--left {
  text-align: left;
}
@media screen and (min-width: 601px) {
  .c-heading {
    font-size: 90px;
    line-height: 1.21;
  }
}
@media screen and (max-width: 600px) {
  .c-heading {
    font-size: 56px;
    line-height: 1.21;
  }
}

.c-heading__text {
  display: block;
  text-align: center;
  color: #242A32;
}
@media screen and (min-width: 601px) {
  .c-heading__text {
    font-size: 20px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 600px) {
  .c-heading__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.c-heading2 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-family: Cormorant, serif;
  font-weight: 500;
  color: #4D3221;
}
@media screen and (min-width: 601px) {
  .c-heading2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .c-heading2 {
    font-size: 25px;
  }
}
.c-heading2.--center {
  text-align: center;
}
.c-heading2:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #4D3221;
}
@media screen and (min-width: 601px) {
  .c-heading2:after {
    bottom: -30px;
  }
}
@media screen and (max-width: 600px) {
  .c-heading2:after {
    bottom: -20px;
  }
}

.c-heading3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #4D3221;
}
@media screen and (min-width: 601px) {
  .c-heading3 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .c-heading3 {
    font-size: 25px;
    line-height: 1.8;
  }
}
.c-heading3.--center {
  text-align: center;
}

.c-bread {
  max-width: 1200px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 601px) {
  .c-bread {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .c-bread {
    margin: 15px auto 0;
  }
}

.c-bread__wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .c-bread__wrap {
    overflow: scroll;
  }
}
.c-bread__wrap::-webkit-scrollbar {
  display: none;
}

.c-bread__item {
  letter-spacing: 0.04em;
}
.c-bread__item:nth-child(n+2):before {
  content: ">";
  margin: 0 5px;
}
.c-bread__item:last-child:before {
  color: #000;
}
@media screen and (min-width: 601px) {
  .c-bread__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-bread__item {
    font-size: 14px;
  }
}

.c-pageName {
  position: relative;
  background-color: hsl(9, 92%, 83%);
  background-image: radial-gradient(at 0% 30%, hsl(80, 71%, 87%) 0px, transparent 50%), radial-gradient(at 76% 44%, hsl(6, 95%, 84%) 0px, transparent 50%), radial-gradient(at 90% 100%, hsl(330, 77%, 80%) 0px, transparent 50%), radial-gradient(at 64% 96%, hsl(7, 95%, 84%) 0px, transparent 50%), radial-gradient(at 0% 1%, hsl(72, 69%, 85%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(167, 97%, 82%) 0px, transparent 50%), radial-gradient(at 0% 60%, hsl(105, 71%, 88%) 0px, transparent 50%), radial-gradient(at 100% 0%, hsl(19, 70%, 82%) 0px, transparent 50%), radial-gradient(at 99% 46%, hsl(349, 67%, 85%) 0px, transparent 50%), radial-gradient(at 100% 99%, hsl(333, 68%, 83%) 0px, transparent 50%);
  display: block;
}
@media screen and (min-width: 1200px) {
  .c-pageName {
    height: 420px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .c-pageName {
    height: 200px;
  }
}

.c-pageName__name {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: Cormorant, serif;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .c-pageName__name {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .c-pageName__name {
    font-size: 40px;
  }
}

.c-pageName__kata {
  display: block;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 601px) {
  .c-pageName__kata {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .c-pageName__kata {
    font-size: 16px;
  }
}

.c-pageName__title {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-family: Cormorant, serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 601px) {
  .c-pageName__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .c-pageName__title {
    font-size: 20px;
  }
}

.c-pageName__breadWrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-pageName__breadWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 601px) {
  .c-pageName__breadWrap {
    width: 51%;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-pageName__breadWrap {
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .c-works__swiper {
    height: 100%;
    margin: 50px auto;
  }
}
@media screen and (max-width: 1199px) {
  .c-works__swiper {
    height: 190px;
    margin: 30px auto;
  }
}
.c-works__swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-works__swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
@media screen and (min-width: 1200px) {
  .c-works__swiper .swiper-slide {
    width: 500px;
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .c-works__swiper .swiper-slide {
    width: 315px;
    height: 190px;
  }
}
.c-works__swiper .c-works__link {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #4D3221;
}
.c-works__swiper .c-works__link:hover .swiper-slide-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-works__swiper .c-works__thumbWrap {
  height: 100%;
}
.c-works__swiper .swiper-slide-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.c-contact {
  border: 1px solid #4D3221;
  border-left: 0;
  border-right: 0;
}

.c-contact__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 601px) {
  .c-contact__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-contact__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.c-contact__item.--pink {
  background: linear-gradient(-45deg, #fffcfd 0%, #ffd1d7 100%);
}
.c-contact__item.--blue {
  background: linear-gradient(-45deg, #f4fcff 0%, #beecff 100%);
}
@media screen and (min-width: 601px) {
  .c-contact__item.--blue {
    border-left: 1px solid #4D3221;
  }
}
@media screen and (max-width: 600px) {
  .c-contact__item.--blue {
    border-top: 1px solid #4D3221;
  }
}

.c-contact__link {
  position: relative;
  width: 100%;
  display: block;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #242A32;
}
@media screen and (min-width: 601px) {
  .c-contact__link {
    font-size: 35px;
    padding: 120px 0 170px;
  }
}
@media screen and (max-width: 600px) {
  .c-contact__link {
    font-size: 25px;
    padding: 50px 0 80px;
  }
}
.c-contact__link:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  background-color: #242A32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 60%;
}
@media screen and (min-width: 601px) {
  .c-contact__link:before {
    width: 30px;
    height: 23px;
  }
}
@media screen and (max-width: 600px) {
  .c-contact__link:before {
    width: 25px;
    height: 20px;
  }
}
.c-contact__link:hover:before {
  right: -30px;
}

.header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1200px) {
  .header {
    min-height: 114px;
    padding: 21px 0;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    min-height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .header__inner {
    width: calc(100% - 80px);
    max-width: 1730px;
    margin-left: auto;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__link {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .header-logo {
    width: 185px;
    min-width: 185px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .header-logo {
    width: 130px;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    width: 112px;
  }
}

.header-logo__img.change {
  display: none;
}

.header-nav {
  width: 100%;
}
.header-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav {
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: scroll;
    z-index: -3;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(200deg, #ff93a1 0%, #ffe074 100%);
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .header-nav {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .header-nav {
    width: 100%;
  }
}
.header-nav.js-open {
  right: 0;
  visibility: inherit;
}

@media screen and (min-width: 1200px) {
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav__list {
    display: block;
    width: calc(100% - 100px);
    margin: 120px auto 40px;
    max-width: 330px;
  }
}

@media screen and (min-width: 1200px) {
  .header-nav__item {
    min-width: 80px;
  }
  .header-nav__item:nth-child(n+2) {
    margin-left: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav__item {
    color: #fff;
  }
  .header-nav__item:nth-child(n+2) {
    border-top: 1px solid #fff;
  }
  .header-nav__item:last-child {
    border-bottom: 1px solid #fff;
  }
}

.header-nav__link {
  position: relative;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .header-nav__link {
    text-align: center;
  }
  .header-nav__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-nav__link:hover {
    color: rgba(0, 0, 0, 0.6);
  }
  .header-nav__link:hover:after {
    visibility: visible;
    bottom: -10px;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav__link {
    padding: 18px 0;
    text-align: left;
  }
  .header-nav__link:after {
    content: "";
    width: 19px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
    background-color: #fff;
  }
}

.header-nav__button {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 1200px) {
  .header-nav__button {
    width: 230px;
    height: 60px;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav__button {
    width: 280px;
    height: 55px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__button:after {
    right: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav__button:after {
    right: 40px !important;
  }
}

.header__hamburger {
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .header__hamburger {
    position: absolute;
    top: 50%;
    right: -11px;
    z-index: 12;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #A68DF7;
    border: 1px solid #A68DF7;
    border-radius: 50px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .header__hamburger {
    right: 25px;
  }
}
.header__hamburger.is-active {
  background-color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 1199px) {
  .header-nav__bar {
    -webkit-transform: translate(13px, 13px);
            transform: translate(13px, 13px);
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 10px;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    background-color: #fff;
  }
  .header-nav__bar.is-active {
    background-color: #4D3221;
  }
  .header-nav__bar.is-active:first-child {
    -webkit-transform: translate(13px, 23px) rotate(45deg);
            transform: translate(13px, 23px) rotate(45deg);
  }
  .header-nav__bar.is-active:nth-child(2) {
    -webkit-transform: translate(13px, 13px);
            transform: translate(13px, 13px);
    opacity: 0;
  }
  .header-nav__bar.is-active:last-child {
    -webkit-transform: translate(13px, 3px) rotate(-45deg);
            transform: translate(13px, 3px) rotate(-45deg);
  }
  .header-nav__bar:nth-child(n+2) {
    margin-top: 8px;
  }
}

.header2 {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .header2 {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border-bottom: 1px solid #242A32;
    background-color: white;
    min-height: 80px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .header2 {
    min-height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .header2__inner {
    width: calc(100% - 80px);
    max-width: 1790px;
    margin-left: 80px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .header2__inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .header2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header2__link {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .header2-logo {
    width: 170px;
    min-width: 170px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .header2-logo {
    width: 130px;
  }
}
@media screen and (max-width: 600px) {
  .header2-logo {
    width: 112px;
  }
}

@media screen and (max-width: 1199px) {
  .header2 .header2-logo__img {
    display: none;
  }
  .header2 .header2-logo__img.change {
    display: block;
  }
  .header2.js-open2 .header2-logo__img {
    display: block;
  }
  .header2.js-open2 .header2-logo__img.change {
    display: none;
  }
}
.header2.js-active2 .header2-logo__img {
  display: block;
}
@media screen and (max-width: 1199px) {
  .header2.js-active2 .header2-logo__img {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
}
.header2.js-active2 .header2-logo__img.change {
  display: none;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.header2-nav {
  width: 100%;
}
.header2-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header2-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  .header2-nav {
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: scroll;
    z-index: -3;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(200deg, #ff93a1 0%, #ffe074 100%);
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .header2-nav {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .header2-nav {
    width: 100%;
  }
}
.header2-nav.js-open {
  right: 0;
  visibility: inherit;
}

@media screen and (min-width: 1200px) {
  .header2-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .header2-nav__list {
    display: block;
    width: calc(100% - 100px);
    margin: 120px auto 40px;
    max-width: 330px;
  }
}

@media screen and (min-width: 1200px) {
  .header2-nav__item {
    min-width: 80px;
  }
  .header2-nav__item:nth-child(n+2) {
    margin-left: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .header2-nav__item {
    color: #fff;
    border-top: 1px solid #fff;
  }
  .header2-nav__item:last-child {
    border-bottom: 1px solid #fff;
  }
}

.header2-nav__link {
  position: relative;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .header2-nav__link {
    text-align: center;
  }
  .header2-nav__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header2-nav__link:hover {
    color: rgba(0, 0, 0, 0.6);
  }
  .header2-nav__link:hover:after {
    visibility: visible;
    bottom: -10px;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .header2-nav__link {
    padding: 18px 0;
    text-align: left;
  }
  .header2-nav__link:after {
    content: "";
    width: 19px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
    background-color: #fff;
  }
}

.header2-nav__button {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 1200px) {
  .header2-nav__button {
    width: 230px;
    height: 60px;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header2-nav__button {
    width: 280px;
    height: 55px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .header2-nav__button:after {
    right: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .header2-nav__button:after {
    right: 40px !important;
  }
}

.footer {
  color: #fff;
  background-color: #646464;
}
@media screen and (min-width: 601px) {
  .footer {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 30px;
  }
}

.footer__inner {
  max-width: 845px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .footer__inner {
    max-width: 610px;
    width: calc(100% - 80px);
  }
}

.footer-row1 {
  display: block;
}
.footer__box {
  display: block;
}

@media screen and (min-width: 601px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 1.8;
    margin: 30px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .footer__wrap {
    line-height: 1.75;
    margin: 30px 0 40px;
  }
}

.footer__data {
  display: block;
}
@media screen and (min-width: 601px) {
  .footer__logoWrap {
    width: 332px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer__logoWrap {
    max-width: 292px;
    margin: 0 auto 10px;
  }
}

.footer__logo {
  width: 100%;
}

.footer__catch {
  line-height: 1.46;
  display: block;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .footer__catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .footer__catch {
    font-size: 16px;
    text-align: center;
  }
}

.footer__tel {
  margin-top: 20px;
}

.footer__listGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .footer__listGroup {
    margin-top: 30px;
  }
}

.footer__list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: (0fr)[4];
  grid-template-rows: repeat(4, 0fr);
}
@media screen and (min-width: 601px) {
  .footer__list {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .footer__list:nth-child(2) {
    margin-left: 36px;
  }
}

.footer__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer__item:nth-child(n+2) {
  margin-top: 20px;
}

.footer__anchor {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.footer__anchor:after {
  content: "";
  background-color: #fff;
  bottom: -5px;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.footer__anchor:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer__copyright {
  text-align: center;
}
@media screen and (min-width: 601px) {
  .footer__copyright {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer__copyright {
    font-size: 12px;
  }
}