@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --gray10: #333333;
  --gray20: #474747;
  --gray30: #5C5C5C;
  --gray40: #757575;
  --gray50: #9E9E9E;
  --gray60: #C2C2C2;
  --gray70: #E0E0E0;
  --gray80: #F4F4F4;
  --gray90: #FBFBFB;
  --blue01: #002253;
  --blue02: #00419D;
  --blue03: #1960C4;
  --blue04: #1E7CFF;
  --blue05: #ACC9FF;
  --blue06: #D1E1FF;
  --blue07: #E9F1FF;
  --blue08: #17A6C8;
  --orange01: #FF5F26;
  --orange02: #CC4B1D;
  --orange03: #FF8F3A;
  --orange04: #FFC767;
  --orange05: #FFDFD4;
  --orange06: #FFF0EB;
  --red-primary: #ff0001;
  --border: var(--gray60);
  --accent: var(--orange02);
  --inactive: var(--gray60);
  --disabled: var(--gray60);
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 2);
  --space-md: calc(var(--space-xs) * 2.5);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --space-xxl: calc(var(--space-xs) * 5);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-feature-settings: "palt";
  font-family: var(--japanese-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  background-color: #EEEEEE;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a, picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-wrapper {
  overflow: hidden;
}
.l-header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background-color: var(--white);
  transition: all 1.5s var(--easeOutQuint);
}
.l-header.is-show {
  top: -80px;
}
.l-header__container {
  display: flex;
  align-items: stretch;
  max-width: 1250px;
  height: 100%;
  padding-left: 10px;
  margin-left: auto;
}
.l-header__logo {
  margin: auto 0 auto 0;
}
.l-header__navi {
  display: none;
  margin: auto auto auto auto;
}
.l-header__ruby {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 1rem auto auto;
}
.l-header__desc {
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0.8em auto 0;
  color: var(--blue01);
}
.l-header__favorite {
  margin: 0 75px 0 0;
}
@media screen and (min-width: 768px) {
  .l-header__container {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 90px;
  }
  .l-header.is-show {
    top: -100px;
  }
  .l-header__navi {
    display: block;
    transform: translateX(1em);
  }
  .l-header__ruby {
    margin: auto 1rem auto 0;
  }
  .l-header__desc {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .l-header__favorite {
    margin: 0;
  }
}
@media screen and (min-width: 1250px) {
  .l-header__container {
    max-width: inherit;
    margin-left: calc((100vw - 1200px) / 2);
  }
  .l-header__ruby {
    margin: auto 2rem auto 0;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
  background-color: var(--blue01);
}
.l-footer::after {
  content: "";
  display: block;
  width: 86%;
  min-width: 330px;
  max-width: 330px;
  height: auto;
  aspect-ratio: 330/220;
  background: transparent url("/soshiki_file/mitsukaru-hiroshima-company/bg-footer-sp.png") no-repeat center center/100% auto;
  position: absolute;
  top: 8%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
.l-footer__container {
  padding: 60px 0 90px;
}
.l-footer__container.u-container {
  max-width: 1100px;
}
.l-footer__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-footer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-footer__columnLeft {
  width: 100%;
  margin: 0 auto;
}
.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  transition: all 0.35s ease;
}
.l-footer__logo:hover {
  opacity: 0.5;
}
.l-footer__columnRight {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 4em auto 0;
}
.l-footer__navi {
  display: none;
}
.l-footer__contact {
  margin: 0;
}
.l-footer__contactItem {
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.l-footer__contactItem + * {
  margin-top: 1em;
}
.l-footer__contactItem p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
}
.l-footer__contactItem p > span {
  display: block;
  margin-top: 1.5em;
}
.l-footer__contactItem ul {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  margin: 0.5em 0 0;
}
.l-footer__contactItem ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.l-footer__contactItem ul li span {
  display: inline-block;
  margin-right: 1em;
}
.l-footer__contactItem ul li a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.35s ease;
}
.l-footer__contactItem ul li a:hover {
  opacity: 0.5;
}
.l-footer__address {
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 400;
  margin-top: 1em;
  color: var(--white);
}
.l-footer__policy {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 5em 0 0;
  color: var(--white);
}
.l-footer__policyList {
  display: flex;
  align-items: center;
}
.l-footer__policyItem {
  color: var(--white);
  text-decoration: underline;
  transition: all 0.35s ease;
}
.l-footer__policyItem + .l-footer__policyItem {
  margin-left: 1.5em;
}
.l-footer__policyItem:hover {
  opacity: 0.5;
}
.l-footer__copy {
  margin: 1em 0 0;
}
.l-footer__copy small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--white);
}
.l-footer__button {
  max-width: 80px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.l-footer__button:hover img {
  opacity: 0.8;
}
.l-footer__button img {
  transition: opacity 0.35s ease;
}
.l-footer__button > a {
  position: relative;
}
.l-footer__button > a::after {
  content: "";
  display: block;
  width: 99%;
  height: 99%;
  border-radius: 100%;
  background-color: #0E005D;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    padding: 65px 0 40px;
  }
  .l-footer__button {
    max-width: 90px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer::after {
    min-width: 1358px;
    max-width: 1358px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1350/443;
    background: transparent url("/soshiki_file/mitsukaru-hiroshima-company/bg-footer.png") no-repeat center center/100% auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-footer__container {
    padding: 145px 0 145px;
  }
  .l-footer__content {
    flex-direction: row;
  }
  .l-footer__columnLeft {
    width: 152px;
    margin: 0 auto 0 0;
  }
  .l-footer__logo {
    max-width: 152px;
    margin: 0;
  }
  .l-footer__columnRight {
    max-width: none;
    margin: 0 0 0 auto;
  }
  .l-footer__navi {
    display: block;
    margin: 0 0 0 auto;
  }
  .l-footer__contact {
    margin: auto 0 0;
  }
  .l-footer__contactItem {
    line-height: 1.5;
    flex-direction: row;
    align-items: center;
  }
  .l-footer__contactItem + * {
    padding-left: 11.5em;
    margin-top: 0.5em;
  }
  .l-footer__contactItem p {
    margin: 0;
  }
  .l-footer__contactItem p > span {
    display: inline-block;
    margin-top: 0;
    margin-left: 1em;
  }
  .l-footer__contactItem ul {
    line-height: 1;
    flex-direction: row;
    text-align: left;
    margin: 0 0 0 2em;
  }
  .l-footer__contactItem ul li + * {
    margin-left: 1.5em;
  }
  .l-footer__policy {
    flex-direction: row;
    margin: 1em 0 0;
  }
  .l-footer__policyItem + .l-footer__policyItem {
    margin-left: 1.5em;
  }
  .l-footer__copy {
    margin: 0 0 0 2em;
  }
  .l-footer__button {
    max-width: 110px;
    bottom: 40px;
    right: 40px;
  }
}

.c-logo {
  max-width: 142px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.c-logo svg {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-logo {
    max-width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .c-logo {
    max-width: 165px;
  }
}
@media screen and (min-width: 1100px) {
  .c-logo {
    max-width: 182px;
  }
}

a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  color: var(--blue01);
  opacity: 0.5;
}

.c-globalNavi {
  display: block;
}
.c-globalNavi__list {
  display: flex;
}
.c-globalNavi__item {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
.c-globalNavi__item--company {
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.6152734977rem + 0.3081664099vw, 0.8125rem);
}
.c-globalNavi__item:not(:first-of-type) {
  margin-left: 3em;
}
.c-globalNavi__item:last-child {
  margin-left: 2em;
}
.c-globalNavi__item > a {
  line-height: 1;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: var(--blue01);
}
.c-globalNavi__item > a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-globalNavi__item > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: var(--blue01);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.2s;
}
@media screen and (min-width: 1100px) {
  .c-globalNavi__item:not(:first-of-type) {
    margin-left: 4em;
  }
  .c-globalNavi__item:last-child {
    margin-left: 3em;
  }
}
@media screen and (min-width: 1250px) {
  .c-globalNavi__item:not(:first-of-type) {
    margin-left: 6em;
  }
  .c-globalNavi__item:last-child {
    margin-left: 5em;
  }
}

html.is-hiddenRuby rt {
  display: none;
}

html.is-hiddenCareer .c-cardCompany__footer {
  display: none;
}

ruby {
  font-size: inherit;
}

rt {
  font-size: 50%;
  font-weight: 700;
  color: inherit;
}

_::-webkit-full-page-media, _:future, :root rt {
  transform: translateY(0.6em);
}

.c-toggleButton {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  width: 55px;
  height: 26px;
  margin-top: 0.5rem;
  border-radius: 26px;
  background-color: #efefef;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  transition: background-color 0.4s;
}
.c-toggleButton:has(input:focus) {
  outline: 2px solid var(--blue03);
  outline-offset: 0px;
}
.c-toggleButton:has(:checked) {
  background-color: var(--gray60);
}
.c-toggleButton:has(:checked)::before {
  left: 30px;
  background-color: var(--blue03);
}
.c-toggleButton:has(:checked)::after {
  left: 42px;
  content: "ON";
}
.c-toggleButton::before {
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--blue05);
  content: "";
  transition: left 0.4s;
}
.c-toggleButton::after {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 0.65em;
  content: "OFF";
  transition: left 0.4s;
}
.c-toggleButton input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-toggleButtonVertical {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 26px;
  height: 55px;
  border-radius: 26px;
  background-color: #efefef;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  transition: background-color 0.4s;
}
.c-toggleButtonVertical:has(input:focus) {
  outline: 2px solid var(--blue03);
  outline-offset: 0px;
}
.c-toggleButtonVertical:has(:checked) {
  background-color: var(--gray60);
}
.c-toggleButtonVertical:has(:checked)::before {
  top: 30px;
  background-color: var(--blue03);
}
.c-toggleButtonVertical:has(:checked)::after {
  top: 42px;
  content: "ON";
}
.c-toggleButtonVertical::before {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--blue05);
  content: "";
  transition: top 0.4s;
}
.c-toggleButtonVertical::after {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 0.65em;
  content: "OFF";
  transition: top 0.4s;
}
.c-toggleButtonVertical input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-buttonFavoriteHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-buttonFavoriteHeader:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 0px;
}
.c-buttonFavoriteHeader__icon {
  display: block;
  text-align: center;
}
.c-buttonFavoriteHeader__icon > img {
  width: 36px;
  aspect-ratio: 1/1;
}
.c-buttonFavoriteHeader__title {
  display: block;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0.5em auto 0;
  color: var(--blue01);
}
@media screen and (min-width: 1024px) {
  .c-buttonFavoriteHeader {
    width: 90px;
    aspect-ratio: 1/1;
    border-radius: 0 0 0 10px;
    background-color: rgb(255, 220, 207);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .c-buttonFavoriteHeader:hover {
    background-color: rgba(255, 95, 38, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
  .c-buttonFavoriteHeader__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
}
.c-icon--search::before {
  width: 31px;
  height: 35px;
  background-image: url("/soshiki_file/mitsukaru-hiroshima-company/icon-nav-search.png");
}
.c-icon--students::before {
  width: 30px;
  height: 39px;
  background-image: url("/soshiki_file/mitsukaru-hiroshima-company/icon-nav-student.png");
}
.c-icon--teachers::before {
  width: 35px;
  height: 42px;
  background-image: url("/soshiki_file/mitsukaru-hiroshima-company/icon-nav-teacher.png");
}
.c-icon--company::before {
  top: inherit;
  bottom: 0.05em;
  transform: none;
  width: 6px;
  height: 9px;
  background-image: url("/soshiki_file/mitsukaru-hiroshima-company/icon-nav-company.png");
}
.c-offcanvas {
  width: 100%;
}
.c-offcanvas.is-active {
  height: 100%;
}
.c-offcanvas.is-active .c-offcanvas__hamburger {
  background-color: transparent;
}
.c-offcanvas.is-active .c-offcanvas__hamburger::before {
  margin-top: 0;
  transform: rotate(135deg);
}
.c-offcanvas.is-active .c-offcanvas__hamburger::after {
  margin-top: 0;
  transform: rotate(-135deg);
}
.c-offcanvas.is-active .c-offcanvas__body {
  right: 0;
  overflow: auto;
}
.c-offcanvas__button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 2003;
  margin: 0;
  padding: 0;
  border: none;
}
.c-offcanvas__hamburger {
  display: block;
  width: 32px;
  height: 2px;
  margin: auto 0;
  background-color: #000000;
  transform-origin: center;
  transition: all 0.35s var(--easeOutQuint);
}
.c-offcanvas__hamburger::before, .c-offcanvas__hamburger::after {
  display: block;
  content: "";
  width: 32px;
  height: 2px;
  background-color: #000000;
  transform-origin: center;
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.c-offcanvas__hamburger::before {
  transform: translateY(8px);
}
.c-offcanvas__hamburger::after {
  transform: translateY(-8px);
}
.c-offcanvas__menu {
  display: block;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
}
.c-offcanvas__body {
  width: 90vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 20px 2em;
  background: var(--white);
  transition: all 0.5s ease;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 2002;
}
.c-offcanvas__overlay {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
}
.c-offcanvas__overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-offcanvas__list {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  border-bottom: 2px solid var(--blue01);
}
.c-offcanvas__item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  list-style: none;
  padding: 0;
}
.c-offcanvas__item > a {
  display: block;
  padding: 0.8em 0;
  color: var(--blue01);
  border-top: 2px solid var(--blue01);
  transition: all 0.35s ease;
}
.c-offcanvas__item > a:hover {
  opacity: 0.5;
}
.c-offcanvas__listSub {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  margin: -1em 0 1em;
}
.c-offcanvas__itemSub {
  display: inline-flex;
  align-items: center;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.15em;
  list-style: none;
  padding: 0;
}
.c-offcanvas__itemSub::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-arrow-offcanvas-nav-item.png") no-repeat center center/contain;
  margin-right: 0.5em;
  vertical-align: middle;
  transform: translateY(1px);
}
.c-offcanvas__itemSub > a {
  display: block;
  padding: 0.25em 0;
  color: var(--blue01);
  transition: all 0.35s ease;
}
.c-offcanvas__itemSub > a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .c-offcanvas__body {
    max-width: 50vw;
  }
  .c-offcanvas__item > a {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-offcanvas {
    display: none;
  }
}

.c-footerNavi {
  display: flex;
}
.c-footerNavi__item {
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  list-style: none;
}
.c-footerNavi__item + .c-footerNavi__item {
  margin-left: 2em;
}
.c-footerNavi__item a {
  display: table;
  position: relative;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: var(--white);
}
.c-footerNavi__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-footerNavi__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.2s;
  position: absolute;
  bottom: -0.6em;
  left: 0;
}
.c-footerNavi__item > * + * {
  margin-top: 1.5em;
}
.c-footerNavi__item > ul li {
  display: flex;
  align-items: center;
}
.c-footerNavi__item > ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-arrow-footer-nav-item.png") no-repeat center center/contain;
  margin-right: 0.5em;
  vertical-align: middle;
}
.c-footerNavi__item > ul li + * {
  margin-top: 1em;
}
@media screen and (min-width: 1100px) {
  .c-footerNavi__item + .c-footerNavi__item {
    margin-left: 3em;
  }
}

