@charset "UTF-8";

/*! destyle.css v3.0.2 | 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;
}

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

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]: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;
}

html {
  box-sizing: border-box;
  line-height: 1.7;
  height: -webkit-fill-available;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  color: #393939;
  font-size: clamp(14px, 1.2vw, 120px);
  transition: 0.6s;
}

body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  background-position: 0 center;
  background-image: url(https://fedelta.biz/storage/images/bg-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 768px) {
  body {
    font-size: clamp(12px, 2vw, 40px);
  }
}

.smooth {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 1s;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
  transition: 0.6s;
}

i {
  width: 5px;
  height: 5px;
}

.pc-page {
  display: block;
}

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

.sp-page {
  display: none;
}

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

.sub-wrap {
  scroll-behavior: smooth;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
  bottom: 0;
}

#about_us {
  overflow: hidden;
}

#our_service {
  overflow: hidden;
}

#recruitment {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section {
    max-height: 100%;
    /* min-height: 100vh; */
  }
}

section#mv {
  min-height: 100vh;
}

section#topics {
  max-height: 100%;
  min-height: 100vh;
}


@media screen and (max-width: 768px) {
  section#topics {
    min-height: auto;
  }
}

.pt-5 {
  padding-top: 8vw;
}

.error-message {
  color: rgb(214, 17, 17);
  font-size: 1.2vw;
}

@media screen and (max-width: 768px) {
  .error-message {
    font-size: 3vw;
  }
}

.wrap {
  width: 100%;
  max-width: 1300px;
  min-height: 100vh;
  margin: auto;
  padding: 4vw 100px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-height: 700px) {
  .wrap {
    padding: 3vw 100px;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 20vw 20px;
    min-height: auto;
  }
}

.wrap .container {
  width: 100%;
}

.wrap .container.sub {
  display: flex;
  flex-direction: column;
}

.sub-wrap {
  width: 100%;
  max-width: 1300px;
  min-height: 100vh;
  margin: auto;
  padding: 4vw 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 120px 8vw;
  display: block;
  height: 100%;
}

@media screen and (max-height: 700px) {
  .sub-wrap {
    padding: 3vw 100px;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .sub-wrap {
    padding: 20vw 20px;
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .sub-wrap {
    padding: 3vw 20px;
    margin-top: -15vw;
  }
}

.section-heading {
  margin-bottom: clamp(30px, 6vw, 120px);
}

@media screen and (max-width: 768px) {
  .section-heading {
    margin-bottom: clamp(30px, 2vw, 50px);
  }
}

.section-heading h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 5vw, 70px);
  line-height: 1.25;
  font-weight: bold;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
}

.section-heading h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 2vw, 22px);
  font-weight: normal;
  color: #5d5d5d;
  display: block;
}

.section-heading h2 span::before {
  content: "";
  width: clamp(30px, 3vw, 55px);
  height: 1px;
  margin-right: 16px;
  background-color: #5d5d5d;
  display: inline-block;
  vertical-align: middle;
}

.contents-container {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .contents-container {
    height: 100%;
  }
}

.contents-container .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .contents-container .container {
    display: block;
  }
}

.contents-container .container .message-container {
  width: 56%;
}

@media screen and (max-width: 768px) {
  .contents-container .container .message-container {
    width: 100%;
  }
}

.contents-container .container .image-container {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .contents-container .container .image-container {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.contents-container .container .image-container img {
  width: 100%;
  filter: contrast(90%);
}

@media screen and (max-width: 768px) {
  .contents-container .container .sign-container {
    width: 100%;
  }
}

.contents-container .content-title {
  margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {
  .contents-container .content-title {
    margin-bottom: 8vw;
  }
}

.contents-container .content-title h3 {
  display: inline-block;
  font-size: clamp(18px, 3vw, 28px);
  font-family: "Playfair Display", serif;
  line-height: 1.25;
  white-space: nowrap;
  border-bottom: 1px solid #393939;
}

@media screen and (max-width: 768px) {
  .contents-container .content-title h3 {
    font-size: clamp(16px, 5vw, 48px);
  }
}

.contents-container .content-body {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .contents-container .content-body {
    white-space: normal;
    margin-bottom: 6vw;
  }
}

.contents-container .content-body p {
  font-size: clamp(14px, 1.8vw, 20px);
}

@media screen and (max-width: 768px) {
  .contents-container .content-body p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sub-container {
    display: block;
  }
}

.sub-container .left-container {
  width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sub-container .left-container {
    width: 100%;
  }
}

.sub-container .right-container {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .sub-container .right-container {
    width: 100%;
  }
}

.sub-container .right-container .bg_dark {
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-height: 400px;
}

@media screen and (max-width: 768px) {
  .sub-container .right-container .bg_dark {
    max-height: 200px;
  }
}

.sub-container .right-container .img-container {
  width: 100%;
}

.sub-container .right-container .img-container img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sub-container .right-container .img-container img {
    max-height: 200px;
  }
}

.sub-heading {
  display: flex;
  align-items: center;
}

.sub-heading h4 {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 4vw, 36px);
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: clamp(40px, 3vw, 50px);
}

.sub-heading h4 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: normal;
  color: #5d5d5d;
  margin-left: 16px;
}

