@charset "UTF-8";
/*! 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 */
}

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

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

/* 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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 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 {
  vertical-align: top;
  padding: 0;
}

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

/* base */
*:focus-visible {
  outline: 4px solid rgb(5, 12, 40);
  display: block;
}

:root {
  --scrollbar: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: rgb(5, 12, 40);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 16px;
}

a {
  color: rgb(5, 12, 40);
}

a,
a::before,
a::after,
button,
button::before,
button::after {
  transition: opacity 0.3s ease-out;
}

a:hover,
a:hover:before,
a:hover::after,
button:hover,
button:hover::before,
button:hover::after {
  cursor: pointer;
  opacity: 0.7;
}

.fontAwesome {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

img {
  height: auto;
}

[class*=_text] {
  font-weight: 300 !important;
  line-height: 1.8 !important;
}

/* heading */
[class*=section_heading] {
  font-size: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
  text-transform: uppercase;
  padding-bottom: 30px;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif !important;
  line-height: 1 !important;
}

[class*=section_heading] span {
  font-size: 18px;
}

[class*=section_subHeading-a] {
  padding-bottom: 50px;
}

[class*=section_subHeading-a] span {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 28px;
  padding-bottom: 5px;
  line-height: 1.4;
}

[class*=section_subHeading-a] span::before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgb(192, 127, 139), rgb(98, 140, 178));
  height: 5px;
}

[class*=section_subHeading-b] span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(to right, rgb(198, 140, 150), rgb(111, 149, 183));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[class*=section_subHeading-b] span:first-child {
  font-size: 32px;
  line-height: 1;
}

[class*=section_subHeading-b] span:nth-child(2) {
  line-height: 3;
}

[class*=section_subHeading-c] {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  padding-left: 24px;
  position: relative;
  padding-bottom: calc(30px + 1em);
  display: flex;
  align-items: center;
}

[class*=section_subHeading-c]::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 2em;
  left: 0;
  background: linear-gradient(to bottom, rgb(198, 140, 150), rgb(111, 149, 183));
}

[class*=heading] {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}

[class*=heading][class*=sans] {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
}

[class*=headingLv1] {
  font-size: 28px;
}

[class*=headingLv2] {
  font-size: 26px;
}

[class*=headingLv3] {
  font-size: 24px;
}

[class*=headingLv4] {
  font-size: 22px;
}

[class*=headingLv5] {
  font-size: 20px;
}