.c-cardCta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 28px 0 25px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: var(--orange03);
}
.c-cardCta__badge {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: -68px;
  right: -20px;
  z-index: 2;
  max-width: 115px;
}
.c-cardCta__description {
  line-height: 2.5;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.6847072419rem + 1.0785824345vw, 1.375rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  color: var(--blue01);
}
.c-cardCta__description > span {
  position: relative;
}
.c-cardCta__description > span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/line-wave-blue01.png") repeat-x center center/14px auto;
}
.c-cardCta__button {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .c-cardCta {
    padding: 33px 0;
  }
  .c-cardCta__badge {
    top: -40px;
    right: -20px;
    max-width: 150px;
  }
  .c-cardCta__button {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardCta {
    flex-direction: row;
  }
  .c-cardCta__description {
    line-height: 2.2;
  }
  .c-cardCta__badge {
    top: -80px;
    right: -50px;
    max-width: 180px;
  }
  .c-cardCta__button {
    margin-top: 0;
    margin-left: 20px;
  }
}

.c-buttonSearch {
  width: 100%;
  max-width: 245px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  border-radius: 75px;
  background-color: var(--white);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.35s ease;
}
.c-buttonSearch:hover {
  opacity: 0.8;
}
.c-buttonSearch:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 0px;
}
.c-buttonSearch:active {
  transform: translate(4px, 6px);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.1s ease;
}
.c-buttonSearch::before {
  content: "";
  display: block;
  width: 48px;
  height: 46px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-search.png") no-repeat center/contain;
}
.c-buttonSearch__title {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8722072419rem + 1.0785824345vw, 1.5625rem);
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: var(--blue01);
}
@media screen and (min-width: 768px) {
  .c-buttonSearch {
    max-width: 335px;
    height: 92px;
    padding: 0 3rem;
  }
  .c-buttonSearch::before {
    margin-right: 8px;
  }
}
.c-cardCanDo {
  position: relative;
  padding: 35px 6% 0;
  aspect-ratio: 469/962;
}
.c-cardCanDo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-mask: url("/soshiki_file/mitsukaru-hiroshima-company/mask-cando-sp.svg") no-repeat center/contain;
          mask: url("/soshiki_file/mitsukaru-hiroshima-company/mask-cando-sp.svg") no-repeat center/contain;
}
.c-cardCanDo::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  z-index: -2;
  -webkit-mask: url("/soshiki_file/mitsukaru-hiroshima-company/mask-cando-sp.svg") no-repeat center/contain;
          mask: url("/soshiki_file/mitsukaru-hiroshima-company/mask-cando-sp.svg") no-repeat center/contain;
}
.c-cardCanDo--student::after {
  background-color: var(--orange01);
}
.c-cardCanDo--teacher::after {
  background-color: var(--blue03);
}
.c-cardCanDo__image {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.c-cardCanDo__image--student {
  width: 45%;
  max-width: 182px;
}
.c-cardCanDo__image--teacher {
  width: 43%;
  max-width: 177px;
}
.c-cardCanDo__list--student > * {
  background-color: #FFECE6;
}
.c-cardCanDo__list--teacher > * {
  background-color: #E9F1FF;
}
.c-cardCanDo__item {
  display: flex;
  justify-content: center;
  width: 86%;
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6055469954rem + 0.6163328197vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.1em 2em;
  border-radius: 10px;
  color: var(--black);
}
.c-cardCanDo__item + .c-cardCanDo__item {
  margin-top: 1.2em;
}
.c-cardCanDo__item:nth-child(odd) {
  margin-right: auto;
}
.c-cardCanDo__item:nth-child(even) {
  margin-left: auto;
}
.c-cardCanDo__description {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.6485939908rem + 1.2326656394vw, 1.4375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 1.2em auto 0;
}
.c-cardCanDo__description--student {
  color: var(--orange02);
}
.c-cardCanDo__description--teacher {
  color: var(--blue03);
}
.c-cardCanDo__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.c-cardCanDo__buttons > * + * {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-cardCanDo {
    aspect-ratio: 469/855;
  }
  .c-cardCanDo::before {
    -webkit-mask: url("/soshiki_file/mitsukaru-hiroshima-company/mask-cando.svg") no-repeat center/contain;
            mask: url("/soshiki_file/mitsukaru-hiroshima-company/mask-cando.svg") no-repeat center/contain;
  }
  .c-cardCanDo::after {
    -webkit-mask: url("/soshiki_file/mitsukaru-hiroshima-company/mask-cando.svg") no-repeat center/contain;
            mask: url("/soshiki_file/mitsukaru-hiroshima-company/mask-cando.svg") no-repeat center/contain;
  }
  .c-cardCanDo__item {
    letter-spacing: 0.2em;
  }
  .c-cardCanDo__buttons {
    margin-top: 25px;
  }
  .c-cardCanDo__buttons > * + * {
    margin-top: 14px;
  }
}
.c-buttonCanDo {
  width: 100%;
  max-width: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  padding: 1.1em 1em;
  border-radius: 75px;
  transition: all 0.35s ease;
}
.c-buttonCanDo:hover {
  opacity: 0.8;
}
.c-buttonCanDo--student {
  background-color: #FF8F3A;
}
.c-buttonCanDo--teacher {
  background-color: #ACC9FF;
}
.c-buttonCanDo__title {
  display: block;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: var(--blue01);
}
.c-cardGuide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px;
  border: 2px solid var(--blue01);
  border-radius: 20px;
}
.c-cardGuide__heading {
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  white-space: nowrap;
  color: var(--blue01);
  margin: 0 auto;
}
.c-cardGuide__icon {
  width: 177px;
  height: 138px;
  flex-shrink: 0;
  margin: 20px auto 0;
}
.c-cardGuide__body {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  margin-top: 25px;
  border-top: dotted 3px var(--blue01);
}
.c-cardGuide__title {
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--blue01);
  margin: 0;
}
.c-cardGuide__title br {
  display: none;
}
.c-cardGuide__description {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: justify;
  margin: 0.5em 0 0;
  color: var(--blue01);
}
.c-cardGuide__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.c-cardGuide__button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.8em 1.5em;
  margin: 0 auto;
  color: var(--blue01);
  border: 2px solid var(--blue01);
  border-radius: 10px;
  background-color: transparent;
  transition: all 0.35s ease;
}
.c-cardGuide__button:hover {
  background-color: var(--blue01);
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .c-cardGuide {
    flex-direction: row;
    padding: 40px 45px;
  }
  .c-cardGuide__body {
    padding-top: 0;
    padding-left: 50px;
    margin-top: 0;
    margin-left: 50px;
    border-top: none;
    border-left: dotted 3px var(--blue01);
  }
  .c-cardGuide__title br {
    display: inline;
  }
  .c-cardGuide__escription {
    margin: 1em 0 0;
  }
  .c-cardGuide__buttons {
    flex-direction: row;
    gap: 20px;
  }
  .c-cardGuide__button {
    max-width: none;
    padding: 12px 20px;
    margin: 0;
  }
}

.c-breadcrumb {
  margin-top: 70px;
  background-color: #fff;
}
.c-breadcrumb__container {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.c-breadcrumb__list {
  height: 30px;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-breadcrumb__item {
  color: var(--gray40);
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.6513867488rem + 0.1540832049vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.c-breadcrumb__item i {
  margin: 0 2px 0 0;
}
.c-breadcrumb__item:not(:first-of-type):before {
  line-height: 1;
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  text-align: center;
  margin: 0 0.5em;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-arrow-bc.svg") no-repeat center center/contain;
}
.c-breadcrumb__item a {
  line-height: 1;
  overflow: inherit;
  position: relative;
  color: var(--blue03);
}
.c-breadcrumb__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-breadcrumb__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--blue03);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.2s ease;
  position: absolute;
  bottom: -6px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-breadcrumb__item {
    letter-spacing: 0.1em;
  }
  .c-breadcrumb__item:not(:first-of-type):before {
    margin: 0 1em;
  }
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    margin-top: 90px;
  }
  .c-breadcrumb__item {
    letter-spacing: 0.15em;
  }
}