.sub-heading h4 span::before {
  content: "";
  width: clamp(30px, 3vw, 55px);
  height: 1px;
  margin-right: 16px;
  background-color: #5d5d5d;
  display: inline-block;
  vertical-align: middle;
}

.btn-slide {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 3px;
  transition: ease 0.2s;
  border: 2px solid #5d5d5d;
}

@media screen and (max-width: 768px) {
  .btn-slide {
    border: 1px solid #5d5d5d;
  }
}

.btn-slide span {
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 2.25;
}

/*== 背景が流れる（左から右） */
.btn-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #393939;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.btn-slide:hover {
  color: #f6f6f6;
}

.btn-slide:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}


/* ホワイト企業認定ボタン */
.white-slide {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  text-align: center;
  width: 100%;
  transition: ease.0.2s;
  border: 10px solid #5d5d5d;
  background-color: #393939;
  padding: 1%;
  color: #f6f6f6;
  display: block;
  font-size: 0.8em;

}

/* @media screen and (max-width: 768px) {
  .white-slide {
    border: 1px solid #5d5d5d;
  }
} */

.white-slide span {
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 2.25;
}

/*== 背景が流れる（左から右） */
/* .white-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
} */

/*hoverした際の形状*/
.white-slide:hover {
  color: #2b2b2b;
  border: 10px solid #f6f6f6;
  background-color: #f6f6f6;
}

.white-slide:hover:before {
  /* transform-origin: left top;
  transform: scale(1, 1);
  color: #2b2b2b; */
  transition: ease.0.2s;
}

.white-btn {
  margin-bottom: 5%;
  margin-top: 2%;
}

.white_company {
  width: 7%;
  vertical-align: middle;
  z-index: 3;
}

/* ホワイト企業認定ボタンここまで*/

.mark-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .mark-container {
    padding: 10px 0;
  }
}

.mark-container .mark {
  width: 46.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mark-container .mark p {
  font-size: 12px;
  margin-bottom: 0.6vw;
}

.mark-container .mark a.p-mark {
  width: 90%;
  background-color: #fff;
  padding: 10px 20px;
  height: clamp(80px, 6.5vw, 150px);
  border: 1px solid #393939;
}

.mark-container .mark a.p-mark img {
  display: flex;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mark-container .mark img.isms {
  max-width: 100%;
  width: 90%;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #393939;
  height: clamp(80px, 6.5vw, 150px);
  -o-object-fit: contain;
  object-fit: contain;
}

.privacy-policy__item__list.p-mark {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

.privacy-policy__item__list.p-mark a {
  height: 100%;
}

.privacy-policy__item__list.p-mark a p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.privacy-policy__item__list.p-mark a img {
  height: clamp(80px, 7vw, 150px);
  padding: 10px 25px;
  border: 1px solid #393939;
  background-color: #fff;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.security_mail_adress {
  color: red;
  font-size: 0.9rem;
}

/*========= ページネーションCSS ===============*/
.scrollify {
  width: 100%;
}

.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 10;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pagination {
    right: 5px;
  }
}

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #f0f0f0;
  position: relative;
  padding: 4px;
}

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
  color: #b1d0eb;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.5s ease;
  padding-right: 15px;
  color: #000;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  transition: box-shadow 0.5s ease;
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width: 768px) {
  .pagination a .hover-text {
    display: none;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/********************************
フェードインアニメ
*******************************/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0.1;
}

/********************************
// アウトライン描画
*******************************/
.company-name {
  text-align: center;
  max-width: 570px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .company-name {
    max-width: 300px;
  }
}

.company-name .svg-container {
  text-align: center;
  position: relative;
  width: 100%;
  /* SVG高さ / SVG幅 * 100 */
}

@media screen and (max-width: 768px) {
  .company-name .svg-container {
    width: 100%;
    height: auto;
  }
}

.company-name .svg-container svg {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company-name .svg-container svg {
    width: 300px;
    /* height: 100%; */
  }
}

.company-name .svg-container svg text {
  text-align: center;
}

.svgToggle {
  font-size: clamp(120px, 8vw + 1rem, 120px);
  font-weight: bold;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
  font-family: "Playfair Display", serif;
  font-family: "Playfair Display SC", serif;
  text-anchor: start;
  dominant-baseline: hanging;
  color: #f6f6f6;
}

.active {
  stroke-dasharray: 412;
  stroke: #f6f6f6;
  animation-name: kf_s01;
  animation-duration: 9s;
  animation-fill-mode: forwards;
}

@keyframes kf_s01 {
  0% {
    stroke-dashoffset: 500;
    stroke-width: 1px;
    fill: transparent;
  }

  30% {
    fill: transparent;
  }

  40% {
    stroke-width: 1px;
  }

  80% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-width: 0px;
    fill: #f6f6f6;
  }
}

