@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/lni4qfw.css");
*,
::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] {
  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;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

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

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 16px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media screen and (max-width: 767px) {
  .col-11 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-1 {
    margin-left: 0;
  }
}

.col-offset-2 {
  margin-left: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-offset-2 {
    margin-left: 0;
  }
}

.col-offset-3 {
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .col-offset-3 {
    margin-left: 0;
  }
}

.col-offset-4 {
  margin-left: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-4 {
    margin-left: 0;
  }
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start {
  justify-content: flex-start;
  text-align: start;
}

.center {
  justify-content: center;
  text-align: center;
}

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

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

.first {
  order: -1;
}

.last {
  order: 1;
}

html {
  height: auto;
}

body {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  background-size: cover;
  position: relative;
  font-size: 100%;
  height: auto;
  background: #ffffff;
  font-weight: 500;
}

img {
  display: block;
  max-width: 100%;
}

.en {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2.5rem, 1.759rem + 3.7vw, 5rem);
}

main {
  margin-top: calc(80px + 3vw);
}
@media screen and (max-width: 767px) {
  main {
    margin-top: calc(40px + 3vw);
  }
}

.first {
  order: 1;
}
@media screen and (max-width: 767px) {
  .first {
    order: 2 !important;
  }
}

.second {
  order: 2;
}
@media screen and (max-width: 767px) {
  .second {
    order: 1;
  }
}

.inline {
  display: inline-block !important;
}

.readmore {
  display: inline;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  color: #675852;
  text-decoration: underline dotted;
}

h2 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h3 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h4 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h5 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h2,
h3,
h4,
h5,
h6,
p {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    letter-spacing: 0.03em !important;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  p {
    white-space: normal;
    line-height: 1.75;
    font-size: 14px;
  }
}

article {
  padding: calc(40px + 3vw) 0;
}

a {
  text-decoration: none;
  color: #272727;
}

.row {
  margin: 0 !important;
}

.container-fluid {
  width: calc(100% - 32px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 32px);
    padding: 0 !important;
  }
}

.wp-pagenavi {
  /* 全体 */
  margin: 20px 0;
  font-size: 12px;
  text-align: center;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #4a4a4a;
  margin: 0 8px;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.sfwppa-pages {
  margin: 0 8px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #87e6e9;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none;
}

#stickyBox {
  position: relative;
  width: 100%;
}
#stickyBox.is-show #floating-menu {
  left: 30px;
  position: fixed;
  top: 0;
}

.sticky #floating-menu {
  top: 0;
  position: fixed;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.thumbnail .slick-track {
  transform: unset !important;
}

/* テキストアニメーション */
.animated-text {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

.animated-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #272727;
  left: 0;
}

@keyframes slideOut {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.visible::before {
  animation: slideOut 1s forwards;
}

.contents_title, .page_title {
  text-align: left !important;
}
.contents_title h6, .page_title h6 {
  font-size: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem);
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  color: #272727;
  opacity: 0.5;
  letter-spacing: 0.03em;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contents_title h2, .page_title h2 {
  position: relative;
  padding-left: 120px;
  font-size: 24px;
  margin: 30px 0;
  font-weight: bold;
  opacity: 1;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .contents_title h2, .page_title h2 {
    padding-left: 50px;
    margin: 16px 0;
  }
}
.contents_title h2::before, .page_title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  z-index: 444;
  background: #272727;
}
@media screen and (max-width: 767px) {
  .contents_title h2::before, .page_title h2::before {
    width: 40px;
  }
}
.contents_title h2 span, .page_title h2 span {
  display: block;
  margin-left: 0px;
  font-size: 0.8em;
  margin-top: 5px;
  font-size: 50%;
}

.page_title {
  margin-bottom: calc(80px + 8vw);
}
@media screen and (max-width: 767px) {
  .page_title {
    margin-bottom: calc(40px + 16vw);
  }
}

