/*
Theme Name: SofiaLink Seminer LP
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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 {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
	overflow-x: hidden;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: clip;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
}

/* 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;
	vertical-align: bottom;
}

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

/**
 * 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-align: center;
}

p {
}

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
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ol {
	list-style: none;
}

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

img,
svg {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  transition-duration: .4s;
}
a img {
  transition-duration: .4s;
}
a:hover {
  transform: scale(1.1);
}
a:hover img {
  transform: scale(1.1);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

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

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

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 {
	position: relative;
}

.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 0 1.5em;
}

.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;
}

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

/*LP*/
.PC_only {
  display: block;
}
.SP_only {
  display: none;
}
/*スマホのみ電話番号リンク有効*/

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  .SP_only {
    display: block;
  }
  .PC_only {
    display: none;
  }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
/*header*/

header {
  background-color: #000;
}
.header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 15px;
}
button.application {
  display: block;
  max-width: 350px;
  padding: 1.5rem 3.0rem;
  background-color: #ff0000;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
}
button.application span.btn__text {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header_eyecatch {
    margin-bottom: -1px;
  }
}
.header_eyecatch img {
  width: 100%;
}
.tokuten {
  background-color: #ff0000;
  text-align: center;
  position: relative;
}
.tokuten::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #ff0000 #000 transparent #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.tokuten h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
  font-size: 3.5rem;
  color: #fff;
}
.contents_box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contents_box {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .contents_box {
    width: 90%;
  }
  [class*="_Tit"] h3 {
    width: 70%;
    margin: 0 auto;
  }
}
/*section共通*/

[class^="section0"] {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  [class^="section0"] {
    padding: 35px 0;
  }
}
/*セミナー日時*/