/********************************
// オープニングアニメーション
*******************************/
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #393939;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  animation: byeShutter 7s forwards;
}

.shutter::before,
.shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.shutter::before {
  background-color: #c4c4c4;
  width: 0;
  height: 2px;
  animation: shutterOpen1 7s forwards;
}

.shutter::after {
  width: 120%;
  height: 0;
  margin-left: -10%;
  animation: shutterOpen2 7s forwards;
  background-color: #5d5d5d;
}

.content {
  animation: contentScale 2.6s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }

  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }

  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}

@keyframes contentScale {
  70% {
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }

  100% {
    transform: perspective(800px) scale(1) rotateX(0);
  }
}

/********************************
// モーダルアニメ
*******************************/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.close-btn {
  text-align: right;
  line-height: 1.25;
  font-size: 1.8rem;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-box {
  background: #fff;
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .modal-box {
    padding: 20px;
    width: 90%;
    height: 370px;
  }
}

.modal-img {
  height: 100%;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 768px) {
  .modal-img {
    padding: 16px;
  }
}

.modal-img .modal-container {
  height: 100%;
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 768px) {
  .modal-img .modal-container {
    padding: 25px;
  }
}

.modal-word {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.modal-word h2 {
  font-size: clamp(16px, 2.6vw, 25px);
  margin-bottom: 1rem;
}

.modal-word p {
  font-size: clamp(14px, 2vw, 20px);
}

.slideshow {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 24s;
  opacity: 1;
  transform: scale(1.2);
  filter: saturate(15%) brightness(70%);
}

.slideshow-image:nth-child(1) {
  animation-name: kenburns-1;
  z-index: 3;
}

.slideshow-image:nth-child(2) {
  animation-name: kenburns-2;
  z-index: 2;
}

.slideshow-image:nth-child(3) {
  animation-name: kenburns-3;
  z-index: 1;
}

.slideshow-image:nth-child(4) {
  animation-name: kenburns-4;
  z-index: 0;
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }

  2.0833333333% {
    opacity: 1;
  }

  22.9166666667% {
    opacity: 1;
  }

  27.0833333333% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }

  97.9166666667% {
    opacity: 0;
    transform: scale(1.2153846154);
  }

  100% {
    opacity: 1;
  }
}

@keyframes kenburns-2 {
  22.9166666667% {
    opacity: 1;
    transform: scale(1.2);
  }

  27.0833333333% {
    opacity: 1;
  }

  47.9166666667% {
    opacity: 1;
  }

  52.0833333333% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-3 {
  47.9166666667% {
    opacity: 1;
    transform: scale(1.2);
  }

  52.0833333333% {
    opacity: 1;
  }

  72.9166666667% {
    opacity: 1;
  }

  77.0833333333% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-4 {
  72.9166666667% {
    opacity: 1;
    transform: scale(1.2);
  }

  77.0833333333% {
    opacity: 1;
  }

  97.9166666667% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .header-wrap.sub {
    top: 0;
  }
}

.header-wrap {
  position: absolute;
  bottom: 0;
  z-index: 12;
  color: #f6f6f6;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header-wrap {
    height: 60px;
    margin: 0 20px 0 0;
  }
}

.header-wrap .header-container {
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.25);
  height: 80px;
  width: 100%;
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .header-wrap .header-container {
    height: 60px;
    padding: 0 20px;
  }
}

.header-wrap .header-container .menu-container .menu-group {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}

.header-wrap .header-container .menu-container .menu-group p {
  font-size: 14px;
}

.header-wrap .header-container .menu-container .menu-group::after {
  width: 15px;
}

.header-wrap .header-container .menu-container .menu-group .menu-toggle span {
  position: relative;
  width: 15px;
  height: 1px;
  background-color: #f6f6f6;
  display: block;
  transition: all 0.2s ease-in-out;
  margin-right: 6px;
  margin-bottom: 5px;
}

.header-wrap .header-container .menu-container .menu-group .menu-toggle span:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-container .menu-container .menu-group .menu-toggle span {
    width: 10px;
    margin-bottom: 3px;
  }
}

.header-wrap .header-container .menu-container .menu-group .menu-toggle span.open {
  transform-origin: 0 0;
  background-color: #f6f6f6;
}

.header-wrap .header-container .menu-container .menu-group .menu-toggle span.open:first-child {
  transform: translateY(6.5px);
  /* 下の線を傾ける */
}

.header-wrap .header-container .menu-container .menu-group .menu-toggle span.open:nth-child(2) {
  background-color: transparent;
}

.header-wrap .header-container .menu-container .menu-group .menu-toggle span.open:last-child {
  transform: translateY(-6.5px);
  /* 下の線を傾ける */
}