[class*=headingLv6] {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  [class*=section_heading] {
    padding-bottom: 57px;
  }
  [class*=section_subHeading-a] span {
    font-size: 36px;
  }
  [class*=section_subHeading-b] span:first-child {
    font-size: 88px;
  }
  [class*=section_subHeading-c] {
    font-size: 28px;
  }
  [class*=headingLv1] {
    font-size: 46px;
  }
  [class*=headingLv2] {
    font-size: 36px;
  }
  [class*=headingLv3] {
    font-size: 28px;
  }
  [class*=headingLv4] {
    font-size: 24px;
  }
  [class*=headingLv5] {
    font-size: 21px;
  }
}
@supports (width: min(10px, 5vw)) {
  [class*=headingLv1] {
    font-size: clamp(1.75rem, 0.946rem + 4.02vw, 2.875rem);
  }
  [class*=headingLv2] {
    font-size: clamp(1.625rem, 1.179rem + 2.23vw, 2.25rem);
  }
  [class*=headingLv3] {
    font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
  }
  [class*=headingLv4] {
    font-size: clamp(1.375rem, 1.286rem + 0.45vw, 1.5rem);
  }
  [class*=headingLv5] {
    font-size: clamp(1.25rem, 1.205rem + 0.22vw, 1.313rem);
  }
  [class*=section_subHeading-a] span {
    font-size: clamp(1.625rem, 1.179rem + 2.23vw, 2.25rem);
  }
  [class*=section_subHeading-b] span:first-child {
    font-size: clamp(2rem, -0.5rem + 12.5vw, 5.5rem);
  }
  [class*=section_subHeading-c] {
    font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
  }
}
/* section--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.section + .section {
  padding-top: 60px;
}

.sectionBg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sectionBg + .section {
  padding-top: 60px;
}

.section-sub {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section + .sectionBg {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .section + .section {
    padding-top: 120px;
  }
  .sectionBg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sectionBg + .section {
    padding-top: 120px;
  }
  .section-sub {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .section + .sectionBg {
    margin-top: 120px;
  }
}
/* inner--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.inner,
.inner_small {
  padding-left: 4%;
  padding-right: 4%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner_small {
  max-width: 1100px;
}

.innerBg_laptop {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 1196px) {
  .inner_small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1305px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* header--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  background: rgb(255, 255, 255);
}

.header_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto;
}

.header_logo {
  padding: 14px 0 15px;
  margin-left: 4%;
  width: 40%;
  transition: padding 0.3s ease-out;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.logo img:nth-of-type(1) {
  max-width: 185px;
}

.logo img:nth-of-type(2) {
  max-width: 264px;
}

.logo img + img {
  margin-top: 5px;
}

.header_contact {
  display: inline-block;
  width: 27px;
  height: 19px;
  background: url(../images/icon_contact.png) no-repeat center/contain;
}

.gnav {
  color: rgb(255, 255, 255);
  background: linear-gradient(to bottom right, rgb(198, 140, 150) 0%, rgb(53, 106, 140) 50%);
  height: calc(100vh - 72.73px);
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  z-index: 1;
}

.gnav a {
  color: rgb(255, 255, 255);
}

.gnav_list {
  padding-top: 20px;
}

.gnav_item + .gnav_item {
  margin-top: 20px;
}

.gnav_accordionTitle {
  cursor: default;
}

.gnav_accordionTitle:hover {
  opacity: 1;
}

.gnav_accordionTitle::after {
  content: "";
  display: inline-block;
  background: rgb(255, 255, 255);
  -webkit-clip-path: polygon(20% 0, 100% 50%, 20% 100%, 8% 80%, 60% 50%, 8% 20%);
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 8% 80%, 60% 50%, 8% 20%);
  width: 7px;
  height: 10px;
  margin-left: 8px;
  transform: rotate(90deg);
}

.gnav_childTitleWrapper {
  margin: 5px 0 0 24px;
}

.gnav_childTitle {
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  line-height: 2;
}

.gnav_childTitle::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

.gnav_subList {
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  margin-top: 50px;
  padding-bottom: 30px;
}

.header_buttonList {
  display: flex;
  justify-content: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}

.header_button {
  display: grid;
  place-items: center;
  text-align: center;
  background: rgb(53, 106, 140);
  background-position: right center;
  color: rgb(255, 255, 255);
  width: 33.3333333333%;
  height: 100%;
  font-size: 10px;
  transition: width 0.3s ease-out, height 0.3s ease-out, opacity 0.3s ease-out, font-size 0.3s ease-out;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: 300;
  text-transform: uppercase;
}

.header_buttonText span {
  font-size: 10px;
}

.header_button:nth-child(odd) {
  background: rgb(165, 97, 110);
}

.header_buttonText {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 375px) {
  .header_button {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .header_logo {
    margin-left: 26px;
    width: 40%;
    display: flex;
    align-items: center;
  }
  .logo a {
    display: flex;
    align-items: center;
  }
  .logo img {
    min-width: 0;
  }
  .logo img + img {
    margin-top: 0px;
    margin-left: 10px;
  }
  .gnav {
    height: calc(100vh - 89px);
  }
  .header_logo.is-scroll,
  .header_logo.is-active {
    padding: 27px 0;
  }
  .gnav_accordionTitle::after {
    content: "";
    display: none;
  }
  .gnav_subList {
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
    margin-top: 100px;
    padding-bottom: 20px;
    display: flex;
  }
  .gnav_subItem + .gnav_subItem {
    margin-left: 14px;
  }
  .header_button {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
  .header_button.is-scroll {
    width: 100px;
    height: 100%;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .gnav_list + .gnav_list {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .header_logo {
    width: 24%;
  }
  .gnav {
    width: calc(100% - 644px);
    max-width: 950px;
    height: auto;
    background: none;
    position: inherit;
    display: unset;
    margin-right: 20%;
  }
  .gnav a {
    color: rgb(53, 106, 140);
  }
  .gnav_list {
    justify-content: space-between;
    padding: 30px 0;
    display: flex;
    margin: 0 40px;
  }
  .gnav_item + .gnav_item {
    margin-top: 0;
  }
  .header_buttonList {
    width: 20%;
  }
}
@media screen and (min-width: 1920px) {
  .header_logo a {
    flex-flow: row;
  }
  .header_logo img + img {
    margin-top: 0px;
  }
}
/* footer--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer {
  padding-top: 60px;
}

.sectionBg + .footer {
  padding-top: 0;
}

.footer_recruit-link {
  background: url(../images/bg_footer_recruit-link.jpg) no-repeat center/cover;
  padding: 110px 0;
}

.footer_recruit-linkButton {
  margin-top: 50px;
}

.footer_recruit-linkContent .section_heading {
  padding-bottom: 20px;
}

.footer_recruit-linkText {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
}

.footer_mapcompany-linkName {
  font-size: clamp(1.125rem, 0.991rem + 0.67vw, 1.313rem);
  font-family: "Noto Serif JP", serif;
}

.footer_mapItem p + p {
  margin-top: 10px;
}

.footer_mapFigure {
  margin-top: 20px;
}

.footer_mapItem {
  width: 100%;
  padding: 50px 4%;
}

.footer_mapItem + .footer_mapItem {
  padding-top: 0;
}

.footer_navWrapper {
  background: rgb(5, 12, 40);
  padding: 20px 0 80px;
}

.footer_nav,
.footer_nav a {
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.footer_navItem {
  margin-top: 30px;
}

.footer_navTitle::before {
  content: "";
  display: inline-block;
  background: rgb(255, 255, 255);
  -webkit-clip-path: polygon(20% 0, 100% 50%, 20% 100%, 8% 80%, 60% 50%, 8% 20%);
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 8% 80%, 60% 50%, 8% 20%);
  width: 7px;
  height: 10px;
  margin-right: 6px;
}

.footer_accordionTitle {
  cursor: default;
}

.footer_navChildTitleWrapper {
  margin: 5px 0 0 24px;
}

.footer_navChildTitle {
  font-size: 14px;
  line-height: 2;
}

.footer_navChildTitle::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

.footer_followTwitter {
  font-family: "Cormorant Garamond", serif;
  display: flex;
  flex-flow: column;
  width: 105px;
  margin: 30px 0 0 0;
  transition: opacity 0.3s ease-out;
  color: rgb(255, 255, 255);
}

.footer_followTwitter .twitter::before {
  color: rgb(255, 255, 255);
}

.footer_followTwitter .twitter::after {
  border: 1px solid rgb(255, 255, 255);
}

.footer_followTwitter:hover {
  opacity: 0.5;
}

.footer_twitter {
  margin: 12px 0 0 0;
}

.copyright {
  background: linear-gradient(10deg, rgb(192, 127, 139), rgb(98, 140, 178));
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  text-align: center;
  font-size: 15px;
  padding: 1em 0;
  letter-spacing: 0.08em;
  margin-bottom: 65px;
}

.footer_buttonList {
  position: fixed;
  width: 100%;
  z-index: 9999;
  bottom: 0;
  display: flex;
}

.footer_button {
  display: grid;
  place-items: center;
  width: 50%;
  background: rgb(34, 80, 109);
  height: 65px;
  color: rgb(255, 255, 255);
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.footer_button:nth-of-type(even) {
  background: rgb(148, 82, 94);
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 120px;
  }
  .footer_recruit-linkContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer_recruit-linkContent .section_heading {
    padding-bottom: 0;
    flex: 0 0 0%;
    margin-top: -22px;
  }
  .footer_recruit-linkButton {
    flex: 0 0 30%;
    margin-top: 0;
  }
  .footer_recruit-linkText {
    flex: 0 1 38%;
  }
  .footer_mapList {
    display: flex;
    justify-content: space-between;
  }
  .footer_mapContent {
    max-width: 600px;
  }
  .footer_mapItem {
    width: 50%;
    padding: 0;
  }
  .footer_mapItem .footer_mapContent {
    padding: 60px 8%;
  }
  .footer_mapItem:nth-of-type(odd) .footer_mapContent {
    margin: 0 0 0 auto;
  }
  .footer_mapFigure {
    max-width: 916px;
  }
  .footer_navListWrapper {
    display: flex;
  }
  .footer_navList {
    width: 50%;
  }
  .footer_buttonList {
    display: none;
  }
  .copyright {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1305px) {
  .footer_mapItem:nth-of-type(odd) .footer_mapContent {
    margin: 0 0 0 auto;
    padding: 60px 8% 60px 0;
  }
  .footer_mapItem:nth-of-type(even) .footer_mapContent {
    padding: 60px 0 60px 8%;
  }
  .footer_inner {
    display: flex;
    justify-content: space-between;
  }
  .footer_nav {
    display: flex;
  }
  .footer_navList {
    width: auto;
  }
  .footer_navList {
    margin-left: 65px;
  }
  .footer_navListWrapper:first-of-type .footer_navList:first-of-type {
    margin-left: 0;
  }
}
/* compornent--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.scrollDownLine {
  position: absolute;
  text-transform: uppercase;
  display: flex;
  padding-left: 23px;
  color: rgb(255, 255, 255);
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  bottom: 20px;
}

.scrollDownLine::before,
.scrollDownLine::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 3px;
  background: rgb(255, 255, 255);
}

.scrollDownLine::before {
  width: 1px;
  height: 80px;
  left: 5px;
  animation: scrollDownLine 2s cubic-bezier(1, 0, 0, 1) infinite;
}

.scrollDownLine::after {
  width: 10px;
  height: 10px;
  left: 0;
  border-radius: 50%;
}
@keyframes scrollDownLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.bg_half {
  position: relative;
}

.bg_half::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgb(238, 238, 238);
}

.googleMap {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  color: rgb(52, 105, 139);
}

.googleMap span {
  text-decoration: underline;
  margin-left: 5px;
}

.map::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.twitter {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.twitter::before {
  position: absolute;
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 600;
  color: rgb(53, 106, 140);
  font-size: 14px;
  width: 14px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.twitter::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid rgb(53, 106, 140);
  border-radius: 50%;
}

[class*=_category] {
  padding: 0.4em 0;
  font-size: 12px;
  color: rgb(255, 255, 255);
  display: inline-block;
  width: 90px;
  text-align: center;
}

.slideArrow {
  display: flex;
  margin: 0 0 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 103px;
  right: 0;
}

.slideArrow_previous,
.slideArrow_next {
  position: relative;
  width: 50px;
  height: 50px;
  inset: 0;
}

.slideArrow_previous::before,
.slideArrow_next::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(20% 0, 100% 50%, 20% 100%, 8% 80%, 60% 50%, 8% 20%);
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 8% 80%, 60% 50%, 8% 20%);
  width: 7px;
  height: 10px;
  background: rgb(255, 255, 255);
  z-index: 1;
  top: 20px;
  left: 21.5px;
}

.slideArrow_previous::before {
  transform: scale(-1, 1);
}

.slideArrow_previous::after,
.slideArrow_next::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: linear-gradient(to bottom right, rgb(198, 140, 150) 0%, rgb(53, 106, 140) 49%, rgb(53, 106, 140) 100%);
  background-size: 300% auto;
  background-position: right center;
  transition: all 0.3s ease-out;
  z-index: -1;
  left: 0;
  top: 0;
}

.slideArrow_previous:hover::after,
.slideArrow_next:hover::after {
  background-position: left center;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.nextArrow {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.nextArrow::before,
.nextArrow::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.nextArrow::before {
  width: 30px;
  height: 30px;
  border: 1px solid rgb(52, 105, 139);
  border-radius: 50%;
  inset: 0;
}

.nextArrow::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0, 40% 6%, 80% 45%, 0 45%, 0 55%, 80% 55%, 40% 94%, 50% 100%, 100% 50%);
  clip-path: polygon(50% 0, 40% 6%, 80% 45%, 0 45%, 0 55%, 80% 55%, 40% 94%, 50% 100%, 100% 50%);
  background: rgb(52, 105, 139);
  width: 10px;
  height: 10px;
}

.detailArrow {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid rgb(38, 44, 70);
  border-radius: 50%;
}

.detailArrow::before {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/icon_detailArrow.png) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: rgb(5, 12, 40);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}

p + [class*=button] {
  margin-top: 30px;
}

[class*=button_a] {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  color: rgb(255, 255, 255);
  background: linear-gradient(to bottom right, rgb(198, 140, 150) 0%, rgb(53, 106, 140) 49%, rgb(53, 106, 140) 100%);
  background-size: 300% auto;
  background-position: right center;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  padding: 28px 70px 28px 40px;
  position: relative;
  text-transform: uppercase;
}

[class*=button_a][class*=-center] {
  margin: 0 auto;
  text-align: left;
}

[class*=button_a][class*=-right] {
  margin: 0 0 0 auto;
}

[class*=button_a][class*=-left] {
  margin: 0 auto 0 0;
}

[class*=button_a]::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 40px;
  -webkit-clip-path: polygon(75% 0, 71% 8%, 90% 45%, 0 45%, 0 55%, 90% 55%, 71% 92%, 75% 100%, 100% 50%);
  clip-path: polygon(75% 0, 71% 8%, 90% 45%, 0 45%, 0 55%, 90% 55%, 71% 92%, 75% 100%, 100% 50%);
  background: rgb(255, 255, 255);
  width: 20px;
  height: 10px;
}

[class*=button_a]:hover {
  background-position: left center;
}

[class*=button_a][class*=-light] {
  color: rgb(53, 106, 140);
  background: rgb(255, 255, 255);
}

[class*=button_a][class*=-light]::before {
  background: rgb(53, 106, 140);
}

[class*=button_a][class*=-light]:hover {
  opacity: 0.5;
}

[class*=button_a][class*=-external]::before {
  -webkit-clip-path: none;
          clip-path: none;
  background: url(../images/icon_externalLink-white.png) no-repeat center/contain;
  background: -webkit-image-set(url(../images/icon_externalLink-white.png) 1x, url(../images/icon_externalLink-white@2x.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/icon_externalLink-white.png) 1x, url(../images/icon_externalLink-white@2x.png) 2x) no-repeat center/contain;
  width: 16px;
  height: 16px;
}

[class*=button_a][class*=-pdf], [class*=button_a][class*=-external] {
  max-width: 380px;
}

[class*=button_a][class*=-pdf]::before {
  -webkit-clip-path: none;
          clip-path: none;
  background: url(../images/icon_pdf.png) no-repeat center/contain;
  background: -webkit-image-set(url(../images/icon_pdf.png) 1x, url(../images/icon_pdf@2x.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/icon_pdf.png) 1x, url(../images/icon_pdf@2x.png) 2x) no-repeat center/contain;
  font-family: "Noto Serif JP", serif;
  width: 20px;
  height: 26px;
}

[class*=button_a] + p {
  margin-top: 40px;
}

figure + [class*=button_a] {
  margin-top: 30px;
}

[class*=button_a] i {
  margin-left: 0.5em;
}

[class*=button_b] {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: rgb(52, 105, 139);
}

[class*=button_b] .nextArrow {
  margin-left: 0.5em;
}

[class*=button_b][class*=-center] {
  justify-content: center;
  text-align: left;
}

[class*=button_b][class*=-right] {
  justify-content: right;
}

[class*=button_b][class*=-left] {
  justify-content: left;
}

[class*=button_c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  color: rgb(255, 255, 255);
  background: linear-gradient(to bottom right, rgb(198, 140, 150) 0%, rgb(53, 106, 140) 49%, rgb(53, 106, 140) 100%);
  background-size: 300% auto;
  background-position: right center;
  padding: 28px 70px;
  position: relative;
  text-transform: uppercase;
}

[class*=button_c][class*=-center] {
  margin: 0 auto;
}

[class*=button_c][class*=-right] {
  margin: 0 0 0 auto;
}

[class*=button_c][class*=-left] {
  margin: 0 auto 0 0;
}

[class*=button_c]:hover {
  background-position: left center;
}

.vegas-animation-mv {
  animation: mv ease-out;
  transform: scale(1.1);
}

@keyframes mv {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* pageCompornent--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
[class*=pageMv_heading] {
  font-size: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.2;
  padding: 80px 0 130px;
  text-align: center;
  font-weight: 300;
}

[class*=pageMv_heading] span {
  font-size: 18px;
}

[class*=pageMv-] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: rgb(255, 255, 255);
}

.breadcrumbs {
  display: flex;
  font-size: 12px;
  background: rgb(255, 255, 255);
  padding: 32px 0 80px;
}

.breadcrumbs_list {
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 15px 12px;
  flex-flow: wrap;
}

.breadcrumbs_list li {
  display: inline-block;
}

.breadcrumbs_list li + li::before {
  content: ">";
  display: inline-block;
  padding-right: 12px;
}

.breadcrumbs_list a {
  display: inline-block;
  position: relative;
}

.breadcrumbs_list a::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: rgb(5, 12, 40);
}

.pageNav {
  padding-bottom: 50px;
}

.pageNav_listWrapper {
  padding: 30px 0;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
}

.pageNav_link {
  display: flex;
  align-items: center;
}

.pageNav .nextArrow {
  transform: rotate(90deg);
  margin-left: 0.5em;
}

.pageNav_item + .pageNav_item {
  margin-top: 22px;
}

.pageNav_list + .pageNav_list {
  margin-top: 22px;
}

.formNav {
  font-family: "Noto Serif JP", serif;
}

.formNav_list {
  padding: 30px 0;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
}

.formNav_item {
  font-size: 16px;
}

.formNav_item a {
  display: flex;
  align-items: center;
  color: rgb(0, 130, 199);
}

.formNav_item .nextArrow {
  margin-left: 0.5em;
}

.required {
  background: rgb(178, 0, 0);
  font-size: 12px;
  color: rgb(255, 255, 255);
  padding: 0.1em 0.4em;
  font-style: normal;
  display: inline-block;
  margin-right: 0.5em;
  white-space: nowrap;
}

.form .required {
  margin-right: 22px;
}

.form_list {
  border-bottom: 1px solid rgb(222, 222, 222);
}

.form_item {
  border-top: 1px solid rgb(222, 222, 222);
}

.form_label {
  background: rgb(238, 238, 238);
  padding: 20px 4%;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
}

[class*=form_input] {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

[class*=form_input] input:not(input[type=checkbox]):not(input[type=radio]),
[class*=form_input] textarea {
  border: 1px solid rgb(204, 204, 204);
  padding: 0.5em;
  width: 100%;
  max-width: 500px;
}

[class*=form_input][class*=big] input:not(input[type=checkbox]):not(input[type=radio]),
[class*=form_input][class*=big] textarea {
  max-width: 900px;
}

[class*=form_input] input::-moz-placeholder {
  color: rgb(221, 221, 221);
}

[class*=form_input] input::placeholder {
  color: rgb(221, 221, 221);
}

.form_radio label span {
  display: flex;
  align-items: center;
  position: relative;
}

.form_radio label span::before {
  content: "";
  border: 1px solid rgb(204, 204, 204);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.form_radio label span::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 5px;
  border-radius: 50%;
  background: rgb(52, 58, 82);
  opacity: 0;
  flex-shrink: 0;
}

.form_radio label input:checked + span::after {
  opacity: 1;
}

.form_radio + .form_radio {
  margin-left: 2em;
}

[class*=form_link] {
  margin-top: 50px;
}

[class*=form_link] a {
  color: rgb(51, 104, 139);
  position: relative;
  padding-bottom: 10px;
}

[class*=form_link] a::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgb(51, 104, 139);
}

[class*=form_privacy] {
  margin-top: 35px;
}

[class*=form_privacy] label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

[class*=form_privacy] label span {
  display: flex;
  align-items: center;
  position: relative;
}

[class*=form_privacy] label span::before {
  content: "";
  border: 1px solid rgb(204, 204, 204);
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

[class*=form_privacy] label span::after {
  content: "";
  width: 18px;
  height: 16px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 3.5px;
  background: url(../images/icon_check.png) no-repeat center/contain;
  background: -webkit-image-set(url(../images/icon_check.png) 1x, url(../images/icon_check@2x.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/icon_check.png) 1x, url(../images/icon_check@2x.png) 2x) no-repeat center/contain;
  opacity: 0;
  flex-shrink: 0;
}

[class*=form_privacy] label input:checked + span::after {
  opacity: 1;
}

.button_submit {
  margin-top: 50px !important;
}

.form {
  margin-top: 35px;
}

.formFlow {
  padding: 30px 0;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
  color: rgb(204, 204, 204);
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}

[class*=formFlow_item]:not(:last-of-type):after {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
          clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  width: 10px;
  height: 20px;
  background: rgb(5, 12, 40);
  margin-left: 2em;
}

[class*=form_text] {
  font-weight: 500 !important;
  margin-top: 10px;
}

.form_text:first-of-type {
  margin-top: 50px;
}

.form_text {
  margin-top: 30px;
}

[class*=formFlow_item] {
  display: flex;
  align-items: center;
}

[class*=formFlow_item][class*=-current] {
  color: rgb(5, 12, 40);
}

[class*=formFlow_item] + [class*=formFlow_item] {
  margin-top: 5px;
}

.form_checkbox_item_list + .form_checkbox_item_list {
  margin-top: 10px;
}

.form_heading {
  padding: 50px 0 30px;
}

.form_checkbox_item label span {
  display: flex;
  align-items: center;
  position: relative;
}

.form_checkbox_item label span::before {
  content: "";
  border: 1px solid rgb(204, 204, 204);
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.form_checkbox_item label span::after {
  content: "";
  width: 18px;
  height: 16px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 3.5px;
  background: url(../images/icon_check.png) no-repeat center/contain;
  background: -webkit-image-set(url(../images/icon_check.png) 1x, url(../images/icon_check@2x.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/icon_check.png) 1x, url(../images/icon_check@2x.png) 2x) no-repeat center/contain;
  opacity: 0;
  flex-shrink: 0;
}

.form_checkbox_item + .form_checkbox_item {
  margin-top: 10px;
}

.form_checkbox_item label input:checked + span::after {
  opacity: 1;
}

.input_unit {
  margin-left: 1em;
  white-space: nowrap;
  display: inline-block;
}

[class*=addressItem] {
  color: rgb(255, 255, 255);
}

[class*=addressItem] a {
  color: rgb(255, 255, 255);
}

[class*=addressItem]:nth-of-type(odd) {
  background: rgb(98, 140, 178);
}

[class*=addressItem]:nth-of-type(even) {
  background: rgb(192, 127, 139);
}

[class*=addressContent] {
  max-width: 600px;
  padding: 60px 0 60px 4%;
}

[class*=addressCompanyName] {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}

[class*=addressTel] {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-top: -5px;
}

[class*=addressText] {
  font-family: "Noto Serif JP", serif;
}

.pageCategory {
  padding: 30px 0;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
  margin-bottom: 50px;
}

[class*=pageCategory_item] {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}

[class*=pageCategory_item] + [class*=pageCategory_item] {
  margin-top: 10px;
}

[class*=pageCategory_item]:not(.pageCategory_item-current) a {
  color: rgb(51, 103, 139);
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  margin-top: 50px;
}

.prevpostslink,
.nextpostslink {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  background: rgb(52, 105, 139);
}

.prevpostslink {
  margin-right: 25px;
}

.nextpostslink {
  margin-left: 25px;
}

.wp-pagenavi span:not(:first-of-type),
.wp-pagenavi a:not(.prevpostslink):not(.nextpostslink) {
  padding-left: 15px;
}

.prevpostslink::before,
.nextpostslink::before {
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 10px;
}

.prevpostslink::before {
  content: "\f053";
}

.nextpostslink::before {
  content: "\f054";
}

.wp-pagenavi a,
.wp-pagenavi .extend {
  color: rgb(51, 104, 139);
}

.page [class*=heading] + p,
.page p + [class*=heading],
.page p + p {
  margin-top: 30px;
}
.page [class*=headingLv6] + p {
  margin-top: 10px;
}
.page [class*=heading][class*=page_emphasis-b] + [class*=heading] {
  margin-top: 50px;
}

.page_emphasis-a {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: rgb(38, 44, 70);
  color: rgb(255, 255, 255);
}

.page_emphasis-a_list {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.page_emphasis-a_list + p {
  margin-top: 10px;
}

[class*=page_item-a] .page_table {
  width: 100%;
  text-align: center;
  overflow-x: scroll;
  display: block;
}

[class*=page_item-a] .page_th,
[class*=page_item-a] .page_td {
  white-space: nowrap;
}

[class*=page_item-a] .page_th {
  padding: 0.5em 1.5em;
  background: rgb(38, 44, 70);
  color: rgb(255, 255, 255);
  font-weight: normal;
  width: 25%;
  text-align: center;
  border: 1px solid rgb(221, 221, 221);
}

[class*=page_item-a] .page_td {
  padding: 0.5em 1.5em;
  border: 1px solid rgb(221, 221, 221);
}

.page_tr-variety .page_td {
  background: rgb(238, 238, 238);
}

.page_content-a [class*=heading] + p,
.page_content-a p + .page_emphasis-a_list,
.page_content-a .page_emphasis-a + p {
  margin-top: 10px;
}

.page_content-a p + [class*=heading],
.page_content-a .page_table + p,
.page_content-a p + .page_emphasis-a,
.page_content-a .page_subHeading + .page_emphasis-a_list,
.page_content-a p + .page_subHeading {
  margin-top: 30px;
}

[class*=page_list] + [class*=button] {
  margin-top: 50px;
}

p + [class*=page_list],
[class*=page_list] + p,
[class*=page_list] + [class*=heading] {
  margin-top: 30px;
}

[class*=heading] + [class*=page_list] {
  margin-top: 40px;
}

[class*=page_list-a] {
  border-bottom: 1px solid rgb(222, 222, 222);
}

[class*=page_item-a] {
  border-top: 1px solid rgb(222, 222, 222);
}

[class*=page_item-a] .page_itemName {
  background: rgb(238, 238, 238);
  font-weight: bold;
  flex: 0 0 150px;
  padding: 4%;
}

[class*=page_item-a] .page_content-a {
  padding: 4% 0% 4% 4%;
  width: 100%;
}

[class*=page_list-b] {
  display: flex;
  flex-flow: wrap;
  counter-reset: page_item-b 0;
}

.page_item-b {
  width: 100%;
}

.page_item-b + .page_item-b {
  margin-top: 34px;
}

.page_item-b {
  background: rgb(38, 44, 70);
  position: relative;
  padding: 50px 8% 8%;
  color: rgb(255, 255, 255);
}

.page_item-b a {
  color: rgb(255, 255, 255);
}

.page_item-b::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 5px;
  background: linear-gradient(2deg, rgb(198, 140, 150) 40%, rgb(111, 149, 183) 60%);
}

.page_item-b:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0) rotate(-180deg);
  bottom: -22px;
  width: 25px;
  height: 12px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: rgb(38, 44, 70);
}

[class*=page_list-b][class*=noArrows] .page_item-b:after {
  content: none;
}

.page_item-b [class*=heading]:first-child {
  position: relative;
}

.page_item-b [class*=heading]:first-child::before {
  position: absolute;
  counter-increment: page_item-b 1;
  content: "0" counter(page_item-b);
  font-size: 21px;
  font-family: "Cormorant Garamond", serif;
  top: -35px;
}

[class*=page_list-b] [class*=heading] + .page_linkList,
[class*=page_list-b] [class*=heading] + p {
  margin-top: 22px;
}

[class*=page_item-c] {
  background: rgb(38, 44, 70);
  position: relative;
  color: rgb(255, 255, 255);
  padding: 8%;
  z-index: 0;
}

[class*=page_item-c]::before,
[class*=page_item-c]::after {
  content: "";
  position: absolute;
  display: block;
}

[class*=page_item-c]::after {
  inset: 12px;
  background: linear-gradient(-45deg, rgb(198, 140, 150) 20%, rgb(111, 149, 183) 80%);
  z-index: -2;
}

[class*=page_item-c]::before {
  inset: 15px;
  background: rgb(38, 44, 70);
  z-index: -1;
}

[class*=page_item-c] + [class*=page_item-c] {
  margin-top: 30px;
}

[class*=page_list-d] {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  align-items: stretch;
}

[class*=page_item-d] {
  padding: 0.5em 1.5em;
  background: rgb(38, 44, 70);
  flex-basis: 100%;
  display: grid;
  place-items: center;
}

[class*=page_list-d][class*=w2] [class*=page_item-d] {
  flex-basis: 100%;
}

[class*=page_emphasis-b] + [class*=page_list-e] {
  margin-top: 80px;
}

[class*=page_item-e] + [class*=page_item-e] {
  margin-top: 30px;
}

[class*=page_item-e] a {
  margin: 0 auto;
}

.page_list-f {
  counter-reset: page_item-f 0;
}

.page_item-f {
  background: rgb(38, 44, 70);
  position: relative;
  padding: 130px 8% 8% 8%;
  color: rgb(255, 255, 255);
}

.page_item-f::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 5px;
  background: linear-gradient(2deg, rgb(198, 140, 150) 40%, rgb(111, 149, 183) 60%);
}

.page_item-f + .page_item-f {
  margin-top: 30px;
}

.page_item-f::after {
  position: absolute;
  counter-increment: page_item-f 1;
  content: "CASE 0" counter(page_item-f);
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  top: 66px;
  transform: translate(0, -50%);
  left: 8%;
}

.page_item-f .icon_case {
  position: absolute;
  top: 24px;
  left: calc(12% + 70px);
}

.page_text-f {
  margin-top: 20px;
}

.page_text-f [class*=page_emphasis-b] {
  line-height: 1.2;
}

.page_text-f p:first-of-type {
  margin-top: 10px;
}

.page_list-g {
  padding-left: 0.7em;
}

.page_item-g {
  padding-left: 0.5em;
  text-indent: -1.2em;
}

.page_item-g::before {
  content: "＊";
  margin-right: 0.2em;
}

.page_item-g + .page_item-g {
  margin-top: 24px;
}

.page_list-h {
  border-bottom: 1px solid rgb(222, 222, 222);
  counter-reset: page_item-h 0;
}

.page_item-h {
  border-top: 1px solid rgb(222, 222, 222);
  padding: 30px 0 30px 50px;
  position: relative;
}

.page_item-h::before {
  content: "0" counter(page_item-h);
  counter-increment: page_item-h 1;
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
}

[class*=page_list-h] [class*=heading] + p,
[class*=page_list-h] p + [class*=heading] {
  margin-top: 20px;
}

[class*=page_item-i] {
  position: relative;
}

[class*=page_item-i][class*=-bace] {
  background: rgb(53, 106, 140);
  padding: 1em;
  color: rgb(255, 255, 255);
}

[class*=page_item-i][class*=-gradation] {
  background: linear-gradient(165deg, rgb(198, 140, 150), rgb(111, 149, 183));
  padding: 1em;
  color: rgb(255, 255, 255);
}

[class*=page_item-i][class*=-list] {
  background: rgb(38, 44, 70);
  padding: 70px 8% 8%;
  color: rgb(255, 255, 255);
}

[class*=page_item-i][class*=-list]::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 5px;
  background: linear-gradient(2deg, rgb(198, 140, 150) 40%, rgb(111, 149, 183) 60%);
}

[class*=page_item-i]:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0) rotate(-180deg);
  bottom: -22px;
  width: 25px;
  height: 12px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: rgb(38, 44, 70);
}

[class*=page_item-i] + [class*=page_item-i] {
  margin-top: 34px;
}

.page_list-j {
  padding: 0 !important;
}

.page_item-j {
  display: flex;
  padding: 0.5em 8%;
}

.page_item-j:nth-of-type(odd) {
  background: rgb(245, 245, 245);
}

.page_item-j .year {
  flex: 0 0 112px;
  font-weight: bold;
  padding-right: 0.5em;
}

.page_linkList {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  width: 100%;
}

.page_linkList [class*=button_a] {
  width: 100%;
  height: 80px;
}

.page_linkItem {
  width: 100%;
}

.page_linkItem p {
  margin-top: 10px;
}

.link_mynav {
  width: 100%;
  max-width: 280px;
  height: 80px;
  border: 1px solid rgb(0, 169, 235);
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgb(255, 255, 255);
}

[class*=page_emphasis-b] span {
  background: linear-gradient(to right, rgb(198, 140, 150), rgb(111, 149, 183));
  color: rgb(255, 255, 255);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 0.2em 0.5em;
  line-height: 2;
}

[class*=section_subHeading] + [class*=page_emphasis-b] {
  margin-top: 5px;
}

.question i {
  color: rgb(198, 140, 150);
}

.answer i {
  color: rgb(113, 149, 182);
}

.question i,
.answer i {
  font-size: 22px;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  font-style: normal;
  top: -2px;
  left: 0;
}

.question,
.answer {
  padding-left: 30px;
  position: relative;
}

.answer {
  margin-top: 10px;
}

[class*=page_childItem] [class*=page_childList] {
  padding-left: 1em;
}

[class*=heading] + [class*=page_childList-a],
[class*=heading] + [class*=page_childList-b] {
  margin-top: 10px;
}

.inner [class*=heading] + [class*=page_childList-c] {
  margin-top: 40px;
}

[class*=page_childList-a] {
  counter-reset: page_childList-a 0;
}

[class*=page_childItem-a]::before {
  counter-increment: page_childList-a 1;
  content: counter(page_childList-a) ".";
  display: inline-block;
  margin-right: 0.5em;
}

[class*=page_childItem-a][class*=-parentheses]::before {
  content: "(" counter(page_childList-a) ")";
}

[class*=page_childItem-b]::before {
  content: "・";
  display: inline-block;
  margin-right: 0.5em;
}

p + [class*=page_childList-c] {
  margin-top: 20px;
}

[class*=page_childItem-c]::before {
  content: "＊";
  display: inline-block;
  margin-right: 0.5em;
}

.bg_mask {
  background: rgb(238, 238, 238);
  padding: 50px 0;
}

.bg_mask + [class*=inner] {
  margin-top: 60px;
}

.page_intro p {
  max-width: 760px;
  margin: 20px auto 0;
}

.page_catch {
  position: relative;
  color: rgb(255, 255, 255);
  padding: 30px 0 60px;
}

.page_catch::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page_catch_content {
  margin-top: 30px;
}

.page_catch_content p + p {
  margin-top: 10px;
}

.page_intro + .page_catch {
  margin-top: 60px;
}

.icon_case {
  display: block;
  width: 84px;
  height: 84px;
}

[class*=page_content-b][class*=-bottom] {
  margin-top: 30px;
}

.page_contentWrapper-b + .page_contentWrapper-b {
  margin-top: 70px;
}

[class*=page_content-b] [class*=heading] + [class*=page_list] {
  margin-top: 30px;
}

.page_contentWrapper-c {
  padding: 0 4%;
}

.page_content-c-small {
  margin-top: 30px;
}

.page_content-d {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  text-align: center;
}

.page_content-d p + p {
  margin-top: 30px;
}

[class*=page_content-e] {
  background: rgb(238, 238, 238);
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

[class*=page_smallContent-a] {
  background: rgb(255, 255, 255);
  max-width: 630px;
  padding: 30px 8%;
  margin: 0 auto;
  border-radius: 4px;
  line-height: 2.5;
}

[class*=page_list] + [class*=page_smallContent-a] {
  margin-top: 50px;
}

.page_accordionButton[aria-expanded=true] .detailArrow::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.page_accordionContent {
  transition: padding-bottom 0.3s ease-out, line-height 0.3s ease-out, opacity 0.3s ease-out;
}

.page_accordionContent[aria-hidden=true] {
  line-height: 0 !important;
  opacity: 0 !important;
  padding-bottom: 0 !important;
}

.page_accordionContent[aria-hidden=false] {
  line-height: inherit;
  opacity: 1;
}

.page_accordionContent p {
  transition: line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
}

.page_accordionContent[aria-hidden=true] p {
  line-height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.page_accordionContent[aria-hidden=false] p {
  line-height: inherit;
  opacity: 1;
  visibility: visible;
}

.page_accordionContent[aria-hidden=true] [class*=page_item] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

[class*=page_accordion-a] {
  border-bottom: 1px solid rgb(221, 221, 221);
}

[class*=page_accordion-a] {
  border-top: 1px solid rgb(221, 221, 221);
}

[class*=page_accordion-a] .page_accordionButton {
  position: relative;
}

[class*=page_accordion-a] .detailArrow {
  position: absolute;
  right: 14px;
  top: calc(50% + 5px);
  transform: translate(0, -50%);
}

[class*=page_accordion-a] .page_accordionButton {
  padding: 30px 8% 30px;
  width: 100%;
}

[class*=page_accordion-a] .page_accordionContent {
  padding: 0 8% 24px;
}

.page_accordionItem-a:nth-of-type(even) {
  background: rgb(245, 245, 245);
}

.page_gallery_item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postLink {
  display: flex;
  align-items: center;
  margin-top: 120px;
}

.postLink .postLink_next a,
.postLink_previous a {
  color: rgb(53, 106, 140);
  display: flex;
  align-items: center;
}

.postLink_next,
.postLink_previous {
  font-family: "Cormorant Garamond", serif;
}

.postLink_previous .nextArrow {
  transform: scaleX(-1);
  margin-right: 0.8em;
}

.postLink_next {
  margin: 0 0 0 auto;
}

.postLink_next .nextArrow {
  margin-left: 0.8em;
}

.postLink .postLink_back {
  display: none;
}

@media screen and (min-width: 768px) {
  [class*=addressCompanyName] {
    font-size: 24px;
  }
  [class*=addressTel] {
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
  }
  .question,
  .answer {
    padding-left: 50px;
  }
  .postLink .postLink_back {
    display: flex;
    padding: 28px 4%;
    margin: 0 auto;
  }
  .postLink_next {
    margin: 0;
  }
  .page_gallery {
    display: flex;
  }
  .page_gallery_item {
    width: 33.3333333333%;
  }
  .pageNav_list + .pageNav_list {
    margin: 0 0 0 88px;
  }
  .pageNav_listWrapper {
    display: flex;
  }
  .formNav_list {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
  }
  .formNav_item {
    font-size: 21px;
  }
  .form_item {
    display: flex;
  }
  .form_label {
    flex: 0 0 220px;
    padding: 30px 22px;
  }
  [class*=form_input] {
    flex: 1 1 auto;
    padding: 20px 50px 20px 28px;
  }
  .form_radio + .form_radio {
    margin-left: 88px;
  }
  .form_checkbox {
    display: flex;
  }
  .formFlow {
    font-size: 16px;
  }
  .formFlow_list {
    display: flex;
  }
  [class*=formFlow_item] + [class*=formFlow_item] {
    margin-left: 82px;
    margin-top: 0;
  }
  .form_checkbox_item_list + .form_checkbox_item_list {
    margin-top: 0;
    margin-left: 80px;
  }
  [class*=addressList] {
    display: flex;
  }
  [class*=addressItem] {
    width: 50%;
  }
  [class*=addressItem]:nth-of-type(odd) [class*=addressContent] {
    margin: 0 0 0 auto;
    padding: 60px 8%;
  }
  [class*=addressItem]:nth-of-type(even) [class*=addressContent] {
    padding: 60px 8%;
  }
  .label_space {
    font-size: 12px;
    padding-right: 2.8em;
    margin-right: 22px;
  }
  .pageCategory_list {
    display: flex;
    padding: 0 50px;
  }
  [class*=pageCategory_item] + [class*=pageCategory_item] {
    margin-top: 0;
    margin-left: 72px;
  }
  .prevpostslink {
    margin-right: 50px;
  }
  .nextpostslink {
    margin-left: 50px;
  }
  .wp-pagenavi span:not(:first-of-type),
  .wp-pagenavi a:not(.prevpostslink):not(.nextpostslink) {
    padding-left: 30px;
  }
  .link_mynav {
    width: 280px;
  }
  .page_linkList [class*=button_a] {
    width: 300px;
    height: 80px;
  }
  .page_linkItem {
    width: auto;
  }
  .question i,
  .answer i {
    font-size: 24px;
  }
  .page_intro + .page_catch {
    margin-top: 120px;
  }
  [class*=page_item-a] {
    display: flex;
    border-top: 1px solid rgb(222, 222, 222);
  }
  [class*=page_item-a] .page_content-a {
    padding: 30px 0px 30px 50px;
    width: calc(100% - 150px);
  }
  [class*=page_item-a] .page_itemName {
    padding: 2em;
  }
  [class*=page_childListWrapper-b] {
    display: flex;
  }
  .page_item-b {
    padding: 30px 30px 30px 70px;
  }
  .page_item-b [class*=heading]:first-child::before {
    left: -35px;
    top: auto;
    transform: translate(-50%, 0);
  }
  [class*=page_list-c] {
    display: flex;
    justify-content: space-between;
    gap: 28px;
  }
  [class*=page_item-c] {
    width: calc(100% - 18.6666666667px);
    padding: 60px 50px;
    margin-top: 0 !important;
  }
  [class*=page_item-d] {
    flex-basis: 280px;
  }
  [class*=page_list-d][class*=w2] [class*=page_item-d] {
    flex-basis: calc((100% - 20px) / 2);
  }
  [class*=page_list-e][class*=w3] {
    display: flex;
    gap: 30px;
    flex-flow: wrap;
  }
  [class*=page_list-e][class*=w3] [class*=page_item-e] + [class*=page_item-e] {
    margin-top: 0px;
  }
  [class*=page_list-e][class*=w3] [class*=page_item-e] {
    width: calc((100% - 30px) / 2);
  }
  .page_item-f {
    padding: 30px 50px 50px 138px;
  }
  .page_item-f::after {
    top: 24px;
    left: 30px;
    transform: none;
  }
  .page_item-f .icon_case {
    left: 24px;
    top: 50%;
    right: auto;
    transform: translate(0, -50%);
  }
  .page_text-f {
    display: flex;
    align-items: start;
  }
  .page_text-f [class*=page_emphasis-b] {
    flex-shrink: 0;
  }
  .page_text-f p:first-of-type {
    margin-top: 0px;
  }
  .page_text-f p {
    margin-left: 17px;
  }
  .page_item-h {
    padding: 30px 50px;
  }
  [class*=page_list-i] {
    display: flex;
    justify-content: center;
  }
  [class*=page_item-i] + [class*=page_item-i] {
    margin-left: 75px;
    margin-top: 0;
  }
  [class*=page_item-i][class*=-vertical] {
    writing-mode: vertical-rl;
  }
  [class*=page_item-i]:not(:last-of-type):after {
    left: auto;
    right: -50px;
    top: 50%;
    transform: translate(20%, -50%) rotate(90deg);
  }
  [class*=page_item-i][class*=-list] {
    padding: 50px 70px;
  }
  .page_item-j {
    padding: 0.5em 50px;
  }
  .page_item-j .year {
    margin-right: 80px;
  }
  .page_contentWrapper-b {
    display: flex;
    justify-content: space-between;
  }
  [class*=page_content-b-big] {
    width: 64%;
  }
  [class*=page_content-b-small] {
    width: 32%;
  }
  [class*=page_content-b][class*=-bottom] {
    margin-top: 0;
  }
  .page_contentWrapper-c {
    display: flex;
    max-width: 1200px;
    padding: 0;
  }
  .page_content-c-big {
    width: 66%;
    max-width: 790px;
  }
  .page_content-c-small {
    width: 32%;
    margin: 0 4% 0 30px;
  }
  [class*=page_smallContent-a] {
    padding: 40px 30px;
  }
  [class*=page_accordion-a] .page_accordionButton {
    padding: 30px 50px 20px;
  }
  [class*=page_accordion-a] .page_accordionContent {
    padding: 0 50px 24px;
  }
}
@media screen and (min-width: 1024px) {
  [class*=page_list-e][class*=w3] {
    display: flex;
    gap: 30px;
  }
  [class*=page_list-e][class*=w3] [class*=page_item-e] {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1280px) {
  .page_catch {
    padding: 70px 0 90px;
    margin-top: 50px;
  }
  .page_catch::before {
    left: calc((100% - 1200px) / 2);
  }
  .page_catch figure {
    position: absolute;
    text-align: right;
    top: -50px;
    left: 0;
    width: 36%;
  }
  .page_catch_content {
    width: 60%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1305px) {
  .breadcrumbs_list {
    padding-left: 0;
    padding-right: 0;
  }
  .pageNav_listWrapper {
    flex-flow: column;
    padding-right: 88px;
  }
  .pageNav_list {
    display: flex;
  }
  .pageNav_list + .pageNav_list {
    margin: 22px 0 0 0;
  }
  .pageNav_item + .pageNav_item {
    margin-top: 0;
    margin-left: 80px;
  }
  [class*=addressContent] {
    max-width: 600px;
  }
  [class*=addressItem]:nth-of-type(odd) [class*=addressContent] {
    margin: 0 0 0 auto;
    padding: 60px 0 60px 0px;
  }
  [class*=page_item-a] .page_table {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
  [class*=page_item-a] .page_table::-webkit-scrollbar {
    display: none;
  }
  [class*=page_list-b][class*=w3] {
    gap: 30px;
  }
  [class*=page_list-b][class*=w3] .page_item-b {
    width: calc((100% - 60px) / 3);
    margin-top: 0 !important;
  }
  [class*=page_list-b][class*=w3] .page_item-b:not(:last-of-type):after {
    left: auto;
    right: -24px;
    top: 50%;
    transform: translate(20%, -50%) rotate(90deg);
  }
  [class*=page_list-b][class*=w2] {
    gap: 22px;
  }
  [class*=page_list-b][class*=w2] .page_item-b {
    width: calc((100% - 22px) / 2);
    margin-top: 0 !important;
  }
  [class*=page_list-b][class*=w4] {
    gap: 20px;
  }
  [class*=page_list-b][class*=w4] .page_item-b {
    width: calc((100% - 60px) / 4);
    margin-top: 0 !important;
  }
  [class*=page_list-b][class*=w4] .page_item-b:not(:last-of-type):after {
    left: auto;
    right: -24px;
    top: 50%;
    transform: translate(0%, -50%) rotate(90deg);
  }
  [class*=page_list-b][class*=-alcenter] .page_item-b {
    display: flex;
    align-items: center;
  }
  [class*=page_list-b][class*=-alcenter] [class*=heading]:first-child::before {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page_content-c-small {
    padding-left: 0;
  }
}
@supports (width: min(10px, 5vw)) {
  [class*=addressCompanyName] {
    font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem);
  }
  [class*=addressTel] {
    font-size: clamp(1.5rem, 0.964rem + 2.68vw, 2.25rem);
  }
  .formNav_item {
    font-size: clamp(1rem, 0.777rem + 1.12vw, 1.313rem);
  }
  .formFlow {
    font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
  }
  .question i,
  .answer i {
    font-size: clamp(1.375rem, 1.286rem + 0.45vw, 1.5rem);
  }
}
/* project */
/* mv----------------------------------------------------------------------- */
.mv {
  height: 100vh;
  background: linear-gradient(to right, rgb(192, 127, 139), rgb(98, 140, 178));
}