section.section01 {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.section01 {
    padding: 5px 0 0;
  }
}
section.section01 .contents_box:first-of-type {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 30px;
}
section.section01 .contents_box {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  section.section01 .contents_box {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  section.section01 .contents_box {
    width: 90%;
  }
}
.benefits_box01 {
  width: 30%;
}
.benefits_box02 {
  width: 60%;
  position: relative;
}
.benefits_box02 h3 {
  text-align: left;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .benefits_box01 {
    display: none;
  }
  .benefits_box02 {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
  .benefits_box02 h3 {
    text-align: center;
    font-size: 8.1vw;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
dl.table-style {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px 16px;
  font-size: 2.4rem;
}
dl.table-style dt {
  font-weight: bold;
  text-align: left;
}
dl.table-style dd {
  margin: 0;
}
dl.table-style dd.sup{
grid-column: 1 / span 2;
}
@media screen and (max-width: 767px) {
  dl.table-style span {
    display: inline-block;
  }
  dl.table-style dd.seminar_date {
    font-family: 'Noto Serif JP';
    font-weight: 800;
  }
  dl.table-style {
    grid-template-columns: 1fr;
    text-align: center;
    font-size: 6.3vw;
  }
  dl.table-style dd.seminar_date {
    font-size: 12.5vw;
    border-top: 0.5px solid #fff;
  }
  dl.table-style dd.seminar_date span {
    font-size: 8vw;
  }
  dl.table-style dd.seminar_time {
    padding-bottom: 15px;
    border-bottom: 0.5px solid #fff;
  }
  dl.table-style dd.sup {
    font-size: 80%;
    text-align: left;
  }
}
.first-served {
  position: absolute;
  top: 25%;
  right: 0%;
}
.first-served img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .first-served {
    top: -60%;
    right: 34vw;
  }
  .first-served img {
    width: 100px;
  }
}
.twoshifts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.twoshifts h4 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .twoshifts {
    width: 94%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
.twoshifts h4 {
	font-size: 5.6vw;
  text-align: center;
}
}
.part1, .part2 {
  width: 50%;
}
.part1 {
  border-right: 1px solid #fff;
}
.part2 {
  padding-left: 3%;
}
@media screen and (max-width: 1024px) {
  .part2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .part1, .part2 {
    width: 100%;
  }
  .part1 {
    border-right: none;
    margin-bottom: 25px;
  }
  .part1 dl.table-style, .part2 dl.table-style {
        grid-template-columns: 1fr 3fr;
    text-align: left;
    white-space: nowrap;
  }
}
.notice {
    background-color: red;
}
.notice p {
    font-size: 3rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
.notice p {
    font-size: 5vw;
    text-align: center;
    line-height: 2em;
}
}
/*コンバージョンブロック*/

.conversion_Tit {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .conversion_Tit {
    margin-bottom: 10px;
  }
}
.sectTit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  text-align: center;
}
.sectTit::before, .sectTit::after {
  content: "";
  background-color: #000;
  height: 5px;
  width: 85px;
}
@media screen and (max-width: 767px) {
  .sectTit {
    font-size: 4vw;
  }
  .sectTit::before, .sectTit::after {
    height: 2px;
    width: 50px;
  }
}
.sectTit::before {
  transform: rotate(60deg);
}
.sectTit::after {
  transform: rotate(-60deg);
  margin-left: -10px;
}
.conversion_btn {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .conversion_btn {
    width: 80%;
  }
}
.section02 {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #f1f1f1 30%, #f1f1f1 100%);
}
[class^="section_bg0"] {
  position: relative;
}
.section_bg01 .contents_box, .section_bg02 .contents_box {
  z-index: 2;
  position: relative;
}
.section_bg01 {
  background-color: #fff;
}
.section_bg02 {
  background-color: #f1f1f1;
}
.section_bg02::before {
  content: "";
  position: absolute;
  top: -30px;
  height: 200px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section02 {
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #fff 30%, #fff 100%);
  }
  .section_bg02 {
    background-color: #fff;
  }
  .section_bg02::before {
    top: -10px;
    height: 120px;
  }
}
/*どんなセミナー*/
.section03 {
  background: #f1f1f1 url(/wp-content/uploads/2025/06/seminar_info_bg.png) no-repeat left 1px;
}
@media screen and (max-width: 767px) {
  .section03 {
    background: #fff url(/wp-content/uploads/2025/06/seminar_info_bg-SP.png) no-repeat -5px 0;
    background-size: contain;
  }
}

[class$="_Tit"] {
  text-align: center;
}
.seminarInfo_Overview {
  margin: 95px 0 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .seminarInfo_Overview {
    margin: 30px 0 50px;
    position: relative;
    height: 300px;
  }
}
.seminarInfo_Overview h4 span {
  position: absolute;
  font-size: 4rem;
  background-color: #000;
  color: #fff;
  padding: 3px 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .seminarInfo_Overview h4 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .seminarInfo_Overview h4 span {
    font-size: 3.8vw;
  }
}
.seminarInfo_Overview h4 span:nth-of-type(1) {
  top: 10%;
  left: 10%;
}
.seminarInfo_Overview h4 span:nth-of-type(2) {
  top: 25%;
  left: 18%;
}
@media screen and (max-width: 1024px) {
  .seminarInfo_Overview h4 span:nth-of-type(1) {
    top: 10%;
    left: 0;
  }
  .seminarInfo_Overview h4 span:nth-of-type(2) {
    top: 25%;
    left: 4%;
  }
}
.seminarInfo_Overview div:nth-of-type(2) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .seminarInfo_Overview h4 span:nth-of-type(1) {
    top: 0;
    left: 3%;
  }
  .seminarInfo_Overview h4 span:nth-of-type(2) {
    top: 17%;
    left: 7%;
  }
  .seminarInfo_Overview div:nth-of-type(1) {
    position: absolute;
    z-index: 1;
    width: 50%;
    bottom: -10%;
    left: 5%;
  }
  .seminarInfo_Overview div:nth-of-type(2) {
    position: absolute;
    top: 35%;
    right: 0;
    margin-left: 0;
    width: 70%;
  }
}
.seminarInfo_Describe {
  width: 100%;
  max-width: 1000px;
  width: 960px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 1024px) {
  .seminarInfo_Describe {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .seminarInfo_Describe {
    width: 100%;
  }
}
.seminarInfo_Describe p {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .seminarInfo_Describe p {
    font-size: 3.6vw;
  }
}
.seminarInfo_Describe_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.seminarInfo_Describe_img img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .seminarInfo_Describe_img img {
    margin-bottom: 4%;
    width: 48%;
  }
}
.Highly_Recomme {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Highly_Recomme {
    max-width: 960px;
  }
}
.Highly_Recomme h4 {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Highly_Recomme h4 {
    margin-bottom: 10px;
  }
}
.Highly_Recomme_box {
  background-color: #ffff9f;
  border-radius: 30px;
  padding: 45px;
}
.Highly_Recomme_box ul {
  padding-left: 18px;
}
.Highly_Recomme_box ul li {
  font-size: 3.5rem;
  font-weight: 800;
  padding-left: 65px;
  line-height: 2.3em;
  background: url(/wp-content/uploads/2025/06/Highly_Recomme_check.png) left 0px top 55% no-repeat;
  background-size: 48px auto;
}
.Highly_Recomme_img {
  position: absolute;
  top: 0;
  right: 0;
}
.Highly_Recomme_img img {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .Highly_Recomme_box {
    padding: 30px;
  }
  .Highly_Recomme_box ul {
    padding-left: 15px;
  }
  .Highly_Recomme_box ul li {
    font-size: 3vw;
    padding-left: 60px;
    background-size: 40px auto;
  }
  .Highly_Recomme_img {
    text-align: right;
    top: 10%;
    right: 2%;
  }
  .Highly_Recomme_img img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .Highly_Recomme_box {
    padding: 20px;
  }
  .Highly_Recomme_box ul li {
    font-size: 3.3vw;
    padding-left: 30px;
    background-size: 20px auto;
  }
}
.Oneday_Seminar {
    background-color: #ff7b9f;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .Oneday_Seminar_inner {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .Oneday_Seminar_inner {
    width: 90%;
  }
  .Oneday_Seminar {
    padding: 30px 0;
  }
}
.Oneday_Seminar .attract {
  text-align: center;
  margin-bottom: 30px;
}
.Oneday_Seminar h4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .Oneday_Seminar .attract {
    margin-bottom: 15px;
  }
  .Oneday_Seminar h4 {
    margin-bottom: 30px;
  }
}
.Oneday_Seminar_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    width: 960px;
    margin: 0 auto 20px;
}
.Oneday_Seminar_box ul {
    padding-left: 18px;
    order: 1;
}
.Oneday_Seminar_box ul li {
	color: #fff;
    font-size: 3.5rem;
    font-weight: 800;
    padding-left: 65px;
    line-height: 2.3em;
    background: url(/wp-content/uploads/2025/08/Oneday_Seminar_check.png) left 0px top 55% no-repeat;
    background-size: 48px auto;
}
@media screen and (max-width: 767px) {
  .Oneday_Seminar_box ul {
    padding-left: 0;
  }
  .Oneday_Seminar_box ul li {
    font-size: 5vw;
    padding-left: 30px;
    background-size: 20px auto;
  }
}
.Oneday_Seminar_img {
    order: 0;
}
.Oneday_Seminar_detail{
    max-width: 1000px;
    width: 960px;
    margin: 0 auto 65px;
    position: relative;
}
.Oneday_Seminar_detail>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.Oneday_Seminar_detail ul li {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.8em;
}
.Oneday_Seminar_detail ul li::before {
    content: "●";
    padding-right: 0.2em;
}
.Oneday_Seminar_detail small {
	font-weight: bold;
    font-size: 2rem;
    color: #fff;
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .Oneday_Seminar_detail {
    margin: 0 auto 10px;
  }
  .Oneday_Seminar_detail>div {
    display: block;
  }
  .Oneday_Seminar_detail ul li {
    font-size: 6.5vw;
  }
  .Oneday_Seminar_detail small {
    font-size: 4vw;
    margin: 0;
  }
}
.Oneday_Seminar_detail dl.table-style {
  font-size: 3.5rem;
  color: #fff;
}
.Oneday_Seminar_detail dl.table-style dd {
  font-weight: bold;
}
.Oneday_Seminar_detail dl.table-style dd.sup {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .Oneday_Seminar_detail dl.table-style {
    grid-template-columns: max-content 1fr;
    text-align: center;
    font-size: 6.5vw;
    width: 94vw;
  }
  .Oneday_Seminar_detail dl.table-style dd.sup {
    font-size: 5vw;
  }
}
.Oneday_Seminar_benefit {
    position: absolute;
    top: 45%;
    right: 10%;
}
.Oneday_Seminar_detail .Oneday_Seminar_benefit img {
    width: 150px;
}
/*セミナー概要*/