.header-wrap .header-container .hr {
  width: 1px;
  height: 15px;
  border-left: 1px solid #f6f6f6;
  display: block;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-container .hr {
    height: 25px;
    margin: 0 10px;
  }
}

.header-wrap .header-container .entry-btn {
  display: flex;
}

.header-wrap .header-container .entry-btn:hover {
  transition: 0.4s;
}

.header-wrap .header-container .entry-btn:hover img {
  transform: translateX(75px);
}

@media screen and (max-width: 768px) {
  .header-wrap .header-container .entry-btn:hover img {
    transform: translateX(70px);
  }
}

.header-wrap .header-container .entry-btn img {
  transition: 0.4s;
  width: 14px;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-container .entry-btn img {
    margin-right: 4px;
  }
}

.header-wrap .header-container .entry-btn p {
  font-size: 14px;
}

.fixed {
  position: fixed;
  top: 0;
  height: 60px;
  z-index: 11;
}

.overlay {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  right: -100%;
  transition: 0.6s;
}

.overlay.open {
  background-color: rgba(0, 0, 0, 0.75);
  right: 0;
  z-index: 10;
  transition: 0.6s;
}

nav .menu {
  /* メニューの位置マイナス指定で画面外に */
  position: fixed;
  /* z-index: 1; */
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f6f6f6;
  transition: 0.6s;
}

nav .menu .menu-list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.8vw;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 3vw, 120px);
}

@media screen and (max-width: 768px) {
  nav .menu .menu-list {
    margin: 0 auto 4vw;
  }
}

nav .menu .menu-list span {
  display: block;
  font-size: clamp(16px, 1.2vw, 120px);
}

nav .menu.open {
  right: 0;
}

@media screen and (max-width: 768px) {
  nav .mt {
    margin-top: 1.5rem;
  }
}

.menu-container.sp-page {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-container.sp-page {
    font-size: clamp(16px, 1.6vw, 20px);
    display: flex;
  }
}

/* PC版のheader */
.menu-container.pc-page {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu-container.pc-page {
    display: none;
  }
}

.menu-container.pc-page nav {
  width: 100%;
}

.pc-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.pc-menu li {
  width: 16.6666666667%;
}

.pc-menu .entry {
  color: #393939;
  background-color: #f6f6f6;
  transition: all 0.6s;
}

.pc-menu .entry a {
  padding: 0.5rem;
}

.pc-menu .entry a:hover {
  color: #f6f6f6;
  background-color: #393939;
}

.pc-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  font-family: "Playfair Display", serif;
  font-size: clamp(18px, 1.4vw, 30px);
}

.pc-menu a span {
  margin-top: 0.5rem;
  font-size: clamp(12px, 0.8vw, 20px);
}

.pc-menu a:hover {
  background-color: #393939;
  padding: 0.5rem;
}

.mv-wrap {
  width: 100%;
  max-width: 1300px;
  min-height: 100vh;
  margin: auto;
  padding: 4vw 100px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-height: 700px) {
  .mv-wrap {
    padding: 3vw 100px;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .mv-wrap {
    padding: 20vw 20px;
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .mv-wrap {
    padding: 20px;
  }
}

.logo-container {
  width: clamp(100px, 14%, 200px);
}

@media screen and (max-width: 768px) {
  .logo-container {
    z-index: 100;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
  }
}

.logo-container img {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.7));
}

.company-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-name h1 {
  font-size: clamp(60px, 8vw + 1rem, 120px);
  font-weight: bold;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
  font-family: "Playfair Display", serif;
}

.wrap .sign-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  letter-spacing: 0.05em;
}

.wrap .sign-container p {
  font-size: clamp(10px, 1vw, 14px);
}

.wrap .sign-container h2 {
  font-size: clamp(0.9rem, 1.1vw, 18px);
}

.right-container .ceo-img-container img {
  height: 320px;
}

#top-message .content-body p {
  font-size: clamp(14px, 1.4vw, 16px);
}

@media screen and (max-width: 768px) {
  #top-message .content-body p {
    font-size: 13px;
  }
}

.topics-wrap {
  height: 100%;
}

.topics-wrap .contents-container {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .topics-wrap .contents-container {
    display: block;
  }
}

.topics-wrap .contents-container .article-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0.8rem;
}

@media screen and (max-width: 768px) {
  .topics-wrap .contents-container .article-container {
    padding: 0.8rem 0.4rem;
  }
}

.topics-wrap .contents-container .article-container a {
  width: 20%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .topics-wrap .contents-container .article-container a {
    width: 20%;
  }
}

.topics-wrap .contents-container .article-container a img {
  width: 100%;
  height: 90px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .topics-wrap .contents-container .article-container a img {
    height: 60px;
  }
}

.topics-wrap .contents-container .article-container .article-contents {
  width: 80%;
  margin-left: 2.6vw;
}