.c-pageTitle {
  margin-bottom: -135px;
  position: relative;
  z-index: 1;
  background-color: #D0E4FF;
}
.c-pageTitle__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 195px;
  background-color: #1960C4;
  background-image: linear-gradient(0deg, transparent 19px, #407FD7 20px), linear-gradient(90deg, transparent 19px, #407FD7 20px);
  background-size: 20px 20px;
  background-position: center center;
}
.c-pageTitle__body::after {
  content: "";
  width: 100%;
  max-width: 650px;
  height: auto;
  aspect-ratio: 736/156;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-page-title-sp.png") no-repeat center center/cover;
  position: absolute;
  left: 50%;
  bottom: 105px;
  transform: translateX(-50%);
}
.c-pageTitle__heading {
  line-height: 1;
  font-size: 25px;
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 1.2013674884rem + 1.5408320493vw, 2.1875rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .c-pageTitle__body::after {
    max-width: 702px;
    aspect-ratio: 1406/203;
    bottom: 135px;
    background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-page-title.png") no-repeat center center/cover;
  }
}
.accordion {
  width: 100%;
  margin: 0 auto;
}
.accordion__container {
  border-radius: 20px;
}
.accordion__trigger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  min-height: 80px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 -1px;
  padding: 0 2em;
  border-radius: 50px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
  color: var(--blue01);
  background-color: var(--blue05);
  transition: all 0.35s ease;
}
.accordion__trigger.is-active {
  border-radius: 20px 20px 0 0;
}
.accordion__heading {
  position: relative;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: inherit;
  transition: all 0.35s ease;
}
.accordion__heading--forTeachers::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-for-teachers.png") no-repeat center center/cover;
  position: absolute;
  left: 12.5em;
  top: 50%;
  transform: translateY(-82%);
}
.accordion__heading br {
  display: block;
}
.accordion__content {
  opacity: 0;
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 20px;
  margin: 0;
  border-radius: 0 0 20px 20px;
  background-color: var(--white);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-out;
}
.accordion__content > *:last-child {
  margin-bottom: 50px;
}
.accordion__row-1part {
  width: 100%;
}
.accordion__row-1part--nowrap .accordion__list {
  flex-wrap: nowrap;
}
.accordion__row-3part {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.accordion__row-3part > * {
  margin: 0;
}
.accordion__row-3part > * .accordion__list {
  margin: 10px 0px 0px;
}
.accordion__row-3part > * .accordion__item {
  width: 100%;
  margin: 5px 0;
}
.accordion__row-2part {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.accordion__row-2part > * {
  width: calc(100% - 7px);
  margin: 20px 7px 0;
}
.accordion__row-2part > * .accordion__list {
  margin: 10px -7px -5px;
}
.accordion__row-2part > * .accordion__item {
  width: calc(100% - 14px);
  margin: 5px 7px;
}
.accordion__row-5items {
  display: flex;
  width: calc(100% + 14px);
  margin: 0 -7px;
}
.accordion__row-5items > * {
  margin: 20px 7px 0;
}
.accordion__row-5items > * .accordion__list {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px -7px -5px;
}
.accordion__row-5items > * .accordion__item {
  width: 100%;
  margin: 5px 7px;
}
.accordion__row-2items {
  display: flex;
  width: calc(100% + 14px);
  margin: 0 -7px;
}
.accordion__row-2items > * {
  margin: 20px 7px 0;
}
.accordion__row-2items > * .accordion__list {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px -7px -5px;
}
.accordion__row-2items > * .accordion__item {
  width: calc(100% - 14px);
  margin: 5px 7px;
}
.accordion__row-3items {
  display: flex;
  width: calc(100% + 14px);
  margin: 0 -7px;
}
.accordion__row-3items > * {
  margin: 20px 7px 0;
}
.accordion__row-3items > * .accordion__list {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px -7px -5px;
}
.accordion__row-3items > * .accordion__item {
  width: calc(100% - 14px);
  margin: 5px 7px;
}
.accordion__column {
  width: 100%;
  margin-top: 25px;
}
.accordion__list {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0;
}
.accordion__item {
  width: 100%;
  margin: 5px 0;
}
.accordion__title {
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.6319337442rem + 0.7704160247vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0.6em 1em;
  color: var(--blue01);
  border-radius: 2px;
  background-color: #E6F1FF;
}
@media screen and (min-width: 410px) {
  .accordion__row-5items > * .accordion__item {
    width: calc(50% - 14px);
  }
}
@media screen and (min-width: 768px) {
  .accordion__row-2items > * .accordion__item {
    width: calc(50% - 14px);
  }
  .accordion__row-3items > * .accordion__item {
    width: calc(50% - 14px);
  }
}
@media screen and (min-width: 1024px) {
  .accordion__heading {
    line-height: 1;
  }
  .accordion__heading--forTeachers::after {
    left: 21.5em;
  }
  .accordion__heading br {
    display: none;
  }
  .accordion__trigger {
    padding: 1.5em 2em;
  }
  .accordion__content {
    padding: 0 3.8%;
  }
  .accordion__row-3part {
    flex-direction: row;
    width: calc(100% + 14px);
    margin: 0 -7px;
  }
  .accordion__row-3part > * {
    width: calc(33.3333% - 14px);
    margin: 20px 7px 0;
  }
  .accordion__row-2part {
    flex-direction: row;
    width: calc(100% + 14px);
    margin: 0 -7px;
  }
  .accordion__row-2part > * {
    width: calc(50% - 7px);
  }
  .accordion__row-2part > * .accordion__item {
    width: calc(50% - 14px);
  }
  .accordion__row-5items > * .accordion__item {
    width: calc(20% - 14px);
  }
  .accordion__row-3items > * .accordion__item {
    width: calc(33.3333% - 14px);
  }
  .accordion__column {
    margin-top: 40px;
  }
  .accordion__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px -7px -5px;
  }
  .accordion__item {
    width: calc(33.3333% - 14px);
    margin: 5px 7px;
  }
}

.icon-plus::before,
.icon-plus::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 5px;
  background-color: var(--blue01);
  width: 20px;
  height: 4px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .icon-plus::before,
  .icon-plus::after {
    right: 40px;
  }
}

.icon-plus::after {
  transform: rotate(90deg);
}

.icon-plus.is-active::before {
  transform: rotate(180deg);
}

.icon-plus.is-active::after {
  transform: rotate(180deg);
  opacity: 0;
}

.c-checkbox {
  padding: 0;
  border-radius: 6px;
  transition: box-shadow 0.2s ease;
}
.c-checkbox__input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-checkbox__label {
  min-height: 48px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  border: 2px solid #BFBADA;
  border-radius: 6px;
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-checkbox__label:hover {
  opacity: 0.8;
  box-shadow: 0 0 6px 2px rgba(14, 0, 93, 0.2);
}
.c-checkbox__label::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  border-right: 3px solid #BFBADA;
  border-bottom: 3px solid #BFBADA;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(45deg) scale3d(1, 1, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.c-checkbox__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  margin: 20px 20px 20px 50px;
}
.c-checkbox__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--blue01);
}
.c-checkbox__description {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-top: 0.4em;
  color: var(--blue01);
}
@media screen and (min-width: 1024px) {
  .c-checkbox__label {
    min-height: 94px;
  }
  .c-checkbox__text {
    margin: 15px 20px 15px 50px;
  }
}

.c-checkbox__input:focus + .c-checkbox__label {
  box-shadow: 0 0 6px 2px rgba(14, 0, 93, 0.2);
}

input[type=checkbox]:checked + .c-checkbox__label {
  border-color: #FFEA47;
  background-color: #FFEA47;
}

input[type=checkbox]:checked + .c-checkbox__label::after {
  opacity: 1;
  border-right: 2px solid var(--blue01);
  border-bottom: 2px solid var(--blue01);
}

.c-chkMini {
  padding: 0;
  border-radius: 6px;
  transition: box-shadow 0.2s ease;
}
.c-chkMini__input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-chkMini__label {
  min-height: 40px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  border: 2px solid #BFBADA;
  border-radius: 6px;
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-chkMini__label:hover {
  opacity: 0.8;
  box-shadow: 0 0 6px 2px rgba(14, 0, 93, 0.2);
}
.c-chkMini__label::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  border-right: 3px solid #BFBADA;
  border-bottom: 3px solid #BFBADA;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(45deg) scale3d(1, 1, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.c-chkMini__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  margin: 20px 20px 20px 35px;
}
.c-chkMini__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: var(--blue01);
}
.c-chkMini__input:focus + .c-chkMini__label {
  box-shadow: 0 0 6px 2px rgba(14, 0, 93, 0.2);
}

input[type=checkbox]:checked + .c-chkMini__label {
  border-color: #FFEA47;
  background-color: #FFEA47;
}

input[type=checkbox]:checked + .c-chkMini__label::after {
  opacity: 1;
  border-right: 2px solid var(--blue01);
  border-bottom: 2px solid var(--blue01);
}

