@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
html[lang="ja"] {
  margin: 0 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  font-size: 62.5%;
}
html.noscroll {
  overflow: hidden;
}

body {
  height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    游ゴシック体, YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  color: #222;
  letter-spacing: 0.1em;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type="submit"],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

h2,
h3,
h4 {
  font-weight: 500;
}

label {
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

body:not(.page-id-32) .grecaptcha-badge {
  display: none !important;
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  background-color: rgba(136, 215, 255, 0.051);
}
.c-breadcrumbs a {
  font-size: 13px;
  font-size: 1.3rem;
}
.c-breadcrumbs a:after {
  content: "＞";
  margin: 0 2px;
  margin: 0 0.2rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-link-btn {
  display: block;
  background-color: #000;
  padding: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.c-link-btn:hover {
  background-color: #ffc107;
  opacity: 1;
}
.c-dl-btn {
  display: block;
  background-color: #000;
  padding: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.c-dl-btn:hover {
  background-color: #ffc107;
  opacity: 1;
}
.c-textlink {
  position: relative;
  line-height: 1;
  padding-right: 14px;
  padding-right: 1.4rem;
  line-height: 1.4;
}
.c-textlink:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 8px;
  width: 0.8rem;
  height: 8px;
  height: 0.8rem;
  border-top: 1px solid #0a2a4f;
  border-right: 1px solid #0a2a4f;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.c-more-btn {
  display: block;
  background-color: #fff;
  width: min(227px, 100%);
  width: min(22.7rem, 100%);
  border: 1px solid #222;
  padding: 7px 1.2em;
  padding: 0.7rem 1.2em;
  text-align: center;
  color: #222;
  margin: 0 auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.c-more-btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  right: 2rem;
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.c-more-btn:hover {
  color: #686868;
}

.c-mv {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0 40px;
  padding: 6rem 0 4rem;
  width: min(700px, 100%);
  width: min(70rem, 100%);
}
.c-mv .c-mv__title {
  letter-spacing: 2px;
  line-height: 1.4;
  color: #0a2a4f;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
}
.c-mv .c-mv__sub-title {
  letter-spacing: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-top: 1rem;
}

.c-mv2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 406px;
  height: 40.6rem;
}
.c-mv2 .c-mv2__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.c-mv2 .c-mv2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mv2 .c-mv2__text {
  text-align: center;
  background-color: #fff;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 560px;
  max-width: 56rem;
  padding: 0 4vw;
}
.c-mv2 .c-mv2__icon {
  width: 42px;
  width: 4.2rem;
  height: 42px;
  height: 4.2rem;
  margin: 0 auto 20px;
  margin: 0 auto 2rem;
}
.c-mv2 .c-mv2__read {
  letter-spacing: 2px;
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-mv2 .c-mv2__title {
  letter-spacing: 2px;
  line-height: 1.4;
  color: #222;
  font-weight: 500;
  font-size: 43px;
  font-size: 4.3rem;
}
.c-mv2 .c-mv2__sub-title {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.c-pnavi {
  margin-bottom: 80px;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pnavi .page-numbers {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  height: 30px;
  margin: 8px;
  border: 1px solid #343a40;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 29px;
  color: #343a40;
}

.c-pnavi .page-numbers.current {
  background: #343a40;
  color: #fff;
}

.c-pnavi .page-numbers.dots {
  display: inline-block;
  margin: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  border: none;
}

.c-pnavi .nav-links a.page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 8px;
  border: 1px solid #005bac;
  border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 30px;
}

.c-pnavi .nav-links a.page-numbers:hover {
  background: #005bac;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-pnavi .nav-links a.prev.page-numbers,
.c-pnavi .nav-links a.next.page-numbers {
  width: auto;
  padding-right: 6px;
  padding-left: 6px;
  border: 0;
  border-bottom: 1px solid #005bac;
  border-radius: 0;
  background: transparent;
}

.c-pnavi .nav-links a.prev.page-numbers:hover,
.c-pnavi .nav-links a.next.page-numbers:hover {
  background: #005bac;
  color: #fff;
}

.c-pnavi .posts_link {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}

.c-pnavi .posts_link.next {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-pnavi .posts_link.previous {
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg);
}

.c-sec-title,
.c-sec-subTitle {
  font-weight: 500;
}

.c-sec-title {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.4;
  color: #0a2a4f;
}

.c-sec-title-ja {
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-sec-subTitle {
  font-size: 28px;
  font-size: 2.8rem;
  color: #0a2a4f;
  text-align: center;
}

.l-footer {
  padding: 60px 4%;
  padding: 6rem 4%;
  color: #222;
  background-color: #f2f2f2;
}
60 .l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  width: min(1020px, 100%);
  width: min(102rem, 100%);
  margin: 0 auto;
}
.l-footer-nav a {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.l-footer-nav .l-footer-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-footer-nav .l-footer-nav__item h4 {
  font-weight: bold;
}

.l-footer-nav__copy {
  background-color: #000;
  padding: 20px;
  padding: 2rem;
  text-align: center;
}

.copy-ja {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.copy {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 20px;
  padding: 5px 2rem;
  color: #fff;
}

header.header {
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 19;
  padding: 22px 2%;
  padding: 2.2rem 2%;
  position: relative;
  background-color: #ffc107;
  color: #0a2a4f;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
header.header .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
header.header h1.logo {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1;
  position: relative;
  z-index: 100;
  font-weight: bold;
  color: #0a2a4f;
}
header.header h1.logo a {
  display: block;
  line-height: 1;
}
header.header h1.logo img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header.header .header__main-nav {
  margin-left: 80px;
  margin-left: 8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header .header__main-nav li {
  margin-right: 40px;
  margin-right: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
}
header.header #nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}
header.header .header__drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 80px 80px;
  padding: 8rem 8rem;
  height: 100%;
  background: #ffc107;
}
header.header .header__drawer-menu a {
  padding: 12px 0;
  padding: 1.2rem 0;
  /* font-size: 16px;
  font-size: 1.6rem; */
  display: block;
  font-weight: bold;
  font-style: normal;
}
header.header .header__drawer-menu__logo {
  margin-top: 40px;
  margin-top: 4rem;
}
header.header .toggle-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 300;
  cursor: pointer;
  background-color: #0a2a4f;
}
header.header .toggle-btn:before {
  content: attr(data-text);
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
}
header.header .toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}
header.header .toggle-btn span:nth-child(1) {
  top: 17px;
}
header.header .toggle-btn span:nth-child(2) {
  top: 26px;
}
header.header .toggle-btn span:nth-child(3) {
  bottom: 41px;
}
header.header #nav.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 101;
  opacity: 1;
  pointer-events: auto;
}
header.header #nav.open + #mask {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
  z-index: 100;
}
header.header #nav.open ~ .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}
header.header #nav.open ~ .toggle-btn span:nth-child(2) {
  opacity: 0;
}
header.header #nav.open ~ .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}

.header .tel {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
}
.header .icon-cart {
  width: 25px;
  width: 2.5rem;
  height: 26px;
  height: 2.6rem;
}
.header .icon-bag {
  width: 18px;
  width: 1.8rem;
  height: 23px;
  height: 2.3rem;
}
.header .icon-mail {
  width: 24px;
  width: 2.4rem;
  height: 18px;
  height: 1.8rem;
}
.header .icon-tel {
  width: 23px;
  width: 2.3rem;
  height: 23px;
  height: 2.3rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-home-hero__title span {
  display: block; /* 各行を独立して表示 */
  font-weight: bold;
  animation: fadeIn 1s ease-in-out forwards; /* forwardsで最終状態を保持 */
}

.p-home-hero__title span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff; /* 背景色とテキスト色を対比させる */
}

/* 擬似要素で背景を伸ばす */
.p-home-hero__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1; /* テキストの後ろに配置 */
  transition: width 0.5s ease-out; /* アニメーション */
}

/* アニメーション効果を適用 */
.p-home-hero__title span:nth-child(1)::before {
  transition-delay: 0.2s;
}

.p-home-hero__title span:nth-child(2)::before {
  transition-delay: 0.4s;
}

.p-home-hero__title span:nth-child(3)::before {
  transition-delay: 0.6s;
}

/* 背景を右に伸ばしてテキストを出現 */
.p-home-hero__title span:hover::before,
.p-home-hero__title span::before {
  width: 100%; /* 背景色が右に伸びる */
}

/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  width: 100%;
}

.home .l-main {
  overflow-x: hidden;
}

.single-recipe .l-main {
  overflow-x: hidden;
}

.l-main--404 {
  position: relative;
  width: 100%;
  width: min(120rem, 100%);
  margin: 4rem auto;
}
.l-main--404 .c-button {
  padding: 1rem;
}

.inner {
  position: relative;
  width: min(120rem, 100%);
  margin: 0 auto;
}

.mb10 {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 70px;
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 90px;
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 100px;
  margin-bottom: 10rem;
}

.mt10 {
  margin-top: 10px;
  margin-top: 1rem;
}

.mt20 {
  margin-top: 20px;
  margin-top: 2rem;
}

.mt30 {
  margin-top: 30px;
  margin-top: 3rem;
}

.mt40 {
  margin-top: 40px;
  margin-top: 4rem;
}

.mt50 {
  margin-top: 50px;
  margin-top: 5rem;
}

.mt60 {
  margin-top: 60px;
  margin-top: 6rem;
}

.mt70 {
  margin-top: 70px;
  margin-top: 7rem;
}

.mt80 {
  margin-top: 80px;
  margin-top: 8rem;
}

.mt90 {
  margin-top: 90px;
  margin-top: 9rem;
}

.mt100 {
  margin-top: 100px;
  margin-top: 10rem;
}

.mt110 {
  margin-top: 110px;
  margin-top: 11rem;
}

.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}
.text-center {
  text-align: center;
}
.p-business {
  padding: 60px 0 100px;
  padding: 6rem 0 10rem;
}

.p-business__navi {
  position: relative;
}
.p-business__navi:not(:last-of-type) {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.p-business__navi a {
  display: block;
  height: 100%;
}
.p-business__navi .p-business__navi-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
}
.p-business__navi .p-business__navi-inner:before {
  content: "";
  position: absolute;
  right: 60px;
  right: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 60px;
  width: 6rem;
  height: 60px;
  height: 6rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-business__navi .p-business__navi-title {
  font-size: 32px;
  font-size: 3.2rem;
}
.p-business__navi .p-business__navi-text {
  font-size: 18px;
  font-size: 1.8rem;
}
.p-business__navi .p-business__navi-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-business__block {
  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: 80px;
  margin-bottom: 8rem;
  position: relative;
}

.p-business__catch-title {
  font-weight: 700;
  line-height: 1.4;
  background: rgba(0, 31, 109, 0.6039215686) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  padding: 4rem 0;
  font-size: 32px;
  font-size: 3.2rem;
}

.p-business__text {
  margin: 20px 0 40px;
  margin: 2rem 0 4rem;
}

.p-business__about {
  text-align: center;
  color: #0a2a4f;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.p-business__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
}
.p-business__flex .p-business__flex-image {
  width: 453px;
  width: 45.3rem;
  height: 290px;
  height: 29rem;
  background-color: #efefef;
}
.p-business__flex .p-business__flex-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-company__message {
  margin-top: 100px;
  margin-top: 1rem;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 60px;
  padding-bottom: 6rem;
  position: relative;
}
.p-company__message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-company__title {
  font-weight: 700;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.4;
}
.p-company__title span.ja {
  display: inline-block;
  margin-left: 40px;
  margin-left: 4rem;
  font-size: 20px;
  font-size: 2rem;
}
.p-company__header .p-company__header-wrap {
  text-align: center;
}
.p-company__header .p-company__header-wrap h3 {
  font-weight: 700;
  font-size: 4.5rem;
}
.p-company__header .p-company__header-wrap p {
  font-family:
    "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  color: #026db8;
  font-size: 4rem;
}

.p-company__message-wrap {
  padding: 60px 40px;
  padding: 6rem 4rem;
}
.p-company__message-wrap .p-company__message-text {
  width: 100%;
}
.p-company__message-wrap .p-company__message-text p:not(.name) {
  padding-bottom: 2em;
}
.p-company__message-wrap .name {
  text-align: right;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 40px;
  margin-top: 4rem;
}
.p-company__message-wrap dl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 40px;
  margin-top: 4rem;
}
.p-company__message-wrap ul,
.p-company__message-wrap li {
  font-size: 0;
  line-height: 1.8;
}
.p-company__message-wrap li {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-company__message-wrap dd {
  padding-left: 20px;
  padding-left: 2rem;
}
.p-company__message-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 4rem 10rem;
}
.p-company__message-footer table {
  width: auto;
}
.p-company__message-footer table th,
.p-company__message-footer table td {
  text-align-last: justify;
}
.p-company__message-footer table td {
  padding-left: 1.6rem;
}
.p-company__message-photo {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.p-company__message-photo img {
  width: 100%;
  max-width: 200px;
}
.p-company__vision {
  background: rgb(69, 117, 193);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(69, 117, 193)),
    color-stop(15%, rgb(132, 194, 255)),
    to(rgb(237, 252, 255))
  );
  background: linear-gradient(
    0deg,
    rgb(69, 117, 193) 0%,
    rgb(132, 194, 255) 15%,
    rgb(237, 252, 255) 100%
  );
  padding: 80px 0;
  padding: 8rem 0;
}