.header {
  background: #fff;
  position: relative;
  z-index: 9999;
  /* ハンバーガーメニュー */
  /* レスポンシブ対応 */
}
.header ul li {
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .header ul li a {
    padding: 0 16px;
  }
}
.header ul li:last-of-type {
  background: #BE1043;
  padding: 24px 48px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .header ul li:last-of-type {
    margin-left: 0;
    margin-top: 16px;
  }
}
.header ul li:last-of-type a {
  color: #fff !important;
}
.header .logo {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  width: 30%;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 80%;
  }
}
.header .logo h1 {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header .logo h1 {
    font-size: 10px;
    white-space: nowrap;
  }
}
.header .logo img {
  width: 100%;
}
.header .logo span {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .header .logo span {
    width: 30%;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .hamburger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 1000;
}
.header .hamburger-menu span {
  display: block;
  background: #333;
  height: 1px;
  width: 40px;
  margin: 6px 0;
  transition: 0.4s;
}
.header .hamburger-menu.open span:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
.header .hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}
.header .hamburger-menu.open span:nth-child(3) {
  transform: translateY(-14px) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  .header .hamburger-menu {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 16px;
  }
  .header .hamburger-menu span {
    display: block;
    background: #333;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    transition: 0.4s;
  }
  .header .header-inner {
    display: block;
  }
  .header .header_nav {
    display: none !important;
  }
  .header .header_nav.active {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header .header_nav.active .nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgb(255, 255, 255);
    padding: 120px 16px 0;
  }
  .header .header_nav.active .nav ul {
    display: block !important;
  }
  .header .header_nav.active .nav ul li {
    display: block !important;
    border-bottom: 1px solid #f2f2f2;
    padding: 24px 0;
    position: relative;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .header .header_nav.active .nav ul li::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .header_nav.active .nav ul li:last-of-type {
    width: 60%;
    margin: 3rem auto;
    text-align: center;
    transition: background-color 0.3s ease;
    font-weight: 700;
    font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
  }
  .header .header_nav.active .nav ul li:last-of-type:active, .header .header_nav.active .nav ul li:last-of-type:hover {
    background-color: rgba(190, 16, 67, 0.8);
  }
  .header .header_nav.active .nav ul li:last-of-type::after {
    display: none;
  }
  .header .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header .nav ul li {
    padding: 15px 0;
  }
}

html {
  height: auto;
}

body {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  background-size: cover;
  position: relative;
  font-size: 100%;
  height: auto;
  background: #ffffff;
  font-weight: 500;
}

img {
  display: block;
  max-width: 100%;
}

.en {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2.5rem, 1.759rem + 3.7vw, 5rem);
}

main {
  margin-top: calc(80px + 3vw);
}
@media screen and (max-width: 767px) {
  main {
    margin-top: calc(40px + 3vw);
  }
}

.first {
  order: 1;
}
@media screen and (max-width: 767px) {
  .first {
    order: 2 !important;
  }
}

.second {
  order: 2;
}
@media screen and (max-width: 767px) {
  .second {
    order: 1;
  }
}

.inline {
  display: inline-block !important;
}

.readmore {
  display: inline;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  color: #675852;
  text-decoration: underline dotted;
}

h2 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h3 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h4 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h5 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h2,
h3,
h4,
h5,
h6,
p {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    letter-spacing: 0.03em !important;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  p {
    white-space: normal;
    line-height: 1.75;
    font-size: 14px;
  }
}

article {
  padding: calc(40px + 3vw) 0;
}

a {
  text-decoration: none;
  color: #272727;
}

.row {
  margin: 0 !important;
}

.container-fluid {
  width: calc(100% - 32px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 32px);
    padding: 0 !important;
  }
}

.wp-pagenavi {
  /* 全体 */
  margin: 20px 0;
  font-size: 12px;
  text-align: center;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #4a4a4a;
  margin: 0 8px;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.sfwppa-pages {
  margin: 0 8px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #87e6e9;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none;
}

#stickyBox {
  position: relative;
  width: 100%;
}
#stickyBox.is-show #floating-menu {
  left: 30px;
  position: fixed;
  top: 0;
}

.sticky #floating-menu {
  top: 0;
  position: fixed;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.thumbnail .slick-track {
  transform: unset !important;
}

/* テキストアニメーション */
.animated-text {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

.animated-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #272727;
  left: 0;
}

