@charset "UTF-8";
/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
/*! destyle.css v4.0.1 | 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;
  min-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 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
html {
  position: relative;
}
html::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/images/bg.svg") repeat center center fixed;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  html::before {
    background: url("assets/images/bg.svg");
  }
}

* {
  font-feature-settings: "palt";
}

body {
  margin-top: 60px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 1024px) {
  body {
    margin-top: 0;
  }
}
body.noScroll {
  overflow: hidden;
}

main {
  position: relative;
}

/* ===============================================
     aタグ
  =============================================== */
a {
  cursor: pointer;
  text-decoration: none;
}

/* ===============================================
     セクション
  =============================================== */
section {
  padding-block: 40px;
}
@media screen and (min-width: 1024px) {
  section {
    padding-block: 80px;
  }
}

/* ===============================================
     セクションタイトル
  =============================================== */
.sectionTitleGroup {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sectionTitleGroup.left {
  align-items: start;
}
.sectionTitleGroup.center {
  align-items: center;
}
.sectionTitleGroup.right {
  align-items: end;
}
.sectionTitleGroup .sectionTitleJapanese {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.sectionTitleGroup .sectionTitleEnglish {
  font-weight: 700;
  font-size: 9vw;
  line-height: 1;
  text-transform: uppercase;
  color: #25b1bf;
}
@media screen and (min-width: 1024px) {
  .sectionTitleGroup .sectionTitleEnglish {
    font-size: 40px;
  }
}

/* ===============================================
     ページタイトル
  =============================================== */
/* ===============================================
       ボタン
  =============================================== */
.buttonMain {
  height: 60px;
  margin-inline: auto;
  width: min(100%, 400px);
  padding-inline: 12px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 1024px) {
  .buttonMain {
    width: 320px;
  }
}
.buttonMain:hover {
  transform: scale(1.02);
  opacity: 0.8;
}
.buttonMain .textArea {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonMain .textArea .buttonMainText {
  font-weight: 700;
  font-size: 20px;
}
.buttonMain .iconArea {
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonMain .iconArea .buttonMainIcon {
  font-weight: 500;
  font-size: 24px;
}
.buttonMain.red {
  background-color: #bf2440;
  color: #fff;
}
.buttonMain.red .buttonMainIcon {
  color: #bf2440;
}
.buttonMain.green {
  background-color: #25b1bf;
  color: #fff;
}
.buttonMain.green .buttonMainIcon {
  color: #25b1bf;
}

/* ===============================================
       改行
  =============================================== */
.spBr {
  display: none;
}
@media screen and (width <= 480px) {
  .spBr {
    display: inline;
  }
}

/* ===============================================
 *  ページタイトル
 =============================================== */
.PageTitle {
  margin-inline: auto;
  width: calc(100% - 40px);
  padding-block: 20px 40px;
}
@media screen and (min-width: 1024px) {
  .PageTitle {
    margin-top: 100px;
    width: 960px;
    margin-inline: auto;
  }
}
.PageTitle img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .PageTitle img {
    height: 280px;
  }
}
.PageTitle .pageTitleEnglish {
  margin-top: 40px;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #25b1bf;
}
@media screen and (min-width: 1024px) {
  .PageTitle .pageTitleEnglish {
    font-size: 8vw;
  }
}
.PageTitle .pageTitleJapanese {
  margin-top: 16px;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .PageTitle .pageTitleJapanese {
    font-size: 32px;
  }
}

/* ===============================================
 *  レスポンシブ
 =============================================== */
.spOnly {
  display: block;
}
@media screen and (min-width: 1024px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pcOnly {
    display: block;
  }
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #333;
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  header {
    top: 20px;
    border-radius: 50vh;
    width: 960px;
  }
}
header .headerInner {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerInner .headerLogo {
  height: 40px;
}
header .headerInner .headerLogo:hover {
  transform: scale(1.05);
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
header .headerInner .headerLogo h1,
header .headerInner .headerLogo p {
  height: 40px;
}
header .headerInner .headerLogo h1 a,
header .headerInner .headerLogo p a {
  display: block;
  height: 40px;
}
header .headerInner .headerLogo h1 img,
header .headerInner .headerLogo p img {
  width: auto;
  height: 40px;
}
header .headerInner .headerNav {
  display: none;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  header .headerInner .headerNav {
    display: flex;
  }
}
header .headerInner .headerNav .headerNavList {
  display: flex;
  align-items: center;
  color: #333;
  gap: 20px;
}
header .headerInner .headerNav .headerNavList .headerNavItem:hover {
  transform: scale(1.05);
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
header .headerInner .headerNav .headerNavList .headerNavItem a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
header .headerInner .headerMenuButton {
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  header .headerInner .headerMenuButton {
    display: none;
  }
}
header .headerInner .headerMenuButton span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 50vh;
  background-color: #25b1bf;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
}
header .headerInner .headerMenuButton span:nth-child(1) {
  top: 0;
  transform-origin: center;
}
header .headerInner .headerMenuButton span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}
header .headerInner .headerMenuButton span:nth-child(3) {
  bottom: 0;
  transform-origin: center;
}
header .headerInner .headerMenuButton.isOpen span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .headerInner .headerMenuButton.isOpen span:nth-child(2) {
  opacity: 0;
}
header .headerInner .headerMenuButton.isOpen span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.spGlobalNav {
  visibility: hidden;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100dvh - 60px);
  background: linear-gradient(to right bottom, #bf2440 0%, #e6eaf1 50%, #25b1bf 100%);
  z-index: 99;
  padding: 20px;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.spGlobalNav.isOpen {
  visibility: visible;
  top: 60px;
}
.spGlobalNav .spGlobalNavInner {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  padding-inline: 20px;
  background-color: rgba(255, 255, 255, 0.66);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4vh;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItem {
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  padding-block: 16px 12px;
  border-radius: 50vh;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItem a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #333;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich {
  height: 60px;
  width: 100%;
  padding-inline: 12px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich .spGlobalNavTextArea {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich .spGlobalNavTextArea .spGlobalNavLink {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich .spGlobalNavIconArea {
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich .spGlobalNavIconArea .buttonMainIcon {
  font-weight: 500;
  font-size: 24px;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich:first-child {
  background-color: #bf2440;
  color: #fff;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich:first-child .spGlobalNavIcon {
  color: #bf2440;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich:nth-child(2) {
  background-color: #25b1bf;
  color: #fff;
}
.spGlobalNav .spGlobalNavInner .spGlobalNavItemRich:nth-child(2) .spGlobalNavIcon {
  color: #25b1bf;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25b1bf;
  z-index: 9999;
}
#loading.isLoaded {
  opacity: 0;
  visibility: hidden;
  animation: loadingOut 2s cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes loadingOut {
  0% {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    filter: blur(115px);
    opacity: 0;
    visibility: hidden;
  }
}
#loading .loadingInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#loading .loadingInner .loadingText {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  animation: textIn 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1024px) {
  #loading .loadingInner .loadingText {
    font-size: 48px;
  }
}
@keyframes textIn {
  0% {
    transform: scale(3);
    filter: blur(115px);
  }
  10% {
    transform: scale(3);
    filter: blur(115px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}
#loading .loadingInner .loader,
#loading .loadingInner .loader:before,
#loading .loadingInner .loader:after {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}
#loading .loadingInner .loader {
  position: absolute;
  left: 50%;
  bottom: 128px;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 10px;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
#loading .loadingInner .loader:before,
#loading .loadingInner .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
#loading .loadingInner .loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
#loading .loadingInner .loader:after {
  left: 3.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
footer {
  background: #f2f2f2;
}
footer .footerInner {
  margin-top: 40px;
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer .footerInner {
    margin-top: 64px;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-block: 40px;
    background: #333;
  }
}
footer .footerInner .footerCopy {
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .footerInner .footerCopy {
    display: block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
  }
}
footer .footerInner .footerContents {
  display: contents;
}
@media screen and (min-width: 1024px) {
  footer .footerInner .footerContents {
    gap: 40px;
    display: flex;
  }
}
footer .footerInner .footerCta {
  width: 50%;
  padding-block: 20px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  footer .footerInner .footerCta {
    padding-block: 0;
    width: 240px;
    height: 96px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footerInner .footerCta a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  footer .footerInner .footerCta a {
    gap: 0;
  }
}
footer .footerInner .footerCta .footerIcon {
  font-size: 40px;
}
footer .footerInner .footerCta .footerText {
  font-size: 4.7vw;
}
@media screen and (min-width: 1024px) {
  footer .footerInner .footerCta .footerText {
    font-size: 18px;
  }
}
footer .footerInner .footerCta.midcareerCta {
  background-color: #bf2440;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1024px) {
  footer .footerInner .footerCta.midcareerCta {
    background-color: #fff;
    color: #333;
  }
  footer .footerInner .footerCta.midcareerCta .footerIcon {
    color: #bf2440;
  }
  footer .footerInner .footerCta.midcareerCta:hover {
    background-color: #bf2440;
    color: #fff;
    transform: scale(1.05);
  }
  footer .footerInner .footerCta.midcareerCta:hover .footerIcon {
    color: #fff;
  }
}
footer .footerInner .footerCta.internCta {
  background-color: #25b1bf;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1024px) {
  footer .footerInner .footerCta.internCta {
    background-color: #fff;
    color: #333;
  }
  footer .footerInner .footerCta.internCta .footerIcon {
    color: #25b1bf;
  }
  footer .footerInner .footerCta.internCta:hover {
    background-color: #25b1bf;
    color: #fff;
    transform: scale(1.05);
  }
  footer .footerInner .footerCta.internCta:hover .footerIcon {
    color: #fff;
  }
}
footer .footerInner .footerCopyright {
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .footerInner .footerCopyright {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
.home #frontMv {
  padding-block: 0;
}
.home #frontMv .frontMvInner {
  position: relative;
}
.home #frontMv .frontMvInner .frontMvTitle {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 12vw;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .home #frontMv .frontMvInner .frontMvTitle {
    font-size: 8vw;
    line-height: 1.3;
    left: 4vw;
  }
}
.home #frontMv .frontMvInner .frontMvSwiper {
  z-index: 0;
  width: 100%;
  height: calc(100vh - 60px);
}
@media screen and (min-width: 1024px) {
  .home #frontMv .frontMvInner .frontMvSwiper {
    height: 100vh;
  }
}
.home #frontMv .frontMvInner .frontMvSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.home #frontMv .frontMvInner .frontMvSwiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home #frontMv .frontMvInner .frontMvSwiper .swiper-wrapper .swiper-slide .swiperSlideImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(50%);
}
.home #frontMv .frontMvInner .frontMvSwiper .swiper-wrapper .swiper-slide-active .swiperSlideImg {
  animation: zoomUp 3.5s linear normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.home #frontCeoMessage {
  padding: 0px;
  background-image: url("assets/images/ceo4.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home #frontCeoMessage .frontCeoMessageInner {
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1024px) {
  .home #frontCeoMessage .frontCeoMessageInner {
    padding-block: 80px;
    width: 100%;
    margin-inline: auto;
    padding-inline: calc((100% - 960px) / 2);
  }
}
.home #frontCeoMessage .frontCeoMessageInner .frontCeoMessageTitle {
  font-weight: 700;
  font-size: 7.5vw;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .home #frontCeoMessage .frontCeoMessageInner .frontCeoMessageTitle {
    font-size: 40px;
  }
}
.home #frontCeoMessage .frontCeoMessageInner .frontCeoMessageParagraph {
  margin-top: 24px;
}
.home #frontCeoMessage .frontCeoMessageInner .frontCeoMessageName {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.home #frontCeoMessage .frontCeoMessageInner .frontCeoMessageName img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .home #frontCeoMessage .frontCeoMessageInner .frontCeoMessageName img {
    width: 40%;
  }
}
.home #frontCeoMessage .frontCeoMessageInner .buttonMain {
  margin-inline: 0;
  margin-top: 40px;
}
.home #fpService {
  width: 100%;
  height: auto;
  padding: 20px;
  background: linear-gradient(to right bottom, #bf2440 0%, #e6eaf1 50%, #25b1bf 100%);
}
@media screen and (min-width: 1024px) {
  .home #fpService {
    width: 100%;
    margin-inline: auto;
    padding: 80px calc((100% - 720px) / 2);
  }
}
.home #fpService .fpServiceInner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #fpService .fpServiceInner .fpServiceContents {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .home #fpService .fpServiceInner .fpServiceContents {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .home #fpService .fpServiceInner {
    width: 100%;
    margin-inline: auto;
    padding-inline: calc((100% - 960px) / 2);
  }
}
.home #fpService .fpServiceInner .fpServiceButtonArea {
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .home #fpService .fpServiceInner .fpServiceButtonArea {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    justify-content: space-between;
  }
}
.home #fpService .fpServiceInner .fpServiceAnimationArea {
  margin-block: 40px;
  aspect-ratio: 1/1;
  max-width: 100%;
  margin-inline: auto;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .home #fpService .fpServiceInner .fpServiceAnimationArea {
    margin-top: 40px;
  }
}
.home #fpService .fpServiceInner .fpServiceAnimationArea .fpServiceAnimation {
  width: 280px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50vh;
  background: #fdfdfd;
  border: 2px solid #25b1bf;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  background-image: url("assets/images/pattern1.svg");
  background-size: 40px;
  background-position: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .home #fpService .fpServiceInner .fpServiceAnimationArea .fpServiceAnimation {
    width: 280px;
    height: 280px;
  }
}
.home #fpService .fpServiceInner .fpServiceAnimationArea .fpServiceAnimation span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #25b1bf;
}
.home #fpService .fpServiceInner .fpServiceAnimationArea .fpServiceAnimation .fpServiceAnimationAreaText {
  font-size: min(4.5vw, 24px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #333;
  padding: 10px 8px 8px 8px;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .home #fpService .fpServiceInner .fpServiceAnimationArea .fpServiceAnimation .fpServiceAnimationAreaText {
    font-size: 24px;
  }
}
.home #fpService .fpServiceInner .fpServiceAnimationArea .fpServiceAnimation .fpServiceAnimationRoleText {
  font-size: min(4.5vw, 24px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #bf2440;
  padding: 10px 8px 8px 8px;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .home #fpService .fpServiceInner .fpServiceAnimationArea .fpServiceAnimation .fpServiceAnimationRoleText {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .home #fpService .fpServiceInner .scrollIndicator {
    display: none;
  }
}
.home #fpService .fpServiceInner .scrollIndicator .scrollIndicatorText {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home #fpService .fpServiceInner .scrollIndicator .scrollIndicatorText::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50vh;
  background-color: #25b1bf;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #25b1bf;
}
.home #news {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .home #news {
    padding-inline: 0;
    width: 960px;
    margin-inline: auto;
  }
}
.home #news .newsInner .newsList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.home #news .newsInner .newsList .newsItem {
  padding-block: 16px;
  padding-inline: 8px;
  border-top: 1px solid #a1a1a1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.home #news .newsInner .newsList .newsItem:last-child {
  border-bottom: 1px solid #a1a1a1;
}
.home #news .newsInner .newsList .newsItem .newsItemDate {
  font-size: 14px;
}
.home #news .newsInner .newsList .newsItem .newsItemTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.home #news .newsInner .newsList .newsItem .newsItemCategoryList {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home #news .newsInner .newsList .newsItem .newsItemCategoryList .newsItemCategory {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #25b1bf;
  padding: 6px 8px 4px 8px;
  border-radius: 4px;
}
.home #news .newsInner .newsList .newsItem:hover {
  background-color: #25b1bf;
  color: #fff;
}
.home #news .newsInner .newsList .newsItem:hover .newsItemCategory {
  background-color: #fff;
  color: #25b1bf;
}
.home #news .newsInner .buttonMain {
  margin-top: 40px;
}
.home #company {
  padding-inline: 20px;
  background: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .home #company .companyInner {
    padding-inline: 0;
    width: 960px;
    margin-inline: auto;
  }
}
.home #company .companyInner .companyCeoArea {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home #company .companyInner .companyCeoArea {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
  }
}
.home #company .companyInner .companyCeoArea .companyCeoAreaImage {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .home #company .companyInner .companyCeoArea .companyCeoAreaImage {
    width: 33%;
    height: auto;
  }
}
.home #company .companyInner .companyCeoArea .companyCeoAreaTextArea {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .home #company .companyInner .companyCeoArea .companyCeoAreaTextArea {
    align-items: start;
  }
}
.home #company .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaRole {
  font-size: 18px;
  font-weight: 400;
}
.home #company .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaName {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .home #company .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaName {
    align-items: start;
  }
}
.home #company .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaName .companyCeoAreaTextAreaNameJapanese {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.home #company .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaName .companyCeoAreaTextAreaNameEnglish {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #25b1bf;
}
.home #company .companyInner .companyParagraph {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .home #company .companyInner .companyParagraph {
    display: none;
  }
}
.home #company .companyInner .companyParagraphSpOnly {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home #company .companyInner .companyParagraphSpOnly {
    display: block;
  }
}
.home #company .companyInner .buttonMain {
  margin-top: 40px;
}
.home .footerInner {
  margin-top: 0;
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
.page-id-40 #news {
  padding-block: 0px;
}
.page-id-40 #news .newsInner {
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .page-id-40 #news .newsInner {
    width: 960px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