.topics-wrap .contents-container .article-container .article-contents .title {
  font-size: clamp(12px, 1.2vw, 18px);
}

.topics-wrap .contents-container .article-container .article-contents .top-contents {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}

.topics-wrap .contents-container .article-container .article-contents .top-contents p {
  font-size: 0.9rem;
  margin-right: 1rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .topics-wrap .contents-container .article-container .article-contents .top-contents p {
    font-size: 0.7rem;
  }
}

.topics-wrap .contents-container .article-container .article-contents .top-contents span {
  font-size: 0.7rem;
  padding: 0rem 0.6rem;
}

@media screen and (max-width: 768px) {
  .topics-wrap .contents-container .article-container .article-contents .top-contents span {
    font-size: clamp(10px, 1.4vw, 0.7rem);
    padding: 0rem 0.4rem;
  }
}

.twitter-list {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .twitter-list {
    width: 100%;
    height: 520px;
  }
}

.twitter-list .twitter-container {
  overflow: scroll;
  height: 500px;
}

.twitter-head {
  color: #f6f6f6;
  background-color: #222;
  /* background-color: #00aced; */
  width: 100%;
  display: block;
  padding: 8px 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1rem;
}

.twitter-head svg {
  vertical-align: text-top;
}

.twitter-head:hover {
  background-color: #4cc5f2;
}

@media screen and (max-width: 768px) {
  .twitter-head {
    padding: 6px 10px;
  }
}

.more-btn {
  background-color: #393939;
  color: #fff;
  padding: 0.6rem 1.2rem;
  margin: 0 auto;
  width: 20%;
  text-align: center;
  transition: 0.3s;
}

.more-btn:hover {
  transition: 0.3s;
  cursor: pointer;
  background-color: #5d5d5d;
}

.more-list {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .more-list {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.more-list ul {
  margin-bottom: clamp(16px, 2.4vw, 36px);
}

.more-list ul li {
  border-bottom: 1px solid #c4c4c4;
}

.more-list ul li:first-child {
  border-top: 1px solid #c4c4c4;
}

.wrap .info-outer-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .wrap .info-outer-container {
    display: block;
  }
}

.wrap .info-outer-container a {
  display: block;
  width: calc(50% - 1.5rem);
  position: relative;
  height: auto;
  filter: saturate(60%) brightness(80%);
}

@media screen and (max-width: 768px) {
  .wrap .info-outer-container a {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.wrap .info-outer-container a:hover {
  z-index: 0;
  opacity: 1;
  filter: none;
}

.wrap .info-outer-container a img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .wrap .info-outer-container a img {
    width: 100%;
    height: auto;
  }
}

.wrap .info-outer-container a h4 {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
  font-size: clamp(20px, 1.6vw, 30px);
  letter-spacing: 0.05em;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
  font-family: "Playfair Display", serif;
}

@media screen and (max-width: 768px) {
  .wrap .info-outer-container a h4 {
    font-size: clamp(16px, 4vw, 30px);
  }
}

@media screen and (max-width: 768px) {
  .wrap .info-outer-container a:last-child {
    margin-bottom: 0;
  }
}

.outline-table {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12vw;
}

@media screen and (max-width: 768px) {
  .outline-table {
    display: block;
    margin-bottom: 20vw;
  }
}

.outline-table .right-block {
  width: calc(50% - 2vw);
}

@media screen and (max-width: 768px) {
  .outline-table .right-block {
    width: 100%;
  }
}

.outline-table .right-block table {
  width: 100%;
}

.outline-table table {
  width: calc(50% - 2vw);
}

@media screen and (max-width: 768px) {
  .outline-table table {
    width: 100%;
  }
}

.outline-table table:last-child tr:first-child {
  border-top: none;
}

.outline-table table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #5d5d5d;
  border-left: none;
  border-right: none;
}

.outline-table table tr:last-child {
  border-bottom: 1px solid #5d5d5d;
}

.outline-table table tr th {
  width: 35%;
  margin: 1vw 0;
  font-size: clamp(14px, 2vw, 16px);
}

@media screen and (max-width: 768px) {
  .outline-table table tr th {
    width: 40%;
    margin: 10px 0;
  }
}

.outline-table table tr td {
  width: 65%;
  margin: 1vw 0;
  font-size: clamp(14px, 2vw, 16px);
}

@media screen and (max-width: 768px) {
  .outline-table table tr td {
    width: 60%;
    margin: 10px 0;
  }
}

.access-wrap .top-container {
  margin-bottom: 12vw;
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container {
    margin-bottom: 20vw;
  }
}

.access-wrap .top-container .main-office {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: top;
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office {
    display: block;
  }
}

.access-wrap .top-container .main-office__address {
  font-size: clamp(14px, 1.2vw, 18px);
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office__address {
    margin-bottom: 1.2rem;
  }
}

.access-wrap .top-container .main-office__address h5 {
  display: inline-block;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: bold;
  border-bottom: 1px solid #5d5d5d;
  padding: 0 0.2rem 0.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office__address h5 {
    font-size: clamp(14px, 3vw, 18px);
  }
}

.access-wrap .top-container .main-office__address address {
  padding: 0.2rem 0.2rem 0;
  font-size: clamp(14px, 1.2vw, 18px);
}

.access-wrap .top-container .main-office__access h5 {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office__access h5 {
    font-size: clamp(16px, 3vw, 18px);
  }
}

.access-wrap .top-container .main-office__access__head {
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office__access__head {
    font-size: clamp(16px, 3vw, 18px);
  }
}

.access-wrap .top-container .main-office__access__body {
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office__access__body {
    font-size: clamp(14px, 3vw, 18px);
  }
}

.access-wrap .top-container .main-office .left-container {
  width: calc(50% - 0.5rem);
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office .left-container {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.access-wrap .top-container .main-office .right-container {
  width: calc(50% - 0.5rem);
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office .right-container {
    width: 100%;
  }
}

.access-wrap .top-container .main-office .right-container a:hover {
  opacity: 1;
}

.access-wrap .top-container .main-office .right-container img {
  width: 100%;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.25);
  filter: saturate(30%);
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .access-wrap .top-container .main-office .right-container img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.access-wrap .top-container .main-office .right-container img:hover {
  filter: saturate(100%);
  transition: 0.6s;
}

.base-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .base-list {
    display: block;
  }
}

.base-list .base-container {
  width: calc(50% - 1.5rem);
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .base-list .base-container {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.base-list .base-container h6 {
  font-weight: bold;
  display: inline-block;
  padding: 0 0.2rem 0.2rem;
  border-bottom: 1px solid #5d5d5d;
}

@media screen and (max-width: 768px) {
  .base-list .base-container h6 {
    font-size: clamp(16px, 4vw, 20px);
  }
}

.base-list .base-container address {
  font-size: clamp(14px, 2vw, 16px);
  padding: 0.2rem 0.2rem 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .base-list .base-container address {
    font-size: clamp(14px, 3vw, 16px);
  }
}

.base-list .base-container a:hover {
  opacity: 1;
}

.base-list .base-container a img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.25);
  filter: saturate(30%);
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .base-list .base-container a img {
    height: 200px;
  }
}

.base-list .base-container a img:hover {
  transition: 0.6s;
  filter: saturate(100%);
  opacity: 0.8;
}

/* #2c6fb2 */
.service-bg,
.about-bg {
  width: 100%;
  height: 100%;
  padding: 8vw 120px;
}

@media screen and (max-width: 768px) {

  .service-bg,
  .about-bg {
    background-position: 0 0;
    padding: 8vw 20px 20vw;
    -webkit-background-size: contain;
  }
}

.service-outer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.service-outer-container .inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5vw 0;
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container {
    margin: 3.5rem 0;
  }
}

.service-outer-container .inner-container .inner-content-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container .inner-content-container {
    flex-direction: column;
  }
}