.p-company__vision-wrap {
  background-color: #fff;
  padding: 60px 80px;
  padding: 6rem 8rem;
  margin-top: 80px;
  margin-top: 8rem;
}
.p-company__vision-wrap .p-company__vision-list {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding-left: 28px;
  padding-left: 2.8rem;
}
.p-company__vision-wrap .p-company__vision-list dt {
  color: #4d84db;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.p-company__vision-wrap .p-company__vision-list dt:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -28px;
  left: -2.8rem;
  width: 20px;
  width: 2rem;
  height: 30px;
  height: 3rem;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: linear-gradient(
    265deg,
    rgb(69, 117, 193) 0%,
    rgb(132, 194, 255) 15%,
    rgb(237, 252, 255) 70%
  );
}
.p-company__vision-wrap .p-company__vision-list li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.p-company__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: min(1200px, 100%);
  width: min(120rem, 100%);
  margin: 0 auto;
  padding: 100px 0;
  padding: 10rem 0;
}
.p-company__navi .p-company__navi-item {
  width: 360px;
  width: 36rem;
  height: 300px;
  height: 30rem;
}
.p-company__navi .p-company__navi-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: #eee;
}
.p-company__navi .p-company__navi-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-company__navi .p-company__navi-title {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 0;
  padding: 1.6rem 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 220px;
  width: 22rem;
  font-size: 17px;
  font-size: 1.7rem;
}