.page-id-40 #news .newsInner .newsList {
  display: flex;
  flex-direction: column;
}
.page-id-40 #news .newsInner .newsList .newsItem {
  padding-block: 16px;
  padding-inline: 8px;
  border-top: 1px solid #a1a1a1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.page-id-40 #news .newsInner .newsList .newsItem:last-child {
  border-bottom: 1px solid #a1a1a1;
}
.page-id-40 #news .newsInner .newsList .newsItem .newsItemDate {
  font-size: 14px;
}
.page-id-40 #news .newsInner .newsList .newsItem .newsItemTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.page-id-40 #news .newsInner .newsList .newsItem .newsItemCategoryList {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-id-40 #news .newsInner .newsList .newsItem .newsItemCategoryList .newsItemCategory {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #25b1bf;
  padding: 6px 8px 4px 8px;
  border-radius: 4px;
}
.page-id-40 #news .newsInner .newsList .newsItem:hover {
  background-color: #25b1bf;
  color: #fff;
}
.page-id-40 #news .newsInner .newsList .newsItem:hover .newsItemCategory {
  background-color: #fff;
  color: #25b1bf;
}
.page-id-40 #news .newsInner .newsPagenation {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .page-id-40 #news .newsInner .newsPagenation {
    gap: 16px;
  }
}
.page-id-40 #news .newsInner .newsPagenation .page-numbers {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-40 #news .newsInner .newsPagenation .page-numbers.current {
  background-color: #25b1bf;
  color: #fff;
  border: none;
}
.page-id-40 #news .newsInner .newsPagenation .page-numbers.dots {
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  border: none;
  line-height: 1;
  font-size: 24px;
}
.page-id-40 #news .newsInner .newsPagenation .page-numbers.prev, .page-id-40 #news .newsInner .newsPagenation .page-numbers.next {
  border: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #25b1bf;
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
.Article {
  padding-inline: 20px;
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .Article {
    margin-top: 120px;
  }
}
.Article .thumbnail {
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.Article .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.Article .singleNewsMainContents {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .Article .singleNewsMainContents {
    width: 960px;
  }
}
.Article .singleNewsMainContents .singleNewsDate {
  margin-top: 24px;
  font-size: 14px;
}
.Article .singleNewsMainContents .singleNewsTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.Article .singleNewsMainContents .singleNewsCategoryList {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.Article .singleNewsMainContents .singleNewsCategoryList .singleNewsCategory {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #25b1bf;
  padding: 6px 8px 4px 8px;
  border-radius: 4px;
}
.Article .singleNewsMainContents .singleNewsContent {
  margin-top: 40px;
}
.Article .singleNewsMainContents .singleNewsContent h2 {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  padding: 8px 12px 8px 10px;
  border-left: 4px solid #bf2440;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #bf2440;
  color: #fff;
}
.Article .singleNewsMainContents .singleNewsContent h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding-left: 12px;
  border-left: 4px solid #bf2440;
}
.Article .singleNewsMainContents .singleNewsContent p {
  margin-top: 16px;
}
.Article .singleNewsMainContents .singleNewsContent img {
  margin-top: 16px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.Article .singleNewsMainContents .singleNewsContent ul,
.Article .singleNewsMainContents .singleNewsContent ol {
  margin-top: 16px;
  list-style: disc;
  width: 100%;
  padding: 16px 20px 16px 32px;
  border-radius: 8px;
  border: 1px solid #333;
  background: #f2f2f2;
}
.Article .singleNewsMainContents .singleNewsContent ul li::marker,
.Article .singleNewsMainContents .singleNewsContent ol li::marker {
  color: #bf2440;
  margin-right: 4px;
}
.Article .singleNewsMainContents .singleNewsContent a {
  color: blue;
  text-decoration: underline;
}
.Article .singleNewsMainContents .singleNewsContent a:visited {
  color: purple;
}
.Article .singleNewsMainContents .singleNewsContent a:hover {
  color: #bf2440;
}
.Article .singleNewsMainContents .buttonMain {
  margin-top: 40px;
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
.page-id-15 #midcareerMv {
  padding-block: 0;
  width: 100%;
}
.page-id-15 #midcareerMv h1 img {
  width: 100%;
  height: auto;
}
.page-id-15 #midcareerIntro {
  padding-block: 0;
  background-image: url("assets/images/ceo4.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerIntro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.page-id-15 #midcareerIntro .midcareerIntroInner {
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerIntro .midcareerIntroInner {
    padding-inline: calc((100% - 960px) / 2);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding-block: 80px;
  }
}
.page-id-15 #midcareerIntro .midcareerIntroInner .midcareerIntroCopy {
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerIntro .midcareerIntroInner .midcareerIntroCopy {
    font-size: 32px;
  }
}
.page-id-15 #midcareerIntro .midcareerIntroInner .midcareerIntroText {
  margin-top: 16px;
}
.page-id-15 #midcareerIntro .midcareerIntroInner .buttonMain {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerIntro .midcareerIntroInner .buttonMain {
    margin-inline: 0;
  }
}
.page-id-15 #midcareerMerit {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerMerit {
    padding-inline: calc((100% - 960px) / 2);
  }
}
.page-id-15 #midcareerMerit .midcareerMeritInner .midcareerMeritItemWrapper {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerMerit .midcareerMeritInner .midcareerMeritItemWrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerMerit .midcareerMeritInner .midcareerMeritItem {
    width: 50%;
    padding: 20px;
    border-radius: 16px;
    background: #bf2440;
    color: #fff;
  }
}
.page-id-15 #midcareerMerit .midcareerMeritInner .midcareerMeritItem .midcareerMeritItemTitle {
  display: inline-block;
  padding-left: 12px;
  border-left: 4px solid #bf2440;
  margin-top: 32px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerMerit .midcareerMeritInner .midcareerMeritItem .midcareerMeritItemTitle {
    margin-top: 0;
    font-size: 24px;
    padding-left: 0;
    border-left: none;
  }
}
.page-id-15 #midcareerMerit .midcareerMeritInner .midcareerMeritItem .midcareerMeritItemText {
  margin-top: 16px;
  font-weight: 400;
}
.page-id-15 #midcareerVoice {
  position: relative;
  padding-inline: 20px;
  background: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerVoice {
    padding-inline: calc((100% - 960px) / 2);
  }
}
.page-id-15 #midcareerVoice .midcareerVoiceSwiper {
  margin-top: 40px;
}
.page-id-15 #midcareerVoice .midcareerVoiceItem {
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.page-id-15 #midcareerVoice .midcareerVoiceItem .midcareerVoiceItemImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.page-id-15 #midcareerVoice .midcareerVoiceItem .midcareerVoiceItemRole {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #25b1bf;
}
.page-id-15 #midcareerVoice .midcareerVoiceItem .midcareerVoiceItemTitle {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  min-height: 100%;
  padding: 80px 20px 20px 20px;
  background: linear-gradient(to right bottom, #bf2440 0%, #e6eaf1 50%, #25b1bf 100%);
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerVoice .midcarrerVoiceDetail {
    padding: 100px 20px 20px 20px;
  }
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner {
  overflow-y: scroll;
  width: 100%;
  height: calc(100dvh - 100px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner {
    margin-inline: auto;
    width: 960px;
    height: calc(100vh - 120px);
    border-radius: 24px 0 0 24px;
  }
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailImage {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  border-radius: 16px;
  overflow: hidden;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailText {
  margin-top: 16px;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailText .midcareerVoiceItemRole {
  display: inline-block;
  border-radius: 50vh;
  padding: 2px 12px;
  background: #25b1bf;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailText .midcareerVoiceItemTitle {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #25b1bf;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailText .midcareerVoiceDetailContent {
  margin-top: 16px;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailText .midcareerVoiceDetailContent .midcareerVoiceDetailBodyText {
  font-size: 14px;
  font-weight: 400;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailText .midcareerVoiceDetailContent .midcareerVoiceDetailTitle {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailText .backButton {
  cursor: pointer;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 50vh;
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.page-id-15 #midcareerVoice .midcarrerVoiceDetail .midcarrerVoiceDetailInner .midcarrerVoiceDetailText .backButton .backButtonText {
  font-size: 16px;
  font-weight: 400;
}
.page-id-15 #jobContent {
  padding-bottom: 20px;
  padding-inline: 20px;
  background: #25b1bf;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #jobContent {
    border-radius: 24px;
    padding-block: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-15 #jobContent .jobContentInner {
    width: 960px;
    margin-inline: auto;
    border-radius: 24px;
  }
}
.page-id-15 #jobContent .jobContentInner .sectionTitleGroup .sectionTitleJapanese,
.page-id-15 #jobContent .jobContentInner .sectionTitleGroup .sectionTitleEnglish {
  color: #fff;
}
.page-id-15 #jobContent .jobContentInner .jobContentItem {
  margin-top: 24px;
  width: 100%;
  background: #fff;
  padding: 24px 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #jobContent .jobContentInner .jobContentItem {
    flex-direction: row;
    gap: 64px;
    padding: 24px;
  }
}
.page-id-15 #jobContent .jobContentInner .jobContentItem .jobContentItemImage {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
}
.page-id-15 #jobContent .jobContentInner .jobContentItem .jobContentItemImage img {
  width: 100%;
  height: auto;
}
.page-id-15 #jobContent .jobContentInner .jobContentItem .jobContentItemTextWrapper {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #jobContent .jobContentInner .jobContentItem .jobContentItemTextWrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
  }
}
.page-id-15 #jobContent .jobContentInner .jobContentItem .jobContentItemTitle {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #jobContent .jobContentInner .jobContentItem .jobContentItemTitle {
    font-size: 32px;
  }
}
.page-id-15 #jobContent .jobContentInner .jobContentItem .jobContentItemText {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #jobContent .jobContentInner .jobContentItem .jobContentItemText {
    font-size: 18px;
  }
}
.page-id-15 #midcareerFlow {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #midcareerFlow .midcareerFlowInner {
    width: 640px;
    margin-inline: auto;
  }
}
.page-id-15 #midcareerFlow .midcareerFlowInner .midcareerFlowList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-id-15 #midcareerFlow .midcareerFlowInner .midcareerFlowList .midcareerFlowItem .midcareerFlowItemTitleArea {
  height: 56px;
  background: #25b1bf;
  padding-inline: 8px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-id-15 #midcareerFlow .midcareerFlowInner .midcareerFlowList .midcareerFlowItem .midcareerFlowItemTitleArea .midcareerFlowItemNumber {
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background: #fff;
  color: #25b1bf;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-15 #midcareerFlow .midcareerFlowInner .midcareerFlowList .midcareerFlowItem .midcareerFlowItemTitleArea .midcareerFlowItemTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transform: translateY(2px);
}
.page-id-15 #midcareerFlow .midcareerFlowInner .midcareerFlowList .midcareerFlowItem .midcareerFlowItemDescription {
  padding-inline: 8px;
  margin-top: 16px;
  font-weight: 500;
}
.page-id-15 #midcareerFlow .midcareerFlowInner .buttonMain {
  margin-top: 40px;
}
.page-id-15 #faq {
  padding-inline: 20px;
  background: #25b1bf;
  border-radius: 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-15 #faq {
    width: 960px;
    margin-inline: auto;
    padding: 24px;
  }
}
.page-id-15 #faq .faqInner .sectionTitleGroup .sectionTitleJapanese,
.page-id-15 #faq .faqInner .sectionTitleGroup .sectionTitleEnglish {
  color: #fff;
}
.page-id-15 #faq .faqInner .faqList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-id-15 #faq .faqInner .faqList .faqItem {
  cursor: pointer;
  background: #fff;
  padding: 20px 20px 12px 20px;
  border-radius: 12px;
}
.page-id-15 #faq .faqInner .faqList .faqItem .faqItemTitleWrapper {
  display: flex;
  align-items: start;
}
.page-id-15 #faq .faqInner .faqList .faqItem .faqItemTitleWrapper .faqItemTitle {
  font-size: 18px;
  font-weight: 700;
  transform: translateY(-3px);
}
.page-id-15 #faq .faqInner .faqList .faqItem .faqItemTitleWrapper::before {
  content: "？";
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  padding: 5px 4px 4px 6px;
  background: #25b1bf;
  border-radius: 50vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.page-id-15 #faq .faqInner .faqList .faqItem .faqItemAnswer {
  height: 0;
  overflow: hidden;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