.c-keywordSearch {
  position: relative;
  width: 100%;
  max-width: 512px;
  margin: 0.9rem auto 0;
}
.c-keywordSearch > input[type=search] {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0.8em 80px 0.8em 20px;
  border: 3px solid var(--blue01);
  border-radius: 5px;
  background-color: var(--white);
  transition: all 0.35s ease;
  color: var(--blue01);
}
.c-keywordSearch > input[type=search]::-moz-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.c-keywordSearch > input[type=search]::placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.c-keywordSearch > input[type=search]:focus {
  outline: none;
  box-shadow: 0 0 8px 2px rgba(14, 0, 93, 0.3);
}
.c-keywordSearch > input[type=submit] {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  background: var(--blue01) url("/soshiki_file/mitsukaru-hiroshima-company/icon-search-keyword.png") no-repeat center center/26px auto;
  transition: all 0.35s ease;
}
.c-keywordSearch > input[type=submit]:focus {
  box-shadow: 0 0 8px 2px rgba(14, 0, 93, 0.3);
}
.c-keywordSearch > input[type=submit]:hover, .c-keywordSearch > input[type=submit]:active {
  background: var(--blue03) url("/soshiki_file/mitsukaru-hiroshima-company/icon-search-keyword.png") no-repeat center center/26px auto;
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__item {
  font-family: var(--english-sans-serif);
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  margin: 0 4px;
}
.c-pagination__item a {
  color: var(--blue02);
  transition: all 0.35s ease;
}
.c-pagination__item a:hover .c-pagination__number {
  border-color: var(--blue02);
  background-color: var(--blue03);
  color: var(--white);
}
.c-pagination__item.is-current .c-pagination__number {
  border-color: var(--blue02);
  background-color: var(--blue02);
  color: var(--white);
}
.c-pagination__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2px solid var(--blue02);
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-pagination__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2px solid var(--blue02);
  background-color: var(--blue07);
  transition: all 0.35s ease;
}
.c-pagination__button:hover {
  border-color: var(--blue02);
  background-color: var(--blue03);
}
.c-pagination__button:hover svg path {
  fill: var(--white);
}
.c-pagination__button svg {
  width: 100%;
  max-width: 12px;
  height: auto;
  transition: all 0.35s ease;
}
.c-pagination__button--prev {
  margin-right: 10px;
}
.c-pagination__button--next {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-pagination__button--prev {
    margin-right: 15px;
  }
  .c-pagination__button--next {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__number {
    width: 48px;
  }
  .c-pagination__button {
    width: 60px;
  }
  .c-pagination__button--prev {
    margin-right: 26px;
  }
  .c-pagination__button--next {
    margin-left: 26px;
  }
}

.c-cardCompany {
  padding: 60px 20px 40px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.35s ease;
}
.c-cardCompany:hover, .c-cardCompany:focus {
  background-color: var(--orange06);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);
}
.c-cardCompany__body {
  display: flex;
  flex-direction: column;
}
.c-cardCompany__thumbnail {
  width: 100%;
}
.c-cardCompany__thumbnail img { /* 調整：20251201 cover→contain、それに伴う角丸調整 */
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 192px;
  border-radius: 10px;
  overflow: hidden;
}
.c-cardCompany__content {
  width: 100%;
  margin-top: 15px;
}
.c-cardCompany__kana {
  line-height: 1.2;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding-bottom: 0.3em;
  color: #666666;
}
.c-cardCompany__title {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9805469954rem + 0.6163328197vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 0.5em;
  color: var(--blue02);
  border-bottom: 3px solid var(--blue02);
}
.c-cardCompany__list {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.6152734977rem + 0.3081664099vw, 0.8125rem);
  margin-top: 12px;
}
.c-cardCompany__item {
  display: flex;
  flex-direction: column;
}
.c-cardCompany__item > dt {
  min-width: 6.5em;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--blue02);
}
.c-cardCompany__item > dd {
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: justify;
  color: var(--black);
}
.c-cardCompany__item + .c-cardCompany__item {
  margin-top: 0.8em;
}
.c-cardCompany__footer {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.c-cardCompany__label {
  display: block;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  border-radius: 4px;
  padding: 0.6em 0;
  margin: 0 0 1em 0;
  background-color: var(--blue03);
}
.c-cardCompany__table {
  border-top: 1px dotted rgba(0, 69, 167, 0.2);
  border-bottom: 1px dotted rgba(0, 69, 167, 0.2);
}
.c-cardCompany__table tbody tr th, .c-cardCompany__table tbody tr td {
  display: block;
  line-height: 1.4;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  color: var(--blue03);
  border-bottom: 1px dotted rgba(0, 69, 167, 0.2);
}
.c-cardCompany__table tbody tr th {
  text-align: center;
  padding: 0.8em 1em;
  background-color: var(--blue07);
}
.c-cardCompany__table tbody tr td {
  padding: 0.8em 0;
}
.c-cardCompany__table tbody tr td ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
.c-cardCompany__table tbody tr td ul li {
  line-height: 1.2;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 8px;
  color: var(--black);
}
.c-cardCompany__table tbody tr td ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .c-cardCompany {
    padding: 20px 40px;
  }
  .c-cardCompany__body {
    flex-direction: row;
  }
  .c-cardCompany__thumbnail {
    width: 28%;
    max-width: 300px;
    aspect-ratio: 300/190;
    position: relative;
  }
  /* 調整：20251201 cover→contain、それに伴う角丸調整 */
  .c-cardCompany__thumbnail img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .c-cardCompany__content {
    width: calc(72% - 25px);
    margin-top: 0;
    margin-left: 25px;
  }
  .c-cardCompany__title {
    padding: 0 0 0.3em;
  }
  .c-cardCompany__list {
    margin-top: 20px;
  }
  .c-cardCompany__item {
    flex-direction: row;
  }
  .c-cardCompany__item + .c-cardCompany__item {
    margin-top: 0.5em;
  }
  .c-cardCompany__footer {
    flex-direction: row;
  }
  .c-cardCompany__label {
    display: inline-block;
    writing-mode: vertical-rl;
    padding: 0.3em 0.6em;
    margin: 0 1em 0 0;
  }
  .c-cardCompany__table tbody tr th, .c-cardCompany__table tbody tr td {
    box-sizing: border-box; /* 調整：20251201 thを固定幅に変更 */
    width: calc(100% - 235px); /* 調整：20251201 thを固定幅に変更 */
    display: table-cell;
    padding: 0.7em 1em;
  }
  .c-cardCompany__table tbody tr th {
    width: 235px; /* 調整：20251201 thを固定幅に変更 */
    text-align: left;
  }
  /* 調整：20251201 gap0を解除 */
  /* .c-cardCompany__table tbody tr td ul {
    gap: 0;
  } */
}

.c-tag {
  display: inline-block;
  line-height: 1;
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.6513867488rem + 0.1540832049vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.4em 0.7em;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: var(--black);
  background-color: #F5F5F5;
}

ul.c-cardCompany__tags span {
	display: inline-block;
	line-height: 1;
	font-size: 11px;
	font-size: 0.6875rem;
	font-size: clamp(0.6875rem, 0.6513867488rem + 0.1540832049vw, 0.75rem);
	font-weight: 400;
	letter-spacing: 0;
	padding: 0.4em 0.7em;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: var(--black);
	background-color: #F5F5F5;
}

ul.c-cardCompany__tags li span.c-tag--primary {
	background-color: #FFF154;
}
ul.c-cardCompany__tags li span.c-tag--junior {
	background-color: #BFF084;
}
ul.c-cardCompany__tags li span.c-tag--high {
	background-color: #9FE5C2;
}
ul.c-cardCompany__tags li span.c-tag--college {
	background-color: #90D8FF;
}
ul.c-cardCompany__tags li span.c-tag--other {
	background-color: #FFBA93;
}

.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_1,
.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_2,
.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_3,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_1,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_2,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_3,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_1,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_2,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_3 {
	background-color: #FFF154;
}
.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_4,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_4,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_4 {
	background-color: #BFF084;
}
.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_5,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_5,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_5 {
	background-color: #9FE5C2;
}
.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_6,
.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_7,
.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_8,
.hiroshima-carrer01 ul.c-cardCompany__tags span.icon_elm_9,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_6,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_7,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_8,
.hiroshima-carrer02 ul.c-cardCompany__tags span.icon_elm_9,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_6,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_7,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_8,
.hiroshima-carrer03 ul.c-cardCompany__tags span.icon_elm_9 {
	background-color: #90D8FF;
}
.hiroshima-carrer04 ul.c-cardCompany__tags span {
	background-color: #FFBA93;
}

.c-navSide {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 101;
}
.c-navSide__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.c-navSide__item {
  width: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 1.2em 0.6em;
  border: 2px solid var(--blue03);
  border-right: none;
  border-radius: 6px 0 0 6px;
  background-color: var(--blue07);
}
.c-navSide__label {
  writing-mode: vertical-rl;
  text-align: center;
  color: var(--blue03);
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-navSide__label + * {
  margin-top: 10px;
}
.c-navSide__link {
  writing-mode: vertical-rl;
  text-align: center;
  color: var(--blue03);
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.6152734977rem + 0.3081664099vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.35s ease;
}
.c-navSide__link:hover {
  opacity: 0.5;
  color: var(--blue03);
}
.c-panel {
  width: calc(100% - 50px);
  position: absolute;
  top: calc(100% + 55px);
  right: 25px;
  border-radius: 10px;
  background-color: rgb(255, 220, 207);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.35s ease;
  z-index: 10;
}
.c-panel[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.c-panel__head {
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 1em 20px;
  border-radius: 10px 10px 0 0;
  color: #0E005D;
  background-color: rgb(255, 220, 207);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-panel__head p {
  font-size: inherit;
  font-weight: 700;
}
.c-panel__heading {
  display: flex;
  align-items: center;
}
.c-panel__counter {
  font-family: var(--japanese-sans-serif);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border-radius: 100%;
  margin-left: 0.5em;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--black);
  background-color: var(--white);
}
.c-panel__button {
  display: block;
  padding: 0;
  margin-left: auto;
  transition: all 0.35s ease;
}
.c-panel__button:hover {
  opacity: 0.5;
}
.c-panel__button:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 2px;
}
.c-panel__body {
  overflow-y: auto;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
  background-color: var(--white);
}
.c-panel__empty {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.5em 0 1.5em;
  color: var(--gray20);
}
.c-panel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--blue01);
  padding: 1em 0 1em;
  border-bottom: 1px solid var(--gray60);
}
.c-panel__item:last-child {
  margin-bottom: 25px;
}
.c-panel__remove {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  transition: all 0.35s ease;
}
.c-panel__remove:hover {
  opacity: 0.5;
}
.c-panel__remove:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 2px;
}
.c-panel__closeButton {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
}
.c-panel__closeButton:hover {
  opacity: 0.5;
}
.c-panel__closeButton:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .c-panel {
    width: auto;
  }
  .c-panel__head {
    padding: 1.1em 40px;
  }
  .c-panel__body {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-panel {
    min-width: 400px;
    top: calc(100% + 40px);
    right: 40px;
  }
}

#clearFav {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--blue01);
  background: none;
  border: none;
  cursor: pointer;
}

.c-iconRemove {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}
.c-iconRemove::before, .c-iconRemove::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-iconRemove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-cardDetail {
  position: relative;
  display: block;
  padding: 3em 20px;
  border-radius: 20px;
  border: 3px solid var(--blue01);
  background-color: #FFDFD4;
  background-image: linear-gradient(0deg, transparent 19px, #FFF7F5 20px), linear-gradient(90deg, transparent 19px, #FFF7F5 20px);
  background-size: 20px 20px;
  background-position: center center;
}
.c-cardDetail__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0.82;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.1222072419rem + 1.0785824345vw, 1.8125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0 20px;
  color: var(--blue01);
  position: absolute;
  top: calc((0.8em + 1.5px) * -1);
  left: 50%;
  transform: translateX(-50%);
}
.c-cardDetail__title span {
  width: 1.6em;
  aspect-ratio: 1/1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 3px solid var(--blue01);
  margin: 0 0.1em;
  background-color: var(--white);
}
.c-cardDetail__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  background-color: var(--white);
}
.c-cardDetail__description {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.1em;
  color: var(--blue01);
}
@media screen and (min-width: 1024px) {
  .c-cardDetail {
    padding: 3.5em 5% 3.4em;
  }
  .c-cardDetail__description {
    font-weight: 700;
  }
}

.c-tableDetail {
  position: relative;
}
.c-tableDetail__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.82;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8722072419rem + 1.0785824345vw, 1.5625rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  margin: 0 auto;
  color: var(--blue01);
}
.c-tableDetail__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
}
.c-tableDetail__table tr:last-child th, .c-tableDetail__table tr:last-child td {
  border-bottom: 2px solid var(--blue01);
}
.c-tableDetail__table th, .c-tableDetail__table td {
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.05em;
  border-top: 2px solid var(--blue01);
}
.c-tableDetail__table th {
  width: 30%;
  font-weight: 700;
  text-align: center;
  padding: 0.8em 0;
  color: var(--blue01);
  background-color: var(--orange06);
}
.c-tableDetail__table td {
  width: 70%;
  font-weight: 500;
  padding: 0.8em 1em;
}
.c-tableDetail__table td a {
  word-break: break-all;
  color: var(--blue03);
  text-decoration: underline;
  transition: all 0.35s ease;
}
.c-tableDetail__table td a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .c-tableDetail__table tr:last-child th, .c-tableDetail__table tr:last-child td {
    border-bottom: 3px solid var(--blue01);
  }
  .c-tableDetail__table th, .c-tableDetail__table td {
    line-height: 1.6;
    letter-spacing: 0.1em;
    border-top: 3px solid var(--blue01);
  }
  .c-tableDetail__table th {
    padding: 0.6em 0;
  }
  .c-tableDetail__table td {
    padding: 0.6em 2em;
  }
}

.c-movieDetail {
  position: relative;
}
.c-movieDetail__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 330px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 0.82;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8722072419rem + 1.0785824345vw, 1.5625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0 auto;
  color: var(--blue01);
}
.c-movieDetail__title::before, .c-movieDetail__title::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background-color: var(--blue01);
  position: absolute;
  top: 50%;
  z-index: 2;
}
.c-movieDetail__title::before {
  right: calc(100% - 40px);
  transform: translateY(-50%) rotate(65deg);
}
.c-movieDetail__title::after {
  left: calc(100% - 40px);
  transform: translateY(-50%) rotate(-65deg);
}
.c-movieDetail__title span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-movieDetail__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.c-movieDetail__title span > img {
  width: 100%;
  max-width: 47px;
  height: auto;
  margin-right: 20px;
}
.c-movieDetail__video {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 550px;
  border-radius: 5px;
  padding: 0;
  margin: 20px auto 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.c-movieDetail__video:hover {
  opacity: 0.8;
}
.c-movieDetail__video:hover img {
  transform: scale(1.05);
}
.c-movieDetail__video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-movieDetail__video::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-play-movie.png") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.c-movieDetail__video img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c-movieDetail__video::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .c-movieDetail__title {
    min-width: 380px;
  }
  .c-movieDetail__video::after {
    width: 110px;
    height: 110px;
  }
}