.section04 {
  background-color: #f1f1f1;
}
.seminarOverview_Tit {
  margin-bottom: 65px;
}
.seminar_Curriculum {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .seminar_Curriculum {
    max-width: 960px;
  }
}
.seminar_Curriculum h4 {
  border: 3px solid #000;
  display: block;
  font-size: 4.2rem;
  margin: 0 auto 30px;
  width: 580px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seminar_Curriculum h4 {
    font-size: 4.5vw;
    margin: 0 auto 20px;
    width: 60%;
  }
}
.seminar_Curriculum dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 15px 0px;
  font-size: 3.2rem;
}
.seminar_Curriculum dl:first-of-type {
  margin-bottom: 50px;
}
.seminar_Curriculum dl dt {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dashed #000;
  padding: 10px;
}
.seminar_Curriculum dl dd {
  margin: 0;
  border-bottom: 1px dashed #000;
  padding: 10px 10px 10px 70px;
}
.seminar_Curriculum dl strong {
  color: #ff0000;
}
.seminar_Curriculum dl div {
  display: inline-block;
}
.seminar_Curriculum dl div img {
  width: 60%;
}
.seminar_Curriculum dl span {
  font-size: 2.3rem;
  vertical-align: bottom;
}
.seminar_Curriculum dl small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .seminar_Curriculum dl {
    font-size: 5vw;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
  }
  .seminar_Curriculum dl div {
    line-height: 1;
  }
  .seminar_Curriculum dl dt {
    padding: 0;
    text-align: center;
    border: none;
  }
  .seminar_Curriculum dl dd {
    padding: 8px;
    margin-bottom: 10px;
  }
  .seminar_Curriculum dl span {
    font-size: 4vw;
  }
  .seminar_Curriculum dl small {
    font-size: 3vw;
  }
}
.seminar_Schedule, .seminar_Schedule2{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.seminar_Schedule{
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .seminar_Schedule, .seminar_Schedule2 {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .seminar_Schedule, .seminar_Schedule2 {
 	 margin: 0 auto 20px;
  }
}
.seminar_Schedule dl.table-style {
  font-size: 3.2rem;
  grid-template-columns: 1fr 2fr;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .seminar_Schedule dl.table-style {
    font-size: 4.9vw;
    padding: 0;
    grid-template-columns: max-content 1fr;
  }
}
.seminar_Schedule dl.table-style dt,.seminar_Schedule2 dl.table-style dt{
  text-align: center;
}
.seminar_Schedule dl.table-style dt::before, .seminar_Schedule2 dl.table-style dt::before{
    content: "□";
    padding-right: 5px;
}
.seminar_Schedule dl.table-style dd.caution {
  grid-column: 1 / span 2;
  justify-self: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .seminar_Schedule dl.table-style dd.caution {
    font-size: 2.8vw;
  }
}
.seminar_Schedule .twoshifts{
margin-bottom: 20px;
}
.seminar_Schedule .part1{
border: none;
}
.seminar_Schedule2 dl.table-style {
  font-size: 3.2rem;
  grid-template-columns: 1fr 5fr;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .seminar_Schedule .twoshifts {
    width: 100%;
  }
  .seminar_Schedule2 dl.table-style {
    font-size: 4.9vw;
    grid-template-columns: max-content 1fr;
  }
}
.map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.google-maps {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section05 {
  background: linear-gradient(180deg, #f1f1f1 0%, #f1f1f1 30%, #fff 30%, #fff 100%);
  padding-bottom: 47px;
}
.section05 .section_bg01 {
  background-color: #f1f1f1;
}
.section05 .section_bg02 {
  background-color: #fff;
}
.section05 .section_bg02::before {
  content: "";
  position: absolute;
  top: -30px;
  height: 200px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f1f1f1;
}

/*講師紹介*/
.section06 {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 70px;
}
.section06 h3 {
  background-color: #000;
  margin-bottom: 40px;
}
.lecturer_profiles_img {
  width: 100%;
}
.lecturer_profiles_img img {
  width: 100%;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section06 {
    padding-top: 20px;
    margin-bottom: 0;
  }
  .section06 h3 {
    width: 80%;
    margin: 0 auto 20px;
  }
  .instructor h3+img {
    margin-bottom: 20px;
  }
}
p.instructor_txt {
  font-size: 4rem;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 80px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p.instructor_txt {
    max-width: 960px;
    font-size: 3.4vw;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  p.instructor_txt {
    margin: 0 auto 40px;
  }
}
.minnot_icon {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .minnot_icon {
    width: 50%;
    margin: 0 auto 50px;
  }
}
.director {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .director {
    max-width: 960px;
    grid-template-columns: 1.5fr 2fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .director {
    max-width: 90%;
    grid-template-columns: 1fr 2fr;
    column-gap: 15px;
    margin-bottom: 30px;
  }
}
.grid1 {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: center;
}
.grid2 {
  grid-area: 1 / 2 / 2 / 3;
}
.grid3 {
  grid-area: 2 / 2 / 3 / 3;
}
.grid1, .grid2, .grid3 {
  align-content: center;
}
@media screen and (max-width: 767px) {
  .grid1, .grid2, .grid3 {
    align-content: center;
    justify-self: center;
  }
  .grid1 img {
    width: auto;
    height: auto;
  }
  .grid2 {
    grid-area: 1 / 2 / 2 / 3;
  }
}
.director dl dt {
  font-size: 3.2rem;
  line-height: 1.8;
}
.director dl dd {
  font-size: 4.8rem;
}
.director ul.sns-links {
  padding-left: 40px;
}
.director ul.sns-links li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.director ul.sns-links li span {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .director ul.sns-links {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .director dl dt {
    font-size: 3.4vw;
  }
  .director dl dd {
    font-size: 5.4vw;
  }
  .director ul.sns-links {
    padding-left: 1.5vw;
  }
  .director ul.sns-links li {
  	width: 80%;
    margin-bottom: 14px;
  }
  .director ul.sns-links li span {
    font-size: 3vw;
  }
}
.gallery {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.gallery dl {
  margin-bottom: 20px;
}
.gallery dl dt {
  margin-bottom: 23px;
}
.gallery dl dd {
  text-align: center;
  margin-bottom: 25px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .gallery {
    max-width: 960px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .gallery dl {
    margin-bottom: 20px;
    width: 48%;
  }
  .gallery dl dd {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
	.gallery {
        width: 90%;
    }
   .gallery dl {
    margin-bottom: 20px;
    width: 100%;
  }

    .gallery dl dd {
    margin-bottom: 10px;
    font-size: 3.5vw;
  }
}
.advantage {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.advantage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.advantage ul li {
  background-color: #3e3a39;
  font-size: 3.4rem;
  width: 31.3%;
  padding: 25px 0;
  margin-right: 3%;
  margin-bottom: 3%;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .advantage {
    max-width: 960px;
  }
  .advantage ul li {
    font-size: 2.6vw;
    padding: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .advantage {
    max-width: 90%;
  }
  .advantage ul {
    justify-content: center;
  }
  .advantage ul li {
  	width: 41.3vw;
        font-size: 3.3vw;
        padding: 15px;
        margin-bottom: 6%;
  }
}
.advantage ul li:nth-of-type(3) {
  margin-right: 0;
}
.advantage ul li:nth-of-type(4)::before {
  margin-right: 3%;
}
.advantage ul li:nth-of-type(n+4) {
  margin-bottom: 0;
}
.advantage ul li:nth-of-type(1)::before {
  background-image: url(/wp-content/uploads/2025/06/advantage1.png);
}
.advantage ul li:nth-of-type(2)::before {
  background-image: url(/wp-content/uploads/2025/06/advantage2.png);
}
.advantage ul li:nth-of-type(3)::before {
  background-image: url(/wp-content/uploads/2025/06/advantage3.png);
}
.advantage ul li:nth-of-type(4)::before {
  background-image: url(/wp-content/uploads/2025/06/advantage4.png);
}
.advantage ul li:nth-of-type(5)::before {
  background-image: url(/wp-content/uploads/2025/06/advantage5.png);
}
.advantage ul li::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .advantage ul li::before {
    width: 40px;
    height: 40px;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .advantage ul li:nth-of-type(n+4) {
    margin-bottom: auto;
  }
  .advantage ul li:nth-of-type(even) {
    margin-right: 0;
  }
  .advantage ul li:nth-of-type(odd) {
    margin-right: 7.3vw;
  }
  .advantage ul li::before {
    width: 30px;
    height: 30px;
    top: -15px;
    left: 5px;
  }
}
/*タトゥーメイクとは*/
.section07 {
  padding: 0;
}
.section07 .menu-intro_Tit {
  margin-bottom: 35px;
}
.menu-intro_Tit {
  margin-bottom: 75px;
}
.menu-intro_container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .menu-intro_container {
    max-width: 960px;
  }
}
.menu_pmu, .menu_smp {
  background-color: rgba(188, 203, 211, 0.2);
  padding: 45px 55px 60px;
}
.menu_pmu {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.menu_pmu, .menu_smp {
	  padding: 20px 0;
	}
	.menu_pmu_outer, .menu_smp_outer {
    width: 90%;
    margin: 0 auto;
}
.menu_pmu {
  margin-bottom: 0;
}
}

.menu_pmu h4, .menu_smp h4 {
  text-align: left;
  margin-bottom: 30px;
}
.menu_pmu_box, .menu_smp_box {
  display: flex;
  margin: 0 auto 80px;
}
.menu_pmu_box div, .menu_smp_box div {
  width: 50%;
}
.menu_pmu_box p, .menu_smp_box p {
  font-size: 3rem;
    padding-left: 25px;
    line-height: 1.8;
    margin: -0.3em 0;
    width: 50%;
}
@media screen and (max-width: 1024px) {
  .menu_pmu_box p, .menu_smp_box p {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  .menu_pmu_box p, .menu_smp_box p {
    font-size: 3.4vw;
    padding-left: 2%;
    line-height: 1.4;
  }
  .menu_pmu_box, .menu_smp_box {
    margin: 0 auto 30px;
  }
}
.swiper-container {
  width: 556px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.swiper-container {
	  width: 90vw;
	}
}
/*Swiper-ボタン共通*/
.swiper-button-prev {
  background-image: url('/wp-content/uploads/2025/06/arrow.png');
  transform: rotateY(180deg);
  left: 0;
}
.swiper-button-next {
  background-image: url('/wp-content/uploads/2025/06/arrow.png');
  right: 0;
}
.swiper-button-next, .swiper-button-prev {
  top: 45.4%;
  width: 50px;
  height: 50px;
  margin-top: 0;
  background-position: center;
  background-size: contain;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}
/*タトゥーメイクは、タトゥー技術を使い、*/

.legal-info {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  background-color: #ff0000;
  border-radius: 15px;
  padding: 35px;
}
.legal-info p {
  color: #fff;
  font-size: 3.3rem;
  padding: 0;
  line-height: 2.2;
  font-weight: 800;
  margin: -0.3em 0 0;
}
@media screen and (max-width: 1024px) {
  .legal-info {
    max-width: 960px;
  }
  .legal-info p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .legal-info {
    width: 90%;
    border: 3px solid #ff0000;
    background-color: transparent;
    color: #000;
    padding: 15px;
  }
  .legal-info p {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
  }
}

/*1日体験レッスン バナー*/
.section10 {
  background-color: #f1f1f1;
}
.oneday_lesson_banner {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section10 {
    padding-bottom: 35px;
  }
  .section10 .contents_box{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {}
/*フォーム*/
.form h3 {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.form_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .form_container {
    max-width: 960px;
  }
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
.cf7__button {
    padding-left: 0;
    text-align: center;
}

}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
    vertical-align: middle;
    position: absolute;
    top: 150%;
    right: 0%;
}

@media screen and (max-width: 767px) {
		.wpcf7-spinner {
		    top: 50%;
		    transform: translateY(-50%);
		    -webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		}

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}




#custom-thanks-message {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#custom-thanks-message p{
  margin: 15px 0;
}
a.payment_page {
  display: block;
  width: 330px;
  padding: 1.5rem 3.0rem;
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #custom-thanks-message {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #custom-thanks-message {
    width: 90%;
  }
  #custom-thanks-message p {
    font-size: 3.3vw;
  }
  a.payment_page {
    width: 100%;
  }
}

/*footer*/
footer.site-footer {
  padding: 0 0 70px;
  margin-bottom: 50px;
  text-align: center;
}
p.company {
  margin: 0;
  font-size: 1.6rem;
}
p.company_comcept {
  font-family: 'Noto Serif JP';
  font-weight: 800;
  font-size: 1.8rem;
  margin: 0 0 5px;
}
.footer_logo {
  margin-bottom: 10px;
}
.footer_logo img {
  width: 240px;
}
footer.site-footer address {
  font-style: normal;
}
footer.site-footer ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
footer.site-footer ul li {
  width: 60px;
}
.footer_fixed {
  background-color: #000;
  width: 100%;
  padding: 20px 0 15px;
  line-height: 2;
}
.footer_fixed div {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin: -0.5em 0;
}