#midcarrerVoiceDetail1,
#midcarrerVoiceDetail2,
#midcarrerVoiceDetail3 {
  display: none;
}
#midcarrerVoiceDetail1.isOpen,
#midcarrerVoiceDetail2.isOpen,
#midcarrerVoiceDetail3.isOpen {
  display: block;
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
.page-id-19 #internshipMv {
  padding-block: 0;
  width: 100%;
}
.page-id-19 #internshipMv h1 img {
  width: 100%;
  height: auto;
}
.page-id-19 #internshipIntro {
  padding-block: 0;
  background-image: url("assets/images/ceo4.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipIntro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.page-id-19 #internshipIntro .internshipIntroInner {
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipIntro .internshipIntroInner {
    padding-inline: calc((100% - 960px) / 2);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding-block: 80px;
  }
}
.page-id-19 #internshipIntro .internshipIntroInner .internshipIntroCopy {
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipIntro .internshipIntroInner .internshipIntroCopy {
    font-size: 32px;
  }
}
.page-id-19 #internshipIntro .internshipIntroInner .internshipIntroText {
  margin-top: 16px;
}
.page-id-19 #internshipIntro .internshipIntroInner .buttonMain {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipIntro .internshipIntroInner .buttonMain {
    margin-inline: 0;
  }
}
.page-id-19 #internshipMerit {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipMerit {
    padding-inline: calc((100% - 960px) / 2);
  }
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritItemWrapper {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipMerit .internshipMeritInner .internshipMeritItemWrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipMerit .internshipMeritInner .internshipMeritItem {
    width: 50%;
    padding: 20px;
    border-radius: 16px;
    background: #bf2440;
    color: #fff;
  }
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritItem .internshipMeritItemTitle {
  display: inline-block;
  padding-left: 12px;
  border-left: 4px solid #bf2440;
  margin-top: 32px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipMerit .internshipMeritInner .internshipMeritItem .internshipMeritItemTitle {
    margin-top: 0;
    font-size: 24px;
    padding-left: 0;
    border-left: none;
  }
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritItem .internshipMeritItemText {
  margin-top: 16px;
  font-weight: 400;
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements {
  margin-top: 40px;
  padding: 48px 24px 24px 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements .internshipMeritAchievementsTitle {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #bf2440;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements .internshipMeritAchievementsTitle {
    font-size: 24px;
  }
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements .internshipMeritAchievementsTitle::before {
  content: "Achievements";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  font-weight: 700;
  color: #333;
  opacity: 0.1;
  font-family: "Audiowide", sans-serif;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements .internshipMeritAchievementsTitle::before {
    font-size: 48px;
  }
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements .internshipMeritAchievementsList .internshipMeritAchievementsItem {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0px;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 600;
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements .internshipMeritAchievementsList .internshipMeritAchievementsItem::marker {
  color: #bf2440;
}
.page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements .internshipMeritAchievementsList .internshipMeritAchievementsItem:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements .internshipMeritAchievementsList .internshipMeritAchievementsItem {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipMerit .internshipMeritInner .internshipMeritAchievements {
    width: 640px;
    margin-inline: auto;
  }
}
.page-id-19 #internshipVoice {
  position: relative;
  padding-inline: 20px;
  background: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipVoice {
    padding-inline: calc((100% - 960px) / 2);
  }
}
.page-id-19 #internshipVoice .internshipVoiceSwiper {
  margin-top: 40px;
}
.page-id-19 #internshipVoice .internshipVoiceItem {
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.page-id-19 #internshipVoice .internshipVoiceItem .internshipVoiceItemImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.page-id-19 #internshipVoice .internshipVoiceItem .internshipVoiceItemRole {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #25b1bf;
}
.page-id-19 #internshipVoice .internshipVoiceItem .internshipVoiceItemTitle {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.page-id-19 #internshipVoice .internshipVoiceDetail {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  min-height: 100%;
  padding: 80px 20px 20px 20px;
  background: linear-gradient(to right bottom, #bf2440 0%, #e6eaf1 50%, #25b1bf 100%);
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipVoice .internshipVoiceDetail {
    padding: 100px 20px 20px 20px;
  }
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner {
  overflow-y: scroll;
  width: 100%;
  height: calc(100dvh - 100px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner {
    margin-inline: auto;
    width: 960px;
    height: calc(100vh - 120px);
    border-radius: 24px 0 0 24px;
  }
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailImage {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  border-radius: 16px;
  overflow: hidden;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailText {
  margin-top: 16px;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailText .internshipVoiceItemRole {
  display: inline-block;
  border-radius: 50vh;
  padding: 2px 12px;
  background: #25b1bf;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailText .internshipVoiceItemTitle {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #25b1bf;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailText .internshipVoiceDetailContent {
  margin-top: 16px;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailText .internshipVoiceDetailContent .internshipVoiceDetailBodyText {
  font-size: 14px;
  font-weight: 400;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailText .internshipVoiceDetailContent .internshipVoiceDetailTitle {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailText .backButton {
  cursor: pointer;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 50vh;
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.page-id-19 #internshipVoice .internshipVoiceDetail .internshipVoiceDetailInner .internshipVoiceDetailText .backButton .backButtonText {
  font-size: 16px;
  font-weight: 400;
}
.page-id-19 #jobContent {
  padding-bottom: 20px;
  padding-inline: 20px;
  background: #25b1bf;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #jobContent {
    border-radius: 24px;
    padding-block: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-19 #jobContent .jobContentInner {
    width: 960px;
    margin-inline: auto;
  }
}
.page-id-19 #jobContent .jobContentInner .sectionTitleGroup .sectionTitleJapanese,
.page-id-19 #jobContent .jobContentInner .sectionTitleGroup .sectionTitleEnglish {
  color: #fff;
}
.page-id-19 #jobContent .jobContentInner .jobContentItem {
  margin-top: 24px;
  width: 100%;
  background: #fff;
  padding: 24px 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #jobContent .jobContentInner .jobContentItem {
    flex-direction: row;
    gap: 64px;
    padding: 24px;
  }
}
.page-id-19 #jobContent .jobContentInner .jobContentItem .jobContentItemImage {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
}
.page-id-19 #jobContent .jobContentInner .jobContentItem .jobContentItemImage img {
  width: 100%;
  height: auto;
}
.page-id-19 #jobContent .jobContentInner .jobContentItem .jobContentItemTextWrapper {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #jobContent .jobContentInner .jobContentItem .jobContentItemTextWrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
  }
}
.page-id-19 #jobContent .jobContentInner .jobContentItem .jobContentItemTitle {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.page-id-19 #jobContent .jobContentInner .jobContentItem .jobContentItemText {
  margin-top: 12px;
}
.page-id-19 #internshipFlow {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #internshipFlow .internshipFlowInner {
    width: 640px;
    margin-inline: auto;
  }
}
.page-id-19 #internshipFlow .internshipFlowInner .internshipFlowList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-id-19 #internshipFlow .internshipFlowInner .internshipFlowList .internshipFlowItem .internshipFlowItemTitleArea {
  height: 56px;
  background: #25b1bf;
  padding-inline: 8px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-id-19 #internshipFlow .internshipFlowInner .internshipFlowList .internshipFlowItem .internshipFlowItemTitleArea .internshipFlowItemNumber {
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background: #fff;
  color: #25b1bf;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-19 #internshipFlow .internshipFlowInner .internshipFlowList .internshipFlowItem .internshipFlowItemTitleArea .internshipFlowItemTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transform: translateY(2px);
}
.page-id-19 #internshipFlow .internshipFlowInner .internshipFlowList .internshipFlowItem .internshipFlowItemDescription {
  padding-inline: 8px;
  margin-top: 16px;
  font-weight: 500;
}
.page-id-19 #internshipFlow .internshipFlowInner .buttonMain {
  margin-top: 40px;
}
.page-id-19 #faq {
  padding-inline: 20px;
  background: #25b1bf;
  border-radius: 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-19 #faq {
    width: 960px;
    margin-inline: auto;
    padding: 24px;
  }
}
.page-id-19 #faq .faqInner .sectionTitleGroup .sectionTitleJapanese,
.page-id-19 #faq .faqInner .sectionTitleGroup .sectionTitleEnglish {
  color: #fff;
}
.page-id-19 #faq .faqInner .faqList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-id-19 #faq .faqInner .faqList .faqItem {
  cursor: pointer;
  background: #fff;
  padding: 20px 20px 12px 20px;
  border-radius: 12px;
}
.page-id-19 #faq .faqInner .faqList .faqItem .faqItemTitleWrapper {
  display: flex;
  align-items: start;
}
.page-id-19 #faq .faqInner .faqList .faqItem .faqItemTitleWrapper .faqItemTitle {
  font-size: 18px;
  font-weight: 700;
  transform: translateY(-3px);
}
.page-id-19 #faq .faqInner .faqList .faqItem .faqItemTitleWrapper::before {
  content: "？";
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: #25b1bf;
  border-radius: 50vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.page-id-19 #faq .faqInner .faqList .faqItem .faqItemAnswer {
  height: 0;
  overflow: hidden;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