.service-outer-container .inner-container .content {
  display: inline-block;
  margin-left: 10px;
  margin-right: auto;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container .content {
    width: 100%;
    margin-left: 5px;
    margin-right: 0;
  }
}

.service-outer-container .inner-container .content span {
  font-family: "Roboto", sans-serif;
  font-size: clamp(12px, 2vw, 16px);
  letter-spacing: 0.5px;
  margin-bottom: 1vw;
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container .content span {
    margin-bottom: 3vw;
  }
}

.service-outer-container .inner-container .content h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
  letter-spacing: 0.75px;
  margin-bottom: 1.5vw;
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container .content h3 {
    margin-bottom: 2.5vw;
  }
}

.service-outer-container .inner-container .content h5 {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 0.5vw;
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container .content h5 {
    margin-bottom: 2vw;
  }
}

.service-outer-container .inner-container .content p {
  font-size: clamp(14px, 2vw, 16px);
}

.service-outer-container .inner-container .content-image {
  width: 45%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container .content-image {
    width: 100%;
  }
}

.service-outer-container .inner-container .content-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: saturate(80%) contrast(80%) brightness(80%);
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container .content-image img {
    height: 200px;
  }
}

.service-outer-container .inner-container .hr {
  display: block;
  margin-top: 1.5vw;
  width: 100%;
  height: 2px;
  background-color: #5d5d5d;
}

@media screen and (max-width: 768px) {
  .service-outer-container .inner-container .hr {
    margin-top: 3vw;
    width: 100%;
  }
}

.service-outer-container .inner-container:first-child {
  margin: 4vw 0 0 0;
}