.c-buttonAddFavorite {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em 4em;
  border-radius: 50px;
  border: 3px solid var(--orange01);
  background-color: var(--orange01);
  transition: background-color 0.35s ease;
}
.c-buttonAddFavorite:hover {
  background-color: var(--white);
}
.c-buttonAddFavorite:hover .c-buttonAddFavorite__title {
  color: var(--orange01);
}
.c-buttonAddFavorite:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 1px;
}
.c-buttonAddFavorite__icon {
  display: block;
  text-align: center;
}
.c-buttonAddFavorite__icon > img {
  width: 36px;
  aspect-ratio: 1/1;
}
.c-buttonAddFavorite__title {
  display: block;
  line-height: 1.5;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-left: 0.5em;
  color: var(--white);
  transition: all 0.35s ease;
}
.c-tableCareerInfo {
  width: 100%;
  border-collapse: collapse;
}
.c-tableCareerInfo tr:first-child th, .c-tableCareerInfo tr:first-child td {
  border-top: 1px solid #D1E1FF;
}
.c-tableCareerInfo th, .c-tableCareerInfo td {
  width: 100%;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
  text-align: left;
  letter-spacing: 0.1em;
}
.c-tableCareerInfo th {
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 0.6em 1em;
  color: var(--gray20);
  background-color: var(--gray80);
}
.c-tableCareerInfo td {
  font-weight: 500;
  padding: 1em 0;
  background-color: var(--white);
  border-top: 1px solid #D1E1FF;
  border-bottom: 1px solid #D1E1FF;
}
.c-tableCareerInfo td ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.c-tableCareerInfo td ul li {
  line-height: 1.2;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0;
  color: var(--black);
}
@media screen and (min-width: 1024px) {
  .c-tableCareerInfo th, .c-tableCareerInfo td {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #D1E1FF;
  }
  .c-tableCareerInfo th {
    width: 10%;
    padding: 0.6em 1em;
  }
  .c-tableCareerInfo td {
    width: 90%;
    padding: 1em 2em;
  }
}

.c-cards {
  display: flex;
  flex-direction: column;
}
.c-cards__itemMain {
  width: 100%;
}
.c-cards__cardMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 25px 20px;
  border-radius: 15px;
  border: 2px solid var(--blue02);
  background-color: var(--orange06);
}
.c-cards__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 1em;
  color: var(--blue02);
  border-bottom: 4px dotted var(--blue02);
}
.c-cards__title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: auto;
  aspect-ratio: 63/55;
  margin-right: 5%;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-bubbles.png") no-repeat center center/cover;
}
.c-cards__desc {
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.5em;
  color: var(--blue02);
}
.c-cards__desc a {
  display: inline-block;
  color: var(--blue02);
  transition: all 0.35s ease;
}
.c-cards__desc a:hover {
  opacity: 0.5;
}
.c-cards__itemSub {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.c-cards__cardSub {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 15px;
  border: 2px solid var(--blue02);
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-cards__cardSub:hover {
  background-color: var(--orange06);
}
.c-cards__cardSubIcon {
  margin-right: 5%;
}
.c-cards__cardSubIcon--lamp {
  max-width: 45px;
}
.c-cards__cardSubIcon--book {
  max-width: 40px;
}
.c-cards__cardSubContent {
  width: 100%;
}
.c-cards__titleSub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  color: var(--blue02);
}
.c-cards__titleSub::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  margin-left: 15px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-arrrow-rounded.png") no-repeat center center/cover;
}
.c-cards__descSub {
  line-height: 1.5;
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.5791602465rem + 0.4622496148vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-top: 0.6em;
  color: var(--blue02);
}
@media screen and (min-width: 1024px) {
  .c-cards {
    flex-direction: row;
    align-items: stretch;
    height: 100%;
  }
  .c-cards__itemMain {
    width: 480px;
  }
  .c-cards__cardMain {
    padding: 0 50px;
  }
  .c-cards__title {
    width: auto;
    letter-spacing: 0.1em;
  }
  .c-cards__title::before {
    width: 63px;
    margin-right: 20px;
  }
  .c-cards__itemSub {
    width: calc(100% - 480px - 20px);
    max-width: 400px;
    margin-top: 0;
    margin-left: 20px;
    gap: 28px;
  }
  .c-cards__cardSub {
    min-height: 135px;
    padding: 20px 7%;
  }
  .c-cards__cardSubIcon {
    margin-right: 25px;
  }
  .c-cards__cardSubIcon--lamp {
    max-width: 55px;
  }
  .c-cards__cardSubIcon--book {
    max-width: 52px;
  }
}

.c-detailButtons {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 25px 20px;
  margin: 0 auto;
  background-color: #D0E4FF;
}
.c-detailButtons__container {
  margin: auto;
}
.c-detailButtons__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -5px auto;
}
.c-detailButtons__item {
  width: auto;
  margin: 5px auto;
}
.c-detailButtons__buttonReturn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-radius: 50px;
  color: var(--white);
  border: 4px solid var(--blue02);
  background-color: var(--blue02);
  transition: all 0.35s ease;
}
.c-detailButtons__buttonReturn:hover {
  color: var(--white);
  border-color: var(--blue02);
  background-color: var(--blue03);
}
.c-detailButtons__buttonFavorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0 1.5em;
  border-radius: 50px;
  color: var(--blue01);
  border: 3px solid var(--orange01);
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-detailButtons__buttonFavorite:hover {
  color: var(--blue01);
  border-color: var(--orange01);
  background-color: var(--orange03);
}
.c-detailButtons__buttonFavoriteLabel {
  display: inline-block;
  white-space: nowrap;
  margin-left: 5px;
}
.c-detailButtons__listSub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
/* 20251121 追加調整 */
.p-search__buttons .c-detailButtons__listSub {
	margin: 0;
	flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
	.p-search__buttons .c-detailButtons__listSub {
		margin: 30px auto 0;
	}
}
.c-detailButtons__buttonSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1em 1.5em;
  border-radius: 5px;
  color: var(--blue02);
  border: 2px solid var(--blue02);
  transition: all 0.35s ease;
  /* 20251121 差分の取込↓ */
  max-width: 165px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1em 1em;
  background-color: #F0F0F0;
}
.c-detailButtons__buttonSearch:hover {
  color: var(--white);
  border-color: var(--blue02);
  background-color: var(--blue03);
}
@media screen and (min-width: 768px) {
  .c-detailButtons__list {
    flex-direction: row;
    margin: 0 auto;
  }
  .c-detailButtons__item {
    margin: 0 15px;
  }
  .c-detailButtons__buttonFavorite {
    height: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .c-detailButtons__buttonFavorite {
    height: 75px;
    border: 5px solid var(--orange01);
  }
}

.link_l {
  width: 100%;
  margin: 1.5rem auto 3rem;
}
.link_l a {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1.2;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1.2em 3em;
  margin: 0 auto;
  color: var(--blue02) !important;
  border-radius: 50px;
  border: 2px solid var(--blue02);
  background-color: var(--orange04);
}
.link_l a::after {
  display: none;
}
div[class^=file_] {
  display: flex;
  align-items: center;
  font-weight: 700;
}
div[class^=file_]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  width: 18px;
  min-width: 18px;
  height: 20px;
  margin-right: 10px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-pdf.png") no-repeat 0 0/contain;
}
div[class^=file_] > a {
  color: var(--orange02) !important;
  line-height: 1.4;
  text-decoration: underline;
}
div[class^=file_] > a::after {
  display: none;
}
.c-contentIndex {
  max-width: 645px !important;
  margin: 0 auto 60px;
}
.c-contentIndex__heading {
  width: 150px;
  height: 38px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
  color: var(--blue02);
}
.c-contentIndex__heading::after {
  content: "";
  display: block;
  width: 150px;
  height: 38px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-index-heading.png") no-repeat 0 0/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-contentIndex__list {
  padding: 20px 30px 28px;
  border-radius: 0 0 8px 8px;
  background-color: #FFEBE4;
}
.c-contentIndex__item {
  border-bottom: 1px dashed var(--blue02);
}
.c-contentIndex__link {
  position: relative;
  display: inline-flex;
  padding: 0.5em 0;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-left: 15px;
  color: var(--blue02);
  transition: all 0.35s ease;
}
.c-contentIndex__link:hover {
  opacity: 0.5;
  color: var(--blue02);
}
.c-contentIndex__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-arrow-index.png") no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-contentIndex__link::after {
  display: none;
}

.js-accordionTrigger {
  position: relative;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.8em 2em 0.8em 1em;
  border-radius: 5px;
  color: var(--white);
  background-color: var(--blue03);
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.25);
}
.js-accordionTrigger:not(:first-of-type) {
  margin-top: 1em;
}
.js-accordionTrigger:focus {
  outline: 2px solid var(--blue03);
  outline-offset: 2px;
}
@media screen and (min-width: 1024px) {
  .js-accordionTrigger {
    padding: 0.5em 2em 0.5em 1em;
  }
}

.js-accordionContent {
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin-top: 0 !important;
}

.js-accordionContent > * + * {
  margin-top: 1em;
}

.js-accordionTrigger.is-open + .js-accordionContent {
  margin-top: 1em !important;
}

.js-accordionContent figcaption {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-top: 0.5em;
  color: var(--black);
}

.c-iconPlus {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
}

.c-iconPlus::before,
.c-iconPlus::after {
  content: "";
  position: absolute;
  border-radius: 5px;
  background: currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}

.c-iconPlus::before {
  width: 3px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .c-iconPlus::before {
    width: 4px;
    height: 20px;
  }
}

.c-iconPlus::after {
  width: 15px;
  height: 3px;
}
@media screen and (min-width: 1024px) {
  .c-iconPlus::after {
    width: 20px;
    height: 4px;
  }
}