.mv_heading {
  color: rgb(255, 255, 255);
  padding-top: 4vh;
  text-shadow: 0px 0px 15px rgba(53, 106, 140, 0.65);
  letter-spacing: 0.1em;
}

.mv_heading .big {
  font-size: 24px;
}

.mv_heading .small {
  font-size: 20px;
}

.mv_text {
  margin-top: 5px;
  width: 96%;
}

.mv_text span {
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  background: linear-gradient(to right, rgb(192, 127, 139), rgb(98, 140, 178));
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 10px;
  line-height: 3.5;
}

/* attention----------------------------------------------------------------------- */
.attention {
  padding: 50px 0;
}

.attention_link {
  display: flex;
  align-items: center;
  color: rgb(178, 0, 0);
  border: 2px solid rgb(178, 0, 0);
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 75px 22px 30px;
  position: relative;
  justify-content: center;
  background: rgb(255, 255, 255);
}

.attention_link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 40px;
  -webkit-clip-path: polygon(50% 0, 40% 6%, 80% 45%, 0 45%, 0 55%, 80% 55%, 40% 94%, 50% 100%, 100% 50%);
  clip-path: polygon(50% 0, 40% 6%, 80% 45%, 0 45%, 0 55%, 80% 55%, 40% 94%, 50% 100%, 100% 50%);
  background: rgb(178, 0, 0);
  width: 10px;
  height: 10px;
}

