/*
Theme Name:LMCU202303
*/

@charset "utf-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
    font-family:"NotoSansJP", 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    background-color: #FFFFFF;
    width: 100%;
}
#header {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0; /* ヘッダー内の隙間防止 */
}


/* フォント */
@font-face {
  font-family: "NotoSansJP";
  src: url("fonts/Noto_Sans_JP/NotoSansJP-Black.otf") format("woff"),
  url("fonts/Noto_Sans_JP/NotoSansJP-Bold.otf") format("woff"),
  url("fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("woff"),
  url("fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("woff"),
  url("fonts/Noto_Sans_JP/NotoSansJP-Thin.otf") format("woff");
  }

  @font-face {
    font-family: "NotoSansJP-Light";
    src: url("fonts/Noto_Sans_JP/NotoSansJP-Light.otf") format("woff"),
    url("fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("woff"),
    url("fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("woff"),
    url("fonts/Noto_Sans_JP/NotoSansJP-Thin.otf") format("woff");
    }

    @font-face {
      font-family: "NotoSansJP-Medium";
      src: url("fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("woff"),
      url("fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("woff"),
      url("fonts/Noto_Sans_JP/NotoSansJP-Thin.otf") format("woff");
      }
@font-face {
  font-family: "ShipporiMincho";
  src: url("fonts/Shippori_Mincho/ShipporiMincho-Bold.ttf") format("woff"),
  url("fonts/Shippori_Mincho/ShipporiMincho-ExtraBold.ttf") format("woff"),
  url("fonts/Shippori_Mincho/ShipporiMincho-Medium.ttf") format("woff"),
  url("fonts/Shippori_Mincho/ShipporiMincho-Regular.ttf") format("woff"),
  url("fonts/Shippori_Mincho/ShipporiMincho-SemiBold.ttf") format("woff");
  }

  @font-face {
    font-family: "chalkboard";
    src: url("fonts/chalkboard-maisfontes.99d4/chalkboard.ttf") format("woff");
    }
@font-face {
  font-family: "Tsukushi B Round Gothic";
  src: url("../font/TsukushiBRoundGothicRegula/TsukushiBRoundGothicRegula.otf") format("woff");
  }
@font-face {
  font-family: "MRT-Marukoias-alpha";
  src: url("../font/MRT-まるこいあすαMRT-Marukoias-alpha.ttf") format("woff");
  }

  /* ヘッダー */
  .header {
    height: 92px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #FFFFFF;
    font-family: "NotoSansJP-Light";
  }

  .background {
    position: relative;
  }

  .header_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
  }

  .header_left {
    padding: 0 10px 0 50px;
  }

  .header_left a {
    display: block;
  }

  .header_left img {
    width: 159px;
    height: 75px;
  }

  .header_right , .header_right ul {
    display: flex;
    align-items: center;
  }

  .header_right ul li:last-child {
    border-right: none;
    margin-right: 49px;
  }

  .header_right ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000000;
    width: 116px;
    height: 30px;
    font-size: 14px;
    color: #000000;
  }

  .header_right ul a {
    display: block;
    width: 116px;
    text-align: center;
    position: relative;
  }

  .header_right #dr_menu a:hover {
    color: #FFFFFF;
    background: #FF1616;
    transition : .3s;
  }

  #c_menu_top li:hover {
    color: #FFFFFF;
    background: #FF1616;
    transition : .3s;
  }

  .header_right ul .has_child_a {
    background: #FFFFFF;
  }

  .has_child_a::after {
    position: absolute;
    content: "▼";
    display: inline-block;
    color: inherit;
    font-size: 8px;
    top: 54%;
    right: 10%;
    transform: translate(0 , -50%);
  }

  .header_right .has_child_a:hover {
    color: #000000;
    opacity: 1;
  }

  .header_right .has_child {
    position: relative;
    cursor: pointer;
    transition: all .5s;
  }

  .header_right #dr_menu {
    position: absolute;
    top: 30px;
    left: -2px;
    background: #EFEFEF;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #8F8F8F;
    box-shadow: 1px #8F8F8F;
  }

  .p-header-nav__primary ul li:first-child {
    position: relative;
    cursor: pointer;
    padding-right: 0.5em;
  }

  .has_child_b .p-header-nav__primary__item:hover {
    color: #000000;
    opacity: 1;
  }

  #c_menu_top {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50% , 0);
    background: #EFEFEF;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #8F8F8F;
    box-shadow: 1px #8F8F8F;
    width: 140px;
    text-align: center;
  }

  #c_menu_top li {
    line-height: 2em;
  }

  #c_menu_top.c_active {
    display: flex;
  }

  .header_right #dr_menu.c_active {
    display: flex;
  }

  .header_right #dr_menu li ,#c_menu_top li  {
    display: block;
    width: 100%;
    font-family: "NotoSansJP-Light";
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #8F8F8F;
    border-right: none;
    line-height: 30px;
  }

  .header_right #dr_menu li:last-child , #c_menu_top li:last-child {
    margin-right: 0;
    border-bottom: none;
  }

  .color_logo {
    width: 90%!important;
  }

  .header_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    background: #F0831F;
    width: 168px;
    height: 92px;
    color: #FFFFFF;
    position: relative;
  }

  .header_contact img {
    width: 30px;
    height: 30px;
  }