@keyframes slideOut {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.visible::before {
  animation: slideOut 1s forwards;
}

.contents_title, .page_title {
  text-align: left !important;
}
.contents_title h6, .page_title h6 {
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  color: #272727;
  opacity: 0.1;
  letter-spacing: 0.03em;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height:1;
}
.contents_title h2, .page_title h2 {
  position: relative;
  padding-left: 120px;
  font-size: 24px;
  margin:  0;
  font-weight: bold;
  opacity: 1;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .contents_title h2, .page_title h2 {
    padding-left: 50px;
    margin: 16px 0;
  }
}
.contents_title h2::before, .page_title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  z-index: 444;
  background: #272727;
}
@media screen and (max-width: 767px) {
  .contents_title h2::before, .page_title h2::before {
    width: 40px;
  }
}
.contents_title h2 span, .page_title h2 span {
  display: block;
  margin-left: 0px;
  font-size: 0.8em;
  margin-top: 5px;
  font-size: 50%;
}

.page_title {
  margin-bottom: calc(80px + 8vw);
}
@media screen and (max-width: 767px) {
  .page_title {
    margin-bottom: calc(40px + 16vw);
  }
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 16px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media screen and (max-width: 767px) {
  .col-11 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-1 {
    margin-left: 0;
  }
}

.col-offset-2 {
  margin-left: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-offset-2 {
    margin-left: 0;
  }
}

.col-offset-3 {
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .col-offset-3 {
    margin-left: 0;
  }
}

.col-offset-4 {
  margin-left: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-4 {
    margin-left: 0;
  }
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start {
  justify-content: flex-start;
  text-align: start;
}

.center {
  justify-content: center;
  text-align: center;
}

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

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

.first {
  order: -1;
}

.last {
  order: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.header_nav ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header_nav {
  display: flex;
}
.header .nav ul {
  list-style: none;
  gap: 20px;
}
.header .nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.hero {
  background: url("../img/top.jpeg") no-repeat center/cover;
  height: 90vh;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero {
    height: 70vh;
  }
}
.hero h2 {
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  font-weight: bold;
  position: absolute;
  left: calc(0% + 32px);
  top: 50%;
  transform: translateY(-50%);
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .hero h2 {
    top: 20%;
    left: 0;
    transform: translateY(-20%);
  }
}

.concept {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: calc(440px + 10vw);
  margin: calc(16vw + 32px) auto;
  line-height: 2;
  text-align: left;
  font-size: 24px;
}
.concept h3 {
  margin: 0 32px;
}
.concept p {
  line-height: 2.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .concept {
    -webkit-writing-mode: initial;
    -moz-writing-mode: initial;
    -ms-writing-mode: initial;
    -o-writing-mode: initial;
    writing-mode: initial;
    height: auto;
    padding: 80px 16px;
  }
  .concept h3 {
    margin: 2rem 0;
    font-weight: bold;
  }
}

.news {
  background: white;
}
.news dl dt {
  background: #7E1E20;
  color: white;
  padding: 24px 0px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: bold;
  text-align: center;
  width: 20%;
  float: left;
}
.news dl dd {
  padding: 24px 0px 24px 40px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  width: 80%;
  float: left;
}
@media screen and (max-width: 767px) {
  .news dl dd {
    padding: 12px 16px 8px 8px;
    font-size: 14px;
    float: none;
    margin-left: 20%;
    line-height: 1.75;
  }
}
.news dl dd span {
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .news dl dd span {
    display: block;
    padding: 0;
    color: #888;
  }
}
.news h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.about {
  background: #f4f4f4;
  padding: calc(40px + 8vw) 0;
}
.about .contents_title, .about .page_title {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .about .contents_title, .about .page_title {
    padding-left: 16px;
  }
}
.about .contents_title h2, .about .page_title h2 {
  position: relative;
}
.about .row {
  margin: 80px 0 !important;
}
.about .col-12 figure {
  margin: 32px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .col-12 figure {
    margin: 16px 0;
  }
}
.about .col-12 figure figcaption {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: 500;
  color: white;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: left;
}
.about .col-12 figure figcaption span {
  display: block;
  font-size: 50%;
  padding-top: 10px;
}
.about figure {
  margin: 32px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about figure {
    margin: 16px 0;
  }
}
.about figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: 500;
  color: white;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.about figure figcaption span {
  display: block;
  font-size: 50%;
  padding-top: 10px;
}
.about img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  filter: brightness(80%);
}

.recruit {
  text-align: center;
  padding: 50px 0;
}
.recruit img {
  width: 100%;
  max-width: 800px;
}

.topix {
  padding: 80px 0;
}
.topix h3 {
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.topix dl {
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topix dl {
    font-size: 14px;
    padding: 24px 0;
  }
}
.topix dl:first-of-type {
  margin-top: 48px;
}
.topix dl dt {
  float: left;
  padding-right: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topix dl dt {
    float: none;
    padding-bottom: 8px;
  }
}
.topix dl dd {
  font-weight: 500;
}

.entry_box {
  background: white;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .entry_box {
    padding: 40px 0;
  }
}
.entry_box a {
  width: 60%;
  display: block;
  margin: 4vw auto;
  text-align: center;
  border: 2px solid #272727;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: bold;
  padding: 32px 0;
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .entry_box a {
    margin: 0 auto 80px;
    width: 90%;
  }
}
.entry_box a span {
  display: block;
  font-size: 50%;
  margin-left: 16px;
}
.entry_box a:hover {
  background: #BE1043;
  color: white;
  border: none;
}
.entry_box .entry {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.entry_box .entry:before, .entry_box .entry:after {
  position: absolute;
  top: 50%;
  right: 30%;
  height: 2px;
  background: #343434;
  content: "";
  transition: right 0.3s ease;
}
@media screen and (max-width: 767px) {
  .entry_box .entry:before, .entry_box .entry:after {
    right: 20%;
  }
}
.entry_box .entry:before {
  width: 30px;
  transform: translateY(-50%);
}
.entry_box .entry:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.entry_box .entry:hover:before, .entry_box .entry:hover:after {
  right: 28%;
  background: white;
}
@media screen and (max-width: 767px) {
  .entry_box .entry:hover:before, .entry_box .entry:hover:after {
    right: 18%;
  }
}

footer {
  padding: 80px 0;
}
footer img {
  width: 50%;
  margin-bottom: 32px;
}
footer h2 {
  font-size: 18px;
}
footer .col-8 img {
  margin-top: 120px;
  float: right;
}

#company, #message {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #company, #message {
    padding: 40px 0;
  }
}
#company .row, #message .row {
  margin: 80px 0 !important;
  align-items: center;
}
#company h3, #message h3 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: bold;
  margin: 4rem 0 2rem;
}
#company p, #message p {
  white-space: pre-line;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