.attention_link::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(178, 0, 0);
  border-radius: 50%;
}

.attention_link:hover {
  opacity: 0.5;
}

/* videos----------------------------------------------------------------------- */
.videos {
  background: rgb(255, 255, 255);
}

.videos_list {
  justify-content: space-between;
}

.videos_item + .videos_item {
  margin-top: 50px;
}

.videos_title {
  display: flex;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  margin-top: 20px;
}

.videos_number {
  margin-right: 20px;
  font-size: 18px;
}

.button_videos {
  margin: 30px auto 0 auto;
}

/* header_reason----------------------------------------------------------------------- */
.header_reason_list {
  margin-top: 50px;
}

.header_reason_item-left {
  background: linear-gradient(rgb(165, 97, 110), rgb(192, 127, 139));
  z-index: 2 !important;
}

.header_reason_item-right {
  background: linear-gradient(rgb(52, 105, 139), rgb(97, 139, 177));
  margin-top: -20px;
}

[class*=header_reason_heading] span {
  font-size: 16px;
  font-family: "Cormorant Garamond";
}

[class*=header_reason_item] {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  z-index: 0;
  opacity: 95%;
  margin-right: auto;
  margin-left: auto;
}

[class*=header_reason_item]::before,
[class*=header_reason_item]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

[class*=header_reason_item]::before {
  width: 260px;
  height: 260px;
}

