@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

:root {
  --color: $color;
  --header-height: 4.5625rem;
  --radius: 1rem;
  --radius16: 1rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 5rem;
    --radius: 2rem;
  }
}

.is-section-dark,
.is-nav-open {
  --color: #fff;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: #1a1a1a;
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: #1a1a1a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

input[type=submit],
button {
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 19.2px;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #1a1a1a;
}

.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

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

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

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

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

@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
a img {
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[anchor-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .l-container {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 11.25vw;
    padding-right: 11.25vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container {
    padding-left: 216px;
    padding-right: 216px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container--col14 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container--col14 {
    padding-left: 86.4px;
    padding-right: 86.4px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container--col8 {
    padding-left: 24.5vw;
    padding-right: 24.5vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container--col8 {
    padding-left: 470.4px;
    padding-right: 470.4px;
  }
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  background-color: #F0F4F8;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.l-body-wrap {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 1023px) {
  .l-body-wrap {
    overflow: hidden;
  }
}

/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
.l-header-drawer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0 0 0 2.25rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.08);
  padding: 6.125rem 1.25rem 2.1875rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-nav-open .l-header-drawer {
  opacity: 1;
  pointer-events: auto;
}
.l-header-drawer__nav li + li {
  border-top: 1px solid rgba(0, 71, 139, 0.2);
}
/*----------------------------------------------------
	ヘッダー メニュー
----------------------------------------------------*/
.l-header-menu {
  position: absolute;
  right: 0.875rem;
  top: 0.8125rem;
  z-index: 2;
  width: 2.9375rem;
  height: 2.9375rem;
  cursor: pointer;
  border-radius: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(0rem 1px 0.5rem rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0rem 1px 0.5rem rgba(0, 0, 0, 0.06));
}
.l-header-menu div {
  position: relative;
}
.l-header-menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 0.875rem;
  background: #00478b;
  left: 1rem;
  -webkit-transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header-menu span:nth-child(1) {
  top: calc(50% - 0.25rem);
}
.l-header-menu span:nth-child(2) {
  top: 50%;
}
.l-header-menu span:nth-child(3) {
  top: calc(50% + 0.25rem);
}
.l-header-menu.is-nav-open span {
  -webkit-transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header-menu.is-nav-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-15deg);
          transform: scale(-1, -1) rotate(-15deg);
}
.l-header-menu.is-nav-open span:nth-child(2) {
  width: 0;
  left: 50%;
}
.l-header-menu.is-nav-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(15deg);
          transform: scale(-1, -1) rotate(15deg);
}
@media screen and (min-width: 1024px) {
  .l-header-menu {
    display: none;
    right: 3.875rem;
    top: 0.75rem;
    width: 3.25rem;
    height: 3.25rem;
    background: transparent;
    -webkit-filter: none;
            filter: none;
  }
  .l-header-menu span {
    width: 1.625rem;
    left: 0.6875rem;
  }
  .l-header-menu span:nth-child(1) {
    top: calc(50% - 0.375rem);
  }
  .l-header-menu span:nth-child(3) {
    top: calc(50% + 0.375rem);
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
}
.l-header:before {
  content: "";
  display: block;
  width: 100%;
  height: var(--header-height);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .l-header {
    position: absolute;
  }
  .is-scrolled .l-header {
    position: fixed;
    -webkit-animation: headerShow 0.3s cubic-bezier(0.5, 1, 0.89, 1);
            animation: headerShow 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

@-webkit-keyframes headerShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header-logo {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 10;
}
.l-header-logo img {
  width: 10.46875rem;
}
@media screen and (min-width: 1024px) {
  .l-header-logo {
    left: 4.5rem;
    top: 1.25rem;
  }
  .l-header-logo img {
    width: 12rem;
  }
}

.l-header-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header-nav {
    display: block;
    position: absolute;
    top: 0.8125rem;
    right: 4.625rem;
  }
  .l-header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.25rem;
  }
  .l-header-nav li {
    position: relative;
  }
  .l-header-nav a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.625rem;
    height: 3.25rem;
    position: relative;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: -0.05em;
  }
  .l-header-nav a:after {
    content: "";
    display: block;
    height: 0.0625rem;
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0.375rem;
    pointer-events: none;
    background-color: #00478b;
    -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header-nav .is-current a:after,
  .l-header-nav a:hover:after {
    width: 1.5rem;
    left: calc(50% - 0.75rem);
  }
}

.l-header-nav-sub {
  position: absolute;
  top: 100%;
  left: calc(50% - 5rem);
  padding-top: 1.25rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header-nav-sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 10rem;
  padding: 0.5rem 0.9375rem;
  border-radius: 1rem;
  background: #fff;
  text-align: center;
}
.l-header-nav-sub li:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(0, 71, 139, 0.2);
}
.is-hover .l-header-nav-sub {
  opacity: 1;
  pointer-events: auto;
}
.is-current .l-header-nav-sub a:after {
  width: 0;
}
.l-header-nav-sub a:hover {
  color: #00478b;
}
.l-header-nav-sub a:hover:after {
  width: 0;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.l-footer {
  padding: 0 0 2.5rem;
  border-radius: 1.75rem 1.75rem 0rem 0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#08111a), color-stop(72.91%, #4775a0), to(#afb0b1));
  background: linear-gradient(#08111a 0%, #4775a0 72.91%, #afb0b1 100%);
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    border-radius: 2.25rem 2.25rem 0rem 0rem;
  }
}

.l-footer-content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-footer-content {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "logo nav" "copyright copyright";
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}

.l-footer-logo {
  grid-area: logo;
  margin-top: 2.5rem;
}
.l-footer-logo img {
  width: 10.46875rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-logo {
    margin-top: 0;
  }
  .l-footer-logo img {
    width: 17.875rem;
  }
}

.l-footer-nav {
  margin-top: 3.5rem;
  grid-area: nav;
}
.l-footer-nav ul {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: -0.05em;
}
.l-footer-nav a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav {
    margin-top: 0;
    padding-right: 10.375rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .l-footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem 3.6875rem;
    font-size: 0.9375rem;
  }
}

.l-footer-nav .l-footer-nav-sub {
  margin-top: 0.375rem;
  gap: 0.5rem;
  font-weight: normal;
  font-size: 0.9375rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav .l-footer-nav-sub {
    margin-top: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer-copyright {
  grid-area: copyright;
  margin-top: 4.25rem;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  opacity: 0.4;
}

@media screen and (min-width: 1024px){
  .l-footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-footer-copyright {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-copyright {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-copyright {
    margin-top: 3.125rem;
    font-size: 0.9375rem;
  }
}

.l-footer-pagetop {
  display: none;
  position: absolute;
  right: 0;
  top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-pagetop {
    display: block;
    top: 0;
  }
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-business-detail
----------------------------------------------------*/
.p-business-detail {
  background-color: #fff;
}
.p-business-detail__section {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-business-detail__section {
    margin-top: 8.75rem;
  }
}

.p-business-detail__other {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-business-detail__other {
    margin-top: 7.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-business
----------------------------------------------------*/
.p-business {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-business {
    padding-bottom: 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-business__item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-business__item {
    margin-top: 3.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-business-item {
  padding: 4.875rem 0;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-business-item {
    padding: 10rem 0;
  }
}

.p-business-item:nth-child(odd):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 0 0 var(--radius) 0;
  background-color: #F0F4F8;
}
.p-business-item:nth-child(odd):last-child:before {
  border-radius: 0;
}

.p-business-item:nth-child(even) {
  border-radius: 0 0 0 var(--radius);
}
@media screen and (min-width: 1024px) {
  .p-business-item:nth-child(even) .p-business-item__wrap {
        grid-template-areas: "pic no" "pic title" "pic subtitle" "pic txt" "pic more";
    -ms-grid-columns: 44.5rem 1fr;
    grid-template-columns: 44.5rem 1fr;
  }
}

.p-business-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-business-item__wrap {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "no pic" "title pic" "subtitle pic" "txt pic" "more pic";
    -ms-grid-columns: 1fr 4.375rem 44.5rem;
    grid-template-columns: 1fr 44.5rem;
    -ms-grid-rows: 1fr 0 auto 0 auto 0 auto 0 auto 0 auto;
    grid-template-rows: 1fr auto auto auto auto auto;
    gap: 0 4.375rem;
  }
}

.p-business-item__no {
  grid-area: no;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  color: #00195d;
}
@media screen and (min-width: 1024px) {
  .p-business-item__no {
    margin-top: auto;
    font-size: 1rem;
  }
}

.p-business-item__title {
  margin-top: 1.875rem;
  grid-area: title;
}
@media screen and (min-width: 1024px) {
  .p-business-item__title {
    margin-top: 5rem;
  }
}

.p-business-item__pic {
  margin-top: 1.875rem;
  grid-area: pic;
}
.p-business-item__pic img {
  border-radius: var(--radius16);
}
@media screen and (min-width: 1024px) {
  .p-business-item__pic {
    margin-top: 0;
  }
}

.p-business-item__subtitle {
  margin-top: 1.25rem;
  grid-area: subtitle;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-business-item__subtitle {
    margin-top: 3.75rem;
    font-size: 1.375rem;
  }
}

.p-business-item__txt {
  grid-area: txt;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-business-item__txt {
    margin-top: 1.25rem;
  }
}

.p-business-item__more {
  grid-area: more;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-business-item__more {
    margin-top: 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-company
----------------------------------------------------*/
.p-company__head {
  background: #f7f9fc;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-company-message {
  padding: 6.25rem 0 5rem;
  border-radius: 0rem 0rem 2rem 0rem;
  background: #f7f9fc;
}
@media screen and (min-width: 1024px) {
  .p-company-message {
    padding: 15rem 0 9.375rem;
    border-radius: 0rem 0rem 1.5rem 0rem;
  }
}

.p-company-message__pic {
  position: relative;
  margin-top: 3.75rem;
}
.p-company-message__pic img {
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-company-message__pic {
    margin-top: 5rem;
    grid-area: pic;
  }
  .p-company-message__pic img {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1024px){
  .p-business-item__no {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-business-item__wrap > .p-business-item__no {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-business-item__title {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-business-item__wrap > .p-business-item__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-business-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-business-item__wrap > .p-business-item__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column: 3;
  }
  .p-business-item__subtitle {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-business-item__wrap > .p-business-item__subtitle {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-business-item__txt {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .p-business-item__wrap > .p-business-item__txt {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-business-item__more {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .p-business-item__wrap > .p-business-item__more {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .p-company-message__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-business-item__wrap > .p-company-message__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column: 3;
  }
}

.p-company-message__title {
  margin-top: 1.875rem;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-company-message__title {
    position: absolute;
    left: 3.4375rem;
    top: 7.25rem;
    margin-top: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
}

.p-company-message__body {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-company-message__body ._sign {
  margin-top: 1rem;
  margin-left: auto;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.07em;
}
.p-company-message__body ._sign small {
  display: block;
  margin-top: 1rem;
  font-size: 0.9375rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-company-message__body {
    margin-top: 2.375rem;
    gap: 1.25rem;
  }
  .p-company-message__body ._sign {
    margin-top: 1.25rem;
    gap: 1.375rem;
    font-size: 1.5rem;
  }
  .p-company-message__body ._sign small {
    font-size: 1rem;
  }
}

.p-company-president-name {
  display: block;
  max-width: 19.125rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .p-company-president-name {
    max-width: 25rem;
    margin-top: 1.4375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-company-philosophy {
  padding: 7.5rem 0;
  background-color: #EFF2F7;
}
@media screen and (min-width: 1024px) {
  .p-company-philosophy {
    padding: 12.5rem 0;
  }
}

.p-company-philosophy__wrap {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-company-philosophy__wrap {
    margin-top: 9rem;
  }
}

.p-company-philosophy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}
.p-company-philosophy-item:not(:first-child) {
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  border-top: 1px solid rgba(0, 71, 139, 0.17);
}
@media screen and (min-width: 1024px) {
  .p-company-philosophy-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .p-company-philosophy-item:not(:first-child) {
    padding-top: 6rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-company-philosophy-item__head {
    width: 17.875rem;
  }
}

.p-company-philosophy-item__body {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}
.p-company-philosophy-item__body ._title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .p-company-philosophy-item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-company-philosophy-item__body ._title {
    font-size: 1.875rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .p-company-philosophy-item__body ._title:first-child {
    margin-top: -0.625rem;
  }
}

.p-company-philosophy-item__bodyVision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.6363636364;
}
@media screen and (min-width: 1024px) {
  .p-company-philosophy-item__bodyVision {
    margin-top: -0.5rem;
    font-size: 1.875rem;
    letter-spacing: 0.07em;
    line-height: 1.6470588235;
  }
}

.p-company-philosophy-item__bodyCards {
  display: -ms-grid;
  display: grid;
  gap: 0;
  margin-top: -1.875rem;
}
.p-company-philosophy-item__bodyCards dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
.p-company-philosophy-item__bodyCards dt {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.07em;
}
.p-company-philosophy-item__bodyCards dd {
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-company-philosophy-item__bodyCards {
    margin-top: -1.875rem;
  }
  .p-company-philosophy-item__bodyCards dl {
    padding: 1.25rem 0;
    gap: 0.25rem;
  }
  .p-company-philosophy-item__bodyCards dt {
    font-size: 1.875rem;
  }
  .p-company-philosophy-item__bodyCards dd {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-company-outline {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
  padding: 5rem 0 5rem;
  border-radius: 2rem 2rem 0 0;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-company-outline {
    margin-top: -5rem;
    margin-bottom: -5rem;
    padding: 10rem 0 12.5rem;
  }
  .p-company-outline:after, .p-company-outline:before {
    height: 25rem;
    bottom: 2.5rem;
  }
}

.p-company-outline__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-company-outline__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-company-outline__head {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-company-outline__head {
    width: 24.75rem;
  }
}

.p-company-outline__body {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
.p-company-outline__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 0;
}
.p-company-outline__body dl:not(:last-child) {
  border-bottom: 1px solid rgba(8, 17, 26, 0.2);
}
@media screen and (min-width: 1024px) {
  .p-company-outline__body {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
  }
  .p-company-outline__body dl {
    padding: 1.46875rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .p-company-outline__body dt {
    width: 13rem;
  }
  .p-company-outline__body dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-company-outline__access {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .p-company-outline__access {
    margin-top: 8.75rem;
    gap: 5rem;
  }
}

.p-company-outline-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-company-outline-access {
    gap: 1rem;
  }
}

.p-company-outline-access__name {
  font-size: 1.125rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1024px) {
  .p-company-outline-access__name {
    font-size: 1.125rem;
    letter-spacing: 0.07em;
  }
}

.p-company-outline-access__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-company-outline-access__figure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.p-company-outline-access__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company-outline-access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 13.8125rem;
}
.p-company-outline-access__map iframe {
  width: 100%;
  height: 13.8125rem;
}
@media screen and (min-width: 1024px) {
  .p-company-outline-access__map {
    height: 100%;
  }
  .p-company-outline-access__map iframe {
    height: 24.9375rem;
  }
}

.p-company-outline-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .p-company-outline-access__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-company-outline-access__address {
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .p-company-outline-access__address {
    width: 39.75rem;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
}

.p-company-outline-access__tel {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.07em;
}
.p-company-outline-access__tel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  position: relative;
  text-transform: uppercase;
}
.p-company-outline-access__tel dl + dl:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.25rem;
  position: absolute;
  left: -0.75rem;
  pointer-events: none;
  background: #08111A;
}
@media screen and (min-width: 1024px) {
  .p-company-outline-access__tel {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
  }
  .p-company-outline-access__tel dl {
    gap: 0.625rem;
  }
  .p-company-outline-access__tel dl + dl:before {
    height: 1.25rem;
    left: -0.75rem;
  }
}

.p-company-outline-access__root {
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .p-company-outline-access__root {
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-company-client {
  padding: 5rem 0 10rem;
  background: #f7f9fc;
}
@media screen and (min-width: 1024px) {
  .p-company-client {
    padding: 12.5rem 0 12.5rem;
  }
}

.p-company-client__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-company-client__wrap {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .p-company-client__head {
    width: 24.5rem;
  }
}

.p-company-client__list ul {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem 1.875rem;
}
.p-company-client__list li {
  font-size: 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 1024px) {
  .p-company-client__list {
    padding-top: 1.875rem;
  }
  .p-company-client__list ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .p-company-client__list li {
    font-size: 1rem;
  }
}

.p-company-client__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
.p-company-client__content dt {
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #00195d;
}
.p-company-client__content dd {
  margin-top: 0.75rem;
}
.p-company-client__content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #d9d9d9;
}
.p-company-client__content li {
  position: relative;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 1023px) {
  .p-company-client__content li:not(:nth-child(3n+1)):before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-left: 1px solid #d9d9d9;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-client__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 5rem;
  }
  .p-company-client__content ul {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .p-company-client__content li {
    padding: 0.5rem 0.125rem;
  }
  .p-company-client__content li:not(:nth-child(5n+1)):before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-left: 1px solid #d9d9d9;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-contact
----------------------------------------------------*/
.p-contact__head {
  padding-bottom: 1.25rem;
  border-radius: 0 0 0 1rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-contact__head {
    padding-bottom: 2.875rem;
    border-radius: 0 0 2.25rem 2.25rem;
  }
}

.p-contact__form {
  padding: 4.625rem 0 7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__form {
    padding: 8.625rem 0 10rem;
  }
}

.p-contact__tel {
  padding: 7.5rem 0 10rem;
  background: #fff;
  margin-bottom: -2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__tel {
    padding: 8.75rem 0 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-future
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-recruit-entry
----------------------------------------------------*/
.p-recruit-entry__head {
  padding-bottom: 1.25rem;
  border-radius: 0 0 0 1rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-recruit-entry__head {
    padding-bottom: 2.875rem;
    border-radius: 0 0 2.25rem 2.25rem;
  }
}

.p-recruit-entry__form {
  padding: 4.625rem 0 7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-entry__form {
    padding: 8.625rem 0 10rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-recruit
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-personality {
  overflow: hidden;
  padding: 5.625rem 0 7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-personality {
    padding: 12.5rem 0 10rem;
  }
}

.p-recruit-personality__body {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-personality__body {
    margin-top: 7.5rem;
    margin-left: 13.25rem;
    gap: 7rem;
  }
}

.p-recruit-personality-item {
  position: relative;
}
.p-recruit-personality-item:not(:first-child):before {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: calc(50% - 50vw);
  top: -2.375rem;
  pointer-events: none;
  background: rgba(0, 71, 139, 0.17);
}
@media screen and (min-width: 1024px) {
  .p-recruit-personality-item:not(:first-child):before {
    top: -3.75rem;
    right: calc(50% + 6.625rem - 50vw);
  }
}

.p-recruit-personality-item__no {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  letter-spacing: -0.06em;
  color: #00195d;
}
@media screen and (min-width: 1024px) {
  .p-recruit-personality-item__no {
    font-size: 1.5rem;
  }
}

.p-recruit-personality-item__title {
  margin-top: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
@media screen and (min-width: 1024px) {
  .p-recruit-personality-item__title {
    font-size: 2.125rem;
  }
}

.p-recruit-personality-item__body {
  margin-top: 1.125rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-interview {
  padding: 4.375rem 0 8.125rem;
  background: #162e48;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview {
    padding: 10rem 0;
  }
}

.p-recruit-interview__body {
  position: relative;
  margin-top: 2.5rem;
}
.p-recruit-interview__body .swiper-pagination-bullets.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: -2.875rem;
}
.p-recruit-interview__body .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  opacity: 0.3;
  border-radius: 100%;
}
.p-recruit-interview__body .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__body {
    margin-top: 5rem;
  }
  .p-recruit-interview__body .swiper-wrapper {
    gap: 3.125rem;
  }
  .p-recruit-interview__body .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-recruit-interview__body .swiper-pagination {
    display: none;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-feature {
  padding: 5.375rem 0 5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-feature {
    padding: 10rem 0;
  }
}

.p-recruit-feature__body {
  margin-top: 2.5rem;
  background-color: #fff;
  height: 37.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-feature__body {
    margin-top: 5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-information {
  padding: 3.75rem 0 7.5rem;
  margin-bottom: -2.5rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-recruit-information {
    padding: 6.25rem 0 12.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-information__head {
    width: 25.9375rem;
  }
}

.p-recruit-information__wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-information__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.25rem;
  }
}

.p-recruit-information__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.p-recruit-information__nav button {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  opacity: 0.2;
}
.p-recruit-information__nav button:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  pointer-events: none;
  background-color: #00478b;
  opacity: 0;
}
.p-recruit-information__nav .is-current button {
  opacity: 1;
}
.p-recruit-information__nav .is-current button:before {
  left: 0.375rem;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .p-recruit-information__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-information__nav {
    width: 24.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit-information__nav button {
    padding-left: 1.625rem;
    font-size: 1.25rem;
  }
  .p-recruit-information__nav button:before {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 100%;
    left: 0;
    top: calc(50% - 0.3125rem);
    bottom: auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-information__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 10rem;
  }
}

.p-recruit-information__data {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-recruit-information__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 71, 139, 0.2);
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
.p-recruit-information__data dd {
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-recruit-information__data dd ._ex {
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-information__data {
    margin-top: 0;
  }
  .p-recruit-information__data dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.25rem 0;
  }
  .p-recruit-information__data dt {
    width: 11.75rem;
    padding-left: 0.375rem;
  }
  .p-recruit-information__data dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    gap: 1.25rem;
  }
}

.p-recruit-information__action {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-information__action {
    margin-top: 3.75rem;
    text-align: center;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-top
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-loading {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 600;
  overflow: hidden;
}
.p-top-loading__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #fff;
}
.p-top-loading-logo {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 120px;
  height: 120px;
}
.p-top-loading-logo figure {
  position: absolute;
  opacity: 0;
}
.p-top-loading-logo svg {
  width: 100%;
  height: auto;
}
.p-top-loading-circle {
  position: absolute;
  left: calc(50% - 11px);
  top: calc(50% - 11px);
  width: 20px;
  height: 20px;
  background: #00195d;
  border-radius: 100%;
  opacity: 0;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-mv {
  position: relative;
  padding: 9.25rem 0 0;
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    padding: 5rem 0 0;
  }
}

.p-top-mv__wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: min(100vh - 6.25rem, 100% - 13rem);
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-mv__content {
    position: relative;
    margin-left: -1rem;
    color: #fff;
    z-index: 2;
  }
}

.p-top-mv__en {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: -0.06em;
  line-height: 1.15;
  color: #00195d;
  text-transform: uppercase;
}
.p-top-mv__en p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
}
.p-top-mv__en ._blue {
  color: #00478b;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__en {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv__en {
    font-size: 4.625rem;
    line-height: 1.15;
    color: #fff;
  }
  .p-top-mv__en ._blue {
    color: #fff;
  }
  .p-top-mv__en p:nth-child(2) {
    margin-left: 2.5rem;
  }
}

.p-top-mv__ja {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__ja {
    gap: 0.3125rem;
    margin-top: 1.125rem;
    margin-left: 0.3125rem;
    font-size: 1.25rem;
  }
}

.p-top-mv__scroll {
  position: absolute;
  right: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.625rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100%;
}
.p-top-mv__scroll svg {
  width: 0.75rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__scroll {
    width: 8.0625rem;
    height: 8.0625rem;
    bottom: -1.25rem;
    right: -4.25rem;
  }
  .p-top-mv__scroll svg {
    width: 1.25rem;
  }
}

.p-top-mv__bg {
  margin-top: 2.5rem;
}
.p-top-mv__bg video,
.p-top-mv__bg img {
  border-radius: 2rem;
  aspect-ratio: 375/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__bg {
    position: relative;
    margin-top: 0;
  }
  .p-top-mv__bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
  }
  .p-top-mv__bg video,
  .p-top-mv__bg img {
    position: relative;
    aspect-ratio: 1600/900;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-business {
  padding: 5.25rem 0 10.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business {
    padding: 8.75rem 0 13.75rem;
  }
}

.p-top-business__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top-business__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-business__content {
    width: 38.4375rem;
  }
}

.p-top-business__lead {
  margin-top: 4.375rem;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-top-business__lead {
    margin-top: 6.875rem;
    margin-right: -3.125rem;
    padding-left: 0.5rem;
    font-size: 2.25rem;
    line-height: 1.6388888889;
  }
}

.p-top-business__item {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business__item {
    margin-top: 4.375rem;
    padding-left: 0.5rem;
  }
}

.p-top-business__pic {
  position: relative;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business__pic {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 12.875rem;
  }
}

.p-top-business__pic1 {
  margin-right: calc(50% - 50vw);
  text-align: right;
  position: relative;
}
.p-top-business__pic1 img {
  width: 10.5rem;
  border-radius: 1rem 0 0 1rem;
}
.p-top-business__pic1 figure {
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  top: 0;
  opacity: 0;
}
.p-top-business__pic1 figure:first-child {
  position: relative;
}
.p-top-business__pic1 figure.is-current {
  z-index: 3;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-business__pic1 figure {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business__pic1 {
    margin-right: -11.25rem;
  }
  .p-top-business__pic1 figure {
    left: 0;
  }
  .p-top-business__pic1 img {
    width: auto;
  }
}

.p-top-business__pic2 {
  position: absolute;
  left: calc(50% - 50vw - 1.25rem);
  top: 6.5625rem;
}
.p-top-business__pic2 img {
  width: 10.5rem;
  border-radius: 0 1rem 1rem 0;
}
.p-top-business__pic2 figure {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-top-business__pic2 figure:first-child {
  position: relative;
  opacity: 0;
}
.p-top-business__pic2 figure.is-current {
  z-index: 3;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-business__pic2 {
    left: -6.625rem;
    top: 33.25rem;
  }
  .p-top-business__pic2 img {
    width: 17.875rem;
    border-radius: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-company {
  position: relative;
  color: #fff;
}
.p-top-company__bg img {
  height: 47.9375rem;
  border-radius: 2rem 2rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-top-company__bg img {
    height: 53.375rem;
  }
}

.p-top-company__wrap {
  position: absolute;
  top: 0;
}
.p-top-company__content {
  padding-top: 5.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top-company__content {
    padding-top: 10.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-company__head {
    padding-left: 3rem;
    width: 35.75rem;
  }
}

.p-top-company__body {
  margin-top: 4.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-company__body {
    margin-top: 8.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-company__lead {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-top-company__lead {
    font-size: 1.625rem;
    line-height: 1.6153846154;
  }
}

.p-top-company__txt {
  margin-top: 2.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-company__txt {
    margin-top: 2.5rem;
    width: 31.5rem;
  }
}

.p-top-company__more {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-company__more {
    margin-top: 3.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-recruit {
  margin-bottom: -2.5rem;
  height: 57.75rem;
  background: #162e48;
  position: relative;
  color: #fff;
}
.p-top-recruit:before {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  position: absolute;
  left: 0;
  top: -6rem;
  pointer-events: none;
  border-radius: 2.25rem 2.25rem 0rem 0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 46, 72, 0)), to(#162e48));
  background: linear-gradient(rgba(22, 46, 72, 0) 0%, #162e48 100%);
}
@media screen and (min-width: 1024px) {
  .p-top-recruit {
    margin-bottom: -5rem;
    height: 85.5625rem;
  }
  .p-top-recruit:before {
    height: 8rem;
    top: -8rem;
  }
}

.p-top-recruit__wrap {
  position: relative;
  overflow: hidden;
}

.p-top-recruit__picture img {
  border-radius: 1rem;
}
.p-top-recruit__picture figure {
  position: absolute;
}
.p-top-recruit__picture figure:nth-child(1) {
  width: 0rem;
  top: 0rem;
  left: calc(50% - 0rem);
}
.p-top-recruit__picture figure:nth-child(2) {
  width: 9.0625rem;
  top: 9.6875rem;
  left: calc(50% - 16.1875rem);
}
.p-top-recruit__picture figure:nth-child(3) {
  width: 11.6875rem;
  top: 21.6875rem;
  left: calc(50% - 15.5625rem);
  z-index: 2;
}
.p-top-recruit__picture figure:nth-child(4) {
  width: 11.0625rem;
  top: 8.0625rem;
  left: calc(50% - 5.625rem);
}
.p-top-recruit__picture figure:nth-child(5) {
  width: 10.625rem;
  top: 5.9375rem;
  left: calc(50% + 4.3125rem);
}
.p-top-recruit__picture figure:nth-child(6) {
  width: 11.0625rem;
  top: 20.4375rem;
  left: calc(50% + 8.4375rem);
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__picture figure:nth-child(1) {
    width: 18.5rem;
    top: 44.75rem;
    left: calc(50% - 62rem);
  }
  .p-top-recruit__picture figure:nth-child(2) {
    width: 20.875rem;
    top: 15.75rem;
    left: calc(50% - 55rem);
  }
  .p-top-recruit__picture figure:nth-child(3) {
    width: 22.625rem;
    top: 50.875rem;
    left: calc(50% - 34.3125rem);
    z-index: 2;
  }
  .p-top-recruit__picture figure:nth-child(4) {
    width: 29.1875rem;
    top: 21.3125rem;
    left: calc(50% - 27rem);
  }
  .p-top-recruit__picture figure:nth-child(5) {
    width: 22.625rem;
    top: 16.1875rem;
    left: calc(50% + 6.8125rem);
  }
  .p-top-recruit__picture figure:nth-child(6) {
    width: 22.5625rem;
    top: 29.6875rem;
    left: calc(50% + 36.8125rem);
  }
  .p-top-recruit__picture img {
    border-radius: 1.75rem;
  }
}

.p-top-recruit__type {
  position: absolute;
  top: 14.375rem;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__type {
    top: 33.875rem;
    font-size: 10.875rem;
  }
}

.p-top-recruit__content {
  position: relative;
  padding-top: 32.625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__content {
    margin-inline: auto 6.75rem;
    padding-top: 52.125rem;
    width: 24.5rem;
  }
}

.p-top-recruit__more {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__more {
    margin-top: 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-business
----------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .cm-business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cm-business__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cm-business__nav {
    display: block;
    width: 20rem;
  }
  .cm-business__nav ul {
    position: sticky;
    left: 0;
    top: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  .cm-business__nav ul a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.03em;
    color: #212121;
    opacity: 0.1;
  }
  .cm-business__nav ul a:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.1875rem;
    pointer-events: none;
    margin-top: 1px;
    width: 0.5rem;
    height: 0.5rem;
    background: #00478b;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .cm-business__nav ul a:hover,
  .cm-business__nav ul .is-current a {
    opacity: 1;
    color: #00478b;
  }
  .cm-business__nav ul a:hover:before,
  .cm-business__nav ul .is-current a:before {
    opacity: 1;
  }
}

.cm-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 1024px) {
  .cm-business__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 8.125rem;
    padding-right: 6.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1024px) {
  .cm-business-section:first-child {
    margin-top: 0.625rem;
  }
}

.cm-business-section__body {
  margin-top: 1.875rem;
}
.cm-business-section:not(:last-child) .cm-business-section__body {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
}
@media screen and (min-width: 1024px) {
  .cm-business-section__body {
    margin-top: 3.75rem;
  }
  .cm-business-section:not(:last-child) .cm-business-section__body {
    padding-bottom: 7.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-business-boxA__pic img {
  border-radius: 1rem;
}
.cm-business-boxA__wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-boxA__wrap {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-business-boxA__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.cm-business-boxA__title {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  color: #00195d;
}
.cm-business-boxA__title:before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #00195d;
}
@media screen and (min-width: 1024px) {
  .cm-business-boxA__title {
    padding-left: 1.5rem;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.cm-business-boxA__desc {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-boxA__desc {
    margin-top: 1.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-business-boxA__list {
    margin-top: 0.875rem;
    width: 19.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-business-other {
  padding: 5rem 0 7.5rem;
  margin-bottom: -2.5rem;
  background: #162e48;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-business-other {
    padding: 10rem 0 12.5rem;
  }
}

.cm-business-other__wrap {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-other__wrap {
    margin-top: 4.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-business-other-item {
    width: 35rem;
  }
}

.cm-business-other-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-other-item__link {
    gap: 3.25rem;
  }
}

.cm-business-other-item__pic {
  width: 7.5rem;
}
.cm-business-other-item__pic img {
  border-radius: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-other-item__pic {
    width: 14.5625rem;
  }
}

.cm-business-other-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  .cm-business-other-item__body {
    margin-right: -1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-business-other-item__body {
    padding-top: 1rem;
  }
}

.cm-business-other-item__no {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .cm-business-other-item__no {
    font-size: 1.125rem;
  }
}

.cm-business-other-item__name {
  margin-top: 0.625rem;
}
.cm-business-other-item__name ._en {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
}
.cm-business-other-item__name ._ja {
  margin-top: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .cm-business-other-item__name {
    margin-top: 1rem;
  }
  .cm-business-other-item__name ._en {
    font-size: 2rem;
  }
  .cm-business-other-item__name ._ja {
    font-size: 1rem;
  }
}

.cm-business-other-item__ico {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-other-item__ico {
    margin-top: 1.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-business-house__pic img {
  border-radius: 1rem;
}

.cm-business-house__desc {
  margin-top: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-house__desc {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-business-house--interior .cm-business-house__pic {
    height: 30.375rem;
  }
}
.cm-business-house--interior .cm-business-house__pagination {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 2.625rem;
}
.cm-business-house--interior .cm-business-house__pagination .swiper-pagination-bullets.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 0rem;
}
.cm-business-house--interior .cm-business-house__pagination .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #707070;
  opacity: 0.3;
  border-radius: 100%;
}
.cm-business-house--interior .cm-business-house__pagination .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .cm-business-house--interior .cm-business-house__pagination {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .cm-business-house--interior .cm-business-house__pic .swiper {
    overflow: initial;
  }
}
@media screen and (min-width: 1024px) {
  .cm-business-house--interior .cm-business-house__pic .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 41.875rem 2.25rem 1fr;
    grid-template-columns: 41.875rem 1fr;
    -ms-grid-rows: 1fr 1.5625rem 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.5625rem 2.25rem;
  }
  .cm-business-house--interior .cm-business-house__pic .swiper-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cm-business-house--interior .cm-business-house__pic .swiper-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cm-business-house--interior .cm-business-house__pic .swiper-wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cm-business-house--interior .cm-business-house__pic .swiper-wrapper > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .cm-business-house--interior .cm-business-house__pic .swiper-slide:nth-child(1) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-business-industry__lead {
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2.1333333333;
}
@media screen and (min-width: 1024px) {
  .cm-business-industry__lead {
    font-size: 1.125rem;
    letter-spacing: 0.07em;
    line-height: 2;
  }
}

.cm-business-industry__figure {
  margin-top: 2.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-industry__figure {
    margin-top: 2.5rem;
  }
}

.cm-business-industry__item {
  margin-top: 1.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9375rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-industry__item {
    margin-top: 6.25rem;
    -ms-grid-columns: 1fr 10rem 1fr 10rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem 10rem;
  }
}

.cm-business-industry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .cm-business-industry-item {
    gap: 1rem;
  }
}

.cm-business-industry-item__pic img {
  width: 8.625rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .cm-business-industry-item__pic img {
    width: 10rem;
  }
}

.cm-business-industry-item__name {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cm-business-industry-item__name {
    font-size: 1.25rem;
  }
}

.cm-business-industry-item__label {
  width: 100%;
  text-align: center;
}
.cm-business-industry-item__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.625rem;
  border-radius: 1.8125rem;
  background: rgba(0, 71, 139, 0.1);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #00478b;
}
@media screen and (min-width: 1024px) {
  .cm-business-industry-item__label span {
    height: 2.125rem;
    border-radius: 1.0625rem;
    font-size: 1rem;
  }
}

.cm-business-industry-item__desc {
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .cm-business-industry-item__desc {
    font-size: 1rem;
    line-height: 1.875;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-business-flow__figure {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .cm-business-flow__figure {
    margin-inline: -1.25rem;
  }
  .cm-business-flow__figure picture {
    padding: 0 1.25rem;
  }
  .cm-business-flow__figure img {
    max-width: none;
    height: 18.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-business-flow__figure {
    margin-top: 6.25rem;
    margin-inline: -2rem;
  }
}

.cm-business-flow__item {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-flow__item {
    margin-top: 2.5rem;
    margin-inline: -2rem;
    gap: 1.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cm-business-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(33, 33, 33, 0.2);
}
@media screen and (min-width: 1024px) {
  .cm-business-flow-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 1rem;
    gap: 0.625rem;
  }
}

.cm-business-flow-item__title {
  font-size: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-flow-item__title {
    font-size: 1.125rem;
  }
}

.cm-business-flow-item__desc {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .cm-business-flow-item__desc {
    font-size: 1rem;
    line-height: 1.875;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-business-production__pic {
  margin-top: 1.25rem;
}
.cm-business-production__pic img {
  border-radius: 1rem;
}
@media screen and (max-width: 1023px) {
  .cm-business-production__pic .swiper {
    overflow: initial;
  }
}
@media screen and (min-width: 1024px) {
  .cm-business-production__pic {
    margin-top: 6.25rem;
  }
  .cm-business-production__pic .swiper {
    width: 64.25rem;
  }
  .cm-business-production__pic .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .cm-business-production__pic .swiper-slide {
    width: 33.25rem;
  }
}

.cm-business-production__pagination {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 2.625rem;
}
.cm-business-production__pagination .swiper-pagination-bullets.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 0rem;
}
.cm-business-production__pagination .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #707070;
  opacity: 0.3;
  border-radius: 100%;
}
.cm-business-production__pagination .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .cm-business-production__pagination {
    display: none;
  }
}

.cm-business-production__desc {
  margin-top: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-production__desc {
    margin-top: 2.375rem;
  }
}

.cm-business-production__merit {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-production__merit {
    margin-top: 4.375rem;
  }
}

.cm-business-production__other {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-production__other {
    margin-top: 5rem;
  }
}

.cm-business-production__otherWrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-business-production__otherWrap {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
  .cm-business-production__otherWrap dl {
    min-height: 21.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-contact
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-contact-nav {
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cm-contact-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 6.5rem;
  text-align: center;
}
.cm-contact-nav li:not(:first-child):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: -50%;
  top: 0.25rem;
  pointer-events: none;
  background-color: rgba(33, 33, 33, 0.1);
}
.cm-contact-nav li.is-current:not(:first-child):before {
  background-color: #00478b;
}
.cm-contact-nav li.is-current ._no {
  color: #00478b;
}
.cm-contact-nav li.is-current i {
  background: #00478b;
}
.cm-contact-nav li.is-current ._name {
  color: #1a1a1a;
}
.cm-contact-nav ._no {
  position: absolute;
  top: -1.875rem;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: rgba(33, 33, 33, 0.1);
}
.cm-contact-nav i {
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(33, 33, 33, 0.1);
  border-radius: 100%;
}
.cm-contact-nav ._name {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  color: rgba(33, 33, 33, 0.1);
}
@media screen and (min-width: 1024px) {
  .cm-contact-nav {
    padding-bottom: 5.625rem;
  }
  .cm-contact-nav ._name {
    font-size: 1rem;
  }
  .cm-contact-nav li {
    width: 14.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-contact-form label {
  position: relative;
}
.cm-contact-form input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: none;
  clip: rect(0.0625rem, 1px, 1px, 1px);
}
.cm-contact-form input[type=radio] + span, .cm-contact-form input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  vertical-align: middle;
  gap: 1rem;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.03em;
}
.cm-contact-form input[type=radio] + span::before, .cm-contact-form input[type=radio] + label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
}
.cm-contact-form input[type=radio]:focus + span::before, .cm-contact-form input[type=radio]:focus + label::before {
  border: 1px solid #016EB5;
}
.cm-contact-form input[type=radio]:checked + span::after, .cm-contact-form input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
.cm-contact-form input[type=radio]:checked + span::after, .cm-contact-form input[type=radio]:checked + label::after {
  background-color: #016EB5;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form input[type=radio] + span, .cm-contact-form input[type=radio] + label {
    font-size: 1rem;
  }
}
.cm-contact-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: none;
  clip: rect(0.0625rem, 1px, 1px, 1px);
}
.cm-contact-form input[type=checkbox] + span, .cm-contact-form input[type=checkbox] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  vertical-align: middle;
  gap: 1rem;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #00478b;
}
.cm-contact-form input[type=checkbox] + span::before, .cm-contact-form input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.cm-contact-form input[type=checkbox]:focus + span::before, .cm-contact-form input[type=checkbox]:focus + label::before {
  border: 1px solid #00478b;
}
.cm-contact-form input[type=checkbox]:checked + span::after, .cm-contact-form input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.875rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cm-contact-form input[type=checkbox]:checked + span::before, .cm-contact-form input[type=checkbox]:checked + label::before {
  background-color: #00478b;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form input[type=checkbox] + span, .cm-contact-form input[type=checkbox] + label {
    font-size: 1.125rem;
  }
}
.cm-contact-form input[type=text],
.cm-contact-form input[type=email],
.cm-contact-form textarea {
  width: 100%;
  height: 3.75rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid transparent;
}
.cm-contact-form input[type=text]:focus,
.cm-contact-form input[type=email]:focus,
.cm-contact-form textarea:focus {
  border-color: #00478b;
}
.cm-contact-form input[type=text]::-webkit-input-placeholder, .cm-contact-form input[type=email]::-webkit-input-placeholder, .cm-contact-form textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
.cm-contact-form input[type=text]::-moz-placeholder, .cm-contact-form input[type=email]::-moz-placeholder, .cm-contact-form textarea::-moz-placeholder {
  color: #d9d9d9;
}
.cm-contact-form input[type=text]:-ms-input-placeholder, .cm-contact-form input[type=email]:-ms-input-placeholder, .cm-contact-form textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
.cm-contact-form input[type=text]::-ms-input-placeholder, .cm-contact-form input[type=email]::-ms-input-placeholder, .cm-contact-form textarea::-ms-input-placeholder {
  color: #d9d9d9;
}
.cm-contact-form input[type=text]::placeholder,
.cm-contact-form input[type=email]::placeholder,
.cm-contact-form textarea::placeholder {
  color: #d9d9d9;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form input[type=text],
  .cm-contact-form input[type=email],
  .cm-contact-form textarea {
    height: 4.5rem;
    border-radius: 0.625rem;
  }
}
.cm-contact-form textarea {
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form textarea {
    height: 24rem;
  }
}

/*-----------------*/
.cm-contact-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__input {
    gap: 1.75rem;
  }
}

.cm-contact-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.cm-contact-form-input dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.cm-contact-form-input dt small {
  font-size: 0.75rem;
}
.cm-contact-form-input dt ._required {
  font-weight: normal;
  font-size: 0.875rem;
  color: #e8301e;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cm-contact-form-input dt {
    width: 12.625rem;
    font-size: 1.0625rem;
    margin-top: 1.375rem;
  }
  .cm-contact-form-input dt:has(._required) {
    margin-top: 0;
  }
  .cm-contact-form-input dt ._required {
    font-size: 1rem;
  }
  .cm-contact-form-input dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .cm-contact-form--confirm dd {
    padding-top: 1.375rem;
  }
}

.cm-contact-form-input__job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form-input__job {
    padding: 1.125rem 0;
  }
}

/*-----------------*/
.cm-contact-form__agree {
  margin-top: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__agree {
    margin-top: 3.125rem;
  }
}

.cm-contact-form__agreeCheck {
  margin-top: 3.625rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__agreeCheck {
    margin-top: 4rem;
  }
}

/*-----------------*/
.cm-contact-form__privacy {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__privacy {
    margin-top: 5rem;
  }
}

.cm-contact-form__privacyTitle {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__privacyTitle {
    font-size: 1.5rem;
  }
}

.cm-contact-form__inner {
  margin-top: 0.875rem;
  height: 18.75rem;
  padding: 0.625rem 0;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__inner {
    margin-top: 0.875rem;
    height: 19.5rem;
    padding: 0.625rem 0;
  }
}

.cm-contact-form__privacyBody {
  overflow: auto;
  height: 100%;
  padding: 1.875rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  color: #02162f;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__privacyBody {
    padding: 2.625rem 2rem;
  }
}
.cm-contact-form__privacyBody h4 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
}
.cm-contact-form__privacyBody h4:not(:first-child) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__privacyBody {
    gap: 1rem;
  }
  .cm-contact-form__privacyBody h4 {
    font-size: 1.125rem;
  }
  .cm-contact-form__privacyBody h4:not(:first-child) {
    margin-top: 1rem;
  }
}

/*-----------------*/
.cm-contact-form__action {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-form__action {
    margin-top: 6.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-contact-tel {
  max-width: 51rem;
  margin-inline: auto;
}
.cm-contact-tel__head ._en {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}
.cm-contact-tel__head ._ja {
  margin-top: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  color: #00478b;
}
@media screen and (min-width: 1024px) {
  .cm-contact-tel__head ._en {
    font-size: 2.9375rem;
  }
  .cm-contact-tel__head ._ja {
    font-size: 1rem;
  }
}

.cm-contact-tel__lead {
  margin-top: 2rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .cm-contact-tel__lead {
    margin-top: 4rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.cm-contact-tel__contact {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-contact-tel__contact {
    margin-top: 6.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.cm-contact-tel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  height: 18.1875rem;
  border-radius: 1rem;
  background: #f0f4f8;
}
.cm-contact-tel__item i {
  width: 6.875rem;
}
.cm-contact-tel__item dl {
  text-align: center;
}
.cm-contact-tel__item dt {
  font-weight: 500;
  font-size: 1.25rem;
}
.cm-contact-tel__item dd {
  margin-top: 0.625rem;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  color: #00478b;
}
@media screen and (min-width: 1024px) {
  .cm-contact-tel__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-entry
----------------------------------------------------*/
body figure {
  margin-bottom: 0;
}

.cm-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 1rem;
  line-height: 2;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .cm-entry {
    gap: 36px;
  }
}
.cm-entry h1 {
  font-size: 2em;
  margin-top: 0.67em;
  font-weight: bold;
}
.cm-entry h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  font-weight: bold;
}
.cm-entry h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  font-weight: bold;
}
.cm-entry h4 {
  font-size: 1em;
  margin-top: 1.33em;
  font-weight: bold;
}
.cm-entry h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  font-weight: bold;
}
.cm-entry strong {
  font-weight: bold;
}
.cm-entry em {
  font-style: italic;
}
.cm-entry ul, .cm-entry ol {
  margin-left: 1.5em;
}
.cm-entry li {
  list-style: disc;
}
.cm-entry ol li {
  list-style: decimal;
}
.cm-entry table th {
  font-weight: bold;
}
.cm-entry table th,
.cm-entry table td {
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
}
.cm-entry a {
  color: #1DA1F2;
  text-decoration: underline;
}
.cm-entry a:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
.cm-entry .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-entry .wp-block-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	.cm-footer
----------------------------------------------------*/
.cm-footer-contact__link {
  display: block;
  color: #fff;
}
.cm-footer-contact__wrap {
  padding: 4.375rem 0 5rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .cm-footer-contact__wrap {
    padding: 11.75rem 0 10.25rem;
    text-align: center;
  }
}

.cm-footer-contact__en {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 3.25rem;
  letter-spacing: -0.06em;
  line-height: 0.9;
}
@media screen and (min-width: 1024px) {
  .cm-footer-contact__en {
    font-size: 7.6875rem;
  }
}

.cm-footer-contact__ja {
  margin-top: 0.75rem;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .cm-footer-contact__ja {
    margin-top: 0.75rem;
    font-size: 1.5rem;
  }
}

.cm-footer-contact-ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.9375rem;
  height: 4.9375rem;
  position: absolute;
  right: 0;
  top: 4.8125rem;
}
@media screen and (min-width: 1024px) {
  .cm-footer-contact-ico {
    left: calc(50% + 16.25rem);
    top: 11.25rem;
    width: 11.25rem;
    height: 11.25rem;
    gap: 0.75rem;
  }
}

.cm-footer-contact-ico__circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(0.49609375rem);
          backdrop-filter: blur(0.49609375rem);
  --webkit-backdrop-filter: blur(7.9375/16+rem);
  background-color: rgba(255, 255, 255, 0.16);
}
.cm-footer-contact-ico__txt {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cm-footer-contact-ico__txt {
    position: relative;
    font-style: normal;
    display: block;
    font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
  }
}

.cm-footer-contact-ico__arrow {
  position: relative;
  width: 1.25rem;
  height: auto;
  stroke: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-footer-contact-ico__arrow {
    width: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-main
----------------------------------------------------*/
.cm-main-head {
  padding: 9.25rem 0 0;
}
@media screen and (min-width: 1024px) {
  .cm-main-head {
    padding: 17.5rem 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .cm-main-head__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .cm-main-head__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.cm-main-head__lead {
  margin-top: 3.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .cm-main-head__lead {
    margin-top: 7.625rem;
    width: 37.75rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-main-head--business .cm-main-head__lead {
    width: 31.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-main-head--company .cm-main-head__lead {
    width: 39.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-main-head--recruit .cm-main-head__lead {
    width: 38.375rem;
    margin-top: 5.5rem;
    margin-right: -10px;
  }
}

.cm-main-head__breadcrumb {
  margin-top: 3.75rem;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: rgba(15, 15, 15, 0.6);
}
.cm-main-head__breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-main-head__breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-main-head__breadcrumb li + li:before {
  content: "";
  display: block;
  margin-inline: 0.375rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 100%;
  background: #0f0f0f;
  opacity: 0.6;
}
.cm-main-head__breadcrumb a {
  color: rgba(15, 15, 15, 0.6);
}
.cm-main-head__breadcrumb span {
  color: #00478b;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .cm-main-head__breadcrumb {
    margin-top: 3.75rem;
    font-size: 1rem;
  }
  .cm-main-head__breadcrumb li + li:before {
    margin-inline: 0.75rem 0.375rem;
  }
}

.cm-main-head__mv {
  margin-top: 0.875rem;
}
.cm-main-head__mv img {
  border-radius: var(--radius);
  -webkit-transition: border-radius 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: border-radius 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media screen and (max-width: 1023px) {
  .cm-main-head__mv {
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .cm-main-head__mv {
    margin-top: 1.25rem;
  }
  .cm-main-head__mv.is-visible img {
    border-radius: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-main-head:has(.cm-main-head-business) {
  position: relative;
}
.cm-main-head:has(.cm-main-head-business):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 0 0 1rem 1rem;
  background: #f0f4f8;
}
@media screen and (min-width: 1024px) {
  .cm-main-head:has(.cm-main-head-business):before {
    height: calc(100% - 3.3125rem);
    border-radius: 0 0 2.25rem 2.25rem;
  }
}

.cm-main-head-business {
  overflow: hidden;
}
.cm-main-head-business__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-head-business__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.5625rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-main-head-business__body {
    width: 33.125rem;
  }
}

.cm-main-head-business__no {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  letter-spacing: -0.06em;
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .cm-main-head-business__no {
    font-size: 1.6875rem;
  }
}

.cm-main-head-business__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-head-business__title {
    margin-top: 2.5rem;
  }
}

.cm-main-head-business__lead {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .cm-main-head-business__lead {
    margin-top: 3.125rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.cm-main-head-business__pic img {
  border-radius: 1rem;
}
@media screen and (max-width: 1023px) {
  .cm-main-head-business__pic {
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .cm-main-head-business__pic {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 5rem;
    margin-right: calc(50% - 50vw);
  }
  .cm-main-head-business__pic img {
    width: 100%;
    border-radius: 1.5rem 0 0 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-modal
----------------------------------------------------*/
.cm-modal-interview {
  display: none;
}

.cm-modal-interview.is-open {
  display: block;
}

.cm-modal-interview__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: rgba(41, 41, 41, 0.97);
  z-index: 1000;
}

.cm-modal-interview__container {
  position: relative;
  padding: 3.75rem 0;
  height: 100vh;
  z-index: 20;
  background: #edebeb;
  color: #1a1a1a;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview__container {
    padding: 0 0;
  }
}

.cm-modal-interview__close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 100;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.cm-modal-interview__close span {
  display: block;
  position: absolute;
  left: 1.125rem;
  -webkit-transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  width: 1.125rem;
  height: 0.125rem;
  background: #00478B;
  border-radius: 0.25rem;
}
.cm-modal-interview__close span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-45deg);
          transform: scale(-1, -1) rotate(-45deg);
}
.cm-modal-interview__close span:nth-child(2) {
  width: 0;
  left: 50%;
}
.cm-modal-interview__close span:nth-child(3) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(45deg);
          transform: scale(-1, -1) rotate(45deg);
}
/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 1;
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 1;
  }
}
.cm-modal-interview[aria-hidden=false] .cm-modal-interview__overlay {
  opacity: 0;
  -webkit-animation: mmfadeIn 0.3s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmfadeIn 0.3s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.cm-modal-interview[aria-hidden=false] .cm-modal-interview__container {
  opacity: 0;
  -webkit-animation: mmslideIn 0.3s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmslideIn 0.3s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.cm-modal-interview[aria-hidden=true] .cm-modal-interview__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.cm-modal-interview[aria-hidden=true] .cm-modal-interview__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.cm-modal-interview .cm-modal-interview__container,
.cm-modal-interview .cm-modal-interview__overlay {
  will-change: transform;
}

.cm-modal-interview__container {
  overflow-x: hidden;
  background: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-modal-interview__gallery {
  position: absolute;
  height: 100%;
  right: 0;
  width: 45rem;
}
.cm-modal-interview__gallery .cm-modal-interview__galleryWrap {
  position: sticky;
  right: 0;
  top: 0;
}
.cm-modal-interview__gallery figure {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.cm-modal-interview__gallery figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cm-modal-interview__gallery figure:not(.is-visible) {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .cm-modal-interview__gallery {
    display: none;
  }
}

.cm-modal-interview__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview__inner {
    gap: 0;
  }
}

.cm-modal-interview-mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-mv__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 6.625rem;
    height: 100vh;
  }
}

@media screen and (min-width: 1024px) {
  .cm-modal-interview-mv__body {
    width: 37.75rem;
    padding-bottom: 6.25rem;
  }
}

.cm-modal-interview-mv__no {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1;
  font-weight: normal;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-mv__no {
    font-size: 1rem;
  }
}

.cm-modal-interview-mv__title {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-mv__title {
    margin-top: 5rem;
    font-size: 2rem;
    line-height: 1.75;
  }
}

.cm-modal-interview-mv__job {
  margin-top: 1.25rem;
  font-weight: bold;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  color: #00478b;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-mv__job {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.cm-modal-interview-mv__name {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-mv__name {
    margin-top: 0.375rem;
    font-size: 1.5rem;
  }
}

.cm-modal-interview-mv__date {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  color: #707070;
}
.cm-modal-interview-mv__date dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cm-modal-interview-mv__date dd:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.0625rem;
  position: absolute;
  left: -0.6875rem;
  pointer-events: none;
  background: rgba(0, 71, 139, 0.2);
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-mv__date {
    margin-top: 0.25rem;
    font-size: 1rem;
  }
}

.cm-modal-interview-mv__pic img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .cm-modal-interview-mv__pic {
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-mv__pic {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50vw);
  }
  .cm-modal-interview-mv__pic img {
    max-width: 45rem;
  }
}

/*-----*/
.cm-modal-interview-message {
  padding-top: 3.75rem;
}
.cm-modal-interview-message:nth-child(odd) {
  background: #f7f9fc;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-message {
    padding-top: 0;
  }
}

.cm-modal-interview-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-message__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.625rem;
    height: 100vh;
  }
}

@media screen and (min-width: 1024px) {
  .cm-modal-interview-message__body {
    width: 37.75rem;
    padding: 3.75rem 0;
  }
}

.cm-modal-interview-message__no {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1;
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: -0.06em;
  color: #00478b;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-message__no {
    font-size: 6.9375rem;
  }
}

.cm-modal-interview-message__title {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-message__title {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}

.cm-modal-interview-message__txt {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-message__txt {
    margin-top: 3.75rem;
  }
}

.cm-modal-interview-message__pic img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .cm-modal-interview-message__pic {
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .cm-modal-interview-message__pic {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50vw);
  }
  .cm-modal-interview-message__pic img {
    max-width: 45rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
.c-btn-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.1875rem;
  height: 3.5625rem;
  border-radius: 1.78125rem;
  padding: 0 1.6875rem;
  background: #00478b;
  position: relative;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
a:hover .c-btn-round, .c-btn-round:hover {
  background: #005ca2;
}
.c-btn-round__txt {
  position: relative;
  top: 0.125rem;
}
.c-btn-round__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  position: absolute;
  right: 0.75rem;
  background: #fff;
  font-size: 0;
  -webkit-transition: 0.01s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.01s cubic-bezier(0.37, 0, 0.63, 1);
}
.c-btn-round__ico svg {
  width: 0.75rem;
  height: auto;
  stroke: #00478B;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.c-btn-round__ico svg:nth-child(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-btn-round__ico svg:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-0.625rem, 0);
          transform: translate(-0.625rem, 0);
}
a:hover .c-btn-round__ico, .c-btn-round__ico:hover {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
a:hover .c-btn-round__ico svg, .c-btn-round__ico:hover svg {
  stroke: #005ca2;
}
a:hover .c-btn-round__ico svg:nth-child(1), .c-btn-round__ico:hover svg:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(0.625rem, 0);
          transform: translate(0.625rem, 0);
}
a:hover .c-btn-round__ico svg:nth-child(2), .c-btn-round__ico:hover svg:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-btn-round--wh {
  background: #fff;
  color: #003c7b;
}
a:hover .c-btn-round--wh, .c-btn-round--wh:hover {
  color: #fff;
  background: #005ca2;
}
a:hover .c-btn-round--wh .c-btn-round__ico, .c-btn-round--wh:hover .c-btn-round__ico {
  background: #fff;
}
a:hover .c-btn-round--wh .c-btn-round__ico svg, .c-btn-round--wh:hover .c-btn-round__ico svg {
  stroke: #005ca2;
}
.c-btn-round--wh .c-btn-round__ico {
  background: #003c7b;
}
.c-btn-round--wh .c-btn-round__ico svg {
  stroke: #fff;
}

.c-btn-round--action {
  width: 18.5rem;
  height: 5rem;
  border-radius: 2.5rem;
  font-size: 1rem;
}
.c-btn-round--action .c-btn-round__ico {
  width: 2.8125rem;
  height: 2.8125rem;
}
.c-btn-round--action svg {
  width: 1rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
}
.c-btn-arrow svg {
  width: 0.75rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .c-btn-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }
  .c-btn-arrow svg {
    width: 0.875rem;
    height: auto;
  }
}

.c-btn-arrow--wh .c-btn-arrow__ico {
  background-color: #fff;
}
.c-btn-arrow--wh .c-btn-arrow__ico svg {
  stroke: #00478B;
}
a:hover .c-btn-arrow--wh svg, .c-btn-arrow--wh:hover svg {
  stroke: #fff;
}

.c-btn-arrow__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  background: #003c7b;
  font-size: 0;
  -webkit-transition: 0.01s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.01s cubic-bezier(0.37, 0, 0.63, 1);
}
.c-btn-arrow__ico svg {
  stroke: #fff;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.c-btn-arrow__ico svg:nth-child(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-btn-arrow__ico svg:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-0.625rem, 0);
          transform: translate(-0.625rem, 0);
}
a:hover .c-btn-arrow__ico, .c-btn-arrow__ico:hover {
  background-color: #005ca2;
}
a:hover .c-btn-arrow__ico svg:nth-child(1), .c-btn-arrow__ico:hover svg:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(0.625rem, 0);
          transform: translate(0.625rem, 0);
}
a:hover .c-btn-arrow__ico svg:nth-child(2), .c-btn-arrow__ico:hover svg:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-btn-arrow--left .c-btn-arrow__ico svg:nth-child(2) {
  -webkit-transform: translate(0.625rem, 0);
          transform: translate(0.625rem, 0);
}
a:hover .c-btn-arrow--left .c-btn-arrow__ico svg:nth-child(1), .c-btn-arrow--left .c-btn-arrow__ico:hover svg:nth-child(1) {
  -webkit-transform: translate(-0.625rem, 0);
          transform: translate(-0.625rem, 0);
}
a:hover .c-btn-arrow--left .c-btn-arrow__ico svg:nth-child(2), .c-btn-arrow--left .c-btn-arrow__ico:hover svg:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-pagetop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.c-btn-pagetop__ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-btn-pagetop__ico svg {
  width: 100%;
  height: auto;
  stroke: #fff;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-business
----------------------------------------------------*/
.c-business-listA {
  width: 100%;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 0.5rem;
  border: 1px solid rgba(33, 33, 33, 0.2);
}
.c-business-listA dt {
  width: 8.5rem;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 4.25rem);
  top: -0.625rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
.c-business-listA dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 2.5rem;
}
.c-business-listA ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.c-business-listA li {
  font-size: 1rem;
  letter-spacing: 0.03em;
  position: relative;
  line-height: 1.3;
}
.c-business-listA li small {
  font-size: 0.8125rem;
}
.c-business-listA li:before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  left: -1rem;
  top: 0.625rem;
  pointer-events: none;
  border-radius: 100%;
  background: #00478b;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-business-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  color: #00195d;
}
.c-business-subtitle span {
  white-space: nowrap;
}
.c-business-subtitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted rgba(33, 33, 33, 0.2);
}
@media screen and (min-width: 1024px) {
  .c-business-subtitle {
    gap: 2.25rem;
    font-size: 1.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-card-interview
----------------------------------------------------*/
.c-card-interview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  color: #fff;
  cursor: pointer;
}
.c-card-interview__pic {
  position: relative;
}
.c-card-interview__pic img {
  border-radius: 1rem;
}
.c-card-interview__ico {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3.029375rem;
}
@media screen and (min-width: 1024px) {
  .c-card-interview__ico {
    right: 1.75rem;
    bottom: 1.5rem;
  }
}

.c-card-interview__title {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-card-interview__title {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.c-card-interview__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-card-interview__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
.c-card-interview__job {
  font-weight: bold;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
}
.c-card-interview__name {
  font-weight: 500;
  font-size: 1.1875rem;
}
.c-card-interview__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  opacity: 0.5;
}
.c-card-interview__date dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card-interview__date dd:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.625rem;
  position: absolute;
  left: -0.5rem;
  pointer-events: none;
  background-color: #fff;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading-title {
  color: #00195d;
}
.c-heading-title__en {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 3.25rem;
  letter-spacing: -0.06em;
  line-height: 0.83;
}
.c-heading-title__en ._gray {
  color: #E2E2E2;
}
.c-heading-title__en ._black {
  color: #1a1a1a;
}
@media screen and (min-width: 1024px) {
  .c-heading-title__en {
    font-size: 6.25rem;
  }
}

.c-heading-title__ja {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .c-heading-title__ja {
    margin-top: 1.625rem;
    margin-left: 0.625rem;
    font-size: 1.5rem;
  }
}

.c-heading-title--wh {
  color: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-title2 {
  color: #00195d;
}
.c-heading-title2__ja {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .c-heading-title2__ja {
    font-size: 3.5rem;
  }
}

.c-heading-title2__en {
  margin-top: 0.375rem;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.06em;
  line-height: 0.83;
}
.c-heading-title2__en ._gray {
  color: #E2E2E2;
}
.c-heading-title2__en ._black {
  color: #1a1a1a;
}
@media screen and (min-width: 1024px) {
  .c-heading-title2__en {
    margin-top: 1.125rem;
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-section {
  color: #00195d;
}
.c-heading-section__en {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  line-height: 0.83;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__en {
    font-size: 4.75rem;
  }
}

.c-heading-section__ja {
  margin-top: 0.875rem;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__ja {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.c-heading-section--recruit .c-heading-section__en {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-section--recruit .c-heading-section__en {
    font-size: 4rem;
  }
}
.c-heading-section--recruit .c-heading-section__ja {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-section--recruit .c-heading-section__ja {
    font-size: 1.25rem;
  }
}

.c-heading-section--business .c-heading-section__en {
  color: #212121;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .c-heading-section--business .c-heading-section__en {
    font-size: 2.9375rem;
    line-height: 0.9;
  }
}
.c-heading-section--business .c-heading-section__ja {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  color: #00195d;
}
@media screen and (min-width: 1024px) {
  .c-heading-section--business .c-heading-section__ja {
    margin-top: 0.75rem;
    font-size: 1.125rem;
  }
}

.c-heading-section--wh {
  color: #fff;
}
.c-heading-section--wh .c-heading-section__en {
  color: #fff;
}
.c-heading-section--wh .c-heading-section__ja {
  color: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-philosophy {
    gap: 0.625rem;
  }
}

.c-heading-philosophy__en {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 1.75rem;
  letter-spacing: -0.06em;
  line-height: 1;
  color: #00195d;
}
@media screen and (min-width: 1024px) {
  .c-heading-philosophy__en {
    font-size: 3.5rem;
  }
}

.c-heading-philosophy__ja {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #707070;
}
@media screen and (min-width: 1024px) {
  .c-heading-philosophy__ja {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-link-drawernav
----------------------------------------------------*/
.c-link-drawernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1875rem 0;
  position: relative;
}
.c-link-drawernav__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-link-drawernav__txt ._en {
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.06em;
  line-height: 0.8333333333;
  color: #00478b;
}
.c-link-drawernav__txt ._ja {
  margin-top: 0.75rem;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: -0.05em;
}
.c-link-drawernav__ico {
  position: absolute;
  right: 0;
}
.c-link-drawernav__ico svg {
  width: 0.75rem;
  height: auto;
  stroke: #1a1a1a;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-underline {
  color: #00478B;
  text-decoration: underline;
}
.c-link-underline:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph {
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-paragraph {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-top-business
----------------------------------------------------*/
.c-top-business {
  position: relative;
  border-top: 1px solid #00478b;
  opacity: 0.2;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-top-business.is-current {
  opacity: 1;
}
.c-top-business__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5625rem 0 1.625rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .c-top-business__head {
    padding: 2.1875rem 0 3.125rem;
  }
  .is-current .c-top-business__head {
    padding-top: 3.125rem;
  }
}

.c-top-business__link {
  pointer-events: none;
}
.c-top-business__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.is-current .c-top-business__link {
  pointer-events: auto;
}
.is-current .c-top-business__link:before {
  pointer-events: auto;
}

.c-top-business__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  color: #00478b;
}
@media screen and (min-width: 1024px) {
  .c-top-business__title {
    font-size: 1.75rem;
  }
}

.c-top-business__en {
  margin-left: auto;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  opacity: 1;
}
.is-current .c-top-business__en {
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .c-top-business__en {
    width: 7.625rem;
  }
}

.c-top-business__body {
  display: none;
  margin-top: 0.625rem;
  padding-bottom: 2.5rem;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.9125;
}
.is-current .c-top-business__body {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-top-business__body {
    margin-top: 0;
    padding-bottom: 4.375rem;
    padding-right: 74px;
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */
/* Bullets */
/* Progress */
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

.u-center {
  text-align: center;
}

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .u-only-pc {
    display: block !important;
  }
}

.u-red {
  color: #E8301E;
}

.help-block {
  padding-top: 0.2em;
  color: #e8301e;
}

.u-accent-color {
  color: var(--accent-color);
}

.u-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding-bottom: 6.25rem;
}
.u-template > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.u-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap);
}

.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.__loop {
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__loop img {
  width: auto;
  max-width: none;
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .__loop {
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
  .__loop img {
    height: 32.875rem;
  }
}

@-webkit-keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}