.p-company__footer-navi {
  background-color: #ebf6fd;
  padding: 24px 16px;
  padding: 2.4rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px 50px;
  gap: 1.4rem 5rem;
}
.p-company__footer-navi a {
  padding-left: 34px;
  padding-left: 3.4rem;
  position: relative;
  display: block;
}
.p-company__footer-navi a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/svg/arrow-tertiary.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
}

.p-company__history {
  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: 160px;
  margin-bottom: 16rem;
  position: relative;
}

.p-company__history-image {
  position: relative;
  width: min(1200px, 100%);
  width: min(120rem, 100%);
  height: 460px;
  height: 46rem;
  margin: 0 auto;
}
.p-company__history-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-company__history-title {
  font-weight: 700;
  line-height: 1.4;
  background: rgba(0, 31, 109, 0.6039215686) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  padding: 4rem 0;
  font-size: 32px;
  font-size: 3.2rem;
}

.p-company-history__timeline {
  padding: 60px 0;
  padding: 6rem 0;
}

.timeline {
  width: min(950px, 100%);
  width: min(95rem, 100%);
  margin: 0 auto;
  list-style: none;
}

.timeline {
  position: relative;
}
.timeline:before {
  content: "";
  width: 1px;
  height: calc(100% - 6rem);
  background-color: #1469e8;
  top: 12px;
  display: block;
  position: absolute;
}

.timeline > li {
  position: relative;
}

.timeline-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.timeline-content.pd2 {
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
.timeline-content:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #1469e8;
  position: absolute;
  left: -7px;
  top: calc(50% - 1.5rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}
.timeline-content .timeline-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  -ms-flex: 0 0 20rem;
  flex: 0 0 20rem;
  text-align: center;
}
.timeline-content .timeline-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.history_box {
  background: #00496d;
  border: 2px solid #f2f2f2;
}

.history_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.history_wrap .history_nav_fixed {
  float: left;
  width: 200px;
  padding-top: 40px;
  padding-left: 40px;
  z-index: 50;
}

.history_wrap .history_nav li {
  list-style: none;
  font-size: 30px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #f2f2f2;
}

.history_wrap .scroll_div {
  float: right;
  width: 900px;
  height: 840px;
  overflow-y: auto;
  padding-top: 40px;
}

.history_wrap .history_block {
  padding-bottom: 80px;
}

.history_wrap .history_block h3 {
  font-size: 54px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #f2f2f2;
  margin-bottom: 15px;
}

.history_wrap .history_block dl dt {
  color: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  font-size: 18px;
}

.history_wrap .history_block dl dd {
  color: #fff;
  padding: 15px 0 25px 70px;
}

.history_wrap .history_block .history_thumb {
  width: 215px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}

.history_wrap .history_block .history_thumb a {
  display: block;
  margin-bottom: 10px;
}