.js-accordionTrigger.is-open .c-iconPlus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.js-accordionTrigger.is-open .c-iconPlus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-hero {
  padding-top: 70px;
}
.p-hero__container {
  position: relative;
}
.p-hero__body {
  position: relative;
  z-index: 1;
  margin: 25px auto 0;
}
.p-hero__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 77%;
  z-index: -1;
  width: 28%;
  max-width: 188px;
  height: auto;
  aspect-ratio: 94/248;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-hero-left-sp.png") no-repeat center center/cover;
}
.p-hero__body::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 79%;
  z-index: -1;
  width: 23%;
  max-width: 154px;
  height: auto;
  aspect-ratio: 77/249;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-hero-right-sp.png") no-repeat center center/cover;
}
.p-hero__title {
  width: 46%;
  max-width: 180px;
  line-height: 1;
  margin: 0 auto;
}
.p-hero__logo {
  width: 45%;
  max-width: 234px;
  margin: 4% auto 0;
}
.p-hero__cta {
  position: relative;
  z-index: 10;
  max-width: 988px;
  margin: 88% auto 0;
}
.p-hero__visuals > figure {
  position: absolute;
}
.p-hero__visuals > figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-hero__visuals .kv-left-1 {
  bottom: 8.5%;
  right: 44%;
  width: 63%;
  max-width: 383px;
  z-index: 3;
}
.p-hero__visuals .kv-left-2 {
  display: none;
  bottom: 36%;
  left: 35%;
  width: 10.56%;
  z-index: 3;
}
.p-hero__visuals .kv-left-3 {
  top: 34%;
  right: 50%;
  width: 43%;
  z-index: 1;
}
.p-hero__visuals .kv-right-1 {
  bottom: 7%;
  left: 38%;
  width: 67%;
  max-width: 400px;
  z-index: 2;
}
.p-hero__visuals .kv-right-2 {
  display: none;
  bottom: 36%;
  right: 36%;
  width: 9.68%;
  z-index: 3;
}
.p-hero__visuals .kv-right-3 {
  top: 35%;
  left: 52%;
  width: 40%;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  .p-hero__title {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding-top: 90px;
  }
  .p-hero__body {
    margin: 30px auto 0;
  }
  .p-hero__title {
    width: 27%;
    max-width: 393px;
  }
  .p-hero__logo {
    width: 26%;
  }
  .p-hero__cta {
    margin: 14% auto 0;
  }
  .p-hero__visuals .kv-left-1 {
    bottom: 28%;
    right: inherit;
    left: 14%;
    width: 26.8%;
  }
  .p-hero__visuals .kv-left-2 {
    display: block;
  }
  .p-hero__visuals .kv-left-3 {
    top: inherit;
    bottom: 59%;
    right: inherit;
    left: 3.5%;
    width: 22%;
  }
  .p-hero__visuals .kv-right-1 {
    bottom: 28%;
    left: inherit;
    right: 13%;
    width: 27.44%;
  }
  .p-hero__visuals .kv-right-2 {
    display: block;
  }
  .p-hero__visuals .kv-right-3 {
    top: inherit;
    bottom: 58%;
    left: inherit;
    right: 4%;
    width: 20.8%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__body {
    margin: 72px auto 0;
  }
  .p-hero__body::before {
    top: -40px;
    right: calc(50% + 318px);
    width: 382px;
    max-width: none;
    height: 565px;
    aspect-ratio: auto;
    background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-hero-left.png") no-repeat center center/cover;
  }
  .p-hero__body::after {
    top: -26px;
    left: calc(50% + 375px);
    width: 317px;
    max-width: none;
    height: 547px;
    aspect-ratio: auto;
    background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-hero-right.png") no-repeat center center/cover;
  }
  .p-hero__title {
    width: 45%;
    max-width: 392px;
  }
  .p-hero__logo {
    width: 20%;
    margin: 18px auto 0;
  }
  .p-hero__cta {
    margin: 158px auto 0;
  }
  .p-hero__visuals .kv-left-1 {
    max-width: 335px;
    bottom: 11%;
  }
  .p-hero__visuals .kv-left-2 {
    bottom: 25%;
  }
  .p-hero__visuals .kv-right-1 {
    max-width: 343px;
    bottom: 11%;
  }
  .p-hero__visuals .kv-right-2 {
    bottom: 25%;
  }
}

.p-canDo {
  margin-top: var(--space-md);
}
.p-canDo__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.5277349769rem + 3.0816640986vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  color: var(--blue01);
}
.p-canDo__body {
  margin-top: 20px;
}
.p-canDo__content {
  position: relative;
  z-index: 1;
}
.p-canDo__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 80%;
  z-index: -1;
  width: 100%;
  height: auto;
  max-width: 188px;
  aspect-ratio: 321/3657;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-cando-left-sp.png") no-repeat center center/cover;
}
.p-canDo__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  z-index: -1;
  width: 100%;
  height: auto;
  max-width: 220px;
  aspect-ratio: 380/3683;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-cando-right-sp.png") no-repeat center center/cover;
}
.p-canDo__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.p-canDo__item {
  width: 100%;
  max-width: 469px;
}
.p-canDo__guide {
  max-width: 920px;
  margin: var(--space-md) auto 0;
}
@media screen and (min-width: 768px) {
  .p-canDo {
    margin-top: var(--space-lg);
  }
  .p-canDo__content::before {
    right: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .p-canDo__content::before {
    top: -40px;
    right: calc(50% + 500px);
    width: 325px;
    height: 1840px;
    max-width: none;
    aspect-ratio: auto;
    background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-cando-left.png") no-repeat center center/cover;
  }
  .p-canDo__content::after {
    top: -102px;
    left: calc(50% + 500px);
    width: 345px;
    height: 1854px;
    max-width: none;
    aspect-ratio: auto;
    background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-cando-right.png") no-repeat center center/cover;
  }
}
@media screen and (min-width: 1100px) {
  .p-canDo__list {
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }
  .p-canDo__item {
    width: 50%;
  }
  .p-canDo__guide {
    margin: 60px auto 0;
  }
}

.p-news {
  position: relative;
  z-index: 2;
  padding-top: var(--space-md);
  padding-bottom: var(--space-xl);
  background-color: var(--white);
}
.p-news__container.u-container {
  max-width: 850px;
}
.p-news__heading {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8888674884rem + 1.5408320493vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin: 0 auto;
  color: var(--blue01);
}
.p-news__body {
  margin: 2em auto 0;
}
.p-news__list {
  border-top: 2px solid var(--blue01);
}
.p-news__item {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid var(--blue01);
}
.p-news__item a {
  color: var(--blue01);
  width: auto;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding: 0 0 1.2em;
  pointer-events: none;
  transition: all 0.35s ease;
}
.p-news__item a:hover {
  color: var(--accent);
}
.p-news__item .p-news__link a {
  pointer-events: visible;
}
.p-news__meta {
  display: flex;
  align-items: center;
  margin: 1.2em 0 0;
}
.p-news__meta > * + * {
  margin-left: 1em;
}
.p-news__date {
  display: block;
  min-width: 5em;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.p-news__title {
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0.8em 0 0;
}
.p-news__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px auto 0;
}
.p-news__button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-align: center;
  color: var(--blue01);
  border: 2px solid var(--blue01);
  border-radius: 5px;
  padding: 0.8em 1em 1em;
  transition: all 0.35s ease;
}
.p-news__button:hover, .p-news__button:focus {
  color: #FFFFFF;
  background-color: var(--blue01);
}
@media screen and (min-width: 1024px) {
  .p-news {
    padding-top: var(--space-md);
    padding-bottom: var(--space-lg);
  }
  .p-news__item {
    flex-direction: row;
  }
  .p-news__item a {
    width: 100%;
    flex-direction: row;
    padding: 1.5em 0.5em;
  }
  .p-news__meta {
    margin: 0 2em 0 0;
  }
  .p-news__buttons {
    gap: 30px;
  }
  .p-news__button {
    padding: 0.8em 2em 1em;
  }
}

.p-about {
  padding-bottom: var(--space-lg);
  margin-top: var(--space-md);
}
.p-about__container.u-container {
  max-width: 1030px;
}
.p-about__content h2 {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8888674884rem + 1.5408320493vw, 1.875rem);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin: 0 auto;
  color: var(--blue01);
}
.p-about__content p {
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
  color: var(--blue01);
}
.p-about__content p img {
  display: block;
  margin: 20px auto 0;
}
.p-about__content p:has(img) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-about__content p {
    text-align: center;
    letter-spacing: 0.15em;
  }
  .p-about p > img {
    margin: 1.8rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__content p {
    letter-spacing: 0.2em;
  }
}

.p-search {
  position: relative;
  z-index: 2;
  padding-top: var(--space-sm);
  padding-bottom: var(--space-xs);
  border-radius: 50px 50px 0 0;
  background-color: #EEEEEE;
}
.p-search__title {
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9805469954rem + 0.6163328197vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0 auto 0.65em;
  color: var(--blue01);
}
.p-search__example {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-top: 0.6em;
  color: var(--blue01);
}
.p-search__body {
  padding-top: var(--space-xs);
}
.p-search__content + .p-search__content {
  margin-top: var(--space-xs);
}
.p-search__column:not(:first-child) {
  margin-top: 40px;
}
/* 検索画面のフローティング解除のため背景色は不要 20251121 */
.p-search__buttons {
  width: 100%;
  /* background: #D0E4FF; */
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 25px 20px;
  margin: 0 auto;
}
.p-search__buttons input {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.35s, color 0.35s;
}
.p-search__buttons input[type=submit] {
  max-width: 362px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1.2em 1em;
  border-radius: 50px;
  border: 2px solid var(--blue02);
  background-color: var(--blue02);
  color: #FFFFFF;
}
.p-search__buttons input[type=submit]:hover, .p-search__buttons input[type=submit]:focus {
  background-color: var(--blue03);
}
.p-search__buttons input[type=reset] {
  max-width: 165px;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1em 1em;
  border-radius: 5px;
  border: 2px solid var(--blue02);
  background-color: #F0F0F0;
  color: var(--blue02);
}
.p-search__buttons input[type=reset]:hover, .p-search__buttons input[type=reset]:focus {
  background-color: var(--blue03);
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .p-search__body {
    padding-top: var(--space-sm);
  }
  .p-search__buttons {
    position: relative;
    flex-direction: column;
    gap: 0;
  }
  .p-search__buttons input[type=submit] {
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    padding: 26px 1em;
    margin: 0 auto;
  }
  .p-search__buttons input[type=reset] {
    padding: 1em 1.5em;
    margin: 25px auto 0;
  }
}

.js-handlePosition-trigger {
  padding-top: 150px;
  position: relative;
}

.js-handlePosition-trigger:has(.c-detailButtons) {
  padding-top: 200px;
}
@media screen and (min-width: 768px) {
  .js-handlePosition-trigger {
    padding-top: 200px;
  }
  .js-handlePosition-trigger:has(.c-detailButtons) {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .js-handlePosition-trigger {
    padding-top: 250px;
  }
  .js-handlePosition-trigger:has(.c-detailButtons) {
    padding-top: 200px;
  }
}

/* 検索画面のフローティングボタンは解除 20251121 */
/* 
.js-handlePosition {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.1s ease;
}
*/
/* .js-handlePosition.is-static { */
.js-handlePosition {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
  background-color: transparent;
} 

.p-result {
  position: relative;
  z-index: 2;
  padding-top: var(--space-md);
  padding-bottom: var(--space-xl);
  border-radius: 50px 50px 0 0;
  background: #EEEEEE;
}
.p-result__heading {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--blue01);
}
.p-result__heading span {
  display: inline-block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-size: clamp(2.1875rem, 1.9347072419rem + 1.0785824345vw, 2.625rem);
  letter-spacing: 0.05em;
  margin: 0 0.3em;
}
.p-result__body {
  margin-top: 40px;
}
.p-result__list {
  display: flex;
  flex-direction: column;
}
.p-result__item {
  position: relative;
}
.p-result__item + .p-result__item {
  margin-top: 30px;
}
.p-result__buttonFavorite {
  max-width: 36px;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  outline: none;
  transition: all 0.35s ease;
}
.p-result__buttonFavorite:hover {
  opacity: 0.5;
}
.p-result__buttonFavorite:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 1px;
}
.p-result__pagination {
  margin: 50px auto 0;
}
.p-result__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}
.p-result__buttonReturn {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9805469954rem + 0.6163328197vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  padding: 26px 3.5em;
  border-radius: 50px;
  border: 2px solid var(--blue02);
  background-color: var(--blue02);
  color: var(--white);
  transition: all 0.35s ease;
}
.p-result__buttonReturn:hover, .p-result__buttonReturn:focus {
  color: var(--white);
  background-color: var(--blue03);
}
@media screen and (min-width: 1024px) {
  .p-result {
    padding-bottom: var(--space-lg);
  }
  .p-result__buttonFavorite {
    top: 15px;
    right: 15px;
  }
}

.fav-btn[aria-pressed=true] path {
  fill: var(--orange01);
}
.fav-btn[aria-pressed=true] circle {
  stroke: var(--orange01);
}