.header_reason_item-left::before {
  background: linear-gradient(rgb(192, 127, 139), rgb(91, 134, 172));
}

.header_reason_item-right::before {
  background: linear-gradient(rgb(91, 134, 172), rgb(192, 127, 139));
}

[class*=header_reason_item]::after {
  width: 254px;
  height: 254px;
  background: inherit;
}

[class*=header_reason_item] p {
  margin-top: 20px;
}

[class*=header_reason_item] .item_inner {
  position: relative;
  z-index: 1;
}

.header_reason_content {
  margin-top: 50px;
}

.header_reason_button {
  margin: 50px auto 0 auto;
}

/* reason-link----------------------------------------------------------------------- */
.reason-link_content {
  margin-top: 50px;
}

[class*=reason-link_heading] {
  padding-bottom: 20px;
}

.reason-link_button {
  margin: 50px auto 0 auto;
}

/* consultingExamples-link----------------------------------------------------------------------- */
.consultingExamples-link_content {
  padding: 128px 20px 27px;
  background: url(../images/bg_consultingExamples-link.jpg) no-repeat left 20% center/cover;
  color: rgb(255, 255, 255);
}

/* company-link----------------------------------------------------------------------- */
.company-link {
  position: relative;
  color: rgb(255, 255, 255);
  max-width: 1400px;
  margin: 0 auto;
}

.company-link::before,
.company-link::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}

.company-link::before {
  left: 0;
  width: 100%;
  max-width: 640px;
  background: url(../images/bg_company-link_01.jpg) no-repeat left/cover;
  z-index: 1;
}

.company-link::after {
  right: 0;
  width: 80%;
  background: url(../images/bg_company-link_02.jpg) no-repeat right/cover;
  z-index: 0;
}

.company-link_content {
  position: relative;
  z-index: 2;
}

.company-link_sectionHeading {
  padding-bottom: 20px !important;
}

.company-link_button {
  margin-top: 50px;
}

/* staff-link----------------------------------------------------------------------- */
.staff-link {
  position: relative;
  padding-bottom: 30px !important;
  padding-top: 0;
}

.staff-link_slide {
  display: flex;
  justify-content: space-between;
}

.staff-link_slideAcademicBackground {
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.staff-link_button {
  margin: 50px auto 0;
}

/* recruit-link----------------------------------------------------------------------- */
.recruit-linkWrapper {
  position: relative;
}

.recruit-linkWrapper::before {
  background: rgb(255, 255, 255);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}

.recruit-link {
  background: url(../images/bg_recruit-link.jpg) no-repeat center/cover;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}

.recruit-link_imageWrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  padding: 60px 0 80px;
}

.recruit-link_image {
  width: 100%;
  margin-bottom: 50px;
}

.recruit-link_content {
  margin: 0 0 0 auto;
}

[class*=recruit-link_heading] {
  padding-bottom: 10px;
}

.recruit-link_button {
  margin-top: 50px;
}

/* info-link----------------------------------------------------------------------- */
.info-link {
  background: rgb(255, 255, 255);
  padding-top: 30px !important;
}

.info-link_list {
  border-top: 1px solid rgb(238, 238, 238);
}

.info-link_item {
  border-bottom: 1px solid rgb(238, 238, 238);
}

.info-link_item a,
.info-link_item p {
  transition: 0;
}

.info-link_content {
  display: flex;
  align-items: center;
  padding: 24px 0;
}

.info-link_item:hover {
  background: rgb(244, 244, 244);
  opacity: 1;
}

.info-link_date {
  color: rgb(53, 106, 140);
  font-family: "Cormorant Garamond", serif;
  flex: 0 0 auto;
}

.info-link_category-godo {
  background: rgb(192, 127, 139);
}

.info-link_category-tax {
  background: rgb(98, 140, 178);
}

.info-link_category-news {
  background: rgb(5, 12, 40);
}

.info-link_category-column {
  background: rgb(153, 153, 153);
}

.info-link_title {
  font-family: "Noto Serif JP", serif;
  flex: 1 1 60%;
  margin-left: 32px;
}

.info-link_button {
  margin: 50px auto 0;
}

/* godoGroup----------------------------------------------------------------------- */
.godoGroup {
  background: rgb(255, 255, 255);
  text-align: center;
}

.godoGroup_list {
  flex-flow: wrap;
  display: flex;
  gap: 22px 10px;
}

.godoGroup_item {
  width: calc((100% - 10px) / 2);
  border: 1px solid rgb(204, 204, 204);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.godoGroup_item a {
  background: rgb(255, 255, 255);
  padding: 10px 26px;
}

.godoGroup_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/icon_externalLink.png) no-repeat center/contain;
  background: -webkit-image-set(url(../images/icon_externalLink.png) 1x, url(../images/icon_externalLink@2x.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/icon_externalLink.png) 1x, url(../images/icon_externalLink@2x.png) 2x) no-repeat center/contain;
  top: 8px;
  right: 8px;
}

.godoGroup_item.noarrow::before {
  background: none;
}

/* interview-link----------------------------------------------------------------------- */
.interview-link_list {
  display: flex;
  flex-flow: wrap;
  gap: 45px 20px;
}

.interview-link_item {
  width: calc((100% - 20px) / 2);
}

.interview-link_detail {
  margin: 20px 0 0 0;
}

.interview-link_text {
  margin-top: 10px;
}

.interview-link_department {
  color: rgb(53, 106, 140);
  margin-top: 10px;
}

/* recruit_entry-link----------------------------------------------------------------------- */
.recruit_entry-link {
  background: rgb(238, 238, 238);
  padding: 50px 0;
}

.recruit_entry-link .page_linkList {
  margin-top: 50px;
}

@media screen and (min-width: 375px) {
  /* header_reason----------------------------------------------------------------------- */
  .header_reason_content {
    text-align: center;
  }
  /* consultingExamples-link----------------------------------------------------------------------- */
  .consultingExamples-link_content {
    padding: 126px 32px 32px 50px;
  }
  /* interview-link----------------------------------------------------------------------- */
  .interview-link_department {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 520px) {
  /* staff-link----------------------------------------------------------------------- */
  .staff-link_headingWrapper {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .slideArrow {
    position: absolute;
  }
  /* header_reason----------------------------------------------------------------------- */
  [class*=header_reason_item] {
    width: 360px;
    height: 360px;
  }
  [class*=header_reason_item]::before {
    width: 340px;
    height: 340px;
  }
  [class*=header_reason_item]::after {
    width: 334px;
    height: 334px;
  }
}
@media screen and (min-width: 768px) {
  /* mv----------------------------------------------------------------------- */
  .mv {
    height: 726px;
  }
  .mv_heading {
    padding-top: 240px;
  }
  .mv_text {
    margin-top: 20px;
    width: auto;
  }
  .mv_text span {
    font-size: 18px;
    line-height: 3.5;
    padding: 14px;
  }
  .mv_heading .big {
    font-size: 46px;
  }
  .mv_heading .small {
    font-size: 36px;
  }
  /* attention----------------------------------------------------------------------- */
  .attention_link {
    padding: 22px 75px 22px 75px;
  }
  /* videos----------------------------------------------------------------------- */
  .videos_list {
    display: flex;
  }
  .videos_item {
    width: calc(50% - 10px);
  }
  .videos_item + .videos_item {
    margin-top: 0;
  }
  /* header_reason----------------------------------------------------------------------- */
  .header_reason_list {
    display: flex;
    justify-content: center;
  }
  .header_reason_item-left {
    margin-right: -10px;
    z-index: 2;
  }
  .header_reason_item-right {
    margin-top: 0;
    margin-left: -10px;
  }
  [class*=header_reason_item] {
    width: 380px;
    height: 380px;
  }
  [class*=header_reason_item]::before {
    width: 360px;
    height: 360px;
  }
  [class*=header_reason_item]::after {
    width: 354px;
    height: 354px;
  }
  /* recruit-link----------------------------------------------------------------------- */
  .recruit-link_contentWrapper {
    display: flex;
  }
  .recruit-link_content {
    width: 50%;
  }
  .recruit-link_content .section_heading {
    padding-bottom: 12px;
  }
  .recruit-link_image {
    position: absolute;
    max-width: 630px;
    width: 40vw;
    left: 0;
    top: 0;
    z-index: 0;
    margin-bottom: 0;
    margin-top: -50px;
  }
  /* info-link----------------------------------------------------------------------- */
  .info-link_detail {
    display: flex;
  }
  [class*=info-link_category] {
    margin-left: 35px;
  }
  .info-link_content {
    padding: 24px;
  }
  /* godoGroup----------------------------------------------------------------------- */
  .godoGroup_item {
    width: calc((100% - 60px) / 4);
  }
  /* interview-link----------------------------------------------------------------------- */
  .interview-link_list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .interview-link_item {
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (min-width: 1196px) {
  /* recruit_entry-link----------------------------------------------------------------------- */
  .recruit_entry-link_content {
    display: flex;
    justify-content: space-between;
  }
  .recruit_entry-link .page_linkList {
    flex-flow: column;
    max-width: 300px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .recruit-link_image {
    margin-left: -50px;
  }
  /* recruit_entry-link----------------------------------------------------------------------- */
  .recruit_entry-link_content {
    display: flex;
    justify-content: space-between;
  }
  .recruit_entry-link .page_linkList {
    flex-flow: column;
    max-width: 300px;
  }
}
@supports (width: min(10px, 5vw)) {
  .mv_heading .big {
    font-size: clamp(1.375rem, 0.304rem + 5.36vw, 2.875rem);
  }
  .mv_heading .small {
    font-size: clamp(1.125rem, 0.321rem + 4.02vw, 2.25rem);
  }
}
/* sitemap--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-sitemap {
  background-image: url(../images/bg_pageMv_sitemap.jpg);
}

.sitemap_nav {
  padding-bottom: 140px;
}

.sitemap_navListWrapper {
  padding-bottom: 30px;
}

.sitemap_nav,
.sitemap_nav a {
  font-weight: 500;
}

.sitemap_navItem {
  margin-top: 30px;
}

.sitemap_navTitle::before {
  content: "";
  display: inline-block;
  background: rgb(165, 97, 110);
  -webkit-clip-path: polygon(20% 0, 100% 50%, 20% 100%, 8% 80%, 60% 50%, 8% 20%);
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 8% 80%, 60% 50%, 8% 20%);
  width: 7px;
  height: 10px;
  margin-right: 6px;
}

.sitemap_navChildTitleWrapper {
  margin: 5px 0 0 24px;
}

.sitemap_navChildTitle {
  font-size: 14px;
  line-height: 2;
}

.sitemap_navChildTitle::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

@media screen and (min-width: 768px) {
  .sitemap_navListWrapper {
    display: flex;
  }
  .sitemap_navList {
    width: 50%;
  }
  .sitemap_navItem:first-of-type {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1305px) {
  .sitemap_nav {
    display: flex;
  }
  .sitemap_navList {
    width: auto;
  }
  .sitemap_navList {
    margin-left: 65px;
  }
  .sitemap_navListWrapper:first-of-type .sitemap_navList:first-of-type {
    margin-left: 0;
  }
}
/* privacyPolicy--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-privacyPolicy {
  background-image: url(../images/bg_pageMv_privacyPolicy.jpg);
}

.privacyPolicy_personalinfo-link {
  background: rgb(238, 238, 238);
  padding: 50px 0;
  margin-top: 50px;
}

[class*=personalinfo-link_heading] {
  padding-bottom: 30px;
}

.privacyPolicy_personalinfo-link ul {
  margin-top: 15px;
}

.privacyPolicy_personalinfo-link li + li {
  margin-top: 5px;
}

/* reason--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-reason {
  background-image: url(../images/bg_pageMv_reason.jpg);
}

.reason {
  position: relative;
}

.reason [class*=section_heading]::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  bottom: 0;
  background-image: url(../images/bg_reason_sp.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.reason [class*=section_heading] {
  color: rgb(255, 255, 255);
  position: relative;
  padding-top: 150px;
  padding-bottom: 0;
  line-height: 0.6 !important;
  font-size: clamp(2.625rem, 0.482rem + 10.71vw, 5.625rem);
}

.reason [class*=section_heading] span {
  padding-bottom: 4%;
  display: inline-block;
}

.reason_intro {
  background: url(../images/bg_reason_intro.jpg) no-repeat center/cover;
  padding: 70px 0;
  color: rgb(255, 255, 255);
}

[class*=reason_intro_heading] {
  padding-bottom: 30px;
  font-size: 20px;
}

.reason_intro_text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}

.reason_content {
  background: url(../images/bg_reason_content.jpg) no-repeat center/cover;
  color: rgb(255, 255, 255);
}

[class*=reason_content_title] span {
  background: linear-gradient(to right, rgb(192, 127, 139), rgb(91, 134, 172));
  padding: 0.1em 0.4em;
}

.reason_content_item:nth-of-type(odd) {
  background: rgb(192, 127, 139);
}

.reason_content_item:nth-of-type(even) {
  background: rgb(91, 134, 172);
}

.reason_content_list {
  margin-top: 30px;
}

[class*=reason_content_heading] + [class*=reason_content_heading] {
  margin-top: 5px;
}

.reason_content_item {
  padding: 50px 4% 50px 50px;
  position: relative;
}

.reason_content_item + .reason_content_item {
  margin-top: 12px;
}

.reason_content_item p {
  margin-top: 15px;
  line-height: 1.8;
}

.reason_content_number {
  position: absolute;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-transform: uppercase;
  rotate: -90deg;
  left: -5px;
  transform: translate(-50%, -50%);
}

.reason_content_heading {
  font-size: 24px;
}

@media screen and (min-width: 400px) {
  .reason [class*=section_heading]::before {
    background-position: top 20% center;
    background-image: url(../images/bg_reason.jpg);
  }
}
@media screen and (min-width: 768px) {
  .reason [class*=section_heading] {
    padding-top: 285px;
  }
  .reason [class*=section_heading] span {
    padding-bottom: 24px;
  }
  .reason_content_item p {
    margin-top: 25px;
  }
  .reason_content_heading {
    font-size: 25.6px;
  }
  [class*=reason_intro_heading] {
    font-size: 36px;
  }
  .reason_intro_text {
    font-size: 21px;
  }
}
@media screen and (min-width: 1305px) {
  .reason [class*=section_heading] {
    padding-top: 367px;
  }
  .reason_content_list {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .reason_content_item {
    padding: 50px 45px 50px 50px;
  }
  .reason_content_item {
    width: calc(33.3333333333% - 6px);
    margin-top: 0 !important;
  }
}
@supports (width: min(10px, 5vw)) {
  [class*=reason_intro_heading] {
    font-size: clamp(1.25rem, 0.536rem + 3.57vw, 2.25rem);
  }
  .reason_intro_text {
    font-size: clamp(1.125rem, 0.991rem + 0.67vw, 1.313rem);
  }
  .reason_content_heading {
    font-size: clamp(1.5rem, 1.429rem + 0.36vw, 1.6rem);
  }
}
/* ourServices--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices {
  background-image: url(../images/bg_pageMv_ourServices.jpg);
}

.ourServices {
  position: relative;
  padding-top: 0 !important;
}

.ourServices::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 54%;
  bottom: 0;
  background: url(../images/bg_ourServices.jpg) no-repeat bottom/cover;
}

.ourServices_text {
  margin-top: 20px;
}

.ourServices_list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  width: 100%;
}

p + .ourServices_list {
  margin-top: 42px;
}

.ourServices_item {
  width: 100%;
  padding: 14px;
  padding-top: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom right, rgb(198, 140, 150) 0%, rgb(111, 149, 183) 49%, rgb(111, 149, 183) 100%);
  background-size: 300%;
  background-position: right center;
  transition: all 0.3s ease-out;
}

.ourServices_item a {
  color: rgb(255, 255, 255);
  position: absolute;
  inset: 0;
}

.ourServices_item:hover {
  background-position: left center;
}

.ourServices_item_title {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 18px;
}

.ourServices_link {
  position: absolute;
  right: 8%;
  bottom: 8%;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.ourServices_link .nextArrow {
  margin-left: 1em;
}

.ourServices_link .nextArrow::before {
  border: 1px solid rgb(255, 255, 255);
}

.ourServices_link .nextArrow::after {
  background: rgb(255, 255, 255);
}

.ourServices_item.current {
  background: rgb(38, 44, 70);
}

@media screen and (min-width: 370px) {
  .ourServices_item {
    width: calc((100% - 20px) / 2);
    padding-top: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .ourServices::before {
    height: 500px;
  }
  .ourServices_link {
    right: 20px;
    bottom: 24px;
    font-size: 16px;
  }
  .ourServices_item_title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .ourServices_list {
    gap: 50px;
  }
  .ourServices_item {
    width: calc((100% - 150px) / 4);
    padding-top: calc((100% - 150px) / 4);
  }
}
@supports (width: min(10px, 5vw)) {
  .ourServices_item_title {
    font-size: clamp(1.125rem, 0.991rem + 0.67vw, 1.313rem);
  }
  .ourServices_link {
    font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  }
}
/* recruit--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-recruit {
  background-image: url(../images/bg_pageMv_recruit.jpg);
}

.recruit_intro_image {
  display: block;
  background: url(../images/image_recruit_intro.jpg) no-repeat center/cover;
  width: auto;
  height: 300px;
}

.recruit_intro_content {
  background: url(../images/bg_recruit_intro.jpg) no-repeat right/cover;
  padding: 8%;
}

[class*=recruit_intro_heading] {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .recruit_intro {
    display: flex;
  }
  .recruit_intro_image {
    width: 50%;
    height: auto;
    max-width: 500px;
  }
  .recruit_intro_content {
    padding: 40px 40px 60px;
    width: 70%;
  }
  .recruit_intro_content .section_heading {
    padding-bottom: 12px;
  }
}
/* contact--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-contact {
  background-image: url(../images/bg_pageMv_contact.jpg);
}

.contactPhone {
  /* padding-bottom: 60px; */
}

.contactPhone .form_heading {
  padding-top: 0;
}

/* contact_thanks--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */ /* staff--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-staff {
  background-image: url(../images/bg_pageMv_staff.jpg);
}

.staff_list {
  display: flex;
  flex-flow: wrap;
  gap: 45px 10px;
}

.staff_item {
  width: calc((100% - 10px) / 2);
}

.staff_detail {
  margin: 14px 0 0 0;
}

.staff_name {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}

.staff_text {
  margin-top: 10px;
}

.staff_department {
  color: rgb(53, 106, 140);
}

@media screen and (min-width: 768px) {
  .staff_list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .staff_item {
    width: calc((100% - 120px) / 3);
  }
  .staff_name {
    font-size: 28px;
  }
}
@supports (width: min(10px, 5vw)) {
  .staff_name {
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 1.75rem);
  }
}
/* column--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-column {
  background-image: url(../images/bg_pageMv_column.jpg);
}

.column_list {
  display: flex;
  flex-flow: wrap;
  gap: 45px 10px;
}

.column_item {
  width: calc((100% - 10px) / 2);
}

.column_detail {
  margin: 14px 0 0 0;
}

.column_name {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}

.column_text {
  margin-top: 10px;
}

.column_department {
  color: rgb(53, 106, 140);
}

.column_date {
  color: rgb(53, 106, 140);
  font-family: "Cormorant Garamond", serif;
  margin-top: 5px;
}

.column_category-blog {
  background: rgb(98, 140, 178);
}

.column_category-column {
  background: rgb(5, 12, 40);
}

.column_category-report {
  background: rgb(153, 153, 153);
}

.column_item img {
  padding-bottom: 22px;
}

.column_title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}

.column_item [class*=button_] {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .column_list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .column_item {
    width: calc((100% - 120px) / 3);
  }
  .column_name {
    font-size: 28px;
  }
  .column_title {
    font-size: 20px;
  }
}
@supports (width: min(10px, 5vw)) {
  .column_title {
    font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
  }
}
/* column_detail--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.column_detail_contnet {
  padding-bottom: 50px;
}

.column_detail .column_date {
  margin-top: 10px;
}

.column_detail_title {
  line-height: 1.5;
}

.column_detail_title + p {
  margin-top: 40px;
}

.column_detail_contnet p + p {
  margin-top: 20px;
}

.column_detail .postLink {
  margin-top: 70px;
}

/* info--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-info {
  background-image: url(../images/bg_pageMv_info.jpg);
}

.info {
  background: rgb(255, 255, 255);
  padding-top: 30px !important;
}

.info_list {
  border-top: 1px solid rgb(238, 238, 238);
}

.info_item {
  border-bottom: 1px solid rgb(238, 238, 238);
}

.info_item a,
.info_item p {
  transition: 0;
}

.info_content {
  display: flex;
  align-items: center;
  padding: 24px 0;
}

.info_item:hover {
  background: rgb(244, 244, 244);
  opacity: 1;
}

.info_date {
  color: rgb(53, 106, 140);
  font-family: "Cormorant Garamond", serif;
  flex: 0 0 auto;
}

.info_category-godo {
  background: rgb(192, 127, 139);
}

.info_category-tax {
  background: rgb(98, 140, 178);
}

.info_category-news {
  background: rgb(5, 12, 40);
}

.info_category-column {
  background: rgb(153, 153, 153);
}

.info_title {
  font-family: "Noto Serif JP", serif;
  flex: 1 1 60%;
  margin-left: 32px;
}

.info_button {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .info_info {
    display: flex;
  }
  [class*=info_category] {
    margin-left: 35px;
  }
  .info_content {
    padding: 24px;
  }
}
/* info_detail--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.info_detail_contnet {
  padding-bottom: 50px;
}

.info_detail [class*=info_category] {
  margin-left: 0;
}

.info_detail .info_date {
  margin-top: 10px;
}

.info_detail_title {
  line-height: 1.5;
}

.info_detail_title + p {
  margin-top: 35px;
}

.info_detail_contnet p + p {
  margin-top: 20px;
}

.info_detail .postLink {
  margin-top: 70px;
}

/* consultingExamples--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-consultingExamples {
  background-image: url(../images/bg_pageMv_consultingExamples.jpg);
}

.consultingExamples_list {
  display: flex;
  flex-flow: wrap;
  gap: 45px 10px;
}

.consultingExamples_item {
  width: calc((100% - 10px) / 2);
}

.consultingExamples_detail {
  margin: 14px 0 0 0;
}

.consultingExamples_name {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}

.consultingExamples_text {
  margin-top: 10px;
}

.consultingExamples_department {
  color: rgb(53, 106, 140);
}

.consultingExamples_date {
  color: rgb(53, 106, 140);
  font-family: "Cormorant Garamond", serif;
  margin-top: 5px;
}

.consultingExamples_category-blog {
  background: rgb(98, 140, 178);
}

.consultingExamples_category-consultingExamples {
  background: rgb(5, 12, 40);
}

.consultingExamples_category-report {
  background: rgb(153, 153, 153);
}

.consultingExamples_item img {
  padding-bottom: 22px;
}

.consultingExamples_item [class*=button_] {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .consultingExamples_list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .consultingExamples_item {
    width: calc((100% - 120px) / 3);
  }
  .consultingExamples_name {
    font-size: 28px;
  }
}
/* consultingExamples_detail--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.consultingExamples_detail_title {
  margin-top: 40px;
}

.consultingExamples_detail_date {
  margin-top: 0px !important;
}

.consultingExamples_detail_date + p {
  margin-top: 20px !important;
}

/* interview--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-interview {
  background-image: url(../images/bg_pageMv_interview.jpg);
}

.interview_profile {
  position: relative;
  margin-top: 50px;
  padding: 50px 0;
  background: rgb(241, 241, 241);
}

.interview_name {
  margin-top: 30px;
}

.interview_department {
  color: rgb(51, 102, 139);
  margin-top: 10px;
}

.interview_joiningYear {
  margin: 0 0 20px !important;
}

.interview_qanda .qanda_item + .qanda_item {
  margin-top: 50px;
}

.interview_schedule {
  background: url(../images/bg_interview_schedule.jpg) no-repeat bottom/cover;
}

.interview_schedule_item + .interview_schedule_item {
  margin-top: 24px;
}

.interview_schedule_item {
  background: rgb(38, 44, 70);
  position: relative;
  padding: 30px;
  color: rgb(255, 255, 255);
  max-width: 480px;
}

.interview_schedule_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 5px;
  background: linear-gradient(2deg, rgb(198, 140, 150) 40%, rgb(111, 149, 183) 80%);
}

.interview_schedule_item::after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 15px;
  left: -18px;
  top: 50px;
  background: rgb(38, 44, 70);
  transform: translate(0, -50%) rotate(-90deg);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.interview_schedule_list {
  position: relative;
  padding: 0 0 0 34px;
  margin-top: 50px;
}

.interview_schedule_list::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 80px;
  background: linear-gradient(rgb(198, 140, 150) 40%, rgb(111, 149, 183) 80%);
}

[class*=interview_schedule_heading]::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(38, 44, 70);
  left: -37px;
  top: 50px;
  transform: translate(0, -50%);
}

.interview-link_list + [class*=button_] {
  margin-top: 60px;
}

.interview_qanda figure {
  margin-top: 30px;
}

.interview_text {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .interview_qanda .qanda_item {
    display: flex;
    justify-content: space-between;
  }
  .interview_qanda .qanda_item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  .interview_qanda figure {
    width: 54%;
    margin-top: 0;
  }
  .interview_qanda .qanda_content {
    width: 44%;
  }
  .interview_schedule_list {
    width: 514px;
    margin: 50px auto 0;
  }
  .interview_schedule_item {
    width: 480px;
  }
}
@media screen and (min-width: 1280px) {
  .interview_name {
    margin-top: 0;
  }
  .interview_profile figure {
    position: absolute;
    top: -50px;
    left: 0;
    width: 36%;
    text-align: right;
  }
  .interview_profile_content {
    width: 60%;
    margin: 0 0 0 auto;
  }
  .interview_profile {
    background: none;
  }
  .interview_profile::before {
    content: "";
    position: absolute;
    left: calc((100% - 1200px) / 2);
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgb(241, 241, 241);
    z-index: -1;
  }
}
/* ourServices_financialPlanning--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices_financialPlanning {
  background-image: url(../images/bg_pageMv_ourServices_financialPlanning.jpg);
}

.ourServices_financialPlanning .page_intro {
  background: url(../images/bg_ourServices_financialPlanning_intro.jpg) no-repeat center/cover;
}

.ourServices_financialPlanning_summary {
  background: linear-gradient(45deg, rgba(198, 140, 150, 0.9) 20%, rgba(111, 149, 183, 0.9) 80%);
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .ourServices_financialPlanning_summary {
    margin-top: 120px;
  }
  #ourServices_financivalPlanning03 .page_childItem-b {
    width: 222px;
  }
}
@media screen and (min-width: 1305px) {
  #ourServices_financialPlanning02 [class*=page_list-b] {
    align-items: start;
  }
  #ourServices_financialPlanning02 .page_item-b::after {
    top: 110px;
  }
}
/* ourServices_medicalNursing--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices_medicalNursing {
  background-image: url(../images/bg_pageMv_ourServices_medicalNursing.jpg);
}

.ourServices_medicalNursing .page_intro {
  background: url(../images/bg_ourServices_medicalNursing_intro.jpg) no-repeat center/cover;
}

/* ourServices_startingBusiness--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices_startingBusiness {
  background-image: url(../images/bg_pageMv_ourServices_startingBusiness.jpg);
}

.ourServices_startingBusiness .page_intro {
  background: url(../images/bg_ourServices_startingBusiness_intro.jpg) no-repeat center/cover;
}

.ourServices_startingBusiness .page_catch::before {
  background-image: url(../images/bg_ourServices_startingBusiness_catch.jpg);
}

/* ourServices_agriculturalManagement--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices_agriculturalManagement {
  background-image: url(../images/bg_pageMv_ourServices_agriculturalManagement.jpg);
}

.ourServices_agriculturalManagement .page_intro {
  background: url(../images/bg_ourServices_agriculturalManagement_intro.jpg) no-repeat center/cover;
}

.ourServices_agriculturalManagement .page_catch::before {
  background-image: url(../images/bg_ourServices_agriculturalManagement_catch.jpg);
}

/* ourServices_businessSuccession--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices_businessSuccession {
  background-image: url(../images/bg_pageMv_ourServices_businessSuccession.jpg);
}

.ourServices_businessSuccession .page_intro {
  background: url(../images/bg_ourServices_businessSuccession_intro.jpg) no-repeat center/cover;
}

.ourServices_businessSuccession .page_catch::before {
  background-image: url(../images/bg_ourServices_businessSuccession_catch.jpg);
}

/* ourServices_financialAccounting--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices_financialAccounting {
  background-image: url(../images/bg_pageMv_ourServices_financialAccounting.jpg);
}

.ourServices_financialAccounting .page_intro {
  background: url(../images/bg_ourServices_financialAccounting_intro.jpg) no-repeat center/cover;
}

/* ourServices_socialWelfare--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices_socialWelfare {
  background-image: url(../images/bg_pageMv_ourServices_socialWelfare.jpg);
}

.ourServices_socialWelfare .page_intro {
  background: url(../images/bg_ourServices_socialWelfare_intro.jpg) no-repeat center/cover;
}

.ourServices_socialWelfare .page_catch::before {
  background-image: url(../images/bg_ourServices_socialWelfare_catch.jpg);
}

.ourServices_socialWelfare .page_content-d {
  background-image: url(../images/bg_ourServices_socialWelfare_01.jpg);
}

.ourServices_socialWelfare .page_content-d {
  margin-top: 0;
}

.ourServices_socialWelfare .ourServices {
  padding-top: 60px !important;
}

@media screen and (min-width: 768px) {
  .ourServices_socialWelfare .ourServices {
    padding-top: 120px !important;
  }
}
/* ourServices_tax--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-ourServices_tax {
  background-image: url(../images/bg_pageMv_ourServices_tax.jpg);
}

.ourServices_tax .page_intro {
  background: url(../images/bg_ourServices_tax_intro.jpg) no-repeat center/cover;
}

/* company--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pageMv-company {
  background-image: url(../images/bg_pageMv_company.jpg);
  background-position: center left 40%;
}

.company_intro {
  background: url(../images/bg_company_intro.jpg) no-repeat center/cover;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}

.company_intro p + p {
  margin-top: 10px;
}

.company_concept {
  background: url(../images/bg_company_concept.jpg) no-repeat center/cover;
}

.company_concept_content section + section {
  margin-top: 50px;
}

.company_greetings {
  display: flex;
  flex-flow: column-reverse;
}

.company_greetings_content {
  background: url(../images/bg_company_greetings.jpg) no-repeat center/cover;
  color: rgb(255, 255, 255);
  padding: 60px 4%;
}

.company_greetings figure img {
  width: 100%;
}

.company #company02 p + p {
  margin-top: 20px;
}

.company #company02 [class*=page_list] + p {
  margin-top: 50px;
}

.company_access_image {
  margin-top: 20px;
}

.company_access_info {
  margin-top: 20px;
}

.company_access_content + .company_access_content {
  margin-top: 60px;
}

.company_president_name span {
  letter-spacing: 0.45em;
  font-size: 12px;
}

.company_book_item figure img {
  width: 100%;
}

.company_book_item figure {
  padding-bottom: 20px;
}

.company_book_item [class*=heading] + p {
  margin-top: 10px;
}

.company_book_item p + p {
  margin-top: 20px;
}

.company_book_slideWrapper {
  margin: 100px 4% 0;
}

.company_book .slideArrowWrapper {
  position: relative;
  margin: 10px auto 0;
}

.company_book .slideArrow {
  bottom: -55px;
  position: absolute;
  right: 4%;
}

.company_access_image img {
  width: 100%;
}

.company_concept .page_emphasis-b + p {
  margin-top: 40px;
}

.company_presidentName p + p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .company_intro {
    font-size: 21px;
  }
  .company .page_list-a .page_childListWrapper-b {
    gap: 20px;
  }
  .company_presidentName {
    display: flex;
  }
  .company_presidentName p + p {
    margin-left: 1em;
    margin-top: 0 !important;
  }
  .company_access_image {
    display: flex;
    justify-content: space-between;
  }
  .company_access_image figure {
    width: 45%;
  }
  .company_access_map {
    width: 54%;
  }
  .company_access_info {
    display: flex;
    justify-content: space-between;
  }
  .company_access_info [class*=button] {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .company_concept_content {
    display: flex;
    justify-content: space-between;
  }
  .company_concept_content section:first-child {
    width: 43%;
  }
  .company_concept_content section + section {
    width: 48%;
    margin-top: 0;
  }
  .company_greetings {
    flex-flow: row;
  }
  .company_greetings_content {
    width: 50%;
    padding: 60px 100px;
  }
  .company_greetings figure {
    width: 50%;
  }
  .company_greetings figure img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1305px) {
  .company_book_slideWrapper {
    margin: 100px 4% 0;
  }
}
@media screen and (min-width: 1522px) {
  .company_book_slideWrapper {
    margin: 100px auto 0;
    max-width: 1400px;
  }
  .company_book .slideArrowWrapper {
    max-width: 1400px;
  }
  .company_book .slideArrow {
    right: 0;
  }
}
@supports (width: min(10px, 5vw)) {
  .company_intro {
    font-size: clamp(1.25rem, 1.205rem + 0.22vw, 1.313rem);
  }
}
/* utility--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.none {
  display: none;
}

.nolink {
  color: rgba(143, 143, 143, 0.6) !important;
  cursor: default;
}

.footer_navTitle.nolink::before, .sitemap_navTitle.nolink::before {
  background: rgba(143, 143, 143, 0.6);
}

.nolink:hover, .nolink:hover::before, .nolink:hover::after {
  opacity: 1;
  cursor: default;
}

[class*=button].nolink {
  background: #adadad;
}

[class*=button].nolink:hover {
  background: #adadad;
}

.space {
  padding-left: 1em;
}

.visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.blue {
  color: rgb(53, 106, 140);
}

.pink {
  color: rgb(165, 96, 109);
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: 200 !important;
}

.underline {
  text-decoration: underline;
}

[class*=alert] {
  color: rgb(178, 0, 0);
}

[class*=-center] {
  text-align: center;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* fontFamily */
.serif-en {
  font-family: "Cormorant Garamond", serif !important;
}

.serif {
  font-family: "Noto Serif JP", serif !important;
}

.sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

@media screen and (max-width: 375px) {
  .sp-max {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .sp-min {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tab-max {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab-min {
    display: none;
  }
  .center-tab-min {
    text-align: center;
  }
}
@media screen and (max-width: 1399px) {
  .laptop-max {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-min {
    display: none;
  }
}