/* 矢印だけ追加 */
.p-header-nav__primary li.has_child_b > a.p-header-nav__primary__item::after {
  content: "▼";
  display: inline-block;
  font-size: 8px;
  margin-left: 5px;
  vertical-align: middle;
}

/* サブメニューリンク */
#c_menu_top li a {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

#c_menu_top li a:hover {
  color: #fff;
  background: #FF1616;
}

.header_right li.has_child_a > ul,
.menu_sp li.has_child_c > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    z-index: 1000;
	text-align: center;
}

.header_right li.has_child_a:hover > ul,
.header_right li.has_child_a:focus-within > ul,
.menu_sp li.has_child_c:hover > ul,
.menu_sp li.has_child_c:focus-within > ul {
    display: block;
}

.header_right li.has_child_a.open > ul,
.menu_sp li.has_child_c.open > ul {
    display: block;
}

  /* フッター */
  .footer_top {
    width: 100%;
    height: 373px;
    background-image: url("img/footer_top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ECF5FA;
    text-align: center;
    position: relative;
}

  .footer_top h2 {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 900;
    font-size: 90px;
    line-height: 130px;
    padding-top: 56px;
 }

 .footer_top p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-top: clamp(0.938rem, 0.607rem + 1.41vw, 1.875rem);
 }

  .contact_btn {
    display: inline-block;
    width: 241px;
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translate(0,-50%);
  }

  .contact_btn img {
    z-index: 1;
    width: 100%;
    height: auto;
    transition-duration: .4s;
  }

  .contact_btn a {
    position: relative;
    display: block;
  }

  .contact_btn p {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }

  .contact_btn img:hover {
    transform: scale(1.1);
  }

  .footer_bottom {
    background: #ECF5FA;
  }

  .footer_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 100px 130px 110px 170px;

  }

  .footer_left {
    font-family: "NotoSansJP-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    color: #231815;
  }

  .footer_right {
    font-family: "NotoSansJP-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #231815;
    margin-right: 227px;
    padding-top: 26px;
    position: relative;
  }

  .footer_left li img {
    width: 159px;
  }

  .footer_left li:nth-child(2) {
    margin: 15px 0;
  }

  .top_btn {
    position: absolute;
    top: 12%;
    right: -70%;
  }

  .top_btn a {
    position: relative;
    display: block;
  }

  .top_btn a img {
    width: 122px;
  }

  .footer_right_t {
    display: flex;
    gap: 30px;
    margin-bottom: 33px;
  }

  .footer_right_b {
    display: flex;
    gap: 30px;
  }

  .footer_right_b img {
    width: 50px;
  }

  .copyright {
    font-family: "NotoSansJP-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }

  /* 会社概要ページ */
  .company {
    background: #FFFFFF;
    position: relative;
  }

  .consulting {
    padding-top: clamp(15.375rem, 7.496rem + 40.62vw, 37.75rem);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 150px;
    background-image: url("img/consulting_background_top.png"), url("img/consulting_background_bottom.png");
    background-position: left 0 top 54vh , right 0 bottom 0;
    background-repeat: no-repeat , no-repeat;
    background-size: 48% , 44%;
    position: relative;
  }

  .coming_soon {
    width: 100%;
    height: clamp(43.75rem, 35.387rem + 35.68vw, 67.5rem);
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    padding-top: clamp(15.625rem, 12.324rem + 14.08vw, 25rem);
    color: #000000;
    font-size: clamp(1.875rem, 1.479rem + 1.69vw, 3rem);
  }

  .access {
    background: url("img/back_bottom.png");
    background-position: right 0 bottom -160px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px 200px;
    position: relative;
    padding-top: clamp(8.75rem, 8.09rem + 2.82vw, 10.625rem);
  }

  .topic {
    height: auto;
    background: url("img/back_bottom2.png");
    background-position: left 0 bottom -400px;
    background-repeat: no-repeat;
    background-size: 55%;
    padding: 500px 10px 170px;
    position: relative;
  }

  .contact {
    background: #ECF5FA;
    padding-bottom: 150px;
  }

  .recruit {
    display: none;
    background: #ECF5FA;
    padding: 0 0 150px 0;
    position: relative;
  }

  .sports , .unmannedstore {
    background: #ECF5FA;
    padding: 0 0 150px 0;
  }

.company img {
	width: 100%;
	height: clamp(8.875rem, 2.119rem + 28.83vw, 28.063rem);
}

 .topic img {
    width: 100%;
	height: clamp(8.875rem, 2.119rem + 28.83vw, 28.063rem);
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 0;
  }

  .sports_img {
    width: 100%;
    height: 30em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .sp_h1 {
    display: none;
  }

  .support_img {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 0;
  }

  .support_img_sp , .support_img_wave {
    display: none;
  }

  .lion_img {
    width: clamp(8.125rem, 4.208rem + 16.71vw, 19.25rem);
    position: absolute;
    top: 17%;
    right: 14%;
    z-index: 5;
  }

  .recruit_img {
    position: absolute;
    top: -83px;
    left: 0;
    display: block;
    width: 100%;
    height: 27em;
  }

  .recruit h1 , .sports h1 {
    position: absolute;
    top: 19vh;
    left: 4%;
    z-index: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1.25rem, 0.634rem + 2.63vw, 3rem);
    line-height: 56px;
    color: #000000;
  }

  .sports h1 {
    top: 27vh;
    letter-spacing: -0.03em;
  }

  .consulting h1 {
    position: absolute;
    top: 12vw;
    left: 4%;
    z-index: 1;
    color: #FFFFFF;
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 900;
    font-size: clamp(1.875rem, 1.479rem + 1.69vw, 3rem);
    line-height: 70px;
  }

  .company h1 {
    position: absolute;
    top: 13vw;
    left: 4%;
    z-index: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
  }

  .topic h1 {
    position: absolute;
    top: 13vw;
    left: 4%;
    z-index: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
  }

  .contact h1 {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 70px;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    padding: 144px 10px 94px;
  }

  .text_contact {
    width: clamp(9.875rem, 5.496rem + 18.69vw, 22.313rem);
  }

  .company h2 , .access h2 {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0.1em;
    color: #0E2A62;
    text-align: center;
    padding-bottom: 90px;
  }

.company h2 {
	padding: 90px;
}

  .company .text_company {
    width: clamp(9.313rem, 8.806rem + 2.16vw, 10.75rem);
    height: auto;
  }

  .access .text_access {
    width: clamp(8rem, 7.054rem + 4.04vw, 10.688rem);
    top: 10vw;
    transform: translate(-50%,0);
  }

  .recruit p {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin: 30px 0 200px;
  }

  .recruit_text h2 {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0.1em;
    color: #0E2A62;
    text-align: center;
    padding: 95px 0 30px;
  }

  /* table01 */
  .table_container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
	padding: 0 10px;
  }

  #table01 {
    max-width: 997px;
    width: 100%;
    margin: 0 auto;
  }

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 30px 0;
  border: none;
  font-family: "NotoSansJP-Light";
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000000;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}


.access_table {
  max-width: 1200px;
  width: 100%;
  color: #000000;
  margin: 0 auto;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.access_table p:first-child {
  margin: 0;
}

.access_table p {
  margin: 7px 0;
}

.access_table span {
  font-size: 20px;
}

.access_table th {
  text-align: center;
}

.access_table td {
  font-family: "NotoSansJP-Light";
  padding: 30px 0 0 72px;
}

.access h3 {
	margin-bottom: 108px;
}

.access img {
  width: 700px;
  position: absolute;
  
}

.contact_area {
  max-width: 1000px;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 40px;
  margin: 0 auto;
  padding: 100px 90px;
}

.contact textarea , .contact input {
  border: 1px solid #000000;
}
.contact textarea {
  border-radius: 10px;
  max-width: 817px;
  width: 100%;
  height: 325px;
  margin: 10px 0;
  padding: 10px;
}

.contact input {
  max-width: 817px;
  width: 100%;
  padding: 10px;
}

.contact .wpcf7 input[type=file]{
  font-family: "NotoSansJP-Light";
  border: none;
  margin-bottom: 30px;
}

.contact [type=checkbox] {
  width: 20px;
  height: 20px;
}

.contact ul li {
  margin: 0 0 -28px;
}

.contact ul li:last-child {
  margin-bottom: 30px;
}

.contact .text_file {
  font-family: "NotoSansJP-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
}

.contact label {
  font-family: "NotoSansJP-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  margin: 0 0 30px;
  display: block;
}

.contact .btn_contact {
  font-family: "NotoSansJP-Light";
  display: block;
  margin: 60px auto 0;
  width: 170px;
  height: 43px;
  background: #F0831F;
  color: #FFFFFF;
  border: none;
  text-align: center;
  position: relative;
  transition: all .3s;
}

.contact .btn_contact:hover {
  background: #FE1515;
}

.btn_contact:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-image: url("icon/right_arrow.png");
  background-size: contain;
  background-position: inherit;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0 , -50%);
  transition: all .3s;
}

.btn_contact:hover::after {
  right: 11%;
}

.topic_area {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.topic_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.topic_area li {
  width: 363px;
  height: 410px;
  background: #FFFFFF;
  border: 1px dashed #000000;
  position: relative;
}


.topic .topic_area .thumbnail img {
  max-width: 362px;
  width: 100%;
  height: 232px;
  position: static;
  object-fit: cover;
}

.topic_area .category {
  width: 111px;
  height: 29px;
  background: #F0831F;
  border-radius: 20px;
  margin: 15px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.topic .title {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  margin: 0 0 20px 28px;
}

.topic_area .button {
  position: absolute;
  bottom: 5%;
  right: 7%;
  width: 111px;
  height: 29px;
  background: #F0831F;
  border-radius: 20px;
  color: #FFFFFF;
  transition: all .3s;
}

.topic_area .button:hover {
  background: #FE1515;
}

.topic_area .button a {
  display: flex;
  margin-left: 17px;
  align-items: center;
  width: 111px;
  height: 29px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.15em;
  position: relative;
}

.topic_area .button a::after {
  content: "➝";
  color: #FFFFFF;
  position: absolute;
  right: 23%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.topic_area .button a:hover::after {
  right: 15%;
}

.recruitment_area {
  width: 1000px;
  height: 1216px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 40px;
}

.recruitment_area h2 {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.1em;
  color: #0E2A62;
  text-align: center;
  padding: 50px 0;
}

.recruitment_area table {
  margin: 0 auto;
  border: 1px solid #8F8F8F;
}

.recruitment_area table tr td {
  font-family: "NotoSansJP-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #8F8F8F;
  padding: 30px 211px 25px 103.5px;
}

.recruitment_area table tr th {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  border: 1px solid #8F8F8F;
  width: 20%;
  background: #ECF5FA;
  padding: 30px 0 25px 30px;
}

.recruit_text {
  width: 920px;
  padding: 450px 10px 0;
  margin: 0 auto;
}

.mission_area {
  width: 100%;
  padding: 570px 10px 200px;
}

.mission_area h2 {
  width: 349px;
  margin: 0 auto 50px;
}

.mission_flex {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.coach_flex {
  gap: 50px;
  margin: 0 0 150px;
}

.mission_flex img {
  width: 500px;
  height: 512px;
}

.coach_flex img {
  width: 382px;
  height: auto;
}


.mission_flex p {
  width: 420px;
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 280%;
}

.flex_boxs {
	text-align: center;
}

.middle_container {
  max-width: 1181px;
  width: 100%;
  height: 3005px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 100px 10px 150px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.background_top {
  width: 959px;
  height: 1360px;
  position: absolute;
  top: 64vh;
  left: 0;
  z-index: 1;
}

.background_bottom {
  width: 958.37px;
  height: 1150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.background_area {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}

.middle_container h2 {
  width: 412px;
  margin: 0 auto 42px;
}

.middle_container .text_coach {
  width: 300px;
  padding-top: 110px;
  margin-top:-110px;
}

.middle_container .text_region {
  width: 600px;
  padding-top: 110px;
  margin-top:-110px;
}

#a_sports {
  padding-top: 110px;
  margin-top:-110px;
}

.service_box {
  margin: 0 0 150px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 32px;
}

.img_box {
  overflow: hidden;
}

.service_box img {
  width: 490px;
  transition:.7s all;
  object-fit: cover;
}

.service_box img:hover {
  transform:scale(1.1,1.1);
}

.flex_box_three {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 150px;
}

.flex_box_three img {
  width: 318px;
}

.flex_box_three img:hover {
  animation: purupuru 0.8s linear 0s 1;
}



@keyframes purupuru {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.goods_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 112px;
  margin-bottom: 150px;
}

.goods_flex img {
  width: 398px;
}

.vertical_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 87px;
}

.vertical_flex p {
  width: 496px;
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
}

.vertical_flex .button {
  display: flex;
  align-items: center;
  width: 219.99px;
  height: 49px;
  color: #FFFFFF;
  background: #F0831F;
  position: relative;
  transition: all .3s;
}

.vertical_flex .button a {
  font-family: "NotoSansJP-Light";
  display: block;
  width: 100%;
  line-height: 49px;
  padding-left: 40px;
}

.vertical_flex .button a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-image: url("icon/right_arrow.png");
  background-size: contain;
  background-position: inherit;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0 , -50%);
  transition: all .3s;
}

.vertical_flex .button:hover {
  background: #FE1515;
}

.vertical_flex .button a:hover::after {
  right: 15px;
}

.flex_box_region {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
}

.flex_box_region img {
  width: 350px;
}

.support_service_area {
  width: 100%;
  margin: 0 auto;
}

.text_support {
  width: clamp(17.625rem, 11.419rem + 26.48vw, 35.25rem);
}

.support_service_area h2 {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.875rem, 1.215rem + 2.82vw, 3.75rem);
  line-height: clamp(2.688rem, 1.719rem + 4.13vw, 5.438rem);
  text-align: center;
  letter-spacing: 0.1em;
  color: #204A9E;
  margin-bottom: 93px;
}

.support_flex_right , .support_flex_left {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.support_flex_left {
  margin: 100px 0;
}

.support_flex_right img , .support_flex_left img {
  width: 500px;
}

.support_vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support_vertical h3 {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.563rem, 1.232rem + 1.41vw, 2.5rem);
  line-height: clamp(2.25rem, 1.766rem + 2.07vw, 3.625rem);
  color: #096334;
}

.support_vertical .advisory_text {
  color: #FFC700;
}

.support_vertical .outsourcing_text {
  color: #E71F19;
}

.support_vertical p {
  width: 421px;
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
  line-height: 200%;
  color: #222222;
  margin: 57px 0 14px;
}

.support_vertical_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.support_vertical_flex img {
  width: 146px;
}

.support_flex_left {
  display: flex;
  flex-direction: row-reverse;
}

.support_flex_right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-120px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.support_flex_left {
  opacity: 0;
  visibility: hidden;
  transform: translateX(120px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* 共通：非表示状態 */
.support_flex_right,
.support_flex_left {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* support_flex_right は右から左へ */
.support_flex_right {
  transform: translateX(120px);  /* 右にずらす */
}

/* support_flex_left は左から右へ */
.support_flex_left {
  transform: translateX(-120px); /* 左にずらす */
}

/* 表示状態 */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); /* 元の位置に */
}

.unmannedstore_img {
  width: 100%;
  height: 541.5px;
}

.experience_container {
  max-width: 1188px;
  width: 100%;
  margin: 0 auto;
  margin-top: clamp(3.125rem, 1.585rem + 6.57vw, 7.5rem);
  background: #FFFFFF;
  border-radius: 40px;
  padding: 71px 0 126px;
}

.experience_container h2 {
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.875rem, 1.215rem + 2.82vw, 3.75rem);
  line-height: clamp(2.688rem, 2.159rem + 2.25vw, 4.188rem);
  color: #204A9E;
  text-align: center;
  margin-bottom: 50px;
}

.userex {
  width: clamp(16.438rem, 9.835rem + 28.17vw, 35.188rem);
  
}

.experience_flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 109px;
  position: relative;
}

.experience_flexbox img {
  width: clamp(18.438rem, 13.97rem + 19.06vw, 31.125rem);
}

.scroll_contents {
  width: clamp(18.438rem, 16.127rem + 9.86vw, 25rem);
  height: 287.36px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll_contents::-webkit-scrollbar{
  display: none;
}

.scroll_contents::before {
  content: "";
  position: absolute;
  border-style: none;
  left: 2%;
  bottom: -3px;
  z-index: 15;
  max-width: clamp(18.75rem, 14.349rem + 18.78vw, 31.25rem);
  width: 100%;
  height: 110px;
  background: linear-gradient(rgba(255,255,255,0) 0,#FFFFFF 70px);
}

.scroll_contents ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96.55px;
}

.scroll_contents ul li + li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 50px solid #C6D5EC;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.scroll_contents ul li {
  width: 100%;
  height: 95.4px;
  border-radius: 0px 10px 0px 15px;
  position: relative;
  z-index: 10;
}

.scroll_zero {
  background: #f0831f;
  color: #FFFFFF;
}

.scroll_one , .scroll_two , .scroll_three , .scroll_four {
  background: #FFF22C;
  color: #000000;
}

.scroll_one {
  background: #FFF22C;
  color: #000000;
}

.change-color {
  background: #f0831f;
  color: #FFFFFF;
}

.change-color2 {
  background: #f0831f;
  color: #FFFFFF;
}


.scroll_contents ul li p {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0 , -50%);
  font-family: "NotoSansJP-Light";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.827rem + 0.47vw, 1.25rem);
  line-height: 29px;
  z-index: 12;
}

.scroll_contents ul li span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.375rem, 2.111rem + 1.13vw, 3.125rem);
  line-height: 61px;
  color: #FFFFFF;
  opacity: 0.4;
  z-index: 11;
}

.scroll_contents ul li:last-child {
  opacity: 0;
}

.experience_container .text_technology {
  margin: 188px 0 0;
  width: clamp(12.375rem, 8.018rem + 18.59vw, 24.75rem);
}

.experience_container .image_technology {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.introduction {
  padding: 150px 0 100px;
}

.introduction h2 {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.625rem, 1.317rem + 1.31vw, 2.5rem);
  line-height: 58px;
  color: #204A9E;
  text-align: center;
  margin-bottom: 50px;
}

.slide-items {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.child_one {
  max-width: 480px!important;
  width: 100%;
  height: clamp(15.313rem, 13.002rem + 9.86vw, 21.875rem);
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 0px 40px;
  display: flex;
  margin: 0 22px;
}

.child_one img {
  width: clamp(8.063rem,7.39rem + 6.14vw,16.813rem);
  object-fit: cover;
  border-radius: 0 0 0 40px;
}

.child_one .text_right {
  font-family: "NotoSansJP";
  font-style: normal;
  color: #000000;
  padding: 37px 24px;
  display: flex;
  flex-direction: column;
  width: 230px;
}

.text_right span {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
  line-height: clamp(1.25rem, 1.052rem + 0.85vw, 1.813rem);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.text_right .number {
  font-family: "NotoSansJP-Medium";
  font-weight: 300;
  font-size: clamp(1.875rem, 1.655rem + 0.94vw, 2.5rem);
  line-height: clamp(2.688rem, 2.357rem + 1.41vw, 3.625rem);
}

.text_right p {
  font-family: "NotoSansJP-Light";
  font-weight: 500;
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem);
  line-height: 180%;
}

.slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.prev-arrow {
  border-bottom: 30px solid  #ECF5FA;
  border-left: 0;
  border-right: 20px solid #000000;
  border-top: 30px solid  #ECF5FA;
  left: -4vw;
}

.next-arrow {
  border-bottom: 30px solid #ecf5fa;
  border-left: 20px solid #000;
  border-right: 0;
  border-top: 30px solid #ecf5fa;
  right: -4vw;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.video_container {
	/* max-width: 1188px; */
  width: 100%;
  padding-bottom: clamp(0rem, -0.77rem + 3.29vw, 2.188rem);
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
}

.video_container.change {
  max-width: 1188px;
  padding-bottom: clamp(3.125rem,2.465rem + 4.82vw,6rem);
}

.video_container .wave {
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 15;
}

.video_container video {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.video_container .video2 {
  width: 70%;
  height: auto;
}

.video_container .play-btn {
	display: block;
	width: 12%;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.video_container .play-btn.playActive {
  display:none;
}
.video_container .wave {
  position: absolute;
  bottom: 0; /* padding-bottomに合わせる */
  left: 0;
  width: 100%;
  z-index: 15;
  transform: translateY(20px);
  transition: transform 1s ease-in-out;
}

/* 再生中の波アニメーション */
.video_container .wave.wave-active {
  animation: waveMotion 2s infinite alternate;
}

@keyframes waveMotion {
  0%   { transform: translateY(20px); }
  100% { transform: translateY(0); }
}


.sp {
  display: none;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:100%;
   margin:0 auto;
   max-width: 1150px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  display: flex;
  justify-content: center;
  margin:0 10px;
  padding: 5px 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 42%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 2px solid #666;/*矢印の色*/
   border-right: 2px solid #666;/*矢印の色*/
   height: 15px;
   width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -1.5%;
   transform: rotate(-135deg);
}

/* ローディングアニメーション */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
}

#loading .loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

#loading .rotate-block {
  position: absolute;
  top: calc(50% - 110px);
  left: calc(50% - 120px);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #aaa;
  animation: rotate 1.5s linear infinite;
}


#loading .rotate-block .circle-item-a {
  position: absolute;
  top: calc(50% - 135px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

#loading .rotate-block .circle-item-b {
  position: absolute;
  top: calc(50% + 125px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

#loading .loading-txt {
  position: absolute;
  top: calc(50% + 30px);
  left: calc(50% - 48px);
  width: 100px;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 0.7rem;
}

#loading img {
  width: 250px;
}

#loading, #loading img {
  right: 7px!important;
}

.add_main-bisual {
  position: absolute;
  z-index: 99;
  top: 50px;
  left: 40px;
}

.l-content__sm h3 {
  font-size: 2rem;
  letter-spacing: 5px;
}

@media(max-width:700px) {
  .l-content__sm h3 {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.scroll-icon-body {
  color: #fff;
  position: absolute;
  top: 100px;
  left: calc(50% - 23px);
  width: 46px
}

.scroll-icon {
  padding-top: 80px;
}
.scroll-icon span {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left:-15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
}
.scroll-icon span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll-icon span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: '';
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  cursor: pointer;
}

.scroll-text {
  color: #fff;
  position: absolute;
  top: 200px;
  left: 0;
  cursor: pointer;
}

.prayer {
	background: #ffffff;
}

.wpcf7-submit {
	margin-top: 20px;
}

.postid-3476 > .article-body > * {
	margin-top: 15px;
}

/* 親をポジショニング */
.p-header-nav__primary li.has_child_b {
  position: relative;
}

/* サブメニュー（初期は非表示） */
#c_menu_top {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  z-index: 1000;
}

/* ホバー/フォーカスで表示（キーボード操作も配慮） */
.p-header-nav__primary li.has_child_b:hover > #c_menu_top,
.p-header-nav__primary li.has_child_b:focus-within > #c_menu_top {
  display: block;
}

/* もし親でクリップされている場合の保険 */
.p-header, .p-header__inner, .menu_posi {
  overflow: visible;
}

/* タッチ端末で .open が付いたら表示 */
.p-header-nav__primary li.has_child_b.open > #c_menu_top {
  display: block;
}