.p-detail {
  padding-bottom: var(--space-xs);
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-repeat-illust.png") repeat-y center 380px/1621px auto;
}
.p-detail__container {
  position: relative;
  z-index: 1;
}
.p-detail__inner {
  position: relative;
  z-index: 2;
}
.p-detail__header {
  text-align: center;
  padding: 40px 0 200px;
  background-color: #1960C4;
  background-image: linear-gradient(0deg, transparent 19px, #407FD7 20px), linear-gradient(90deg, transparent 19px, #407FD7 20px);
  background-size: 20px 20px;
  background-position: center center;
}
.p-detail__tags {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.p-detail__tag {
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 500;
  text-align: center;
  padding: 0.5em 1.5em;
  border-radius: 20px;
  color: #0045A7;
  background-color: #D1E1FF;
}
.p-detail__subheading {
  line-height: 1.2;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  color: var(--white);
  margin-bottom: 0.8em;
}
.p-detail__heading {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: inline-flex;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.905527735rem + 2.0030816641vw, 2.1875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--white);
  margin: 0 auto;
}
.p-detail__body {
  position: relative;
  max-width: 1100px;
  padding: 45px 20px 60px;
  margin: 0 auto;
  margin-top: -165px;
  border-radius: 35px 35px 0 0;
  background-color: var(--white);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.p-detail__body > * {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.p-detail__body > * + * {
  margin-top: 60px;
}
.p-detail__image {
  max-width: 550px;
  margin: 0 auto;
}
.p-detail__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-detail__table {
  margin-top: 45px;
}
.p-detail__movie {
  margin-top: 45px;
}
.p-detail__button {
  display: table;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .p-detail__body {
    padding: 45px 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-detail__header {
    padding: 60px 0 195px;
  }
  .p-detail__heading {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .p-detail__body {
    padding: 80px 115px 95px;
    margin-top: -140px;
    border-radius: 50px 50px 0 0;
  }
  .p-detail__body > * {
    max-width: none;
  }
  .p-detail__body > * + * {
    margin-top: 80px;
  }
  .p-detail__image {
    max-width: 750px;
  }
  .p-detail__table {
    margin-top: 60px;
  }
  .p-detail__movie {
    margin-top: 60px;
  }
}

.p-careerInfo__container {
  position: relative;
  z-index: 2;
}
.p-careerInfo__inner {
  max-width: 1100px;
  padding: 35px 20px 55px;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  background-color: #C5D9FF;
  background-image: linear-gradient(0deg, transparent 19px, #E5EEFF 20px), linear-gradient(90deg, transparent 19px, #E5EEFF 20px);
  background-size: 20px 20px;
  background-position: center center;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.p-careerInfo__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  color: var(--blue02);
}
.p-careerInfo__heading::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-for-teachers.png") no-repeat center center/cover;
  position: absolute;
  bottom: 40px;
  right: -15px;
}
.p-careerInfo__headingIcon {
  max-width: 28px;
  margin-right: 10px;
}
.p-careerInfo__body {
  max-width: 650px;
  padding: 30px 20px;
  margin: 20px auto 0;
  border-radius: 20px;
  background-color: var(--white);
}
.p-careerInfo__title {
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.5em 1em;
  color: var(--blue01);
  background-color: #D1E1FF;
}
.p-careerInfo__table {
  margin-top: 15px;
}
.p-careerInfo__column + .p-careerInfo__column {
  margin-top: 30px;
}
.p-careerInfo__achievement {
  max-width: 650px;
  padding: 30px 20px;
  margin: 30px auto 0;
  border-radius: 20px;
  background-color: var(--white);
}
.p-careerInfo__titleAchievement {
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 0 0.8em;
  border-bottom: 1px solid rgba(0, 65, 157, 0.5);
  color: var(--blue02);
}
.p-careerInfo__description {
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
  color: var(--black);
}
.p-careerInfo__cardsWrap {
  max-width: 650px;
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  .p-careerInfo__heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-careerInfo__headingIcon {
    max-width: 32px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-careerInfo__inner {
    padding: 60px 100px 65px;
    border-radius: 0 0 50px 50px;
  }
  .p-careerInfo__heading {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .p-careerInfo__heading::after {
    position: static;
    margin: 0 0 0 10px;
    transform: translateY(-12px);
  }
  .p-careerInfo__headingIcon {
    max-width: 40px;
    margin-right: 15px;
  }
  .p-careerInfo__body {
    max-width: none;
    padding: 45px 70px;
    margin: 30px auto 0;
  }
  .p-careerInfo__column + .p-careerInfo__column {
    margin-top: 40px;
  }
  .p-careerInfo__achievement {
    max-width: none;
    padding: 45px 70px;
    margin: 45px auto 0;
  }
  .p-careerInfo__cardsWrap {
    max-width: none;
    margin: 60px auto 0;
  }
}

.p-newsArchive {
  padding-bottom: var(--space-xl);
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-repeat-illust.png") repeat-y center 340px/1621px auto;
}
.p-newsArchive__container {
  position: relative;
  z-index: 1;
}
.p-newsArchive__inner {
  position: relative;
  z-index: 2;
}
.p-newsArchive__header {
  text-align: center;
  padding: 40px 0 200px;
  background-color: #1960C4;
  background-image: linear-gradient(0deg, transparent 19px, #407FD7 20px), linear-gradient(90deg, transparent 19px, #407FD7 20px);
  background-size: 20px 20px;
  background-position: center center;
}
.p-newsArchive__heading {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: inline-flex;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.905527735rem + 2.0030816641vw, 2.1875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--white);
  margin: 0 auto;
}
.p-newsArchive__body {
  position: relative;
  max-width: 1100px;
  padding: 45px 20px 60px;
  margin: 0 auto;
  margin-top: -165px;
  border-radius: 35px 35px;
  background-color: var(--white);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.p-newsArchive__body > * {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.p-newsArchive__body > * + * {
  margin-top: 60px;
}
.p-newsArchive__list {
  border-top: 2px solid var(--blue01);
}
.p-newsArchive__item {
  border-bottom: 2px solid var(--blue01);
}
.p-newsArchive__item a {
  color: var(--blue01);
  width: auto;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding: 1.2em 0;
}
.p-newsArchive__link {
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}
.p-newsArchive__link:hover {
  color: var(--accent);
}
.p-newsArchive__meta {
  display: flex;
  align-items: center;
}
.p-newsArchive__meta > * + * {
  margin-left: 1em;
}
.p-newsArchive__date {
  display: block;
  min-width: 5em;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: var(--gray40);
}
.p-newsArchive__title {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0.8em 0 0;
}
@media screen and (min-width: 768px) {
  .p-newsArchive__body {
    padding: 45px 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsArchive {
    padding-bottom: var(--space-lg);
  }
  .p-newsArchive__header {
    padding: 60px 0 195px;
  }
  .p-newsArchive__heading {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .p-newsArchive__body {
    padding: 60px 150px 60px;
    margin-top: -140px;
    border-radius: 50px 50px;
  }
  .p-newsArchive__body > * {
    max-width: none;
  }
  .p-newsArchive__body > * + * {
    margin-top: 80px;
  }
  .p-newsArchive__link {
    flex-direction: row;
  }
  .p-newsArchive__item a {
    width: 100%;
    flex-direction: row;
    padding: 1.5em 0.5em;
  }
  .p-newsArchive__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 2em;
  }
}

.p-newsDetail {
  padding-bottom: var(--space-xl);
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-repeat-illust.png") repeat-y center 340px/1621px auto;
}
.p-newsDetail__container {
  position: relative;
  z-index: 1;
}
.p-newsDetail__inner {
  position: relative;
  z-index: 2;
}
.p-newsDetail__header {
  text-align: center;
  padding: 40px 0 200px;
  background-color: #1960C4;
  background-image: linear-gradient(0deg, transparent 19px, #407FD7 20px), linear-gradient(90deg, transparent 19px, #407FD7 20px);
  background-size: 20px 20px;
  background-position: center center;
}
.p-newsDetail__heading {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: inline-flex;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.905527735rem + 2.0030816641vw, 2.1875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--white);
  margin: 0 auto;
}
.p-newsDetail__body {
  position: relative;
  max-width: 1100px;
  padding: 45px 20px 60px;
  margin: 0 auto;
  margin-top: -165px;
  border-radius: 35px 35px;
  background-color: var(--white);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.p-newsDetail__body > * {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.p-newsDetail__date {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: var(--gray40);
}
.p-newsDetail__title {
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.7444144838rem + 2.157164869vw, 2.125rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0 0 0.8em;
  margin: 1em 0 0;
  color: var(--blue01);
  border-bottom: 2px solid var(--blue01);
}
.p-newsDetail__content h2 {
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 0.6em 1em;
  border-radius: 8px;
  color: var(--blue01);
  background-color: var(--blue06);
}
.p-newsDetail__content h2:not(:first-of-type) {
  margin-top: 3em;
}
.p-newsDetail__content h3 {
  line-height: 1.2;
  font-size: 17px;
  font-size: 1.0625rem;
  font-size: clamp(1.0625rem, 0.8097072419rem + 1.0785824345vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.1em 0 0.1em 1em;
  color: var(--blue02);
  border-left: 5px solid var(--blue02);
}
.p-newsDetail__content p {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: justify;
  color: var(--black);
}
.p-newsDetail__content p:has(a) {
  display: inline-block;
}
.p-newsDetail__content p:has(img) {
  display: flex;
  justify-content: center;
}
.p-newsDetail__content a {
  position: relative;
  display: inline-flex;
  color: var(--blue03);
  transition: all 0.35s ease;
}
.p-newsDetail__content a:hover {
  opacity: 0.5;
}
.p-newsDetail__content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--blue03);
}
.p-newsDetail__content img {
  width: auto;
  max-width: 100%;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-newsDetail__body {
    padding: 45px 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsDetail {
    padding-bottom: var(--space-lg);
  }
  .p-newsDetail__header {
    padding: 60px 0 195px;
  }
  .p-newsDetail__heading {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .p-newsDetail__body {
    padding: 60px 150px 80px;
    margin-top: -140px;
    border-radius: 50px 50px;
  }
  .p-newsDetail__body > * {
    max-width: none;
  }
  .p-newsDetail__content h2 {
    border-radius: 10px;
  }
}

.detail_free > * + * {
  margin-top: 1.5em;
}

.p-pageFormat {
  padding-bottom: var(--space-xl);
  background: url("/soshiki_file/mitsukaru-hiroshima-company/bg-repeat-illust.png") repeat-y center 340px/1621px auto;
}
.p-pageFormat h1 {
  width: 100%;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.905527735rem + 2.0030816641vw, 2.1875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--white);
  margin: 0 auto;
  transform: translateY(-70px);
}
.p-pageFormat:has(.page-students) h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: var(--white);
  margin: 0 auto;
  transform: translateY(-36px);
}
.p-pageFormat:has(.page-students) h1::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 65px;
  height: 100%;
  aspect-ratio: 170/228;
  margin-right: 10px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-heading-students.png") no-repeat 0 0/contain;
}
.p-pageFormat:has(.page-students) h1 span {
  transform: translateY(-0.2em);
}
.p-pageFormat:has(.page-teachers) h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.905527735rem + 2.0030816641vw, 2.1875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  white-space: nowrap;
  color: var(--white);
  margin: 0 auto;
  transform: translateY(-40px);
}
.p-pageFormat:has(.page-teachers) h1::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 90px;
  height: 100%;
  aspect-ratio: 224/228;
  margin-right: 10px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-heading-teachers.png") no-repeat 0 0/contain;
}
.p-pageFormat:has(.page-teachers) h1 span {
  transform: translateY(-0.2em);
}
.p-pageFormat:has(.page-company) h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.905527735rem + 2.0030816641vw, 2.1875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0 20px;
  color: var(--white);
  margin: 0 auto;
  transform: translateY(-44px);
}
.p-pageFormat:has(.page-company) h1::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 125px;
  height: 100%;
  aspect-ratio: 320/250;
  margin-right: 10px;
  background: url("/soshiki_file/mitsukaru-hiroshima-company/icon-heading-company.png") no-repeat 0 0/contain;
}
.p-pageFormat:has(.page-company) h1 span {
  transform: translateY(-0.2em);
}
.p-pageFormat__container {
  position: relative;
  z-index: 1;
}
.p-pageFormat__inner {
  position: relative;
  z-index: 2;
}
.p-pageFormat__header {
  text-align: center;
  background-color: #1960C4;
  background-image: linear-gradient(0deg, transparent 19px, #407FD7 20px), linear-gradient(90deg, transparent 19px, #407FD7 20px);
  background-size: 20px 20px;
  background-position: center center;
}
.p-pageFormat__headerInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  height: 300px;
  margin: 0 auto;
}
.p-pageFormat__body {
  position: relative;
  max-width: 1100px;
  padding: 45px 20px 60px;
  margin: 0 auto;
  margin-top: -145px;
  border-radius: 35px 35px;
  background-color: var(--white);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.p-pageFormat__body > * {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.p-pageFormat__date {
  position: absolute;
  right: 10px;
  top: 10px;
}
.p-pageFormat__date > span {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: var(--white);
}
.p-pageFormat__title {
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.7444144838rem + 2.157164869vw, 2.125rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0 0 1em;
  margin: 1em 0 0;
  color: var(--blue01);
  border-bottom: 2px solid var(--blue01);
}
.p-pageFormat__content h2 {
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 0.8em 1em;
  border-radius: 8px;
  color: var(--blue01);
  background-color: var(--blue06);
}
.p-pageFormat__content h2:not(:first-of-type) {
  margin-top: 3em;
}
.p-pageFormat__content h2 > a {
  color: var(--blue01);
  pointer-events: none;
}
.p-pageFormat__content h2 > a:focus {
  outline: none;
}
.p-pageFormat__content h2 > a::after {
  display: none;
}
.p-pageFormat__content h3 {
  line-height: 1.6;
  font-size: 17px;
  font-size: 1.0625rem;
  font-size: clamp(1.0625rem, 0.8097072419rem + 1.0785824345vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0 0 0 1em;
  color: var(--blue02);
  border-left: 5px solid var(--blue02);
}
.p-pageFormat__content h4 {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0 0 0.5em;
  color: var(--blue03);
  border-bottom: 2px solid var(--blue05);
}
.p-pageFormat__content h5 {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0;
  color: var(--blue03);
}
.p-pageFormat__content h6 {
  position: relative;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 0 1.8em;
  color: var(--blue03);
}
.p-pageFormat__content h6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  border: 5px solid var(--blue05);
  background-color: var(--white);
}
.p-pageFormat__content p {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: justify;
  color: var(--black);
}
.p-pageFormat__content p:has(a) {
  display: inline-block;
}
.p-pageFormat__content p:has(img) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-pageFormat__content ul {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: justify;
  color: var(--black);
}
.p-pageFormat__content ul li {
  position: relative;
  padding-left: 1em;
}
.p-pageFormat__content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.2em;
  color: var(--black);
}
.p-pageFormat__content a {
  position: relative;
  display: inline-flex;
  color: var(--blue03);
  transition: all 0.35s ease;
}
.p-pageFormat__content a:hover {
  opacity: 0.5;
}
.p-pageFormat__content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--blue03);
}
.p-pageFormat__content img {
  width: auto;
  max-width: 100%;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-pageFormat:has(.page-students) h1 {
    transform: translateY(-45px);
  }
  .p-pageFormat:has(.page-students) h1::before {
    max-width: 75px;
    margin-right: 20px;
  }
  .p-pageFormat:has(.page-teachers) h1 {
    transform: translateY(-46px);
  }
  .p-pageFormat:has(.page-teachers) h1::before {
    max-width: 100px;
    margin-right: 20px;
  }
  .p-pageFormat:has(.page-company) h1 {
    transform: translateY(-49px);
  }
  .p-pageFormat:has(.page-company) h1 br {
    display: none;
  }
  .p-pageFormat:has(.page-company) h1::before {
    max-width: 140px;
    margin-right: 20px;
  }
  .p-pageFormat__body {
    padding: 45px 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageFormat {
    padding-bottom: var(--space-lg);
  }
  .p-pageFormat__headerinner {
    height: 350px;
  }
  .p-pageFormat h1 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    transform: translateY(-70px);
  }
  .p-pageFormat__date {
    top: 15px;
  }
  .p-pageFormat__date > span {
    letter-spacing: 0.15em;
  }
  .p-pageFormat:has(.page-students) h1 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    transform: translateY(-47px);
  }
  .p-pageFormat:has(.page-students) h1::before {
    max-width: 85px;
    margin-right: 40px;
  }
  .p-pageFormat:has(.page-teachers) h1 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .p-pageFormat:has(.page-teachers) h1::before {
    max-width: 112px;
    margin-right: 40px;
  }
  .p-pageFormat:has(.page-company) h1 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    transform: translateY(-53px);
  }
  .p-pageFormat:has(.page-company) h1::before {
    max-width: 160px;
    margin-right: 40px;
  }
  .p-pageFormat__body {
    padding: 60px 150px 80px;
    margin-top: -140px;
    border-radius: 50px 50px;
  }
  .p-pageFormat__body > * {
    max-width: none;
  }
  .p-pageFormat__content h2 {
    padding: 0.6em 1em;
    border-radius: 10px;
  }
  .p-pageFormat__content h3 {
    line-height: 1.2;
    padding: 0.1em 0 0.1em 1em;
  }
  .p-pageFormat__content h4 {
    line-height: 1.2;
  }
  .p-pageFormat__content h5 {
    line-height: 1.2;
  }
  .p-pageFormat__content p:has(img) {
    flex-direction: row;
  }
  .p-pageFormat__content p:has(img + img) {
    justify-content: space-between;
    gap: 10px;
  }
  .p-pageFormat__content p:has(img + img) img {
    width: calc(50% - 5px);
  }
}

h5.js-accordionTrigger {
  position: relative;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.8em 2em 0.8em 1em;
  border-radius: 5px;
  color: var(--white);
  background-color: var(--blue03);
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.25);
}
h5.js-accordionTrigger:not(:first-of-type) {
  margin-top: 1em;
}
h5.js-accordionTrigger:focus {
  outline: 2px solid var(--blue03);
  outline-offset: 2px;
}
@media screen and (min-width: 1024px) {
  h5.js-accordionTrigger {
    padding: 0.5em 2em 0.5em 1em;
  }
}

.js-accordionContent {
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin-top: 0 !important;
}

.js-accordionContent > * + * {
  margin-top: 1em;
}

.js-accordionTrigger.is-open + .js-accordionContent {
  margin-top: 1em !important;
}

.js-accordionContent figcaption {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-top: 0.5em;
  color: var(--black);
}

.u-container {
  width: 100%;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.u-container--max1100 {
  max-width: 1200px;
}
.u-container--max1000 {
  max-width: 1100px;
}
.u-container--max950 {
  max-width: 1050px;
}
.u-container--max900 {
  max-width: 1000px;
}
.u-container--max850 {
  max-width: 950px;
}
.u-container--max800 {
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .u-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 820px) {
  .u-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

:root {
  --swiper-theme-color: #ffffff !important;
  --swiper-navigation-size: 30px !important;
}

.js-slider {
  width: 100%;
  height: 100%;
}
.js-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.js-slider .swiper-slide {
  cursor: grab;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.js-slider .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-slider .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.js-slider .swiper-slide-active .swiper-slide__image,
.js-slider .swiper-slide-duplicate-active .swiper-slide__image,
.js-slider .swiper-slide-prev .swiper-slide__image {
  animation: zoomUp 6s linear 0s;
  animation-fill-mode: both;
}
.js-slider .swiper-horizontal > .swiper-pagination-progressbar,
.js-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
.js-slider .swiper-button-next, .js-slider .swiper-button-prev {
  transition: opacity 0.35s ease;
}
.js-slider .swiper-button-next:hover, .js-slider .swiper-button-prev:hover {
  opacity: 0.5;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.js-marquee {
  width: 100%;
  height: 100%;
}
.js-marquee .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear !important;
}
.js-marquee .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-marquee .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-marquee .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}

#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s;
}
#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#modal-video iframe {
  width: 89.6vw;
  height: 50.4vw;
}
#modal-video .button-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: 50px;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: none;
}
#modal-video .button-close::before, #modal-video .button-close::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: var(--white);
}
#modal-video .button-close::before {
  transform: rotate(45deg);
  transform-origin: center;
}
#modal-video .button-close::after {
  transform: rotate(-45deg);
  transform-origin: center;
}
@media screen and (min-width: 1024px) {
  #modal-video iframe {
    width: 64vw;
    height: 36vw;
  }
  #modal-video .button-close {
    top: 20px;
    right: 45px;
    transition: opacity 0.35s ease;
  }
  #modal-video .button-close:hover {
    opacity: 0.5;
  }
  #modal-video .button-close::before, #modal-video .button-close::after {
    width: 60px;
  }
}