.service-outer-container .row {
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .service-outer-container .row {
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .service-outer-container .row .inner-content-container {
    flex-direction: column-reverse;
  }
}

.service-outer-container .row .content {
  display: inline-block;
  margin-left: auto;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .service-outer-container .row .content {
    margin-left: 5px;
    margin-right: 0;
  }
}

.service-outer-container .row .hr {
  margin-left: auto;
}

.entry-container {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .entry-container {
    margin-bottom: 8vw;
  }
}

.entry-container .entry-btn {
  display: flex;
  align-items: center;
  padding: 0.6vw 3vw;
  border-radius: 1px;
  background-color: #5d5d5d;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .entry-container .entry-btn {
    padding: 2vw 10vw 2vw 7.5vw;
  }
}

.entry-container .entry-btn:hover {
  transition: 0.4s;
}

.entry-container .entry-btn:hover img {
  transform: translateX(5vw);
}

@media screen and (max-width: 768px) {
  .entry-container .entry-btn:hover img {
    transform: translateX(17vw);
  }
}

.entry-container .entry-btn img {
  transition: 0.4s;
  width: 15px;
  margin-right: 6px;
}

.entry-container .entry-btn span {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.wrap .contact-body {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap .contact-body {
    width: 100%;
    display: block;
  }
}

.wrap .contact-body .hr {
  width: 1px;
  height: 28vw;
  border-left: 1px solid #5d5d5d;
  display: block;
  margin: 0 2vw;
}

@media screen and (max-width: 768px) {
  .wrap .contact-body .hr {
    width: 100%;
    height: 1px;
    border-left: 0;
    border-top: 1px solid #5d5d5d;
    margin: 4vw 0;
  }
}

.wrap .contact-body .mail-container {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wrap .contact-body .mail-container {
    width: 100%;
  }
}

.wrap .contact-body .title h5 {
  display: flex;
  align-items: center;
  font-size: 2.5vw;
  line-height: 1;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 768px) {
  .wrap .contact-body .title h5 {
    font-size: 4vw;
  }
}

.wrap .contact-body .title h5 span {
  margin-left: 20px;
  color: #393939;
  font-size: 1vw;
}

@media screen and (max-width: 768px) {
  .wrap .contact-body .title h5 span {
    font-size: clamp(10px, 3vw, 12px);
  }
}

.wrap .contact-body .title h5 span::before {
  content: "";
  width: 20px;
  margin-right: 6px;
  height: 1px;
  background-color: #393939;
  display: inline-block;
  vertical-align: middle;
}

.wrap .contact-body .description {
  color: #393939;
  font-size: clamp(0.8rem, 2vw, 1rem);
}

@media screen and (max-width: 768px) {
  .wrap .contact-body .description {
    margin: 2vw 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form {
    display: block;
  }
}

.wrap .mail-form-container .contact-form .form-side {
  margin: 2vh auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side {
    width: 100%;
  }
}

.wrap .mail-form-container .contact-form .form-side .check-item,
.wrap .mail-form-container .contact-form .form-side form-item {
  margin-bottom: 1vw;
}

.wrap .mail-form-container .contact-form .form-side h5 {
  font-size: 1vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side h5 {
    font-size: 13px;
  }
}

.wrap .mail-form-container .contact-form .form-side h5 span {
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cb4161;
}

.wrap .mail-form-container .contact-form .form-side label {
  font-size: 1vw;
  display: block;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side label {
    font-size: 12px;
    margin-bottom: 1vw;
  }
}

.wrap .mail-form-container .contact-form .form-side .form-item {
  margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side .form-item {
    margin-bottom: 5vw;
  }
}

.wrap .mail-form-container .contact-form .form-side .form-item label {
  font-weight: bold;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side .form-item label {
    font-size: 13px;
  }
}

.wrap .mail-form-container .contact-form .form-side .form-item label span {
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cb4161;
}

.wrap .mail-form-container .contact-form .form-side .form-item input {
  width: 100%;
  background-color: #c4c4c4;
  border-radius: 3px;
  font-size: 1vw;
  padding-left: 5px;
  line-height: normal;
  padding: 6px;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side .form-item input {
    height: 30px;
    margin-bottom: 6px;
    font-size: 12px;
    padding: 3px;
  }
}

.wrap .mail-form-container .contact-form .form-side .form-item input::-moz-placeholder {
  font-size: 0.9vw;
  color: #5d5d5d;
  padding: 5px;
}

.wrap .mail-form-container .contact-form .form-side .form-item input::placeholder {
  font-size: 0.9vw;
  color: #5d5d5d;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side .form-item input::-moz-placeholder {
    font-size: 12px;
  }

  .wrap .mail-form-container .contact-form .form-side .form-item input::placeholder {
    font-size: 12px;
  }
}

.wrap .mail-form-container .contact-form .form-side .form-item input[type=checkbox] {
  width: auto;
  margin-right: 5px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side .form-item input[type=checkbox] {
    height: auto;
  }
}

.wrap .mail-form-container .contact-form .form-side .form-item textarea {
  width: 100%;
  height: 160px;
  background-color: #c4c4c4;
  border-radius: 3px;
  padding-left: 6px;
  font-size: 0.9vw;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side .form-item textarea {
    font-size: 12px;
    height: 80px;
  }
}

.wrap .mail-form-container .contact-form .form-side .form-btn {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wrap .mail-form-container .contact-form .form-side .form-btn {
    margin-top: 5vw;
  }
}

.mail-lead {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 60px);
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {
  .mail-lead {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}

.mail-lead span {
  font-size: clamp(16px, 2vw, 30px);
  display: block;
}

.mail-body p {
  text-align: center;
}

.mail-body .top-btn {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 1vw auto;
}

@media screen and (max-width: 768px) {
  .mail-body .top-btn {
    width: 60%;
    margin: 6vw auto;
  }
}

.mail-body .top-btn a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .flex {
    display: flex;
  }

  .flex label:first-child {
    margin-right: 5vw;
  }
}

.agree-container {
  display: flex;
  align-items: center;
  margin-top: 1vw;
}

@media screen and (max-width: 768px) {
  .agree-container {
    margin-top: 4vw;
  }
}

.agree-container .agree {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .agree-container .agree {
    font-size: 0.8rem;
  }
}

/*スクロールバー非表示（Chrome・Safari）*/
.privacy_container::-webkit-scrollbar {
  display: none;
}

.privacy-policy.sub {
  max-height: 100%;
  width: 70%;
  margin: 2vw auto;
  border: none;
}

@media screen and (max-width: 768px) {
  .privacy-policy.sub {
    width: 90%;
  }
}

.privacy-policy {
  max-width: 100%;
  max-height: 160px;
  overflow: scroll;
  line-height: 1.75;
  border-radius: 3px;
  border: 1px solid #393939;
  padding: 1rem;
}

.privacy-policy__item__container {
  margin-top: 2rem;
  text-align: center;
  border: 1px solid #393939;
  padding: 1.2rem 1rem;
}

.privacy-policy__item__container__info {
  font-size: 1rem;
  overflow-wrap: break-word;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .privacy-policy__item__container__info {
    font-size: 0.8rem;
  }
}

.privacy-policy__item__title {
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .privacy-policy__item__title {
    font-size: 1rem;
  }
}

.privacy-policy__item__title__top {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.privacy-policy__item__desc {
  margin-bottom: 3rem;
  font-size: 1rem;
  overflow-wrap: break-word;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .privacy-policy__item__desc {
    font-size: 0.8rem;
  }
}

.privacy-policy__item__desc table {
  width: 100%;
  line-height: 2;
}

.privacy-policy__item__desc table tr th {
  padding: 0 5px;
  font-size: 14px;
  background-color: #c4c4c4;
}

.privacy-policy__item__desc table tr td {
  font-size: 14px;
  padding: 0 5px;
}

.privacy-policy__item__desc table tr th,
.privacy-policy__item__desc table tr td {
  border: 1px solid #5d5d5d;
}

.privacy-policy__item__day {
  font-size: 0.9rem;
  text-align: end;
}

.privacy-policy__item__ceo {
  font-size: 0.9rem;
  text-align: end;
}

.privacy-policy__item__list {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.privacy-policy__item__list__title {
  font-weight: bold;
}

.privacy-policy__item__list__title__second {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

.privacy-policy.index .privacy-policy__item__desc {
  font-size: 0.8rem;
}

footer .footer-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3vw 0;
}

@media screen and (max-width: 768px) {
  footer .footer-wrap {
    margin-top: -2rem;
  }
}

footer .footer-wrap small {
  font-size: 1vw;
  text-align: center;
  margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {
  footer .footer-wrap small {
    font-size: 12px;
  }
}

footer .security-container {
  margin: 0.6rem 0;
}

@media screen and (max-width: 768px) {
  footer .security-container {
    display: block;
  }
}

footer .security-container a {
  text-decoration: underline;
  font-size: 0.9rem;
  color: #5d5d5d;
}

footer .security-container a:first-child {
  margin-right: 1rem;
}

footer .security-container a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  footer .security-container a {
    font-size: 0.8rem;
  }
}

footer .sub-footer-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  footer .sub-footer-wrap {
    margin-top: -17vw;
  }
}

footer .sub-footer-wrap small {
  margin-bottom: 3vw;
  font-size: 1vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .sub-footer-wrap small {
    font-size: 12px;
  }
}

#preparation .container {
  text-align: center;
  width: 100%;
  max-width: 1300px;
  min-height: 100vh;
  margin: auto;
  padding: 4vw 100px;
}


#preparation .container h2 {
  font-weight: bold;
  color: #393939;
  font-size: 2rem;
  padding: 40px;
}


#preparation .container p {
  padding-bottom: 40px;
}

#preparation .container a {
  border-bottom: solid 1px #5D5D5D;
}

@media screen and (max-width: 768px) {
  #preparation .container h2 {

    font-size: 1.5rem;
    padding: 20px;
  }

  #preparation .container p {
    text-align: left;
  }

}