#message {
  margin: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  #message {
    margin: 40px 0 120px;
  }
}
#message h3 {
  white-space: pre-line;
  margin: 6rem 0 3rem;
}
@media screen and (max-width: 767px) {
  #message h3 {
    white-space: normal;
    line-height: 1.75;
  }
}
#message h5 {
  width: 300px;
  margin: 2rem 0;
  float: right;
}
@media screen and (max-width: 767px) {
  #message h5 {
    width: 200px;
  }
}
#message p {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #message p {
    line-height: 2.5;
  }
}

.color_contents {
  background: #e7e7e7;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .color_contents {
    padding: 40px 0;
  }
}
.color_contents h2 {
  color: #272727;
  opacity: 0.3;
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  font-weight: bold;
  margin: 2rem 0 4rem;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .color_contents h2 {
    margin: 2rem 0;
    white-space: nowrap;
    overflow: hidden;
  }
}
.color_contents h3 {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem)
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .color_contents h3 {
    margin-bottom: 2rem;
  }
}
.color_contents h5 {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: bold;
}
.color_contents ul li {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.75;
  padding: 8px 0;
}
.color_contents ul li:first-of-type {
  margin-top: 32px;
}
.color_contents .philosophy {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .color_contents .philosophy {
    padding: 40px 0;
  }
}
.color_contents .philosophy p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem)
  line-height: 2;
  white-space: pre-line;
}
.color_contents .value {
  padding: 80px 0;
}
.color_contents .value h2 {
  margin-bottom: 0;
}
.color_contents .value p {
 font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem)
  font-weight: bold;
  margin-bottom: 6rem;
}