#conversion_link {
  width: calc(100% - 40px);
  max-width: 350px;
  position: fixed;
  bottom: 0;
  right: 50%;
  z-index: 101;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.9013867488rem + 0.1540832049vw, 1rem);
  align-items: center;
  background-color: var(--orange03);
  padding: 1rem 2rem;
  border-radius: 12px 12px 0 0;
  transition: opacity 0.35s ease, transform 0.5s ease, visibility 0.1s ease 0.35s;
}
#conversion_link.cvs_hide {
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, 10px);
}
#conversion_link > a {
  position: relative;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: var(--blue01);
  transition: all 0.35s ease;
}
#conversion_link > a:hover {
  opacity: 0.5;
}
#conversion_link > a:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 1px;
}
#conversion_link > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--blue01);
  position: absolute;
  bottom: -2px;
  left: 0;
}
#conversion_link button#cvs_sw {
  cursor: pointer;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  margin-left: 1.2em;
  background-color: #FFF;
  border: none;
  border-radius: 5px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.35s ease;
}
#conversion_link button#cvs_sw:hover {
  opacity: 0.5;
}
#conversion_link button#cvs_sw:focus {
  outline: 2px solid var(--blue01);
  outline-offset: 0px;
}
@media screen and (min-width: 768px) {
  #conversion_link {
    width: auto;
    max-width: none;
    right: 20px;
    transform: none;
  }
  #conversion_link.cvs_hide {
    transform: translateY(10px);
  }
  #conversion_link button#cvs_sw {
    padding: 0.5em 1.5em;
  }
}

/* 追加：CMS対応用 追加スタイル ここから */
/* 画像登録 */
div[class^="detail_"] img{
	max-width: 100%;
	height: auto !important;
}
div.detail_image_normal {
	clear: both;
	width: 100%;
	margin: 1em 0;
	padding: 0;
}
div.detail_image_left {
	text-align: left;
	margin: 1em 0;
	padding: 0;
}
div.detail_image_center {
	text-align: center;
	margin: 1em 0;
	padding: 0;
}
div.detail_image_right {
	text-align: right;
	margin: 1em 0;
	padding: 0;
}
/* 罫線 */
hr.hr_1 {
	clear:both;
	height: 1px;
	border-top: 2px dotted #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 1em 0;
}
hr.hr_2 {
	clear:both;
	height: 1px;
	border-top: 1px solid #333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 1em 0;
}
hr.hr_3 {
	clear:both;
	height: 1px;
	border-top: 1px solid #f00;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 1em 0;
}
/* CMS対応用 追加スタイル ここまで */

/* 追加：アクセシビリティチェック画面の調整 ここから */
body:has(.errrange) #wrapper .l-header { display: none; }
.errrange a {
  display: inline;
  text-decoration: underline;
}
.errrange a:hover,
.errrange a:focus { text-decoration: none; }
/* アクセシビリティチェック画面の調整 ここまで */

/* 追加：大小メニューの日付調整 */
@media screen and (max-width: 1023px) {
	.p-newsArchive__meta {
		-webkit-transform: translateY(100%);
		    -ms-transform: translateY(100%);
		        transform: translateY(100%);
	}
}