#internshipVoiceDetail1,
#internshipVoiceDetail2,
#internshipVoiceDetail3 {
  display: none;
}
#internshipVoiceDetail1.isOpen,
#internshipVoiceDetail2.isOpen,
#internshipVoiceDetail3.isOpen {
  display: block;
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
@media screen and (min-width: 1024px) {
  .page-id-26 .PageTitle {
    width: 700px;
  }
}
.page-id-26 #contact {
  padding-block: 0;
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .page-id-26 #contact {
    padding-inline: 0;
    width: 700px;
    margin-inline: auto;
  }
}
/* フォーム全体のスタイル */
.wpcf7 {
  margin-top: 40px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #333;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .wpcf7 {
    padding: 32px;
  }
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .form-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wpcf7 .form-container .form-group {
  display: flex;
  flex-direction: column;
}
.wpcf7 .form-container .form-group p:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.wpcf7 .form-container .form-group p:first-child .required {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: white;
  background-color: #bf2440;
  padding: 2px 4px;
  border-radius: 4px;
  transform: translateY(-2px);
}
.wpcf7 .form-container .form-group .wpcf7-form-control-wrap {
  padding: 0;
}
.wpcf7 .form-container .form-group input,
.wpcf7 .form-container .form-group textarea {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #333;
  border-radius: 4px;
  font-weight: 500;
}
.wpcf7 .form-container .form-group input::-moz-placeholder, .wpcf7 .form-container .form-group textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.wpcf7 .form-container .form-group input::placeholder,
.wpcf7 .form-container .form-group textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.wpcf7 .form-container .form-group:not(:first-child) p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wpcf7 .form-container .form-group:not(:first-child) p br {
  display: none;
}
.wpcf7 .wpcf7-checkbox {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  font-weight: 400;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label span::before {
  display: block;
  background-image: url("assets/images/unchecked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  width: 24px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input[checked] + span::before {
  background-image: url("assets/images/checkedRed.svg");
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 0;
  transform: translateY(-2px);
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-submit {
  height: 60px;
  width: 100%;
  padding-inline: 12px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #25b1bf;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .wpcf7-submit {
    width: 300px;
    margin-inline: auto;
  }
}
.wpcf7-submit:hover {
  transform: scale(1.02);
  opacity: 0.8;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.invalid .wpcf7-response-output {
  color: #bf2440;
  text-align: center;
}
.invalid .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #bf2440;
}

.sent .wpcf7-response-output {
  color: #25b1bf;
  text-align: center;
}

/*
Theme Name: ORIPULA 202412 リニューアル
Author: Imadoki
Description: 株式会社ORIPULAのコーポレートサイトリニューアル。2412開発開始
Version: 1.0
*/
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner {
    width: 960px;
    margin-inline: auto;
  }
}
.page-id-23 .companyInner .sectionTitleGroup {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner .sectionTitleGroup {
    padding-inline: 0;
  }
}
.page-id-23 .companyInner .companyCeoArea {
  padding-inline: 20px;
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner .companyCeoArea {
    padding-inline: 0;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 40px;
  }
}
.page-id-23 .companyInner .companyCeoArea .companyCeoAreaImage {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner .companyCeoArea .companyCeoAreaImage {
    width: 40%;
    height: auto;
  }
}
.page-id-23 .companyInner .companyCeoArea .companyCeoAreaTextArea {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner .companyCeoArea .companyCeoAreaTextArea {
    width: 60%;
    align-items: start;
    margin-top: -8px;
  }
}
.page-id-23 .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaRole {
  font-size: 18px;
  font-weight: 400;
}
.page-id-23 .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaName {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaName {
    align-items: start;
  }
}
.page-id-23 .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaName .companyCeoAreaTextAreaNameJapanese {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.page-id-23 .companyInner .companyCeoArea .companyCeoAreaTextArea .companyCeoAreaTextAreaName .companyCeoAreaTextAreaNameEnglish {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #25b1bf;
}
.page-id-23 .companyInner .companyCeoArea .companyParagraph {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner .companyCeoArea .companyParagraph {
    display: none;
  }
}
.page-id-23 .companyInner .companyCeoArea .companyParagraph .firstCharacter {
  font-size: 24px;
  font-weight: 700;
  color: #25b1bf;
}
.page-id-23 .companyInner .companyCeoArea .companyParagraphPcOnly {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner .companyCeoArea .companyParagraphPcOnly {
    display: block;
  }
}
.page-id-23 .companyInner .companyCeoArea .companyCeoMessageName {
  margin-top: 24px;
  width: 100%;
  height: auto;
}
.page-id-23 .companyInner .companyCeoArea .companyCeoMessageName img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-id-23 .companyInner .companyCeoArea .companyCeoMessageName {
    display: none;
  }
}
.page-id-23 .companyInner .buttonMain {
  margin-top: 40px;
}
.page-id-23 #companyName {
  padding-inline: 20px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .page-id-23 #companyName {
    padding-inline: calc((100% - 700px) / 2);
  }
}
.page-id-23 #companyName .companyNameVisionArea {
  margin-top: 24px;
}
.page-id-23 #companyName .companyNameVisionArea .companyNameVisionHeader {
  font-size: 18px;
  font-weight: 700;
  color: #bf2440;
  text-transform: uppercase;
}
.page-id-23 #companyName .companyNameVisionArea .companyNameVision {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .page-id-23 #companyName .companyNameVisionArea .companyNameVision {
    font-size: 56px;
  }
}
.page-id-23 #companyName .companyNameOriginArea {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle {
  position: relative;
  width: 100%;
  padding: 20px;
  color: #fff;
  border-radius: 16px;
}
.page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle:nth-child(1) {
  background-color: #bf2440;
}
.page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle:nth-child(2) {
  background-color: #bfb724;
}
.page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle:nth-child(3) {
  background-color: #25b1bf;
}
.page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle .companyNameOriginArticleJapanese {
  font-size: 18px;
  font-weight: 500;
}
.page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle .companyNameOriginArticleEnglish {
  font-size: 16vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle .companyNameOriginArticleEnglish {
    font-size: 120px;
  }
}
.page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle .companyNameOriginArticleParagraph {
  margin-top: 24px;
}
.page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle .companyNameOriginArticleDeco {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 14vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0.4;
  font-family: "Audiowide", sans-serif;
}
@media screen and (min-width: 1024px) {
  .page-id-23 #companyName .companyNameOriginArea .companyNameOriginArticle .companyNameOriginArticleDeco {
    font-size: 60px;
  }
}
.page-id-23 #companyInformation {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .page-id-23 #companyInformation {
    width: 700px;
    margin-inline: auto;
  }
}
.page-id-23 #companyInformation .companyInformationList {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.page-id-23 #companyInformation .companyInformationList .companyInformationItem {
  padding-block: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid #25b1bf;
  -o-border-image: linear-gradient(to right, #25b1bf, #fff) 1;
     border-image: linear-gradient(to right, #25b1bf, #fff) 1;
}
.page-id-23 #companyInformation .companyInformationList .companyInformationItem:last-child {
  border-bottom: 1px solid #25b1bf;
  -o-border-image: linear-gradient(to right, #25b1bf, #fff) 1;
     border-image: linear-gradient(to right, #25b1bf, #fff) 1;
}
.page-id-23 #companyInformation .companyInformationList .companyInformationItem .companyInformationItemTitle {
  font-size: 14px;
  font-weight: 700;
}
.page-id-23 #companyInformation .companyInformationList .companyInformationItem .companyInformationItemContent {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.page-id-23 #companyInformation .buttonMain {
  margin-top: 40px;
}

.companyCeoMessageNamePcOnly {
  display: none;
}
@media screen and (min-width: 1024px) {
  .companyCeoMessageNamePcOnly {
    width: 60%;
    margin-top: 24px;
    display: block;
  }
  .companyCeoMessageNamePcOnly img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */