@charset "UTF-8";

/*================================================================
共通style フォント削除
================================================================*/
.w414 {
  width: 95%;
  max-width: 414px;
  margin: 0 auto !important;
}

@media screen and (min-width: 650px) {
  .w414 {
    max-width: none;
    width: auto;
    margin: auto;
  }
}

.w820 {
  width: 95%;
  max-width: 820px;
  margin: 0 auto !important;
}

@media screen and (min-width: 880px) {
  .w820 {
    width: 100%;
  }
}

.w840 {
  width: 95%;
  max-width: 840px;
  margin: 0 auto !important;
}

@media screen and (min-width: 880px) {
  .w840 {
    width: 100%;
  }
}

.w880 {
  width: 95%;
  max-width: 880px;
  margin: 0 auto !important;
}

@media screen and (min-width: 650px) {
  .w880 {
    width: 100%;
  }
}

.w920 {
  width: 95%;
  max-width: 920px;
  margin: 0 auto !important;
}

.w960 {
  width: 95%;
  max-width: 960px;
  margin: 0 auto !important;
}

.w1120 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1008px) {
  .w1120 {
    width: 1008px;
  }
}

.w1200 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .w1200 {
    width: 1080px;
  }
}

.w1280 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1152px) {
  .w1280 {
    width: 1152px;
  }
}

.sp_img {
  display: block;
}

@media screen and (min-width: 650px) {
  .sp_img {
    display: none;
  }
}

.pc_img {
  display: none;
}

@media screen and (min-width: 650px) {
  .pc_img {
    display: block;
  }
}

.pc_block {
  display: inline;
}

@media screen and (min-width: 650px) {
  .pc_block {
    display: block;
  }
}

.sp_block {
  display: block;
}

@media screen and (min-width: 650px) {
  .sp_block {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style-type: none !important;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

dl,
ol,
ul,
dd {
  margin: 0 !important;
}

ol,
ul {
  padding: 0;
}

.nav_toggle>button {
  color: #000 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end !important;
  }
}

.m60_60 {
  margin: 60px auto;
}

.p60_60 {
  padding: 60px 0;
}

.registered {
  position: relative;
  top: -0.4em;
  font-size: 70%;
}

.copyright {
  height: 45px;
  line-height: 45px;
}

.white_button {
  border: 2px solid #fff !important;
  transition-duration: 0.3s;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

ul.flex::after {
  display: block;
  content: "";
  width: 30%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html:lang(ja) body {
  font-family: 'Noto Sans JP', "Yu Gothic Pr6N M", sans-serif;
  font-display: swap;
  font-weight: 400;
  letter-spacing: -0.02em;
}

html:lang(ja) body b,
html:lang(ja) body strong,
html:lang(ja) body h1 {
  font-family: 'Noto Sans JP', "Yu Gothic Pr6N B", sans-serif;
  font-weight: 700;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Noto Sans JP', "Yu Gothic Pr6N M", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-display: swap;
}

.bold {
  font-weight: bolder;
}

.mb101 {
  font-family: 'Noto Sans JP', Helvetica, sans-serif;
  font-weight: 800 !important;
}

.f000 {
  font-size: 33px;
  line-height: 1.5;
}

.f000::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.f000::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

@media screen and (min-width: 650px) {
  .f000 {
    font-size: 45px;
  }
}

.f00 {
  font-size: 30px;
  line-height: 1.3;
}

.f00::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * .5em);
  content: "";
}

.f00::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * .5em);
  content: "";
}

@media screen and (min-width: 650px) {
  .f00 {
    font-size: 40px;
  }
}

.f01 {
  font-size: 35px;
  line-height: 1.4;
}

.f01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  content: "";
}

.f01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  content: "";
}

.f02 {
  font-size: 27px;
  line-height: 1.4;
}

.f02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  content: "";
}

.f02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  content: "";
}

@media screen and (min-width: 650px) {
  .f02 {
    font-size: 30px;
  }
}

.f03 {
  font-size: 22px;
  line-height: 1.6;
}

.f03::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: "";
}

.f03::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: "";
}

@media screen and (min-width: 650px) {
  .f03 {
    font-size: 27px;
  }
}

.f04 {
  font-size: 22px;
  line-height: 1.6;
}

.f04::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: "";
}

.f04::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: "";
}

@media screen and (min-width: 650px) {
  .f04 {
    font-size: 25px;
  }
}

.f05 {
  font-size: 22px;
  line-height: 1.6;
}

.f05::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: "";
}

.f05::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: "";
}

.f06 {
  font-size: 20px;
  line-height: 1.6;
}

.f06::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: "";
}

.f06::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: "";
}

.f07 {
  font-size: 16px;
  line-height: 1.8;
}

.f07::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}

.f07::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}

@media screen and (min-width: 650px) {
  .f07 {
    font-size: 18px;
  }
}

.f08 {
  font-size: 16px;
  line-height: 1.8;
}

.f08::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}

.f08::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}

.f09 {
  font-size: 14px;
  line-height: 1.8;
}

.f09::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}

.f09::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}

.f10 {
  font-size: 12px;
  line-height: 1.5;
}

.f10::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.f10::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

.f11 {
  font-size: 11px;
  line-height: 1.5;
}

.f11::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: "";
}

.f11::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: "";
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

/* add */
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .inq {
    display: none;
  }
}

/* パンくずリスト */
.l-breadcrumb {
  background-color: #f7f7f7;
}

.l-breadcrumb__items {
  display: flex;
}

.l-breadcrumb__item {
  display: block;
  text-align: left;
  padding: 5px 0;
}

.l-breadcrumb__item:nth-child(even) {
  margin: 0 10px;
}

.l-breadcrumb__item::after {
  content: '>';
  display: inline-block;
  margin: 0 10px;
}

.l-breadcrumb__item:last-child:after {
  content: '';
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: unset;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #404040;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn {
  border-radius: 0% !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  width: 100%;
  /*追記*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* add -- menu - menu(header)
--------------------------------------------- */
header#masthead>div:first-child {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 650px) {
  header#masthead>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

header#masthead div.site-logo {
  width: 45%;
  height: auto;
  margin: 5px 0 0 5px;
  max-width: 250px;
}

@media screen and (min-width: 650px) {
  header#masthead div.site-logo {
    width: 20%;
  }
}

header#masthead .header-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5px;
}

@media screen and (min-width: 650px) {
  header#masthead .header-navigation {
    display: block;
  }
}

header#masthead .header-navigation .navbar>.container-fluid {
  justify-content: flex-end;
}

@media screen and (min-width: 650px) {
  header#masthead .header-navigation .navbar>.container-fluid {
    justify-content: flex-end;
  }
}

header#masthead .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  padding: .5rem 1rem;
}

@media screen and (min-width: 650px) {
  header#masthead .navbar-light .navbar-nav .nav-link {
    padding: .25rem 1rem;
  }
}

header#masthead .menu-doc-btn,
header#masthead .menu-inq-btn {
  width: 50%;
  margin-right: 0;
  padding: 15px 0;
}

@media screen and (min-width: 650px) {

  header#masthead .menu-doc-btn,
  header#masthead .menu-inq-btn {
    width: 170px;
    margin-right: 15px;
    padding: .375rem .75rem;
  }
}

header#masthead .menu-doc-btn {
  background-color: #094F56;
  float: left;
}

@media screen and (min-width: 650px) {
  header#masthead .menu-doc-btn {
    float: none;
  }
}

header#masthead .menu-inq-btn {
  clear: both;
}

header#masthead .menu-doc-btn:before,
header#masthead .menu-inq-btn:before {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/2021/10/arrow01.png");
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2px;
  position: relative;
}

header#masthead .menu-lang-btn {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 650px) {
  header#masthead .menu-lang-btn {
    width: 170px;
  }
}

header#masthead .menu-lang-btn:before {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/2021/10/earth.png");
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2px;
  position: relative;
}

header#masthead .menu-lang-btn {
  padding: .375rem .75rem;
  display: block;
}

header#masthead .menu-lang-btn:after {
  display: inline-block;
  margin-bottom: -0.2em;
}

header#masthead .dropdown-menu.show {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

@media screen and (min-width: 650px) {
  header#masthead .dropdown-menu.show {
    font-size: 14px;
  }
}

/* add -- menu - footer
--------------------------------------------- */
.bottom_home {
  height: 45px;
  line-height: 45px;
}

.bottom_home a {
  display: inline-block;
  width: 100%;
}

footer .w820 {
  padding: 60px 0;
  width: 90%;
}

@media screen and (min-width: 650px) {
  footer .w820 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

footer .w820 .bottom_left {
  margin-bottom: 45px;
}

footer .w820 .bottom_left .bottom_logo {
  width: 250px;
  margin-bottom: 30px;
}

footer .w820 .bottom_left dl {
  margin: 30px auto !important;
}

@media screen and (min-width: 880px) {
  footer .w820 .bottom_left {
    margin-bottom: 0;
  }
}

footer .w820 .bottom_right dl {
  margin: 23px auto !important;
}

footer .w820 .bottom_right dl:first-child {
  margin-top: 0 !important;
}

.bottom_right a {
  color: #fff !important;
}

.white_button {
  display: block;
  width: 200px;
  height: auto;
  line-height: 45px;
  text-align: center;
  margin-top: 15px;
}

.white_button:before {
  margin-top: -3px;
}

footer .navbar-collapse ul {
  margin: 0px auto 0 !important;
  text-align: center;
}

@media screen and (max-width: 650px) {
  footer .navbar-collapse ul {
    margin: 15px auto 0 !important;
  }
}

footer .navbar-collapse ul.dropdown-menu {
  margin: 0 auto 0 !important;
}

@media screen and (max-width: 650px) {
  footer .navbar-collapse ul.dropdown-menu {
    margin: 0 auto 15px !important;
  }
}

footer .navbar-collapse ul.dropdown-menu .dropdown-item {
  text-align: left;
}

@media screen and (max-width: 650px) {
  footer .navbar-collapse ul.dropdown-menu .dropdown-item {
    text-align: center;
  }
}

ul.bottom_nav {
  list-style-type: none;
  display: flex;
  margin: 30px auto 60px !important;
}

@media screen and (max-width: 960px) {
  ul.bottom_nav {
    justify-content: left !important;
    display: block;
    text-align: center;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #42bced !important;
  background-color: transparent;
}

@media screen and (max-width: 960px) {
  footer .navbar-toggler {
    margin: 0 auto;
  }
}

footer {
  background-color: #fff;
}

.bottom_menu {
  margin: 60px auto 120px !important;
}

ul.bottom_menu_list {
  display: block;
  margin: 0;
}

@media (min-width: 992px) {
  ul.bottom_menu_list {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
  }
}

ul.bottom_menu_list li.nav-item>a {
  padding: 10px 5px;
}

@media screen and (min-width: 650px) {
  ul.bottom_menu_list li.nav-item>a {
    padding: 0;
  }
}

ul.bottom_menu_list li.nav-item button {
  padding: 0;
}

ul.bottom_menu_list .footer_toggle div.btn-group {
  vertical-align: top;
  width: 100%;
}

.bottom_menu .bottom_menu_list .nav-item,
.bottom_menu .bottom_sitemap .nav-item {
  display: block;
  text-align: center;
  border-right: 0.5px solid #dddddd;
  padding: 5px 0;
}

@media screen and (max-width: 650px) {

  .bottom_menu .bottom_menu_list .nav-item,
  .bottom_menu .bottom_sitemap .nav-item {
    border: none;
  }
}

.bottom_menu .bottom_menu_list .nav-item:last-child,
.bottom_menu .bottom_sitemap .nav-item:last-child {
  border: none;
}

.bottom_menu .bottom_menu_list .nav-item:hover,
.bottom_menu .bottom_sitemap .nav-item:hover {
  background-color: #c0c0c0;
}

.bottom_menu .bottom_menu_list .nav-item {
  width: 16%;
}

@media screen and (max-width: 650px) {
  .bottom_menu .bottom_menu_list .nav-item {
    width: 100%;
  }
}

.bottom_menu .bottom_sitemap .nav-item {
  width: 45%;
}

@media screen and (max-width: 650px) {
  .bottom_menu .bottom_sitemap .nav-item {
    width: 40%;
    display: inline;
  }
}

.bottom_lang {
  margin: 0 auto 60px !important;
}

.bottom_lang li {
  width: 300px;
  font-size: 16px;
  padding: 5px 0;
  margin: 0 auto 15px;
}

footer .dropdown-menu.show {
  background-color: #F8F9fA;
  border-radius: 0;
}

@media screen and (max-width: 650px) {
  footer .dropdown-menu.show {
    margin-top: 15px;
    text-align: center;
  }
}

.site-inf {
  margin: 15px auto;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */


/*================================================================
LP共通
================================================================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  margin-bottom: 0 !important;
}

.entry-content {
  margin: 0;
}

.lp8-lightblue {
  color: #009CFF;
}

.lp8-blue {
  color: #0068AA;
}

.lp8-yellow {
  color: #FFF799;
}

.lp8-blueblack {
  color: #00114C;
}

.lp8-indent {
  padding-left: 1em;
  text-indent: -1em;
}

h1.entry-title {
  display: none;
}

.lp8-footer .w414 {
  max-width: 650px;
}

.entry-content {
  padding-top: 100px;
}

.lp8-page-inner-content h2 {
  font-size: 40px;
  text-align: right;
  padding-right: 40px;
  text-shadow: 4px 4px 20px rgba(0, 7, 30, .8), -2px -2px 10px rgba(0, 7, 30, .4);
}

/*　SP用　*/
@media screen and (max-width:767px) {
  .entry-content {
    padding-top: 70px;
  }

  .lp8-page-inner-content h2 {
    font-size: 8.6vw;
    text-align: center;
    padding-right: 0;
  }
}

/* SP用改行 */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/*================================================================
LP共通 header
================================================================*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background-color: #fff;
}

.lp8-header-back {
  height: 50px;
  background: linear-gradient(to right, #003e71, #0051a3, #003e71);
}

.lp8-header-nav-back {
  height: 50px;
  background-color: #fff;
}

.lp8-header-title-wrap {
  display: flex;
  flex-wrap: wrap;
}

.lp8-logo {
  width: 18%;
  height: auto;
  margin-top: 9px;
}

.lp8-header-title {
  width: 70%;
  height: 50px;
  text-align: center;
}

.lp8-header-h1 {
  margin: 18px auto 0;
}

/* header-SP */
@media screen and (max-width:767px) {
  .lp8-header-back {
    height: 70px;
  }

  .lp8-header-title-wrap {
    width: 95%;
    padding: 0;
  }

  .lp8-logo {
    width: 100px;
    height: auto;
    z-index: 10001;
  }

  .lp8-header-title {
    width: 100%;
    text-align: left;
  }

  .lp8-header-h1 {
    width: 100%;
    font-size: 4.4vw;
    padding: 0;
    margin-top: 10px;
    margin-right: 60px;
    z-index: 10002;
  }
}


/*================================================================
LP共通 nav
================================================================*/
nav {
  height: 50px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}

.nav-item {
  height: 20px;
  padding: 0 20px;
}

.lp8-nav-text a {
  color: #0068AA !important;
}

.lp8-nav-text a:hover {
  opacity: 0.7;
}

.lp8-nav-border-left {
  border-left: solid 1px #0068AA;
}

.nav-link {
  padding: 0;
}

/* nav-SP */
@media screen and (max-width:767px) {
  .lp8-header-nav-back {
    height: 0px;
    background-color: transparent;
  }

  .navbar {
    position: absolute;
    top: 10px;
    right: 5px;
    background-color: transparent;
  }

  .container-fluid {
    justify-content: flex-end !important;
  }

  .navbar-nav {
    width: fit-content;
    margin-right: 0 !important;
  }

  .navbar-toggler {
    background-color: #0068AA;
    padding: 0.25rem;
  }

  .navbar-collapse ul {
    background-color: rgba(255, 255, 255, 0.7);
    margin-right: 5px;
  }

  .lp8-nav-border-left {
    border-left: 0 !important;
  }

  .nav-item {
    height: 40px;
    padding: 0 5px;
    line-height: 40px;
    border-bottom: dotted 1px #0068AA;
  }

  .lp8-nav-text a {
    color: #0068AA;
  }

  .lp8-nav-text a:hover {
    opacity: 0.7;
  }

  .lp8-nav-border-left {
    border-left: solid 1px #009CFF;
  }

  .nav-link {
    padding: 0;
  }
}


/*================================================================
LP共通 footer
================================================================*/
.lp8-footer {
  background-color: #0068AA;
}

.lp8-footer-logo {
  width: 218px;
  margin: 20px 0 40px;
}

/* footer-SP */
@media screen and (max-width:767px) {

  .lp8-footer {
    background-color: #0068AA;
  }

  .lp8-footer-logo {
    width: 218px;
    margin: 20px 0 40px;
  }
}

/*================================================================
LP共通 END
================================================================*/


/*================================================================
TOP Swiper
================================================================*/
[class*=swiper]:focus {
  outline: none;
}

.lp8-top {
  height: 500px;
  min-height: 500px;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 500px;
  object-fit: cover;
}

.mv01 {
  margin-bottom: 16rem;
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .slide-media {
  height: 500px;
}

.mv01 .slide-media img {
  transition: 4s 0s ease-out;
}

.mv01 .slide-title {
  font-size: 2rem;
  font-family: kozuka-mincho-pr6n, serif;
  text-shadow: 4px 4px 16px #00114C;
  font-weight: 400;
  line-height: 1.6;
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.slide-title-big {
  font-size: 3.2rem;
  font-weight: 400;
  color: #000;
  text-shadow: 4px 4px 16px #fff, -2px -2px 8px #fff;
}

.slide-title p {
  color: #000;
  text-shadow: 2px 2px 8px #fff, -1px -1px 4px #fff;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  animation: mv01-zoomOut 4s linear 0s 1 normal both;
}

.mv01 .swiper-slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 4s 0.8s var(--easing) both;
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(1.05);
    opacity: 0;
    filter: blur(300px);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes mv01-zoomOut {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}


@media screen and (max-width:767px) {
  .lp8-top {
    width: 100%;
    height: 300px;
    min-height: 300px;
  }

  .mv01 .slide-media {
    height: 300px;
  }

  .mv01 .slide-media img {
    height: 300px;
  }

  .mv01 .slide-title {
    font-size: 1.3rem;
  }

  .slide-title-big {
    font-size: 1.8rem;
  }

  .mv01 .slide-title p {
    width: 95%;
    margin: 0 auto;
  }

  /* 3行時の位置調整 */
  .lp8-swiper-top-l3 {
    top: 35% !important;
  }

  /* 4行時の位置調整 */
  .lp8-swiper-top-l4 {
    top: 25% !important;
  }
}

/* TOP Swiper-SP */
@media screen and (max-width:767px) {
  .lp8-top .w920 {
    width: 100%;
  }

  .inner-content h2 {
    font-size: 2em;
  }

  .inner-content p {
    width: 80%;
    font-size: 1.2em;
    margin: 0 auto;
  }
}


/*================================================================
NEWS
================================================================*/
.lp8-news .container-md {
  width: auto;
  border: solid 1px #0068AA;
  padding: 20px;
}

.lp8-newslist {
  width: 90%;
  margin: 20px auto 0;
}

.lp8-news dl {
  display: flex;
  flex-wrap: wrap;
}

.lp8-news dl dt {
  width: 25%;
}

.lp8-news dl dd {
  width: 75%;
}

/* NEWS-SP */
@media screen and (max-width:767px) {
  .lp8-news .container-md {
    width: 90%;
    max-width: 540px;
    padding: 20px 0;
  }

  .lp8-newslist {
    margin: 20px auto 0;
  }

  .lp8-news dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px !important;
  }

  .lp8-news dl dt {
    width: 100%;
    margin-bottom: 10px !important;
    margin-left: 0;
    font-size: 0.8em;
  }

  .lp8-news dl dd {
    width: 100%;
    font-size: 0.8em;
    padding-left: 1em;
    text-indent: -1em;
  }
}


/*================================================================
Main
================================================================*/
.lp8-maincontents {
  background-image: url(/wp-content/uploads/2022/06/lp8_top_backpattern.jpg);
  background-repeat: repeat;
}

.lp8-main-text {
  padding: 0;
  margin-top: 80px;
}

.lp8-main-copy h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: kozuka-mincho-pr6n, serif;
  text-shadow: #fff 2px 0 10px;
  margin-bottom: 80px;
}

.lp8-main-copy h2 span {
  color: #009CFF;
  font-size: 44px;
  background: linear-gradient(transparent 70%, #FFF799 60%);
  padding: 8px 5px;
}

.card {
  border: none;
  background-color: transparent;
}

.lp8-main-subcopy01 {
  text-align: left;
  margin: 60px 0;
}

.lp8-main-subcopy02 {
  text-align: left;
  margin: 30px auto;
  padding: 30px 0;
}

.lp8-main-subcopy02 span {
  font-size: 0.5rem;
}

/* Main-SP */
@media screen and (max-width:767px) {
  .lp8-main-bg-1 {
    height: auto;
    background-size: contain;
    padding: 25px 0 10px;
  }

  .lp8-main-copy h2 {
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .lp8-main-copy h2 span {
    font-size: 1.5em;
  }

  .lp8-main-subcopy {
    text-align: left;
    margin-bottom: 20px;
  }

  .card-title {
    font-weight: bold;
  }

  .card img {
    width: 80%;
    margin: auto;
  }
}


/*================================================================
btn area
================================================================*/
.lp8-btn-area {
  margin: 100px auto !important;
}


.lp8-btn-detail,
.lp8-btn-contact {
  position: relative;
  width: 520px;
  margin: 40px auto;
}

.lp8-btn a {
  position: absolute;
  display: block;
  width: 520px;
  height: 120px;
  color: #FFFFFF;
  text-align: right;
  padding-right: 40px;
  font-weight: 700;
  font-size: 28px;
  line-height: 120px;
  top: 0;
  left: 0;
}

.lp8-btn img {
  width: 100%;
}

.lp8-btn:hover {
  opacity: 0.7;
}

/* btn area-SP */
@media screen and (max-width:767px) {

  .lp8-btn-detail,
  .lp8-btn-contact {
    width: 300px;
    margin: 40px auto;
  }

  .lp8-btn a {
    width: 300px;
    height: 70px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 70px;
  }

  .lp8-btn img {
    width: 100%;
  }
}


/*================================================================
認知機能改善効果-details
================================================================*/
.lp8-details {
  padding: 80px 0;
  background-image: url(/wp-content/uploads/2022/06/lp8_details_headerimg.jpg);
  background-size: cover;
  margin: 0 auto;
}

.lp8-details-contents {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 auto;
}

.lp8-details-contents-border {
  border-top: solid 1px #0068AA;
  border-bottom: solid 1px #0068AA;
}

.lp8-details-list {
  margin: 30px auto;
}

#lp8-details01 {
  margin-top: -120px;
  padding-top: 120px;
}

.lp8-details-title {
  padding: 0;
}

.lp8-details-title h3 {
  margin-bottom: 20px;
}

.lp8-details-sec {
  margin-bottom: 80px;
}

.lp8-details-sec h3 {
  margin-bottom: 20px;
}

.img01 {
  max-width: 820px;
  margin-bottom: 80px;
}

/* 認知機能改善効果-details SP */
@media screen and (max-width:767px) {
  .lp8-details {
    background-size: cover;
    background-position: -60px 0;
    margin: 0 auto;
  }

  .lp8-details .justify-content-end {
    justify-content: center !important;
  }

  .lp8-details-title h3 {
    font-size: 1.6rem;
  }
}


/*================================================================
共同研究企業様募集-contact
================================================================*/
.lp8-contact {
  padding: 80px 0;
  background-image: url(/wp-content/uploads/2022/06/lp8_contact_headerimg.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

.lp8-contact-message {
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 400;
  background-color: #f2f2f6;
  padding: 80px;
}

.lp8-contact-message-bg {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .4);
}

.lp8-contact-message-title {
  text-align: center;
}

.lp8-contact-message-title h3 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #009CFF;
  margin: 0 auto 30px;
  font-weight: 700;
}

.lp8-contact-message-img {
  width: 400px;
  margin: 0 auto 30px;
}

#lp8-contact-intro {
  padding-top: 80px;
  margin-bottom: 100px;
}

#lp8-contact-intro h3 {
  margin-bottom: 100px;
}

.lp8-contact-jumpbtn {
  margin: 40px;
  text-align: center;
  font-family: 'Noto Sans';
  font-weight: bold;
}

.lp8-contact-jumpbtn a {
  text-align: center;
  padding: 10px 30px;
  background: #69b95e;
  color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .5);
  border: 0;
  border-radius: 3px;
}

.lp8-contact-jumpbtn a:hover {
  opacity: 0.7;
}

.lp8-form-area {
  margin-top: 100px !important;
}


.lp8-contact-firsticon-tel::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2022/06/lp8_contact_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.lp8-contact-firsticon-mail::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2022/06/lp8_contact_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
}

.lp8-contact-tel h4,
.lp8-contact-mail h4 {
  padding-bottom: 5px;
  border-bottom: solid 1px #0068AA;
  margin-bottom: 20px;
}

.lp8-form h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.lp8-form-required {
  background-color: #ac1a00;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  margin-right: 5px;
}

.lp8-form-list-lastchild {
  text-align: center;
}

.lp8-contact-topbtn a:visited {
  color: #fff;
}

/* 共同研究企業様募集-contact SP */
@media screen and (max-width:767px) {
  .lp8-contact {
    background-size: cover;
    background-position: -120px 0;
    margin: 0 auto;
  }

  .lp8-contact .justify-content-end {
    justify-content: center !important;
  }

  .lp8-contact-message {
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 400;
    background-color: #f2f2f6;
    padding: 30px 10px;
  }

  .lp8-contact-message-bg {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
  }

  .lp8-contact-message-title {
    text-align: center;
  }

  .lp8-contact-message-title h3 {
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }

  .lp8-contact-message-img {
    width: 80%;
    margin: 0 auto 30px;
  }

  .lp8-contact-jumpbtn {
    margin: 40px 0;
  }

  .lp8-form-area {
    margin-top: 80px !important;
  }

  .lp8-form h4 {
    margin-bottom: 10px;
  }

  .lp8-form-list-lastchild {
    text-align: start;
  }
}




/* 共通フォーム */
form #caution {
  margin-top: 60px;
  font-weight: 100;
  color: #696969
}

form #caution ul li p {
  margin-bottom: 0;
}

form #caution ul li a {
  display: inline;
  color: #696969;
  border-bottom: 1px solid #696969
}

form div#form_submit {
  width: 280px;
  height: 70px;
  margin: 60px auto;
}

form div#form_submit input[type="submit"],
form div#form_submit input[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  font-family: inherit;
  font-display: swap;
  font-size: 100%;
  font-weight: 700;
  border: none;
  width: 100%;
  height: 100%
}

form div#form_submit input[type="submit"]::-webkit-search-decoration,
form div#form_submit input[type="button"]::-webkit-search-decoration {
  display: none
}

form div#form_submit input[type="submit"]:focus,
form div#form_submit input[type="button"]:focus {
  outline-offset: -2px
}

form div#form_submit input[type="submit"] {
  padding: 0;
  vertical-align: middle;
  line-height: 1;
  background: #69b95e;
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.49);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s
}

form div#form_submit input[type="submit"]:hover {
  box-shadow: none;
  -webkit-transform: translateY(3px) translateX(3px);
  transform: translateY(3px) translateX(3px);
  box-shadow: none;
  cursor: pointer;
  background: #2f4003;
  color: rgba(255, 255, 255, 0.5)
}

form div#form_submit input[type="submit"]::-webkit-search-decoration {
  display: none
}

form div#form_submit input[type="submit"]:focus {
  outline-offset: -2px
}


.kakunin {
  margin-top: 60px;
  text-align: center;
  font-weight: 700;
}

.kakunin input {
  width: 30px;
  height: 24px;
  vertical-align: middle;
}

#form_submit p {
  margin-top: 60px;
  text-align: center;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
  line-height: 1.8;
}

.wpcf7-list-item [type="radio"] {
  margin-right: 5px;
}

/* submitボタン下のエラーメッセージ非表示 */
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

/* submitボタン下の送信完了メッセージ非表示 */
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}