.history_wrap .history_block .history_thumb p.cap {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.p-company__office {
  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: 160px;
  margin-bottom: 16rem;
  position: relative;
}
.p-company__office img {
  width: 100%;
}

.p-company__office-image {
  position: relative;
  width: min(1200px, 100%);
  width: min(120rem, 100%);
  height: 460px;
  height: 46rem;
  margin: 0 auto;
}
.p-company__office-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-company__office-title {
  font-weight: 700;
  line-height: 1.4;
  background: rgba(0, 31, 109, 0.6039215686) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  padding: 4rem 0;
  font-size: 32px;
  font-size: 3.2rem;
}

.p-company__office-map-wrap {
  margin-top: 80px;
  margin-top: 8rem;
  padding: 0 15px 40px;
  padding: 0 1.5rem 4rem;
  border-bottom: 1px solid #707070;
}
.p-company__office-map-wrap .p-company__office-map-title {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.p-company__office-map-wrap .p-company__office-map-title .c-sec-title {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.p-company__office-map-wrap .p-company__office-map-title .place-tag {
  display: inline-block;
  width: 250px;
  width: 25rem;
  background: #0a2a4f 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  text-align: center;
  padding: 6px;
}
.p-company__office-map-wrap .p-company__office-map {
  width: 100%;
}
.p-company__office-map-wrap .p-company__office-address {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 30px;
  margin-top: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-company__office-map-wrap .p-company__office-address h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0a2a4f;
}

.p-company__office-map-wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}
.p-company__office-map-wrap.flex > div {
  width: 40%;
}
.p-company__office-map-wrap .p-company__office-address th {
  padding: 4px 16px 4px 4px;
  text-align-last: justify;
}
.p-company__office-map-wrap .p-company__office-address th::before {
  content: "■";
}
.p-company__office-map-wrap .p-company__office-address td {
  padding: 4px;
}
.p-company__profile {
  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: 160px;
  margin-bottom: 16rem;
  position: relative;
}
.p-company__profile .inner {
  width: min(1000px, 100%);
  width: min(100rem, 100%);
}

.p-company__profile-image {
  position: relative;
  width: min(1200px, 100%);
  width: min(120rem, 100%);
  height: 460px;
  height: 46rem;
  margin: 0 auto;
}
.p-company__profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-company__profile-title {
  font-weight: 700;
  line-height: 1.4;
  background: rgba(0, 31, 109, 0.6039215686) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  padding: 4rem 0;
  font-size: 32px;
  font-size: 3.2rem;
}

.p-company__profile-table {
  margin-top: 80px;
  margin-top: 8rem;
  border-collapse: separate;
  border-spacing: 40px 0;
  border-spacing: 4rem 0;
}
.p-company__profile-table tr:first-of-type th,
.p-company__profile-table tr:first-of-type td {
  border-top: 1px solid #707070;
}
.p-company__profile-table th,
.p-company__profile-table td {
  padding: 16px;
  padding: 1.6rem;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  margin-bottom: 0;
}
.p-company__profile-table th {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  white-space: nowrap;
}
.p-company__profile-table td span {
  display: inline-block;
  text-decoration: inherit;
}
.p-contact {
  padding: 60px 0 100px;
  padding: 6rem 0 10rem;
}

.p-contact__read {
  text-align: center;
}

.p-contact__form {
  margin-top: 60px;
  margin-top: 6rem;
}

.p-contact__privacy {
  padding: 20px !important;
  padding: 2rem !important;
  margin: 60px 0 !important;
  margin: 6rem 0 !important;
  border: 1px solid #000;
}
.p-contact__privacy .wp-block-heading {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.p-contact__privacy p {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-contact__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  padding: 2rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-contact__form-block dt {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 16em;
  flex: 1 0 16em;
  max-width: 14em;
  padding-bottom: 0;
  padding-left: 46px;
  position: relative;
}

.p-contact__form-block dt .add {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #d8176d;
  font-size: 12px;
}

.p-contact__form-block dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 16em);
  flex: 1 1 calc(100% - 16em);
  max-width: calc(100% - 16em);
}

.p-contact__form-block input[type="text"],
.p-contact__form-block input[type="email"],
.p-contact__form-block textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  padding: 1rem;
  margin: 0;
  border: 0;
  background-color: #ebf6fd;
}

.smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  gap: 2rem;
}

.submit-btn {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  width: 290px;
  width: 29rem;
  padding: 10px 5px;
  border-radius: 100vmax;
  color: #fff;
  background-color: #00496d;
  background-image: none;
}

.backbtn {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  width: 290px;
  width: 29rem;
  padding: 10px 5px;
  border-radius: 100vmax;
  color: #fff;
  background-color: #000;
}

.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  padding: 1rem;
  margin: 0;
  border: 0;
  background-color: #ebf6fd;
}

.wp-block-snow-monkey-forms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 旧Edge対応 */
  /* IE対応 */
}
.wp-block-snow-monkey-forms-item .smf-select-control {
  display: block;
  width: 100%;
}
.wp-block-snow-monkey-forms-item ::-webkit-input-placeholder {
  color: #d1d1d1;
}
.wp-block-snow-monkey-forms-item ::-moz-placeholder {
  color: #d1d1d1;
}
.wp-block-snow-monkey-forms-item ::-ms-input-placeholder {
  color: #d1d1d1;
}
.wp-block-snow-monkey-forms-item ::placeholder {
  color: #d1d1d1;
}
.wp-block-snow-monkey-forms-item ::-ms-input-placeholder {
  color: #d1d1d1;
}
.wp-block-snow-monkey-forms-item :-ms-input-placeholder {
  color: #d1d1d1;
}
.wp-block-snow-monkey-forms-item .smf-item__col--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 16em;
  flex: 1 0 16em;
  max-width: 14em;
  padding-bottom: 0;
  padding-left: 46px;
  position: relative;
}
.wp-block-snow-monkey-forms-item .smf-item__col--controls {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 16em);
  flex: 1 1 calc(100% - 16em);
  max-width: calc(100% - 16em);
}

.smf-form--simple-table + .smf-action {
  margin: 40px 0;
  margin: 4rem 0;
}

.smf-action .smf-button-control__control {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  width: 290px;
  width: 29rem;
  padding: 10px 5px;
  border-radius: 100vmax;
  color: #fff;
  background-color: #00496d;
  background-image: none;
}

button.smf-button-control__control:disabled {
  accent-color: red;
  border: 1px solid #ccc;
  color: #ccc;
  background-color: #fdfdfd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: inherit;
}

.smf-action .smf-button-control__control[data-action="back"] {
  background-color: #000;
  color: #fff;
}

.snow-monkey-form[data-screen="confirm"] .p-contact__privacy {
  display: none;
}

.smf-form .smf-item .smf-radio-button-control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.smf-form--simple-table .smf-item {
  padding: 20px 0;
  padding: 2rem 0;
}

/* Snow Monkey Formsに必須マークをつける */
.smf-item__label__text {
  position: relative;
  font-weight: bold;
}

.smf-item__label__text::after {
  position: absolute;
  content: "（必須）";
  color: #d8176d;
  width: 60px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
  display: grid;
  place-items: center;
  font-size: 12px;
}

.p-news,
.p-single {
  padding: 60px 0 100px;
  padding: 6rem 0 10rem;
}

.p-news__box {
  padding: 20px;
  padding: 2rem;
  border-bottom: 1px solid #ddd;
}
.p-news__box:first-of-type {
  border-top: 1px solid #ddd;
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-news__item-date {
  width: 150px;
  width: 15rem;
  margin-right: 40px;
  margin-right: 4rem;
}

.p-news__item-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-news-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.p-news-single__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}

.p-news-single__date {
  color: #00496d;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-news-single__body {
  padding: 20px 0 80px;
  padding: 2rem 0 8rem;
}
.p-news-single__body p {
  color: #111;
  line-height: 2;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.p-news-single__body p:last-of-type {
  margin-bottom: 0;
}
.p-news-single__body p a {
  color: #00496d;
}

.p-news-single__backBtn {
  text-align: center;
}

.p-privacy {
  padding: 60px 0 100px;
  padding: 6rem 0 10rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-privacy .p-privacy-block {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.p-privacy p:not(:last-of-type) {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.p-privacy a {
  color: #00496d;
}
.p-privacy ul {
  line-height: 1;
  list-style: disc;
  margin-left: 40px;
  margin-left: 4rem;
}

.p-recruit {
  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: 100px;
  margin-bottom: 10rem;
  position: relative;
}
.p-recruit .c-sec-title {
  background: #f2f2f2;
  border-top: 2px solid #00008b;
  padding: 0.5em;
  font-weight: bold;
}

.p-recruit__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 4rem;
}

.p-recruit__navi-item {
  display: block;
  border: 1px solid #ccc;
  padding: 20px 40px;
  padding: 2rem 4rem;
}
.p-recruit__navi-item h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.p-recruit__navi-item h3:before {
  content: "■";
  color: #0a2a4f;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
}

.p-recruit-read {
  margin-top: 20px;
  margin-top: 2rem;
}

.p-recruit__info {
  margin-top: 40px;
  margin-top: 4rem;
}
.p-recruit__info h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}
.p-recruit__info h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #0a2a4f;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.p-recruit__info dl {
  border: 1px solid gray;
  padding: 20px;
  padding: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.p-recruit__info dt {
  border-bottom: 1px dotted #ddd;
}
.p-recruit__info dt:before {
  content: "■";
  color: #0a2a4f;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
}
.p-recruit__info dd {
  margin-bottom: 1em;
}

.oubo {
  border: 1px solid #ddd;
  padding: 20px 25px;
  padding: 2rem 2.5rem;
}

.p-sitemap {
  padding: 60px 0 100px;
  padding: 6rem 0 10rem;
}
.p-sitemap .inner {
  width: min(700px, 100%);
  width: min(70rem, 100%);
}

.p-sitemap__block {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.p-sitemap__block a {
  padding-left: 40px;
  padding-left: 4rem;
}
.p-sitemap__block .p-sitemap__parent {
  position: relative;
}
.p-sitemap__block .p-sitemap__parent:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/svg/arrow-primary.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
}
.p-sitemap__block .p-sitemap__list {
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-left: 40px;
  margin-left: 4rem;
}
.p-sitemap__block .p-sitemap__child {
  position: relative;
}
.p-sitemap__block .p-sitemap__child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/svg/arrow-tertiary.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
}
/* スライド */
.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.image-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* レスポンシブ対応 */
@media (max-width: 1280px) {
  .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal.active {
  display: flex; /* モーダルを表示 */
}

.modal-content {
  position: relative;
  background-color: #000;
  padding: 20px;
  border-radius: 5px;
  max-width: 80%;
  max-height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#modalImage {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.modal-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* モーダル全体クリックを無効化しない */
}

.modal-nav button {
  background: none;
  border: none;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  pointer-events: all;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.modal-close {
  position: absolute;
  top: -20px;
  right: 0px;
  background: none;
  border: none;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  z-index: 101;
}
@media (max-width: 1280px) {
  .modal-nav button {
    display: none;
  }
  .modal-content {
    max-width: 90%;
    max-height: 90%;
  }
  .modal-close {
    right: -20px;
  }
  header.header .header__main-nav {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  header.header {
    padding: 2.8rem 2%;
  }
}
.p-home-hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding: 10rem 20px;
  background-image: url("../images/top/main-visual.jpg");
  background-size: cover;
  background-position: center;
}
.p-home-hero .p-home-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.p-home-hero .p-home-hero__title {
  position: relative;
  z-index: 8;
  font-size: 64px;
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff;
}
.p-home-hero .p-home-hero__title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  padding: 10px;
  background-color: rgb(18 64 118 / 66%);
}
.p-home-hero .p-home-hero__logo {
  position: relative;
  z-index: 8;
  max-width: 500px;
  max-width: 50rem;
  height: auto;
  height: auto;
}
.p-home-hero .p-home-hero__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-home-news {
  margin-top: 150px;
  margin-top: 15rem;
  margin-bottom: 150px;
  margin-bottom: 15rem;
}
.p-home-news .c-more-btn {
  margin-top: 40px;
  margin-top: 4rem;
}
.p-home-news .inner {
  width: min(1120px, 100%);
  width: min(112rem, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 50px;
  gap: 2rem 5rem;
}
.p-home-news .p-home-news__title {
  width: 200px;
  width: 20rem;
}
.p-home-news .p-home-news__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-home-news .p-home-news__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 2rem;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #e8e8e8;
}

.p-home-about {
  margin-top: 150px;
  margin-top: 15rem;
}
.p-home-about .c-sec-title,
.p-home-about .c-sec-title-ja {
  text-align: center;
}
.p-home-about .p-home-about__content {
  margin-top: 60px;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.p-home-about .p-home-about__content .p-home-about__image {
  width: 475px;
  width: 47.5rem;
}
.p-home-about .p-home-about__content .p-home-about__text {
  width: calc(100% - 47.5rem);
}
.p-home-about
  .p-home-about__content
  .p-home-about__text
  .c-dl-btn:not(:last-of-type) {
  margin-bottom: 32px;
}
.p-home-about .p-home-about__content .c-more-btn {
  margin: 0 auto;
}
.p-home-about .text-note {
  margin-bottom: 1em;
  display: inline-block;
}
.p-home-business-overview {
  margin-top: 150px;
  margin-top: 15rem;
}
.p-home-business-overview .c-sec-title,
.p-home-business-overview .c-sec-title-ja {
  text-align: center;
}
.p-home-business-overview .p-home-business-overview__list {
  margin-top: 60px;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-home-business-overview
  .p-home-business-overview__list
  .p-home-business-overview__item {
  width: 50%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  height: 40rem;
  color: #fff;
  text-align: center;
}
.p-home-business-overview
  .p-home-business-overview__list
  .p-home-business-overview__item
  .p-home-business-overview__item-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 4px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.p-home-business-overview
  .p-home-business-overview__list
  .p-home-business-overview__item
  .p-home-business-overview__item-description {
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-home-business-overview
  .p-home-business-overview__list
  .p-home-business-overview__item
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.p-home-corporate-navi {
  background-color: #fff;
  /* border-top: 12px solid #0a2a4f;
  border-bottom: 12px solid #0a2a4f; */
  background: #0a2a4f;
}
.p-home-corporate-navi h2 {
  font-weight: 700;
  font-size: 4.2rem;
  text-align: left;
  line-height: 1.8;
}
.p-home-corporate-navi h2 span {
  font-size: 2.4rem;
}
.p-home-corporate-navi h3 {
  color: #36a2ff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
}
.p-home-corporate-navi .inner {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 80px;
  gap: 3rem 8rem;
}
.p-home-corporate-navi .p-home-corporate-navi__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 281px;
  height: 28.1rem;
  padding: 20px 40px;
  padding: 2rem 4rem;
}
.p-home-corporate-navi .p-home-corporate-navi__content {
  height: 100%;
  color: #fff;
}
.p-home-corporate-navi
  .p-home-corporate-navi__content
  .p-home-corporate-navi__title {
  position: relative;
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}
.p-home-corporate-navi
  .p-home-corporate-navi__content
  .p-home-corporate-navi__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  width: 10rem;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
}
.p-home-corporate-navi
  .p-home-corporate-navi__content
  .p-home-corporate-navi__title-ja {
  font-size: 18px;
  font-size: 1.8rem;
}
.p-home-corporate-navi .p-home-corporate-navi__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
/* 事前登録 */
/* 準備中用 */
h3.pre {
  font-size: 2.4rem;
  color: #0a2a4f;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 2rem;
}
.p-home-entry {
  margin-top: 150px;
  margin-top: 15rem;
}
.p-home-entry .c-sec-title,
.p-home-entry .c-sec-title-ja {
  text-align: center;
}
.p-home-entry .p-home-entry__content {
  margin-top: 60px;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.p-home-entry .p-home-entry__content > div {
  width: 50%;
}
.p-home-entry .p-home-entry__content h3 {
  font-size: 2.4rem;
  color: #0a2a4f;
  font-weight: bold;
  padding-bottom: 20px;
}
.p-home-entry .p-home-entry__registration:first-of-type {
  margin-bottom: 35px;
}
.p-home-entry .p-home-entry__registration {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(17, 17, 26, 0.08);
  padding: 35px 40px;
}
.p-home-entry .p-home-entry__registration p {
  padding-bottom: 30px;
}
.p-home-entry .p-home-entry__qr-group {
  background-color: #dce8f8;
  border-radius: 10px;
  text-align: center;
  padding: 40px;
}
.p-home-entry .p-home-entry__qr-group .p-home-entry__qr-text {
  padding-bottom: 10px;
}
.p-home-entry .p-home-entry__qr-group img {
  filter: drop-shadow(1px 1px 2px #f4f4f4);
  border-radius: 20px;
  margin-bottom: 30px;
}
/* パスワード */
.post-password-form {
  text-align: center;
  background: rgb(132, 194, 255);
  padding: 1em;
}
.post-password-form input {
  border: 1px solid #0a2a4f;
  border-radius: 10px;
  padding: 10px 20px;
}

.post-password-form input[type="submit"] {
  background-color: #0a2a4f;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: block;
  }
  .c-breadcrumbs {
    display: none;
  }
  .c-more-btn {
    font-size: 1.6rem;
  }
  .c-mv {
    padding: 4rem 0 4rem;
  }
  .c-mv .c-mv__title {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .c-mv .c-mv__sub-title {
    letter-spacing: 2px;
    font-size: 1.8rem;
  }
  .c-sec-title {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
  .c-sec-title-ja {
    font-size: 1.6rem;
  }
  .c-sec-subTitle {
    font-size: 1.8rem;
  }
  .copy {
    padding: 24px 0 0;
  }
  header.header {
    padding: 2.5rem 2%;
  }
  header.header .toggle-btn {
    width: 64px;
    height: 64px;
  }
  header.header .toggle-btn:before {
    bottom: 10px;
    font-size: 1.1rem;
  }
  header.header .toggle-btn span:nth-child(1) {
    top: 13px;
  }
  header.header .toggle-btn span:nth-child(2) {
    top: 29px;
  }
  header.header .toggle-btn span:nth-child(3) {
    bottom: 40px;
  }
  header.header #nav.open ~ .toggle-btn span:nth-child(3) {
    -webkit-transform: translateY(0) rotate(315deg);
    transform: translateY(0) rotate(315deg);
  }
  header.header .header__drawer-menu {
    width: 100%;
    padding: 4rem 4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header.header .header__drawer-menu a {
    padding: 0.8rem 0;
    font-size: 1.6rem;
    display: block;
  }
  header.header .header__drawer-menu__logo {
    margin-top: 2rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
  .p-business {
    padding: 4rem 0;
  }
  .p-business__navi {
    height: 20rem;
  }
  .p-business__navi:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .p-business__navi .p-business__navi-inner {
    padding: 3rem 2rem;
  }
  .p-business__navi .p-business__navi-inner:before {
    content: none;
  }
  .p-business__navi .p-business__navi-title {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
  }
  .p-business__navi .p-business__navi-text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .p-business__catch-title {
    padding: 2rem 0;
    font-size: 2.2rem;
  }
  .p-business__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-business__flex .p-business__flex-image {
    width: 100%;
    height: 29rem;
    background-color: #efefef;
  }
  .p-company__message {
    position: relative;
  }
  .p-company__message:before {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 20%);
    clip-path: polygon(100% 0, 0 0, 0 20%);
  }
  .p-company__title {
    font-size: 4rem;
    line-height: 1.4;
  }
  .p-company__title span.ja {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .p-company__vision-wrap .p-company__vision-list dt {
    font-size: 1.8rem;
  }
  .p-company__navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5rem 2rem;
  }
  .p-company__navi .p-company__navi-item {
    width: 100%;
    height: 22rem;
    margin-bottom: 2rem;
  }
  .p-company__history-image {
    height: 36rem;
  }
  .p-company__history-title {
    padding: 2rem 0;
    font-size: 2.2rem;
  }
  .timeline-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6rem;
  }
  .timeline-content .timeline-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p-company__office-image {
    height: 36rem;
  }
  .p-company__office-title {
    padding: 2rem 0;
    font-size: 2.2rem;
  }
  .p-company__office-map-wrap {
    margin-top: 50px;
    margin-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-company__office-map-wrap .p-company__office-address {
    font-size: 1.4rem;
  }
  .p-company__office-map-wrap .p-company__office-address h3 {
    font-size: 2rem;
  }
  .p-company__office-map-wrap .p-company__office-address th,
  .p-company__office-map-wrap .p-company__office-address td {
    display: block;
    text-align-last: left;
    padding: 0;
  }
  .p-company__office-map-wrap .p-company__office-address td {
    padding-bottom: 8px;
  }
  .p-company__office-map-wrap.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-company__office-map-wrap.flex > div {
    width: 100%;
  }
  .p-company__profile-image {
    height: 36rem;
  }
  .p-company__profile-image img {
    -o-object-position: -196px 0;
    object-position: -196px 0;
  }
  .p-company__profile-title {
    padding: 2rem 0;
    font-size: 2.2rem;
  }
  .p-company__profile-table {
    margin-top: 4rem;
    display: block;
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0;
  }
  .p-company__profile-table tr:first-of-type td {
    border-top: none;
  }
  .p-company__profile-table tbody {
    width: 100%;
  }
  .p-company__profile-table th,
  .p-company__profile-table td {
    padding: 0.6rem;
    display: block;
    width: 100%;
  }
  .p-company__profile-table th {
    -moz-text-align-last: inherit;
    text-align-last: inherit;
    text-justify: inherit;
    text-align: left;
    border: none;
    font-weight: bold;
  }
  .p-company__profile-table td {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .wp-block-snow-monkey-forms-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wp-block-snow-monkey-forms-item .smf-item__col--label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    padding-bottom: 1.2rem;
    padding-left: 0;
  }
  .wp-block-snow-monkey-forms-item .smf-item__col--controls {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .p-news-single__title {
    font-size: 2rem;
  }
  .p-recruit__navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-recruit__navi-item h3 {
    font-size: 1.8rem;
  }
  .p-recruit__navi-item h3:before {
    content: "■";
    font-size: 1.5rem;
  }
  .p-recruit__info dt:before {
    content: "■";
    font-size: 1.5rem;
  }
  .p-home-hero .p-home-hero__title {
    font-size: 3.2rem;
  }
  .p-home-news {
    margin-top: 60px;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .p-home-business-overview .p-home-business-overview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-home-business-overview
    .p-home-business-overview__list
    .p-home-business-overview__item {
    margin-bottom: 1rem;
    height: 24rem;
    padding: 0 1rem;
  }
  .p-home-business-overview
    .p-home-business-overview__list
    .p-home-business-overview__item {
    width: 100%;
  }
  .p-home-business-overview
    .p-home-business-overview__list
    .p-home-business-overview__item
    .p-home-business-overview__item-title {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .p-home-corporate-navi .inner {
    padding: 0 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem 3rem;
  }
  .p-home-corporate-navi .p-home-corporate-navi__box {
    height: 22.1rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 2rem;
  }
  .p-home-corporate-navi
    .p-home-corporate-navi__content
    .p-home-corporate-navi__title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-home-corporate-navi h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-home-corporate-navi h2 span {
    font-size: 1.4rem;
    display: block;
  }
  .p-home-corporate-navi h3 {
    font-size: 2rem;
  }
  .p-company__message-footer {
    flex-direction: column;
    padding: 0 0 3rem;
  }
  .p-company__message-footer div:first-of-type {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
  header.header {
    padding: 3.2rem 2%;
  }
  .c-mv .c-mv__title {
    font-size: 3.6rem;
  }
  .c-sec-title {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }
  .p-business__navi:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .p-business__navi .p-business__navi-inner {
    padding: 3rem 4rem;
  }
  .p-business__navi .p-business__navi-inner:before {
    right: 3rem;
  }
  .p-business__navi .p-business__navi-title {
    font-size: 2.8rem;
  }
  .p-business__navi .p-business__navi-text {
    text-align: center;
  }
  .p-business__catch-title {
    padding: 3rem 0;
    font-size: 2.6rem;
  }
  .p-company__title {
    font-size: 6rem;
    line-height: 1.4;
  }
  .p-company__history-title {
    padding: 3rem 0;
    font-size: 2.6rem;
  }
  .p-company__office-title {
    padding: 3rem 0;
    font-size: 2.6rem;
  }
  .p-company__office-map-wrap.flex > div {
    width: 48%;
  }
  .p-company__profile-title {
    padding: 3rem 0;
    font-size: 2.6rem;
  }
  .p-company__profile-table {
    margin-top: 4rem;
    border-collapse: separate;
    border-spacing: 2rem 0;
  }
  .p-news-single__title {
    font-size: 2.4rem;
  }
  .p-recruit__navi-item h3 {
    font-size: 2rem;
  }
  .p-recruit__navi-item h3:before {
    content: "■";
    font-size: 2rem;
  }
  .p-home-news {
    margin-top: 5rem;
  }
  .p-home-business-overview
    .p-home-business-overview__list
    .p-home-business-overview__item {
    height: 30rem;
    padding: 0 1rem;
  }
  .p-home-business-overview
    .p-home-business-overview__list
    .p-home-business-overview__item
    .p-home-business-overview__item-title {
    font-size: 2.6rem;
  }
  .p-home-corporate-navi .inner {
    padding: 0 3vw;
    gap: 3rem 3rem;
  }
  .p-home-corporate-navi .p-home-corporate-navi__box {
    height: 24.1rem;
    padding: 2rem 2rem;
  }
  .p-home-corporate-navi
    .p-home-corporate-navi__content
    .p-home-corporate-navi__title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 375px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .l-footer {
    padding: 1rem;
  }
  .l-footer span.tel {
    white-space: nowrap;
    pointer-events: none;
  }
  header.header .header__main-nav {
    display: none;
  }
  .inner {
    padding: 0 1.5rem;
  }
  .p-business__block {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .p-company__header,
  .p-company__office,
  .p-company__profile,
  .p-company__office-map-wrap {
    padding-top: 10px;
    padding-top: 1rem;
    margin-top: 0;
  }
  .p-company__header .p-company__header-wrap h3 {
    font-size: 2.3rem;
  }
  .p-company__header .p-company__header-wrap p {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-company__message {
    padding: 1rem 0 3rem;
  }
  .p-company__message-wrap {
    margin-top: 0;
    padding: 3rem 0 0;
  }
  .p-company__message-wrap li {
    margin-left: 1.2rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .p-company__message-wrap dt {
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .p-company__message-wrap dd {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .p-company__vision {
    padding: 4rem 0;
  }
  .p-company__vision-wrap {
    padding: 3rem 1rem;
    margin-top: 4rem;
  }
  .p-company__footer-navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.4rem 2rem;
  }
  .p-company__footer-navi a {
    padding-left: 2.4rem;
  }
  .p-company__footer-navi a:before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .p-company__history {
    margin-bottom: 6rem;
  }
  .p-company-history__timeline {
    padding: 6rem 0 0;
  }
  .p-company__office {
    margin-bottom: 6rem;
  }
  .p-company__profile {
    margin-bottom: 6rem;
  }
  .p-company__office-map-wrap .p-company__office-address {
    flex-direction: column;
  }
  .p-contact {
    padding: 6rem 0;
  }
  .p-contact__form {
    margin-top: 4rem;
  }
  .p-news,
  .p-single {
    padding: 6rem 0;
  }
  .p-news__item {
    -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;
  }
  .p-news__item-date {
    width: 100%;
    margin-right: 0;
    color: #858585;
  }
  .p-news__item-txt {
    width: 100%;
  }
  .p-recruit__navi {
    gap: 2rem;
  }
  .p-recruit__navi-item {
    padding: 2rem;
  }
  .p-home-news .inner {
    -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;
  }
  .p-home-news .p-home-news__title {
    width: 100%;
    text-align: center;
  }
  .p-home-news .p-home-news__list {
    width: 100%;
  }
  .p-home-news .p-home-news__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding: 1.6rem 0;
  }
  .p-home-news .p-home-news__list-item time {
    color: #858585;
  }
  .p-home-about {
    margin-top: 6rem;
  }
  .p-home-about .p-home-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  .p-home-about .p-home-about__content .p-home-about__image {
    width: 100%;
  }
  .p-home-about .p-home-about__content .p-home-about__text {
    width: 100%;
  }
  .p-home-about .text-note {
    margin-bottom: 1em;
    display: inline-block;
  }
  .p-home-about
    .p-home-about__content
    .p-home-about__text
    .c-dl-btn:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .p-home-business-overview {
    margin-top: 6rem;
  }
  .p-home-business-overview
    .p-home-business-overview__list
    .p-home-business-overview__item
    .p-home-business-overview__item-description {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .p-home-corporate-navi {
    padding: 3rem 0;
  }
  .p-home-entry {
    margin-top: 6rem;
  }
  .p-home-entry .c-sec-title,
  .p-home-entry .c-sec-title-ja {
    text-align: center;
  }
  .p-home-entry .p-home-entry__content {
    flex-direction: column;
    gap: 2rem;
  }
  .p-home-entry .p-home-entry__content > div {
    width: 100%;
  }
  .p-home-entry .p-home-entry__registration {
    padding: 20px;
  }
  .p-home-entry .p-home-entry__registration:first-of-type {
    margin-bottom: 2rem;
  }
  .p-home-entry .p-home-entry__content h3 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .p-home-entry .p-home-entry__registration p {
    padding-bottom: 20px;
  }
  .p-home-entry .p-home-entry__qr-group {
    padding: 20px;
  }
  .p-home-entry .p-home-entry__qr-group .p-home-entry__qr-text {
    padding-bottom: 15px;
  }
  .p-home-entry .p-home-entry__qr-group img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #anniversary70 #anniv_history .history_box {
    height: 540px;
    margin-bottom: 20px;
  }
  .history_wrap .history_nav_fixed {
    float: none;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    z-index: 50;
    text-align: center;
    margin-bottom: 30px;
  }
  .history_wrap .history_nav li {
    display: inline-block;
    margin: 0 15px;
  }
  .history_wrap .scroll_div {
    float: none;
    width: 100%;
    height: 430px;
    overflow-y: auto;
    padding-top: 0px;
    padding: 0 20px;
  }
  .history_wrap .history_block h3 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 375px) {
  .history_wrap .history_nav li {
    list-style: none;
    font-size: 18px;
    margin: 0 5px;
  }
  .history_wrap .scroll_div {
    height: 460px;
  }
  .history_wrap .history_block h3 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .history_wrap .history_block .history_thumb {
    width: 80%;
    display: block;
    margin-right: 0;
    text-align: center;
    margin: 0 auto 30px;
  }
  .history_wrap .history_block .history_thumb p.cap {
    text-align: left;
  }
}
/*# sourceMappingURL=maps/styles.css.map */

/* ======= ここからQRコード登録ブロック横並び用CSS（front-page02専用） ======= */
@media screen and (min-width: 768px) {
  .p-home-entry__qr-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem; /* 要素間の余白 */
    text-align: left;
  }
  .p-home-entry__qr-group h3,
  .p-home-entry__qr-group .p-home-entry__qr-text,
  .p-home-entry__qr-group img,
  .p-home-entry__qr-group .p-home-entry__qr-note {
    margin-bottom: 0;
  }
  .p-home-entry__qr-group h3 {
    min-width: 8em;
  }
  .p-home-entry__qr-group img {
    max-width: 120px;
    height: auto;
    display: block;
  }
  .p-home-entry__qr-group .p-home-entry__qr-text {
    font-size: 1.4rem;
  }
  .p-home-entry__qr-group .p-home-entry__qr-note {
    font-size: 1.2rem;
  }
}
/* ======= ここまでQRコード登録ブロック横並び用CSS ======= */

/* ======= ここからQRコード登録ブロック左右分割レイアウト（front-page02専用） ======= */
@media screen and (min-width: 768px) {
  .p-home-entry__qr-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
    text-align: left;
  }
  .p-home-entry__qr-group .p-home-entry__qr-texts {
    flex: 1 1 0;
    min-width: 0;
  }
  .p-home-entry__qr-group img {
    max-width: 140px;
    height: auto;
    display: block;
    flex-shrink: 0;
  }
  .p-home-entry__qr-group h3,
  .p-home-entry__qr-group .p-home-entry__qr-text,
  .p-home-entry__qr-group .p-home-entry__qr-note {
    margin-bottom: 0.5em;
  }
  .p-home-entry__qr-group {
    margin-left: auto;
    margin-top: 2rem;
    /* 必要に応じて幅や位置を調整 */
  }
}
/* ======= ここまでQRコード登録ブロック左右分割レイアウト ======= */

/* ======= ここからtop_jobfair.jpg画像中央寄せ（レスポンシブ用） ======= */
@media (max-width: 1024px) {
  .p-home-entry__content > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .p-home-entry__content > div:first-child img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}
/* ======= ここまでtop_jobfair.jpg画像中央寄せ ======= */