.recruitment-info {
  padding: 80px 0;
}
.recruitment-info .job-list {
  margin: 120px 0;
}
.recruitment-info .job-item {
  margin: 120px 0 0;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 80px;
}
.recruitment-info .job-item h3 {
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-weight: bold;
  margin-bottom: 2rem;
}
.recruitment-info .job-item h3::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  display: block;
  margin-top: 1rem;
  z-index: 0;
}
.recruitment-info .job-item h3 .name {
  background: white;
  position: relative;
  z-index: 1;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .recruitment-info .job-item h3 .name {
    padding-right: 8px;
    font-size: 18px;
  }
}
.recruitment-info .job-item h3 .job-type {
  background: #C6174B;
  color: #fff;
  padding: 4px 16px;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruitment-info .job-item h3 .job-type {
    font-size: 14px;
    padding: 4px 12px;
  }
}
.recruitment-info .job-list a {
  display: block;
  margin: 3rem 0;
}

.requirements .job-detail h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4rem;
}
.requirements .job-detail ul li {
  font-size: 18px;
  line-height: 2;
  padding: 16px 0;
}
.requirements .job-detail ul li strong {
  font-weight: bold;
}

.workflow {
  counter-reset: step-counter;
  padding: 80px 0;
}
.workflow h2 {
  font-size: clamp(1.75rem, 0.932rem + 4.09vw, 4rem);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  margin: 3rem 0;
  opacity: 0.1;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.workflow .step {
  display: flex;
  margin: 3rem 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .workflow .step {
    display: block;
    align-items: normal;
  }
}
.workflow .step h3,
.workflow .step p {
  font-weight: bold !important;
}
.workflow .step h3 {
  display: inline-block;
  width: 12%;
  position: relative;
  white-space: pre-line;
  line-height: 1;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .workflow .step h3 {
    width: calc(40% + 24px);
    white-space: normal;
    opacity: 0.3;
  }
}
.workflow .step h3::after {
  content: "0" counter(step-counter);
  counter-increment: step-counter;
  font-size: clamp(2rem, 0.955rem + 2.73vw, 3rem);
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .workflow .step h3::after {
    top: -8px;
  }
}
.workflow .step p {
  margin-left: 24px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .workflow .step p {
    margin-left: 0;
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
    margin-top: 16px;
  }
}
.workflow .step p span {
  display: block;
  margin-top: 8px;
  font-size: 60%;
  font-weight: 500;
}

.work_image, .work_image02 {
  background: url(../img/work.jpg) no-repeat;
  background-size: cover;
  height: 60vh;
  background-position: center center;
  margin: 80px 0;
}

.work_image02 {
  background: url(../img/9cbe1db2fc0a9a9ac2c422a2cf9e3d49.jpg) no-repeat;
  background-size: cover;
  height: 60vh;
  background-position: center center;
}

.data-analytics {
  padding: 80px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .data-analytics {
    padding: 40px 0 120px;
  }
}
.data-analytics h2 {
  font-size: clamp(1.75rem, 0.932rem + 4.09vw, 4rem);
  font-weight: bold;
  white-space: nowrap;
  margin: 3rem 0 1rem;
  opacity: 0.1;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .data-analytics h2 {
    padding-left: 16px;
    margin: 1rem 0 1rem;
  }
}
.data-analytics h6 {
  font-size: 24px;
  padding-left: 32px;
  margin-bottom: 12rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .data-analytics h6 {
    margin-bottom: 4rem;
    font-size: 18px;
    padding-left: 16px;
  }
}
.data-analytics h6 span {
  margin-left: 32px;
}
.data-analytics .data-icons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .data-analytics .data-icons {
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
.data-analytics .icon {
  border: 2px solid #C6174B;
  padding: 16px 0;
  margin: 0 8px;
  border-radius: 6px;
  width: calc(20% - 32px);
}
@media screen and (max-width: 767px) {
  .data-analytics .icon {
    width: calc(50% - 16px);
    margin: 16px 8px;
  }
}
.data-analytics .icon img {
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .data-analytics .icon img {
    height: 80px;
  }
}
.data-analytics .icon span {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.data-analytics p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.training {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  .training {
    margin: 40px 0;
  }
}
.training h2 {
  font-size: clamp(1.75rem, 0.932rem + 4.09vw, 4rem);
  font-weight: bold;
  white-space: nowrap;
  margin: 3rem 0 1rem;
  opacity: 0.3;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .training h2 {
    padding-left: 16px;
  }
}
.training h6 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding-left: 32px;
  margin-bottom: 12rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .training h6 {
    margin-bottom: 4rem;
    padding-left: 16px;
  }
}
.training h6 span {
  margin-left: 32px;
}
.training .row {
  align-items: center;
  margin: 80px 0 !important;
}
@media screen and (max-width: 767px) {
  .training .row {
    margin: 0 0 80px !important;
  }
}
.training .row h3 {
  font-size: clamp(1.125rem, 1.318rem + 0.91vw, 2rem);
  font-weight: bold;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .training .row h3 {
    font-size: 22px;
  }
}
.training .row ol li {
  margin: 1rem 0;
  font-size: 18px;
}

.welfare h2 {
  font-size: clamp(1.75rem, 0.932rem + 4.09vw, 4rem);
  font-weight: bold;
  white-space: nowrap;
  margin: 3rem 0 0;
  opacity: 0.1;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .welfare h2 {
    padding-left: 0;
    margin: 1rem 0 0;
  }
}
.welfare h6 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding-left: 32px;
  margin-bottom: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welfare h6 {
    padding-left: 16px;
    margin-bottom: 3rem;
  }
}
.welfare h6 span {
  margin-left: 32px;
}
.welfare .row {
  margin: 40px 0 120px !important;
}
.welfare .row .col-4 {
  margin: 16px 0;
}
.welfare .row h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  margin: 2rem 0 1rem;
  font-weight: bold;
}

.resort-work {
  background: url(../img/resort.jpg) no-repeat;
  background-size: cover;
  height: 60vh;
  position: relative;
}
.resort-work .inner_contents {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}
.resort-work .inner_contents h2 {
  font-size: 48px;
  font-weight: bold;
}

.contact_Page {
  background: #f5f5f5;
  padding: 50px 0;
}
.contact_Page .page_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0;
}
.contact_Page .page_title span {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
}

#contact_form {
  padding: 50px 0;
}
#contact_form .form-group {
  margin: 16px 0;
}
#contact_form .form-group .required {
  color: #e60012;
  font-size: 0.8em;
  margin-left: 0.5rem;
}
#contact_form .form-group input[type=text],
#contact_form .form-group input[type=email],
#contact_form .form-group input[type=tel],
#contact_form .form-group select,
#contact_form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 1rem 0;
}
#contact_form .form-group textarea {
  min-height: 150px;
}
#contact_form table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#contact_form table th, #contact_form table td {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
#contact_form table th {
  width: 30%;
  text-align: left;
  vertical-align: top;
}
#contact_form table th .required {
  color: #e60012;
  font-size: 0.8em;
  margin-left: 0.5rem;
}
#contact_form table td {
  width: 70%;
}
#contact_form table td input[type=text],
#contact_form table td input[type=email],
#contact_form table td input[type=tel],
#contact_form table td select,
#contact_form table td textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#contact_form table td textarea {
  min-height: 150px;
}
#contact_form .privacy-check {
  text-align: center;
  margin: 30px 0;
}
#contact_form .recaptha {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  margin: 20px 0;
}
#contact_form .recaptha a {
  color: #0056b3;
  text-decoration: none;
}
#contact_form .recaptha a:hover {
  text-decoration: underline;
}
#contact_form .wpcf7-submit {
  display: block;
  width: 300px;
  margin: 30px auto;
  padding: 15px;
  background: #f2f2f2;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
#contact_form .wpcf7-submit:hover {
  background: #003d82;
}
#contact_form .wpcf7-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  #contact_form .wpcf7-submit {
    width: 80%;
    margin: 1rem auto;
  }
}
.wpcf7-not-valid-tip {
  color: #e60012;
  font-size: 0.9em;
  margin-top: 0.3rem;
}

.wpcf7-response-output {
  margin: 2rem 0;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
}
.wpcf7-response-output.wpcf7-validation-errors {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: white;
  padding: 0;
  border: none;
  outline: none;
  z-index: 666;
  margin: 0 32px;
  font-weight: 700;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    margin: 0 8px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 16px;
  background: white;
}
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: black !important;
  font-size: 28px;
}

.slick-next {
  right: 16px;
  background: white;
}
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: black !important;
  font-size: 28px;
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  width: 30px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  background: #E0E0E0;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 3px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #E0E0E0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li.slick-active button::before {
  background: #F2C802 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  width: 100%;
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */