/*!
Theme Name: New machinoschole
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: machinoschole
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

machinoschole is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
.mode_sp {
	display: none !important;
  }
  @media (min-width: 1500px) {
	.mode_sp {
	  display: none !important;
	}
  }
  @media (max-width: 1200px) {
	.mode_sp {
	  display: none !important;
	}
  }
  @media (max-width: 1024px) {
	.mode_sp {
	  display: none !important;
	}
  }
  @media (max-width: 820px) {
	.mode_sp {
	  display: none !important;
	}
  }
  @media (max-width: 414px) {
	.mode_sp {
	  display: block !important;
	}
  }
  @media (max-width: 375px) {
	.mode_sp {
	  display: block !important;
	}
  }

  .mode_tb {
	display: none !important;
  }
  @media (min-width: 1500px) {
	.mode_tb {
	  display: none !important;
	}
  }
  @media (max-width: 1200px) {
	.mode_tb {
	  display: none !important;
	}
  }
  @media (max-width: 1024px) {
	.mode_tb {
	  display: block !important;
	}
  }
  @media (max-width: 820px) {
	.mode_tb {
	  display: block !important;
	}
  }
  @media (max-width: 414px) {
	.mode_tb {
	  display: block !important;
	}
  }
  @media (max-width: 375px) {
	.mode_tb {
	  display: block !important;
	}
  }

  @media (max-width: 820px) {
	.mode_pc {
	  /*display: none !important;*/
	}
  }
  @media (max-width: 414px) {
	.mode_pc {
	  display: none !important;
	}
  }
  @media (max-width: 375px) {
	.mode_pc {
	  display: none !important;
	}
  }

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

  /* 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;
	-webkit-text-decoration: underline dotted;
			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;
  }

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

  /*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
  /* Typography
  --------------------------------------------- */
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
  }

  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: #fbf7d2;
  }

  .site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 9%;
	z-index: 5;
  }
  @media (max-width: 414px) {
	.site-header {
	  width: 20%;
	}
  }

  .site-footer {
	position: relative;
	padding: 2rem 0;
	background: #FFFEF0;
	border-top: 1px solid #000;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .site-footer .btn-top {
	width: 16%;
	text-align: center;
	position: absolute;
	top: -46%;
	right: 2rem;
	transform: translateY(10rem);
	visibility: hidden;
	opacity: 0;
	transition: 0.45s cubic-bezier(0.65, 1.8, 0.5, 0.8) 0s, visibility 0.45s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s, opacity 0.45s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
  }
  @media (max-width: 820px) {
	.site-footer .btn-top {
	  top: -33%;
	}
  }
  @media (max-width: 414px) {
	.site-footer .btn-top {
	  width: 24%;
	  top: -20%;
	  right: 0.3rem;
	}
  }
  .site-footer .btn-top.is-visible {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
  }
  .site-footer .btn-top a {
	display: block;
	line-height: 0;
  }
  .site-footer .btn-top a span {
	display: inline-block;
  }
  .site-footer .btn-top a .btn-top_img {
	width: 61%;
	margin-top: -7%;
  }
  .site-footer .site-info {
	width: 90%;
	margin: 0 auto 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  @media (max-width: 414px) {
	.site-footer .site-info {
	  width: 100%;
	  flex-direction: column;
	  align-items: flex-start;
	  margin: 0 auto 0;
	}
  }
  .site-footer .site-info .site-info_main {
	width: 40%;
  }
  @media (max-width: 414px) {
	.site-footer .site-info .site-info_main {
	  width: 74%;
	  margin-bottom: 5rem;
	  padding-left: 7%;
	}
  }
  .site-footer .site-info .site-info_main .footer_logo {
	margin-bottom: 2rem;
  }
  @media (max-width: 414px) {
	.site-footer .site-info .site-info_main .footer_logo {
	  margin-bottom: 1rem;
	}
  }
  .site-footer .site-info .site-info_main .footer_sns {
	margin-bottom: 2rem;
  }
  @media (max-width: 414px) {
	.site-footer .site-info .site-info_main .footer_sns {
	  margin-bottom: 1rem;
	}
  }
  .site-footer .site-info .site-info_main .footer_sns ul {
	display: flex;
  }
  .site-footer .site-info .site-info_main .footer_sns ul li {
	width: 9%;
	max-width: 52px;
	margin-right: 1.5rem;
  }
  @media (max-width: 414px) {
	.site-footer .site-info .site-info_main .footer_sns ul li {
	  width: 11%;
	  max-width: 52px;
	  margin-right: 1.2rem;
	}
  }
  .site-footer .site-info .site-info_main .menu li a {
	display: inline-block;
	text-decoration: none;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 3px;
	color: #FC6902;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 414px) {
	.site-footer .site-info .site-info_main .menu li a {
	  font-size: 1.5rem;
	}
  }
  .site-footer .site-info .site-info_main .menu li:nth-of-type(even) a {
	color: #14AB14;
  }
  .site-footer .site-info .site-info_img {
	width: 60%;
  }
  @media (max-width: 414px) {
	.site-footer .site-info .site-info_img {
	  width: 100%;
	}
  }

	.site-footer .sub-menu {
		margin-bottom: 2rem;
	}
	.site-footer .sub-menu ul {
		display: flex;
		justify-content: center;
		font-size: 1rem;
	}
		@media (max-width: 414px) {
			.site-footer .sub-menu ul {
				font-size: 0.65rem;
			}
		}
	.site-footer .sub-menu li {
				margin-right: 1rem;
					padding-right: 1rem;
					border-right: 1px solid #000
	}
				.site-footer .sub-menu li:last-of-type {
									margin-right: 0;
										padding-right: 0;
										border-right: none;
				}
		.site-footer .sub-menu li a {
			color: #000;
			text-decoration: none;
		}
	.site-footer .copy {
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
  }
  @media (max-width: 414px) {
	.site-footer .copy {
	  font-size: 0.65rem;
	}
  }

  .floting_btn {
	position: fixed;
	top: 1.5rem;
	right: 0;
	z-index: 5;
  }

  @media (max-width: 414px) {
	.floting_btn {
	  top: 83%;
	}
  }
  .floting_btn a {
	display: block;
	text-decoration: none;
  }

  .floting_btn .floting_btn_inner {
	border-top: 1px solid #163B89;
	border-left: 1px solid #163B89;
	border-bottom: 1px solid #163B89;
	background: #fff;
	border-radius: 5rem 0 0 5rem;
	position: relative;
	display: flex;
	align-items: center;
  }

  .floting_btn .floting_btn_inner .floting_icon {
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #163B89 url("/wp-content/themes/new_machinoschole/images/common/icon_podcast.svg") no-repeat center;
	background-size: 74%;
  }

  @media (max-width: 414px) {
	.floting_btn .floting_btn_inner .floting_icon {
	  width: 3.6rem;
	  height: 3.6rem;
	}
  }
  .floting_btn .floting_btn_inner .floting_text {
	font-size: 0.7rem;
	text-align: center;
	font-weight: 600;
	color: #000;
	padding: 0 0.5rem;
	line-height: 1.2;
  }

  @media (max-width: 414px) {
	.floting_btn .floting_btn_inner .floting_text {
	  font-size: 0.5rem;
	  padding: 0 0.3rem;
	}
  }
  .floting_btn .floting_btn_inner .floting_text span {
	color: #14AB14;
	font-weight: 700;
	font-size: 0.8rem;
	display: block;
  }

  @media (max-width: 414px) {
	.floting_btn .floting_btn_inner .floting_text span {
	  font-size: 0.6rem;
	}
  }
  .btn_style_home {
	max-width: 473px;
  }
  .btn_style_home a {
	width: 100%;
	display: block;
	background: #14AB14;
	text-align: center;
	border-radius: 4rem;
	padding: 1.3rem 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	color: #fff;
	font-weight: 800;
	font-size: 1.3rem;
	border: 1px solid #14AB14;
	line-height: 1.2;
  }
  @media (max-width: 414px) {
	.btn_style_home a {
	  padding: 1rem 0;
	  font-size: 1.1rem;
	  letter-spacing: 0;
	}
  }
  .btn_style_home a span {
	font-size: 0.9rem;
	color: #FAD606;
	display: block;
  }
  @media (max-width: 414px) {
	.btn_style_home a span {
	  font-size: 0.8rem;
	  letter-spacing: 1px;
	}
  }
  .btn_style_home a:hover {
	background: #fff;
	color: #14AB14;
	opacity: 1;
  }
  .btn_style_ellipse a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	aspect-ratio: 334 / 134;
	padding: 0 0 13%;
	border-radius: 50%;
	border: 1px solid #000;
  }
  .btn_style_ellipse a span {
	margin-bottom: 0.25em;
  }
  .btn_style_ellipse a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12%;
	margin: 0 auto;
	width: 40%;
	aspect-ratio: 133 / 45;
	background: url("/wp-content/themes/new_machinoschole/images/top/btn_arrow.png") no-repeat center;
	background-size: cover;
  }

  /************
  * HOME
  ************/
  .home .bg_parts_01 {
	background: url("/wp-content/themes/new_machinoschole/images/top/bg_top_mv_pc.svg") no-repeat top center;
	background-size: cover;
  }
  @media (max-width: 414px) {
	.home .bg_parts_01 {
	  background: url("/wp-content/themes/new_machinoschole/images/top/bg_top_mv_sp.svg") no-repeat top center;
	  background-size: cover;
	}
  }
  .home .mv {
	text-align: center;
	margin-bottom: 15%;
  }
  @media (max-width: 414px) {
	.home .mv {
	  margin-bottom: 5%;
	}
  }
  .home .mv .mv_inner {
	padding: 5rem 0 0;
	width: 95%;
	margin: 0 auto;
	position: relative;
  }
  @media (max-width: 414px) {
	.home .mv .mv_inner {
	  padding: 5rem 0 0;
	}
  }
  .home .mv .mv_inner .mv_main {
	margin: 0 auto;
  }
  .home .mv .mv_inner .mv_main .logo_sub {
	width: 21%;
	max-width: 290px;
	margin: 0 auto 2rem;
  }
  @media (max-width: 414px) {
	.home .mv .mv_inner .mv_main .logo_sub {
	  width: 40%;
	  margin: 0 auto 0.7em;
	}
  }
  .home .mv .mv_inner .mv_main .logo_main {
	width: 70%;
	max-width: 798px;
	margin: 0 auto 2rem;
  }
  @media (max-width: 414px) {
	.home .mv .mv_inner .mv_main .logo_main {
	  width: 78%;
	}
  }
  .home .mv .mv_inner .mv_parts_text {
	font-family: "Plaster", system-ui;
	font-size: 4rem;
	color: #000;
	font-size: 3vw;
	writing-mode: vertical-rl;
	position: absolute;
	top: 16%;
	right: 0%;
  }
  @media (max-width: 414px) {
	.home .mv .mv_inner .mv_parts_text {
	  top: 43%;
	}
  }
  .home .p_link {
	position: absolute;
	bottom: -8%;
	right: 1%;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  @media (max-width: 414px) {
	.home .p_link {
	  bottom: -15%;
	  right: 8%;
	}
  }
  .home .p_link a {
	width: 15vw;
	height: 15vw;
	max-width: 190px;
	max-height: 190px;
	display: block;
	padding: 25% 0 0;
	border: 1px solid #000;
	border-radius: 50%;
	background: #14AB14;
	text-decoration: none;
	position: relative;
  }
  @media (max-width: 414px) {
	.home .p_link a {
	  width: 7rem;
	  height: 7rem;
	  padding: 29% 0 0;
	}
  }
  .home .p_link a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #163B89;
	height: 11.2583302492%;
	width: 13%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .home .p_link a .p_link_text {
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 820px) {
	.home .p_link a .p_link_text {
	  font-size: 1rem;
	}
  }
  @media (max-width: 414px) {
	.home .p_link a .p_link_text {
	  letter-spacing: 2px;
	  font-size: 0.75rem;
	  text-align: center;
	}
  }
  .home .p_link a span {
	color: #FAD606;
	/*
	-webkit-text-stroke-width: 1px;
				-webkit-text-stroke-color: $color__black;
	*/
	font-size: 1rem;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin-bottom: 3px;
  }
  @media (max-width: 820px) {
	.home .p_link a span {
	  font-size: 0.7rem;
	}
  }
  @media (max-width: 414px) {
	.home .p_link a span {
	  font-size: 0.6rem;
	  letter-spacing: 0;
	}
  }
  .home .section_wrap {
	margin: 0 auto;
	padding-bottom: 11%;
  }
  .home .description_wrap {
	position: relative;
	padding-bottom: 4%;
  }
  @media (max-width: 414px) {
	.home .description_wrap {
	  margin: 0 auto 24%;
	}
  }
  .home .description_wrap .description_wrap_inner {
	text-align: center;
  }
  .home .description_wrap .description_wrap_inner .description_heading {
	font-size: 2.5vw;
	font-weight: 600;
	margin-bottom: 3%;
	color: #000;
  }
  .home .description_wrap .description_wrap_inner .description_heading .char4, .home .description_wrap .description_wrap_inner .description_heading .char5,
	.home .description_wrap .description_wrap_inner .description_heading .char13,
	.home .description_wrap .description_wrap_inner .description_heading .char14,
	.home .description_wrap .description_wrap_inner .description_heading .char15 {
	color: #FC6902;
  }
  .home .description_wrap .description_wrap_inner .description_heading .char7, .home .description_wrap .description_wrap_inner .description_heading .char8 {
	color: #034DE8;
  }
  .home .description_wrap .description_wrap_inner .description_heading .char10, .home .description_wrap .description_wrap_inner .description_heading .char11 {
	color: #14AB14;
  }
  .home .description_wrap .description_wrap_inner .description_main {
	background: url("/wp-content/themes/new_machinoschole/images/top/bg_introduction.svg") no-repeat center;
	background-size: contain;
	padding: 5.5% 0 4.5%;
  }
  @media (max-width: 414px) {
	.home .description_wrap .description_wrap_inner .description_main {
	  background: url("/wp-content/themes/new_machinoschole/images/top/bg_introduction_sp.svg") no-repeat center;
	  background-size: contain;
	  padding: 15.5% 0 15.5%;
	}
  }
  .home .description_wrap .description_wrap_inner .description_main dl {
	margin: 0 auto;
	color: #000;
  }
  .home .description_wrap .description_wrap_inner .description_main dt {
	font-size: 4.5vw;
	margin-bottom: 3%;
  }
  @media (max-width: 414px) {
	.home .description_wrap .description_wrap_inner .description_main dt {
	  font-size: 2rem;
	  line-height: 1.3;
	}
  }
  .home .description_wrap .description_wrap_inner .description_main dt .f_orange {
	color: #FC6902;
  }
  .home .description_wrap .description_wrap_inner .description_main dt .f_green {
	color: #14AB14;
  }
  .home .description_wrap .description_wrap_inner .description_main dd {
	font-size: 2.3vw;
	line-height: 2.2;
	font-weight: 500;
	margin: 0;
  }
  @media (max-width: 414px) {
	.home .description_wrap .description_wrap_inner .description_main dd {
	  font-size: 0.85rem;
	  line-height: 1.6;
	}
  }
  .home .about_wrap {
	position: relative;
	/*background: url("/wp-content/themes/new_machinoschole/images/top/bg_top_about_pc.svg") no-repeat top center;
	background-size: cover;*/
  }
  /* 左端に立つキャラクター。幅はデザインどおり 133.66/1428。 */
  .home .about_wrap .bg_parts_01_chara {
	position: absolute;
	left: 5%;
	top: 73%;
	width: 8.36%;
	line-height: 0;
	transform: rotate(-23deg);
  }
  .home .about_wrap .bg_parts_01_chara img {
	width: 100%;
  }
  @media (max-width: 820px) {
	.home .about_wrap .bg_parts_01_chara {
	  display: none;
	}
  }
  @media (max-width: 414px) {
	.home .about_wrap {
	  padding: 0 0 30%;
	  background: url("/wp-content/themes/new_machinoschole/images/top/bg_top_about_sp.svg") no-repeat top center;
	  background-size: cover;
	}
  }
  .home .about_wrap .about_wrap_inner {
	text-align: center;
	padding-top: 10%;
  }
  .home .about_wrap .about_wrap_inner .about_title {
	display: inline-block;
	position: relative;
	letter-spacing: 2px;
  }
	.home .about_wrap .about_wrap_inner .about_title::before {
		display: block;
		content: "";
		position: absolute;
		top: -10vw;
		left: -8%;
		width: 6vw;
		padding-top: 6vw;
		max-width: 110px;
		background: url("/wp-content/themes/new_machinoschole/images/common/icon_su.png") no-repeat top center;
		background-size: contain;
	}
  .home .about_wrap .about_wrap_inner .about_title .about_title_parts {
	font-weight: 600;
	font-size: 2.5rem;
	position: absolute;
	top: -25%;
	left: -13%;
	transform: rotate(-14deg);
  }
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_title .about_title_parts {
	  font-size: 1.25rem;
	  left: -11%;
	}
  }
  .home .about_wrap .about_wrap_inner .about_title h2 {
	margin: 2% auto 0;
	font-size: 3.2rem;
	font-weight: 800;
  }
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_title h2 {
	  font-size: 1.875rem;
	}
  }
  .home .about_wrap .about_wrap_inner .about_title h2 .about_title_sub {
	display: block;
	font-size: 2.5rem;
	font-weight: 600;
  }
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_title h2 .about_title_sub {
	  font-size: 1.25rem;
	}
  }
  .home .about_wrap .about_wrap_inner .about_title h2 .about_title_red {
	color: #FC0000;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	position: relative;
  }
  .home .about_wrap .about_wrap_inner .about_title h2 .about_title_red::after {
	position: absolute;
	bottom: -0.7rem;
	left: -2%;
	margin: 0 auto;
	content: "";
	width: 105%;
	height: 23%;
	display: block;
	background: url("/wp-content/themes/new_machinoschole/images/top/about_title_parts.svg") no-repeat center;
	background-size: 105%;
  }
  .home .about_wrap .about_wrap_inner .about_text {
	background: url("/wp-content/themes/new_machinoschole/images/top/bg_about_parts.svg") no-repeat center;
	background-size: contain;
	margin: 0 auto;
	padding: 8.5% 0 4.5%;
	position: relative;
  }
	.home .about_wrap .about_wrap_inner .about_text::before {
		display: block;
		content: "";
		position: absolute;
		top: -60vw;
		left: -8%;
		width: 6vw;
		padding-top: 6vw;
		max-width: 110px;
		background: url("/wp-content/themes/new_machinoschole/images/common/icon_su.png") no-repeat top center;
		background-size: contain;
	}
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_text {
	  background: url("/wp-content/themes/new_machinoschole/images/top/bg_about_parts_sp.svg") no-repeat center;
	  background-size: contain;
	  padding: 12.5% 0 14.5%;
	}
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner {
	position: relative;
	width: 65%;
	max-width: 900px;
	margin: 0 auto;
	padding-left: 3%;
	font-size: 1.6vw;
	text-align: justify;
	line-height: 3;
	letter-spacing: 1px;
  }
  @media (max-width: 820px) {
	.home .about_wrap .about_wrap_inner .about_text .about_text_inner {
	  width: 77%;
	  font-size: 0.8rem;
	}
  }
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_text .about_text_inner {
	  width: 74%;
	  font-size: 0.75rem;
	  line-height: 2;
	  padding-left: 0;
	}
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner .f_blue {
	color: #034DE8;
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner .f_orange {
	color: #FC6902;
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner .lead_initial {
	color: #FC6902;
	font-size: 2.25em;
	line-height: 0;
	letter-spacing: 0;
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner dt {
	font-weight: 600;
  }
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_text .about_text_inner dt {
	  font-size: 0.7rem;
	  margin-bottom: 1rem;
	}
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner dd {
	font-weight: 600;
	margin: 0 auto;
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner dd .sub_text {
	width: 70%;
	margin: 1rem 0 0;
	line-height: 1.5;
	font-size: 0.7rem;
  }
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_text .about_text_inner dd .sub_text {
	  width: 100%;
	  font-size: 0.6rem;
	}
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner .btn_style_home {
	width: 34.5%;
	position: absolute;
	top: 100%;
	right: -23%;
	margin-top: 0.3rem;
  }
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_text .about_text_inner .btn_style_home {
	  width: 60%;
	  right: 0;
	  left: 0;
	  margin: 1.2rem auto 0;
	}
  }
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner .btn_style_home a,
  .home .about_wrap .about_wrap_inner .about_text .about_text_inner .btn_style_home a span {
	font-size: 0.95rem;
  }
  @media (max-width: 414px) {
	.home .about_wrap .about_wrap_inner .about_text .about_text_inner .btn_style_home a,
	.home .about_wrap .about_wrap_inner .about_text .about_text_inner .btn_style_home a span {
	  font-size: 0.625rem;
	}
  }
  .home .what_wrap {
	padding: 8% 0 0;
  }
  .home .what_wrap .what_wrap_inner {
	width: 96.4%;
	margin: 0 auto;
	text-align: center;
  }
  .sec_head {
	text-align: center;
  }
  .sec_head .sec_head_main {
	margin: 0;
	color: #fff;
	font-weight: 800;
	font-size: 2.5rem;
	letter-spacing: 2px;
	line-height: 1.4;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .sec_head .sec_head_sub {
	margin: 0.2rem auto 0;
	color: #034DE8;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.8px;
  }
  .sec_head .sec_head_lead {
	margin: 1.2rem auto 0;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.9px;
	line-height: 1.9;
  }
  .home .what_wrap .sec_head {
	position: relative;
  }
  .home .what_wrap .sec_head::before,
  .home .what_wrap .sec_head::after {
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
  }
  .home .what_wrap .sec_head::before {
	left: 50%;
	top: -0.664em;
	width: 3.6995em;
	margin-left: -5.7025em;
	font-size: 2.5rem;
	aspect-ratio: 148 / 129;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_01.svg");
	transform: rotate(-148.06deg) scaleY(-1);
  }
  .home .what_wrap .sec_head::after {
	left: 50%;
	top: -0.052em;
	width: 2.3713em;
	margin-left: 3.452em;
	font-size: 2.5rem;
	aspect-ratio: 95 / 98;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_02.svg");
	transform: rotate(7.79deg);
  }
  .home .what_wrap .what_items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 1.4%;
	margin: 5.1% auto 0;
  }
  .home .what_wrap .what_items .what_item .what_item_img {
	aspect-ratio: 330 / 456;
	overflow: hidden;
	border-radius: 50% 50% 7% 7%/28.6% 28.6% 5% 5%;
  }
  .home .what_wrap .what_items .what_item .what_item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .home .what_wrap .what_items .what_item .what_item_head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.7rem auto 0;
  }
  .home .what_wrap .what_items .what_item .what_item_head .what_item_num {
	margin-right: 0.25rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
  }
  .home .what_wrap .what_items .what_item .what_item_head .what_item_title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
  }
  .home .what_wrap .what_items .what_item:nth-child(1) .what_item_num {
	color: #034DE8;
  }
  .home .what_wrap .what_items .what_item:nth-child(2) .what_item_num {
	color: #FC6902;
  }
  .home .what_wrap .what_items .what_item:nth-child(3) .what_item_num {
	color: #FAD606;
  }
  .home .what_wrap .what_items .what_item:nth-child(4) .what_item_num {
	color: #14AB14;
  }
  .home .what_wrap .what_items .what_item .what_item_text {
	margin: 0.7rem auto 0;
	font-size: 0.95rem;
	line-height: 1.9;
  }
  .home .what_wrap .btn_style_home {
	width: 334px;
	max-width: 100%;
	margin: 2.5% auto 0;
  }
  .home .what_wrap .btn_style_home a,
  .home .what_wrap .btn_style_home a span {
	font-size: 1.25rem;
  }
  @media (max-width: 820px) {
	.sec_head .sec_head_main {
	  font-size: 2.2rem;
	}
	.sec_head .sec_head_lead {
	  font-size: 1rem;
	}
	.home .what_wrap .sec_head::before,
	.home .what_wrap .sec_head::after {
	  display: none;
	}
	.home .what_wrap .sec_head_lead br {
	  display: none;
	}
	.home .what_wrap .what_items {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 1.6rem 5%;
	  margin: 6% auto 0;
	}
	.home .what_wrap .btn_style_home {
	  margin: 5% auto 0;
	}
  }
  @media (max-width: 414px) {
	.home .what_wrap {
	  padding: 14% 0 0;
	}
	.home .what_wrap .what_wrap_inner {
	  width: 92.7%;
	}
	.sec_head .sec_head_main {
	  font-size: 1.8rem;
	}
	.sec_head .sec_head_sub {
	  font-size: 1rem;
	}
	.sec_head .sec_head_lead {
	  font-size: 0.85rem;
	}
	.home .what_wrap .sec_head_lead {
	  text-align: left;
	}
	.home .what_wrap .what_items {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 0.9rem 5%;
	  margin: 7% auto 0;
	}
	.home .what_wrap .what_items .what_item .what_item_head {
	  margin: 0.4rem auto 0;
	}
	.home .what_wrap .what_items .what_item .what_item_head .what_item_num {
	  font-size: 1.125rem;
	}
	.home .what_wrap .what_items .what_item .what_item_head .what_item_title {
	  font-size: 0.8125rem;
	}
	/* PC 用の改行位置のままだと SP で「の」だけが行に残るため、自然に折り返させる。 */
	.home .what_wrap .what_items .what_item .what_item_head .what_item_title br {
	  display: none;
	}
	.home .what_wrap .what_items .what_item .what_item_text {
	  margin: 0.35rem auto 0;
	  font-size: 0.6875rem;
		line-height: 1.5;
	}
	.home .what_wrap .btn_style_home {
	  width: 48%;
	  margin: 10% auto 0;
	}
	.home .what_wrap .btn_style_home a,
	.home .what_wrap .btn_style_home a span {
	  font-size: 0.75rem;
	}
  }
  .home .find_wrap {
	padding: 7% 0 0;
  }
  .home .find_wrap .find_wrap_inner {
	width: 94.8%;
	margin: 0 auto;
  }
  .home .find_wrap .sec_head_lead {
	font-size: 1rem;
  }
  .home .find_wrap .sec_head {
	position: relative;
  }
  .home .find_wrap .sec_head::before,
  .home .find_wrap .sec_head::after {
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
  }
  .home .find_wrap .sec_head::before {
	left: 50%;
	top: -1.592em;
	width: 3.699em;
	margin-left: -9.0765em;
	font-size: 2.5rem;
	aspect-ratio: 148 / 129;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_01.svg");
	transform: rotate(-148.06deg) scaleY(-1);
  }
  .home .find_wrap .sec_head::after {
	left: 50%;
	top: 0.4em;
	width: 2.3723em;
	margin-left: 6.3285em;
	font-size: 2.5rem;
	aspect-ratio: 95 / 98;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_02.svg");
	transform: rotate(7.79deg);
  }
  .home .find_wrap .find_items {
	margin: 8% auto 0;
  }
  .home .find_wrap .find_items .find_item {
	display: flex;
	align-items: center;
	margin: 0 auto 7.8%;
  }
  .home .find_wrap .find_items .find_item .find_item_letter {
	flex: 0 0 23.3%;
	text-align: center;
  }
  .home .find_wrap .find_items .find_item .find_item_letter img {
	display: block;
	height: auto;
	margin-left: 8%;
  }
  .home .find_wrap .find_items .find_item:nth-child(1) .find_item_letter img {
	width: 58.2%;
  }
  .home .find_wrap .find_items .find_item:nth-child(2) .find_item_letter img {
	width: 55.9%;
  }
  .home .find_wrap .find_items .find_item:nth-child(3) .find_item_letter img {
	width: 56.7%;
  }
  .home .find_wrap .find_items .find_item:nth-child(4) .find_item_letter img {
	width: 60.8%;
  }
  .home .find_wrap .find_items .find_item .find_item_card {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	gap: 6.19%;
	padding: 1.51% 1.77% 1.51% 3.55%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 22px;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_bubble {
	position: absolute;
	left: -10.3%;
	top: -19.1%;
	width: 29.5%;
	aspect-ratio: 275 / 124;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.95em;
	background: url("/wp-content/themes/new_machinoschole/images/top/find_bubble.svg") no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.8px;
	text-align: center;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_text {
	flex: 1;
	text-align: center;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 1.2px;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_desc {
	margin: 0.4rem auto 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.9px;
	text-align: left;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_btn {
	margin: 1.2rem auto 0;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
	max-width: 13.35em;
	margin: 0 auto;
	padding: 0.925em 0;
	background: #14AB14;
	border-radius: 1em;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	text-decoration: none;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_btn a::after {
	content: "";
	flex: none;
	width: 1.25em;
	height: 1.25em;
	background: url("/wp-content/themes/new_machinoschole/images/top/icon_arrow_circle.svg") no-repeat center;
	background-size: contain;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_btn a:hover {
	opacity: 0.8;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_img {
	flex: 0 0 57.36%;
  }
  .home .find_wrap .find_items .find_item .find_item_card .find_item_img img {
	display: block;
	width: 100%;
	aspect-ratio: 491 / 322;
	object-fit: cover;
	border-radius: 44px;
  }
  @media (max-width: 820px) {
	.home .find_wrap .sec_head::before,
	.home .find_wrap .sec_head::after {
	  display: none;
	}
	.home .find_wrap .find_items .find_item .find_item_letter {
	  flex: 0 0 33.2%;
	}
	.home .find_wrap .find_items .find_item:nth-child(1) .find_item_letter img {
	  width: 82.6%;
	}
	.home .find_wrap .find_items .find_item:nth-child(2) .find_item_letter img {
	  width: 84.3%;
	}
	.home .find_wrap .find_items .find_item:nth-child(3) .find_item_letter img {
	  width: 88.8%;
	}
	.home .find_wrap .find_items .find_item:nth-child(4) .find_item_letter img {
	  width: 94.2%;
	}
	.home .find_wrap .find_items .find_item .find_item_card {
	  flex-direction: column;
	  gap: 0;
	  padding: 2.6%;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_img {
	  order: -1;
	  flex: none;
	  width: 100%;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_text {
	  width: 100%;
	  margin-top: 1rem;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_bubble {
	  left: -26%;
	  top: 4%;
	  width: 42%;
	}
  }
  @media (max-width: 414px) {
	.home .find_wrap {
	  padding: 12% 0 0;
	}
	.home .find_wrap .find_wrap_inner {
	  width: 97.2%;
	}
	.home .find_wrap .sec_head_lead {
	  font-size: 0.85rem;
	}
	.home .find_wrap .find_items {
	  margin: 7% auto 0;
	}
	.home .find_wrap .find_items .find_item {
	  margin: 0 auto 6%;
	}
	.home .find_wrap .find_items .find_item .find_item_card {
	  padding: 3.84%;
	  border: 0;
	  border-radius: 11px;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_bubble {
	  left: -49.7%;
	  top: 4.7%;
	  width: 56.1%;
	  font-size: 0.6875rem;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_text {
	  margin-top: 0.6rem;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_title {
	  font-size: 0.9375rem;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_desc {
	  font-size: 0.75rem;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_btn {
	  margin: 0.7rem auto 0;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_text .find_item_btn a {
	  font-size: 0.75rem;
	}
	.home .find_wrap .find_items .find_item .find_item_card .find_item_img img {
	  border-radius: 11px;
	}
  }
  /* 幅は設計どおり 1366/1428。高さを 100% で合わせると画面を狭めたときに
	 セクションが縦長になって模様が潰れるため、比率を保って縦にリピートさせる。 */
  .home .bg_parts_03 {
	background: url("/wp-content/themes/new_machinoschole/images/top/bg_03.png") repeat-y center top;
	background-size: 95.66% auto;
  }
  .home .report_wrap {
	padding: 7% 0 0;
  }
  .home .report_wrap .report_wrap_inner {
	width: 88.2%;
	margin: 0 auto;
  }
  .home .report_wrap .sec_head {
	position: relative;
  }
  .home .report_wrap .sec_head::before,
  .home .report_wrap .sec_head::after {
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
  }
  .home .report_wrap .sec_head::before {
	left: 50%;
	top: -1.04em;
	width: 3.174em;
	margin-left: -5.4915em;
	font-size: 2.5rem;
	aspect-ratio: 127 / 111;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_01.svg");
	transform: rotate(-148.06deg) scaleY(-1);
  }
  .home .report_wrap .sec_head::after {
	left: 50%;
	top: -0.22em;
	width: 2.034em;
	margin-left: 2.5725em;
	font-size: 2.5rem;
	aspect-ratio: 81 / 84;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_02.svg");
	transform: rotate(7.79deg);
  }
  .home .report_wrap .report_list {
	display: grid;
	grid-template-columns: 47.2% 1fr 1fr;
	column-gap: 1.87%;
	row-gap: 1.2rem;
	margin: 3.5% auto 0;
  }
  .home .report_wrap .report_list .post_card_main {
	grid-row: span 2;
  }
  .home .post_card > a {
	display: block;
	height: 100%;
	padding: 6.3% 5.63% 5.5%;
	background: #fff;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
  }
  .home .post_card > a:hover {
	opacity: 0.85;
	border: 1px solid #000;
  }
  .home .post_card .post_card_img {
	overflow: hidden;
	background: #D9D9D9;
	border-radius: 19px;
	aspect-ratio: 274 / 254;
  }
  .home .post_card .post_card_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .home .post_card .post_card_date {
	margin: 0.9rem 0 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 1px;
  }
  .home .post_card .post_card_text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0.2rem 0 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.75px;
  }
  .home .report_wrap .report_list .post_card_main .post_card_img {
	aspect-ratio: 527 / 520;
  }
  .home .report_wrap .report_list .post_card_main .post_card_text {
	-webkit-line-clamp: 5;
	font-size: 1rem;
	letter-spacing: 0.8px;
  }
  .home .report_wrap .btn_style_home {
	width: 334px;
	max-width: 100%;
	margin: 3% auto 0;
  }
  .home .report_wrap .btn_style_home a,
  .home .report_wrap .btn_style_home a span {
	font-size: 1.25rem;
  }
  @media (max-width: 820px) {
	/* 2カラムになるとセクションが縦長になり模様が歪むため、背景は出さない。 */
	.home .bg_parts_03 {
	  background-image: none;
	}
	.home .report_wrap .sec_head::before,
	.home .report_wrap .sec_head::after {
	  display: none;
	}
	.home .report_wrap .report_list {
	  grid-template-columns: 1fr 1fr;
	  column-gap: 4.8%;
	}
	.home .report_wrap .report_list .post_card_main {
	  grid-column: span 2;
	  grid-row: auto;
	}
	.home .report_wrap .report_list .post_card_main .post_card_img {
	  aspect-ratio: 567 / 347;
	}
  }
  @media (max-width: 414px) {
	.home .report_wrap {
	  padding: 12% 0 0;
	}
	.home .report_wrap .report_wrap_inner {
	  width: 86.5%;
	}
	.home .report_wrap .report_list {
	  row-gap: 0.9rem;
	  margin: 6% auto 0;
	}
	.home .post_card > a {
	  border-radius: 22px;
	}
	.home .post_card .post_card_img {
	  border-radius: 9.5px;
	}
	.home .post_card .post_card_date {
	  margin: 0.5rem 0 0;
	  font-size: 0.75rem;
	}
	.home .post_card .post_card_text {
	  font-size: 0.6875rem;
	}
	.home .report_wrap .report_list .post_card_main .post_card_text {
	  -webkit-line-clamp: 3;
	  font-size: 0.75rem;
	}
	.home .report_wrap .btn_style_home {
	  width: 167px;
	  margin: 8% auto 0;
	}
	.home .report_wrap .btn_style_home a,
	.home .report_wrap .btn_style_home a span {
	  font-size: 0.75rem;
	}
  }
  .home .research_wrap {
	padding: 7% 0 0;
  }
  .home .research_wrap .research_wrap_inner {
	width: 91.2%;
	margin: 0 auto;
  }
  .home .research_wrap .sec_head {
	position: relative;
  }
  .home .research_wrap .sec_head::before,
  .home .research_wrap .sec_head::after {
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
  }
  .home .research_wrap .sec_head::before {
	left: 50%;
	top: -1.215em;
	width: 2.5438em;
	margin-left: -7.7734em;
	font-size: 2rem;
	aspect-ratio: 81 / 84;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_02.svg");
	transform: rotate(7.79deg);
  }
  .home .research_wrap .sec_head::after {
	left: 50%;
	top: -0.87em;
	width: 3.964em;
	margin-left: 5.2663em;
	font-size: 2rem;
	aspect-ratio: 127 / 111;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_01.svg");
	transform: rotate(-148.06deg) scaleY(-1);
  }
  .home .research_wrap .sec_head_main {
	font-size: 2rem;
	line-height: 1.9;
	letter-spacing: 1.6px;
  }
  .home .research_wrap .sec_head_lead {
	font-size: 1rem;
	letter-spacing: 0.8px;
  }
  .home .research_wrap .diary_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.7%;
	row-gap: 1.2rem;
	margin: 3.5% auto 0;
  }
  /* note の日誌記事はカバーが横長バナー（800x419）で文字が入っている。
	 枠をバナーと同じ比率にして全体を見せる。比率の違う画像が来た場合に
	 備えて、トリミングは文字のある左寄せのままにしておく。 */
  .home .research_wrap .diary_list .post_card_img {
	aspect-ratio: 800 / 419;
  }
  .home .research_wrap .diary_list .post_card_img img {
	-o-object-position: left center;
	   object-position: left center;
  }
  .home .research_wrap .btn_style_home {
	width: 334px;
	max-width: 100%;
	margin: 3% auto 0;
  }
  .home .research_wrap .btn_style_home a,
  .home .research_wrap .btn_style_home a span {
	font-size: 1.25rem;
  }
  @media (max-width: 820px) {
	.home .research_wrap .sec_head::before,
	.home .research_wrap .sec_head::after {
	  display: none;
	}
	.home .research_wrap .diary_list {
	  grid-template-columns: 1fr 1fr;
	  column-gap: 4.77%;
	}
  }
  @media (max-width: 414px) {
	.home .research_wrap {
	  padding: 12% 0 0;
	}
	.home .research_wrap .research_wrap_inner {
	  width: 87%;
	}
	.home .research_wrap .sec_head_main {
	  font-size: 1.8rem;
	}
	.home .research_wrap .sec_head_lead {
	  font-size: 0.85rem;
	}
	.home .research_wrap .diary_list {
	  row-gap: 0.6rem;
	  margin: 6% auto 0;
	}
	.home .research_wrap .btn_style_home {
	  width: 167px;
	  margin: 8% auto 0;
	}
	.home .research_wrap .btn_style_home a,
	.home .research_wrap .btn_style_home a span {
	  font-size: 0.75rem;
	}
  }

  .contact_wrap.section_wrap {
	padding: 6% 0 4%;
  }
  .contact_wrap .contact_wrap_inner {
	width: 87.2%;
	margin: 0 auto;
	padding: 9.38% 0 12.3%;
	background: url("/wp-content/themes/new_machinoschole/images/top/contact_envelope.svg") no-repeat center;
	background-size: 100% 100%;
  }
  .contact_wrap .sec_head_lead {
	line-height: 1.5;
  }
  .contact_wrap .sec_head {
	position: relative;
  }
  .contact_wrap .sec_head::before,
  .contact_wrap .sec_head::after {
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
  }
  .contact_wrap .sec_head::before {
	left: 50%;
	top: -0.848em;
	width: 2.0328em;
	margin-left: -4.1185em;
	font-size: 2.5rem;
	aspect-ratio: 81 / 84;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_02.svg");
	transform: rotate(7.79deg);
  }
  .contact_wrap .sec_head::after {
	left: 50%;
	top: -1.02em;
	width: 3.1723em;
	margin-left: 1.2918em;
	font-size: 2.5rem;
	aspect-ratio: 127 / 111;
	background-image: url("/wp-content/themes/new_machinoschole/images/top/report_star_01.svg");
	transform: rotate(-148.06deg) scaleY(-1);
  }
  .contact_wrap .contact_btns {
	display: flex;
	justify-content: center;
	gap: 2.41%;
	margin: 6.1% auto 0;
  }
  .contact_wrap .contact_btns .contact_btn {
	width: 34.54%;
  }
  .contact_wrap .contact_btns .contact_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
	height: 4.8em;
	border-radius: 1em;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 1px;
	text-decoration: none;
  }
  .contact_wrap .contact_btns .contact_btn a::after {
	content: "";
	flex: none;
	width: 1.25em;
	height: 1.25em;
	background: url("/wp-content/themes/new_machinoschole/images/top/icon_arrow_circle.svg") no-repeat center;
	background-size: contain;
  }
  .contact_wrap .contact_btns .contact_btn a:hover {
	opacity: 0.8;
  }
  .contact_wrap .contact_btns .contact_btn_form a {
	background: #14AB14;
  }
  .contact_wrap .contact_btns .contact_btn_insta a {
	background: #FB6902;
  }
  @media (max-width: 820px) {
	.contact_wrap .sec_head::before,
	.contact_wrap .sec_head::after {
	  display: none;
	}
	.contact_wrap .contact_btns {
	  flex-direction: column;
	  align-items: center;
	  gap: 0.625rem;
	}
	.contact_wrap .contact_btns .contact_btn {
	  width: 63.4%;
	}
  }
  @media (max-width: 414px) {
	.contact_wrap.section_wrap {
	  padding: 10% 0 8%;
	}
	.contact_wrap .contact_wrap_inner {
	  width: 90.4%;
	  padding: 2.9% 0 2%;
	  background-image: url("/wp-content/themes/new_machinoschole/images/top/contact_envelope_sp.svg");
	}
	/* 文字を大きくした分、封筒の枠線に文字が触れないよう内側に寄せる。 */
	.contact_wrap .sec_head_lead {
	  padding: 0 5%;
	}
	.contact_wrap .contact_btns {
	  margin: 5% auto 0;
	}
	.contact_wrap .contact_btns .contact_btn a {
	  font-size: 0.75rem;
	}
  }
  .header_logo {
	width: 30%;
	text-align: center;
	margin: 0 auto;
	padding-top: 3rem;
  }
  @media (max-width: 414px) {
	.header_logo {
	  width: 54%;
	  padding-top: 2rem;
	}
  }

  .about_page {
	background-image: url("/wp-content/themes/new_machinoschole/images/about/bg_about_sec_parts_pc_01.svg");
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: right top;
  }
  @media (max-width: 414px) {
	.about_page {
	  background-image: url("/wp-content/themes/new_machinoschole/images/about/bg_about_sec_parts_sp_01.svg");
	  background-size: 100%;
	  background-repeat: no-repeat;
	  background-position: top center;
	}
  }

  .about .about_wrap {
	margin: 7% auto 0;
	background-image: url("/wp-content/themes/new_machinoschole/images/about/bg_about_sec_parts_pc_02.svg");
	background-size: 14%, 20%;
	background-repeat: no-repeat, no-repeat;
	background-position: left 45%, left 100%;
	padding-bottom: 7%;
  }
  @media (max-width: 414px) {
	.about .about_wrap {
		margin: 0 auto;
	  background-image: url("/wp-content/themes/new_machinoschole/images/about/bg_about_sec_parts_sp_02.svg");
	  background-size: 100%;
	  background-repeat: no-repeat;
	  background-position: center 145%;
	  padding-bottom: 37%;
	}
  }
  .about .about_wrap .about_wrap_inner {
	background: url("/wp-content/themes/new_machinoschole/images/about/bg_about_parts.svg") no-repeat center;
	background-size: contain;
	padding: 5.5% 0 4.5%;
	text-align: center;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner {
	  background: url("/wp-content/themes/new_machinoschole/images/about/bg_about_parts_sp.svg") no-repeat center;
	  background-size: contain;
		padding: 22.5% 0 4.5%;
	}
  }
  .about .about_wrap .about_wrap_inner .about_title {
	display: inline-block;
	position: relative;
	letter-spacing: 2px;
	margin: 0 auto 10%;
  }
  .about .about_wrap .about_wrap_inner .about_title .about_title_parts {
	font-weight: 600;
	font-size: 2.5rem;
	position: absolute;
	top: -25%;
	left: -13%;
	transform: rotate(-14deg);
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_title .about_title_parts {
	  font-size: 1.5rem;
	  left: -11%;
	}
  }
  .about .about_wrap .about_wrap_inner .about_title h2 {
	margin: 2% auto 0;
	font-size: 3.2rem;
	font-weight: 800;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_title h2 {
	  font-size: 2.2rem;
	}
  }
  .about .about_wrap .about_wrap_inner .about_title h2 .about_title_sub {
	display: block;
	font-size: 2.5rem;
	font-weight: 600;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_title h2 .about_title_sub {
	  font-size: 1.5rem;
	}
  }
  .about .about_wrap .about_wrap_inner .about_title h2 .about_title_red {
	color: #FC0000;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	position: relative;
  }
  .about .about_wrap .about_wrap_inner .about_title h2 .about_title_red::after {
	position: absolute;
	bottom: -0.7rem;
	left: -2%;
	margin: 0 auto;
	content: "";
	width: 105%;
	height: 23%;
	display: block;
	background: url("/wp-content/themes/new_machinoschole/images/top/about_title_parts.svg") no-repeat top center;
	background-size: 105%;
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner {
	position: relative;
	width: 85%;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner {
	  width: 94%;
	}
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_text_main {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 auto 3%;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_text_main {
	  font-size: 1.5rem;
	}
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_text_main .f_orange {
	color: #FC6902;
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_text_main .f_blue {
	color: #034DE8;
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner dl {
	margin: 0 auto;
	padding-bottom: 25%;
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner dl dt {
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 0 auto 3%;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner dl dt {
	  font-size: 0.75rem;
	  letter-spacing: 1px;
	}
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner dl dd {
	width: 70%;
	max-width: 700px;
	margin: 0 auto;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 2px;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner dl dd {
	  width: 100%;
	  letter-spacing: 1px;
		font-size: 0.9rem;
	}
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column {
	background: url("/wp-content/themes/new_machinoschole/images/about/bg_about_parts_sub.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -17%;
	left: -4%;
	width: 70%;
	padding: 9% 0;
	text-align: center;
	color: #034DE8;
	font-size: 1.05rem;
	font-weight: 500;
	letter-spacing: 2px;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column {
	  width: 100%;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  font-size: 0.8rem;
	}
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .about_column_inner {
	position: relative;
	line-height: 1.8;
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .about_column_inner .icon_parts {
	width: 20%;
	position: absolute;
	right: -3%;
	top: 82%;
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link {
	position: absolute;
	bottom: 26%;
	right: -34%;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link {
	  bottom: -15%;
	  right: 8%;
	}
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a {
	width: 15vw;
	height: 15vw;
	max-width: 190px;
	max-height: 190px;
	display: block;
	padding: 25% 0 0;
	border: 1px solid #000;
	border-radius: 50%;
	background: #14AB14;
	text-decoration: none;
	position: relative;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a {
	  width: 7rem;
	  height: 7rem;
	  padding: 29% 0 0;
	}
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #163B89;
	height: 11.2583302492%;
	width: 13%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: rotate(28deg);
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a .p_link_text {
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 820px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a .p_link_text {
	  font-size: 1rem;
	}
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a .p_link_text {
	  letter-spacing: 2px;
	  font-size: 0.75rem;
	  text-align: center;
	}
  }
  .about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a span {
	color: #FAD606;
	/*
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: $color__black;
	*/
	font-size: 1rem;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin-bottom: 3px;
  }
  @media (max-width: 820px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a span {
	  font-size: 0.7rem;
	}
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_wrap_inner .about_text .about_text_inner .about_column .p_link a span {
	  font-size: 0.6rem;
	  letter-spacing: 0;
	}
  }
  .about .about_wrap .about_img {
	width: 94%;
	margin: 0 auto;
	padding: 21% 0 0;
	position: relative;
	display: flex;
	justify-content: space-between;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_img {
	  width: 95%;
	  padding: 47% 0 0;
	}
  }
  .about .about_wrap .about_img .about_img_item {
	width: 32%;
  }
  @media (max-width: 414px) {
	.about .about_wrap .about_img .about_img_item {
	  width: 32%;
	}
  }
  .about .about_wrap .about_img .about_img_item.item_01 {
	transform: translateY(44%);
  }
  .about .about_wrap .about_img .about_img_item.item_03 {
	transform: translateY(-44%);
  }
  .about .wellbeing_wrap {
	padding: 17% 0 0;
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap {
	  padding: 36% 0 0;
	}
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner {
	padding: 5% 0;
	position: relative;
	width: 92%;
	margin: 0 auto 10%;
	border: 1px solid #000;
	border-radius: 38px;
	background: #fff;
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner {
	  margin: 0 auto 10%;
	  border-radius: 19px;
	}
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .wellbeing_title {
	width: 95%;
	position: absolute;
	top: -19.5%;
	left: 0;
	right: 0;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .wellbeing_title {
	  top: -28.5%;
	}
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .wellbeing_text .wellbeing_text_main {
	font-weight: 800;
	font-size: 2.3rem;
	letter-spacing: 5px;
	text-align: center;
	margin: 2rem auto 0.4rem;
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .wellbeing_text .wellbeing_text_main {
	  font-size: 1rem;
	  margin: 1rem auto 0.4rem;
	  letter-spacing: 2px;
	}
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .wellbeing_text .wellbeing_text_main span {
	color: #FC6902;
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .wellbeing_text .wellbeing_text_sub {
	text-align: center;
	font-weight: 500;
	line-height: 1.8;
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .wellbeing_text .wellbeing_text_sub {
	  font-size: 0.6rem;
	}
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .wellbeing_text .wellbeing_text_sub span {
	color: #FC6902;
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing {
	width: 36%;
	position: absolute;
	top: 18%;
	left: 0;
	text-align: center;
	background: url("/wp-content/themes/new_machinoschole/images/top/bg_mission_parts.svg") no-repeat center;
	background-size: contain;
  }
  @media (max-width: 820px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing {
	  width: 33%;
	  top: 25%;
	}
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing {
	  width: 47%;
	  top: 27%;
	  background: url("/wp-content/themes/new_machinoschole/images/top/bg_mission_parts.svg") no-repeat center;
	  background-size: 88%;
	}
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing dl {
	padding: 14% 0 4%;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 1px;
  }
  @media (max-width: 820px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing dl {
	  font-size: 0.8rem;
	}
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing dl {
	  padding: 7% 0 6%;
	  font-size: 0.5rem;
	  line-height: 1.2;
	}
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing dl dt {
	margin: 0 auto 4%;
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing dl dt span {
	font-size: 1.3rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing dl dt span {
	  font-size: 0.5rem;
	}
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .about_wellbeing dl dd {
	  margin: 0 auto;
	}
  }
  .about .wellbeing_wrap .wellbeing_wrap_inner .img_wellbeing {
	width: 84%;
	margin: 5% auto 0;
  }
  @media (max-width: 414px) {
	.about .wellbeing_wrap .wellbeing_wrap_inner .img_wellbeing {
	  margin: 13% 0 0 14%;
	}
  }
  .about .wellbeing_wrap .title_curriculum {
	width: 100%;
  }
  .about .wellbeing_wrap .title_curriculum .title_curriculum_main {
	width: 80%;
	margin: 0 auto;
  }
  .about .wellbeing_wrap .title_curriculum .title_curriculum_footer {
	margin-top: -7%;
	line-height: 0;
  }
  .about .wellbeing_wrap .title_curriculum .title_curriculum_footer img {
	width: 100%;
  }
  .about .story_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 13.17% 0 13.7%;
	background: #FFEAA0;
	z-index: 3;
  }
  @media (max-width: 414px) {
	.about .story_wrap {
	  padding: 14.8% 0 22.4%;
	}
  }
  .about .story_wrap::before,
  .about .story_wrap::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 8.41%;
	background: url("/wp-content/themes/new_machinoschole/images/about/bg_wave_orange.png") repeat-x center top;
	background-size: auto 100%;
  }
  @media (max-width: 414px) {
	.about .story_wrap::before,
	.about .story_wrap::after {
	  padding-top: 11.92%;
	}
  }
  .about .story_wrap::before {
	top: 0;
	transform: translateY(-50%);
  }
  .about .story_wrap::after {
	bottom: 0;
	transform: translateY(50%);
  }
  .about .story_wrap .story_wrap_inner {
	width: 62.79vw;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.about .story_wrap .story_wrap_inner {
	  width: 74.67%;
	}
  }
  .about .story_wrap .story_head_sub {
	margin: 0;
	color: #14AB14;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 414px) {
	.about .story_wrap .story_head_sub {
	  font-size: 1.8rem;
	  font-weight: 800;
	  letter-spacing: -0.24px;
	}
  }
  .about .story_wrap .story_head_main {
	margin: 4.56% auto 0;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
  }
  @media (max-width: 414px) {
	.about .story_wrap .story_head_main {
	  margin: 7.71% auto 0;
	  font-size: 0.95rem;
	  letter-spacing: -0.24px;
	}
  }
  .about .story_wrap .story_head_main span {
	color: #DB3016;
  }
  .about .story_wrap .story_text {
	margin: 10.21% auto 0;
  }
  @media (max-width: 414px) {
	.about .story_wrap .story_text {
	  margin: 6.64% auto 0;
	}
  }
  .about .story_wrap .story_text p {
	margin: 0 0 0.4167em;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 2.4px;
  }
  @media (max-width: 414px) {
	.about .story_wrap .story_text p {
	  margin: 0 0 0.6667em;
	  font-size: 0.9rem;
	  letter-spacing: 0.75px;
	}
  }
  .about .story_wrap .story_text p:nth-child(n+3) {
	margin-top: 2.7333em;
  }
  @media (max-width: 414px) {
	.about .story_wrap .story_text p:nth-child(n+3) {
	  margin-top: 3.2333em;
	}
  }
  .about .story_wrap .story_text p:last-child {
	margin-bottom: 0;
  }
  .about .story_wrap .story_fire {
	position: absolute;
	line-height: 0;
  }
  .about .story_wrap .story_fire img {
	width: 100%;
  }
  .about .story_wrap .story_fire_01 {
	top: 38.83%;
	left: 6.04%;
	width: 8.29%;
	transform: rotate(177.33deg) scaleY(-1);
  }
  @media (max-width: 414px) {
	.about .story_wrap .story_fire_01 {
	  top: 41.85%;
	  left: 1.37%;
	  width: 9.93%;
	}
  }
  .about .story_wrap .story_fire_02 {
	top: 63.76%;
	left: 81.64%;
	width: 7.87%;
	transform: rotate(-13.62deg);
  }
  @media (max-width: 414px) {
	.about .story_wrap .story_fire_02 {
	  top: 80.99%;
	  left: 86.13%;
	  width: 11.15%;
	}
  }
  .about .what_wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 6.16% auto 0;
	padding: 9.17% 0 9.38%;
	background: #FAF7D2 url("/wp-content/themes/new_machinoschole/images/about/bg_what.png") no-repeat center;
	background-size: 115.06% 100%;
  }
  @media (max-width: 414px) {
	.about .what_wrap {
	  margin: 5.2% auto 0;
	  padding: 16.27% 0 13.47%;
	  background: url("/wp-content/themes/new_machinoschole/images/about/bg_what.png") no-repeat center top, url("/wp-content/themes/new_machinoschole/images/about/bg_what_02.png") no-repeat center bottom, #FAF7D2;
	  background-size: 108.27% auto, 108.27% auto;
	}
  }
  .about .what_wrap .play_img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 18.56%;
  }
  @media (max-width: 414px) {
	.about .what_wrap .play_img {
	  padding-top: 19.2%;
	}
  }
  .about .what_wrap .play_img .play_letter {
	position: absolute;
	top: 0;
	line-height: 0;
  }
  .about .what_wrap .play_img .play_letter img {
	width: 100%;
  }
  .about .what_wrap .play_img .play_letter_01 {
	left: 16.81%;
	width: 11.2%;
  }
  .about .what_wrap .play_img .play_letter_02 {
	left: 34.66%;
	width: 10.85%;
  }
  .about .what_wrap .play_img .play_letter_03 {
	left: 53.15%;
	width: 10.99%;
  }
  .about .what_wrap .play_img .play_letter_04 {
	left: 71.78%;
	width: 11.48%;
  }
  @media (max-width: 414px) {
	.about .what_wrap .play_img .play_letter_01 {
	  left: 10.8%;
	  width: 11.47%;
	}
	.about .what_wrap .play_img .play_letter_02 {
	  left: 31.6%;
	  width: 11.47%;
	}
	.about .what_wrap .play_img .play_letter_03 {
	  left: 54.53%;
	  width: 12%;
	}
	.about .what_wrap .play_img .play_letter_04 {
	  left: 77.33%;
	  width: 12.53%;
	}
  }
  .about .what_wrap .what_wrap_inner {
	width: 83.82%;
	margin: 5.26% auto 0;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_wrap_inner {
	  width: 87.87%;
	  margin: 8.8% auto 0;
	}
  }
  .about .what_wrap .sec_head_sub {
	margin-top: 0;
  }
  .about .what_wrap .sec_head_lead {
	margin-top: 0.87em;
	font-size: 1rem;
	letter-spacing: 0.8px;
  }
  @media (max-width: 820px) {
	.about .what_wrap .sec_head_lead br {
	  display: none;
	}
  }
  @media (max-width: 414px) {
	.about .what_wrap .sec_head_lead {
	  font-size: 0.8rem;
	  letter-spacing: 0.4px;
	}
	.about .what_wrap .sec_head_lead br {
	  display: inline;
	}
  }
  .about .what_wrap .what_items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 5.93%;
	margin: 4.99% auto 0;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_items {
		gap: 1.5%;
	  margin: 3.04% auto 0;
		grid-template-columns: repeat(1, 1fr);
	}
  }
  .about .what_wrap .what_items .what_item {
	padding: 6.217% 5.506% 8.615%;
	border: 1px solid #000;
	border-radius: 44px;
	background: #fff;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_items .what_item {
	  padding: 6.04% 4.81% 2.5%;
	  border: none;
	  border-radius: 22px;
	}
  }
  .about .what_wrap .what_items .what_item:nth-child(n+3) {
	margin-top: 11.01%;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_items .what_item:nth-child(n+3) {
	  margin-top: 0;
	}
  }
  .about .what_wrap .what_items .what_item .what_item_img {
	aspect-ratio: 499 / 463;
	overflow: hidden;
	border-radius: 19px;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_items .what_item .what_item_img {
	  aspect-ratio: 329 / 305;
	  border-radius: 9.5px;
	}
  }
  .about .what_wrap .what_items .what_item .what_item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .about .what_wrap .what_items .what_item .what_item_head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.78% auto 0;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_items .what_item .what_item_head {
	  margin: 0 auto;
		justify-content: left;
	}
  }
  .about .what_wrap .what_items .what_item .what_item_num {
	flex: none;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.9;
			margin-right: 0.25rem;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_items .what_item .what_item_num {
	  font-size: 1.125rem;
	}
  }
  .about .what_wrap .what_items .what_item_01 .what_item_num {
	color: #034DE8;
  }
  .about .what_wrap .what_items .what_item_02 .what_item_num {
	color: #FB6902;
  }
  .about .what_wrap .what_items .what_item_03 .what_item_num {
	color: #FAD606;
  }
  .about .what_wrap .what_items .what_item_04 .what_item_num {
	color: #14AB14;
  }
  .about .what_wrap .what_items .what_item .what_item_title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.9;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_items .what_item .what_item_title {
	  font-size: 0.8125rem;
	  line-height: 1.2;
	}
  }
  .about .what_wrap .what_items .what_item .what_item_text {
	margin: 0.92% auto 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.75px;
  }
  @media (max-width: 414px) {
	.about .what_wrap .what_items .what_item .what_item_text {
	  margin: 3.88% auto 0;
	  font-size: 0.6875rem;
	  letter-spacing: 0.375px;
	}
  }
  .site-main.about {
	overflow-x: clip;
  }
  .about .mission_wrap,
  .about .vision_wrap {
	display: flow-root;
	position: relative;
	width: 100%;
	margin: 0 auto;
  }
  .about .mission_wrap {
	margin-top: 22.73%;
	padding: 0 0 31.37%;
	background: #FFEAA0;
  }
  .about .vision_wrap {
	padding: 0;
	background: #FAF4B8;
  }
  .about .mission_wrap::before,
  .about .vision_wrap::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	width: 133.4%;
	height: 0;
	padding-top: 22.48%;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	transform: translateX(-50%);
  }
  .about .mission_wrap::before {
	left: 51.16%;
	background: #FFEAA0;
  }
  .about .vision_wrap::before {
	left: 48.07%;
	background: #FAF4B8;
  }
  @media (max-width: 414px) {
	.about .mission_wrap {
	  margin-top: 52.07%;
	  padding: 0 0 48.33%;
	}
	.about .mission_wrap::before,
	.about .vision_wrap::before {
	  width: 223.6%;
	  padding-top: 37.67%;
	}
	.about .mission_wrap::before {
	  left: 53.93%;
	}
	.about .vision_wrap::before {
	  left: 49.4%;
	}
  }
  .about .vision_wrap::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 6.82%;
	background: url("/wp-content/themes/new_machinoschole/images/about/bg_wave_blue.png") repeat-x center top;
	background-size: auto 100%;
  }
  @media (max-width: 414px) {
	.about .vision_wrap::after {
	  padding-top: 3.24%;
	}
  }
  .about .mission_deco,
  .about .vision_deco {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 0;
	padding-top: 22.48%;
  }
  @media (max-width: 414px) {
	.about .mission_deco,
	.about .vision_deco {
	  padding-top: 37.67%;
	}
  }
  .about .mission_star,
  .about .vision_star,
  .about .mission_photo,
  .about .vision_photo {
	position: absolute;
	line-height: 0;
  }
  .about .mission_star img,
  .about .vision_star img,
  .about .mission_photo img,
  .about .vision_photo img {
	width: 100%;
  }
  .about .mission_photo img,
  .about .vision_photo img {
	border-radius: 50%;
  }
  .about .mission_star_01 {
	left: 37.44%;
	top: 19.69%;
	width: 8.887%;
	transform: rotate(-148.06deg) scaleY(-1);
  }
  .about .mission_star_02 {
	left: 58%;
	top: 31.81%;
	width: 5.696%;
	transform: rotate(7.79deg);
  }
  .about .mission_photo {
	left: 75.42%;
	top: 200%;
	width: 27.94%;
  }
  @media (max-width: 414px) {
	.about .mission_star_01 {
	  left: 35.72%;
	  top: 10.55%;
	  width: 11.95%;
	}
	.about .mission_star_02 {
	  left: 57.03%;
	  top: 15.09%;
	  width: 7.66%;
	}
	.about .mission_photo {
	  left: 80.13%;
	  top: 117.51%;
	  width: 25.33%;
	}
  }
  .about .vision_star_01 {
	left: 54.67%;
	top: 75.76%;
	width: 8.887%;
	transform: rotate(-148.06deg) scaleY(-1);
  }
  .about .vision_star_02 {
	left: 39.52%;
	top: 81.03%;
	width: 5.696%;
	transform: rotate(7.79deg);
  }
  .about .vision_photo {
	left: 1.82%;
	top: -15.26%;
	width: 24.58%;
  }
  @media (max-width: 414px) {
	.about .vision_star_01 {
	  left: 55.18%;
	  top: 15.92%;
	  width: 10.06%;
	}
	.about .vision_star_02 {
	  left: 40.29%;
	  top: 18.42%;
	  width: 6.45%;
	}
	.about .vision_photo {
	  left: -1.6%;
	  top: -17.7%;
	  width: 26.27%;
	}
  }
  .about .mission_wrap_inner {
	position: relative;
	width: 64.15%;
	margin: -14.22% auto 0;
  }
  .about .vision_wrap_inner {
	position: relative;
	width: 73.11%;
	margin: -2.73% auto 0;
  }
  @media (max-width: 414px) {
	.about .mission_wrap_inner {
	  width: 90.33%;
	  margin: -28.33% auto 0;
	}
	.about .vision_wrap_inner {
	  width: 92.33%;
	  margin: -27% auto 0;
	}
  }
  .about .mission_label,
  .about .vision_label {
	margin: 0;
	color: #034DE8;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.96px;
	text-align: center;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 414px) {
	.about .mission_label,
	.about .vision_label {
	  font-size: 1.8rem;
	  font-weight: 700;
	  letter-spacing: 0.5px;
		text-shadow:0.5px 0.5px 0 #000, -0.5px 0.5px 0 #000, -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000
	}
  }
  .about .mission_title,
  .about .vision_title {
	font-size: 2.3rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
  }
  .about .mission_title {
	margin: 3.865% auto 0;
  }
  .about .vision_title {
	margin: 3.87% auto 0;
  }
  @media (max-width: 414px) {
	.about .mission_title,
	.about .vision_title {
	  font-size: 0.8rem;
		line-height: 1.5;
	}
	.about .mission_title {
	  margin: 3.59% auto 0;
	  letter-spacing: 1.2px;
	}
	.about .vision_title {
	  margin: 3.44% auto 0;
	  letter-spacing: -0.24px;
	}
  }
  .about .mission_text {
	width: 89.63%;
	margin: 4.978% auto 0;
  }
  .about .vision_text {
	width: 74.63%;
	margin: 4.75% auto 0;
  }
  @media (max-width: 414px) {
	.about .mission_text {
	  width: 100%;
	  margin: 4.44% auto 0;
	  text-align: center;
	}
	.about .vision_text {
	  width: 100%;
	  margin: 7.56% auto 0;
	  text-align: center;
	}
  }
  .about .mission_text p,
  .about .vision_text p {
	margin: 0 0 0.4167em;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 2.4px;
  }
  .about .mission_text p:last-child,
  .about .vision_text p:last-child {
	margin-bottom: 0;
  }
  @media (max-width: 414px) {
	.about .mission_text p,
	.about .vision_text p {
	  margin: 0 0 0.6667em;
	  font-size: 0.8rem;
	  letter-spacing: 0.75px;
	}
  }
  .about .circulation {
	padding-bottom: 18%;
  }
  @media (max-width: 414px) {
	.about .circulation {
	  padding-bottom: 22%;
	}
  }
  .about .circulation_inner {
	position: relative;
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	padding: 3% 0 0;
	text-align: center;
	aspect-ratio: 16/10.4;
  }
  @media (max-width: 414px) {
	.about .circulation_inner {
	  border-radius: 10px;
	}
  }
  .about .circulation_title {
	position: absolute;
	margin: auto;
	top: 3vw;
	left: 0;
	right: 0;
	z-index: 2;
  }
  .about .circulation_title h4 {
	color: #fff;
	font-weight: 800;
	font-size: clamp(1rem, 4vw, 4rem);
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	letter-spacing: 3px;
	margin: 0;
  }
  .about .circulation_title h4 .circulation_title_yellow {
	color: #fcf72c;
  }
  .about .circulation_title h4 .circulation_title_greeen {
	color: #189805;
  }
  .about .circulation_title h4 .circulation_title_orange {
	color: #fc6902;
  }
  .about .circulation_items {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	top: 9vw;
  }
  .about .circulation_item {
	width: 23vw;
	position: relative;
  }
  .about .circulation_item.item_04 {
	width: 20vw;
	position: relative;
  }
  .about .circulation_item.item_04 .item_img_01 {
	position: absolute;
	top: 2vw;
	width: 100%;
	left: -5vw;
  }
  .about .circulation_item.item_04 .item_img_02 {
	position: absolute;
	top: 28.3vw;
	width: 127%;
	left: -7vw;
  }
  .about .circulation_item.item_04 .item_img_03 {
	position: absolute;
	top: 13.3vw;
	width: 68%;
	left: -3vw;
  }
  .about .circulation_item.item_03 .item_img_01 {
	width: 82%;
	position: absolute;
	top: 2.3vw;
	left: 8.7vw;
  }
  .about .circulation_item.item_03 .item_img_02 {
	width: 82%;
	position: absolute;
	top: 8.5vw;
	left: 2.5vw;
  }
  .about .circulation_item.item_02 .item_img_01 {
	position: absolute;
	top: 0vw;
	width: 100%;
	left: 7vw;
  }
  .about .circulation_item.item_01 {
	width: 80vw;
  }
  .about .circulation_item.item_01 .item_img_01 {
	position: absolute;
	width: 34%;
	top: 32vw;
	left: 54.5vw;
  }
  .about .circulation_item.item_01 .item_img_02 {
	position: absolute;
	width: 28%;
	top: 32.5vw;
	left: 35vw;
  }
  .about .circulation_bg {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border: 1px solid #444444;
	overflow: hidden;
	border-radius: 20px;
  }
  .about .circulation_bg img {
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .about .vision_wrap .circulation {
	margin: 10.24% auto -3.43%;
	padding-bottom: 0;
  }
  .about .vision_wrap .circulation_inner {
	width: 90.69%;
  }
  @media (max-width: 414px) {
	.about .vision_wrap .circulation {
	  margin: 10.2% auto -1.73%;
	}
	.about .vision_wrap .circulation_inner {
	  width: 93.87%;
	}
  }
  @media (min-width: 415px) and (max-width: 820px) {
	.about .story_wrap .story_wrap_inner {
	  width: 85%;
	}
	.about .mission_wrap_inner,
	.about .vision_wrap_inner {
	  width: 94%;
	}
	.about .story_wrap .story_head_sub {
	  font-size: 1.5rem;
	}
	.about .story_wrap .story_head_main {
	  font-size: 2rem;
	}
	.about .story_wrap .story_text p {
	  font-size: 1rem;
	}
	.about .story_wrap .story_text p:nth-child(n+3) {
	  margin-top: 1.9em;
	}
	.about .what_wrap .what_items .what_item {
	  border-radius: 25px;
	}
	.about .what_wrap .what_items .what_item .what_item_img {
	  border-radius: 11px;
	}
	.about .what_wrap .what_items .what_item .what_item_num {
	  font-size: 1.25rem;
	}
	.about .what_wrap .what_items .what_item .what_item_title {
	  font-size: 0.875rem;
	}
	.about .what_wrap .what_items .what_item .what_item_text {
	  font-size: 0.75rem;
	  letter-spacing: 0.4px;
	}
	.about .mission_label,
	.about .vision_label {
	  font-size: 1.75rem;
	}
	.about .mission_title,
	.about .vision_title {
	  font-size: 2rem;
	}
	.about .mission_text p,
	.about .vision_text p {
	  font-size: 1rem;
	  letter-spacing: 1.4px;
	}
  }
  @media (min-width: 415px) and (max-width: 600px) {
	.about .story_wrap .story_head_sub {
	  font-size: 1.8rem;
	}
	.about .story_wrap .story_head_main {
	  font-size: 1.5rem;
	}
	.about .story_wrap .story_text p,
	.about .mission_text p,
	.about .vision_text p {
	  font-size: 0.875rem;
	  letter-spacing: 1.2px;
	}
	.about .mission_label,
	.about .vision_label {
	  font-size: 1.25rem;
	}
	.about .mission_title,
	.about .vision_title {
	  font-size: 1.5rem;
	}
	.about .what_wrap .what_items .what_item .what_item_num {
	  font-size: 1rem;
	}
	.about .what_wrap .what_items .what_item .what_item_title {
	  font-size: 0.75rem;
	}
	.about .what_wrap .what_items .what_item .what_item_text {
	  font-size: 0.625rem;
	  letter-spacing: 0.3px;
	}
  }
  .about .member_wrap {
	background: url("/wp-content/themes/new_machinoschole/images/about/bg_member_sec_parts_pc.svg") no-repeat top center;
	background-size: contain;
	background-repeat: repeat-y;
	padding: 17% 0 21%;
  }
  @media (max-width: 414px) {
	.about .member_wrap {
	  background: url("/wp-content/themes/new_machinoschole/images/about/bg_member_sec_parts_sp.svg") no-repeat top center;
	  background-size: contain;
	  background-repeat: repeat-y;
	  padding: 17% 0 21%;
	}
  }
  .about .member_wrap .member_wrap_inner {
	text-align: center;
  }
  .about .member_wrap .member_wrap_inner .member_title {
	text-align: center;
	margin: 0 auto 8%;
  }
  .about .member_wrap .member_wrap_inner .member_title .member_title_sub {
	color: #fff;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin: 0 auto 2%;
  }
  @media (max-width: 414px) {
	.about .member_wrap .member_wrap_inner .member_title .member_title_sub {
	  font-size: 1.8rem;
	}
  }
  .about .member_wrap .member_wrap_inner .member_title .member_title_main {
	color: #034DE8;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.about .member_wrap .member_wrap_inner .member_title .member_title_main {
	  font-size: 1rem;
	}
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner {
	width: 93%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  }
  @media (max-width: 414px) {
	.about .member_wrap .member_wrap_inner .member_list .member_list_inner {
	  grid-template-columns: 1fr 1fr;
	}
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item {
	margin: 0 0 25%;
	padding: 0 10%;
  }
  @media (max-width: 414px) {
	.about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item {
	  margin: 0 0 15%;
	  padding: 0 6.5%;
	}
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .thumnail {
	padding-top: 130%;
	margin-bottom: 7%;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	overflow: hidden;
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header {
	text-align: right;
	font-size: 1rem;
	font-weight: 600;
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .name {
	margin-bottom: 3%;
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .post {
	font-size: 0.75rem;
	font-weight: 600;
	margin-bottom: 5%;
	color: #FC6902;
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .insta a {
	width: 9%;
	display: inline-block;
  }
  @media (max-width: 414px) {
	.about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .insta a {
	  width: 13%;
	}
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .link {
	font-size: 0.9rem;
	font-weight: 600;
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .link a {
	position: relative;
	text-decoration: underline;
	color: #FC6902;
	padding-right: 0.8rem;
  }
  .about .member_wrap .member_wrap_inner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .link a::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: ">";
	font-size: 0.9rem;
  }
  @media (max-width: 414px) {
	.about .member_wrap .member_wrap_inner.partner .member_list .member_list_inner {
	  width: 95%;
	  grid-template-columns: 1fr 1fr 1fr;
	}
  }
  .about .member_wrap .member_wrap_inner.partner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header {
	font-size: 0.9rem;
  }
  .about .member_wrap .member_wrap_inner.partner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .post {
	font-size: 0.67rem;
  }
  .about .member_wrap .member_wrap_inner.partner .member_list .member_list_inner .member_list_item .item_header_wrap .item_header .link {
	font-size: 0.67rem;
  }
  .about .member_wrap .outline_wrap_inner {
	width: 88%;
	margin: 2rem 4% 0 auto;
	border-radius: 30px;
	border: 3px solid #000;
	background: #fff;
	position: relative;
	display: flex;
	align-items: flex-start;
  }
  @media (max-width: 414px) {
	.about .member_wrap .outline_wrap_inner {
	  width: 80%;
	  margin: 5rem 5% 0 auto;
	  flex-direction: column;
	  border: none;
	  background: none;
	}
  }
  .about .member_wrap .outline_wrap_inner .outline_img {
	width: 45%;
	border-radius: 30px;
	overflow: hidden;
	border: 3px solid #FC6902;
	line-height: 0;
	transform: translate(-10%, -20%);
  }
  @media (max-width: 414px) {
	.about .member_wrap .outline_wrap_inner .outline_img {
	  width: 100%;
	  transform: translate(-13%, 15%);
	}
  }
  .about .member_wrap .outline_wrap_inner .outline_img img {
	width: 100%;
  }
  .about .member_wrap .outline_wrap_inner .outline_text {
	width: 45%;
	padding: 6% 0;
  }
  @media (max-width: 414px) {
	.about .member_wrap .outline_wrap_inner .outline_text {
	  width: 100%;
	  padding: 20% 10% 12%;
	  border: 3px solid #000;
	  background: #fff;
	  border-radius: 30px;
	}
  }
  .about .member_wrap .outline_wrap_inner .outline_text dl {
	margin: 0 auto;
  }
  .about .member_wrap .outline_wrap_inner .outline_text dl dt {
	color: #fff;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin: 0 auto 5%;
  }
  @media (max-width: 414px) {
	.about .member_wrap .outline_wrap_inner .outline_text dl dt {
	  font-size: 1.8rem;
	}
  }
  .about .member_wrap .outline_wrap_inner .outline_text dl dt span {
	color: #034DE8;
	font-size: 0.8rem;
	font-weight: 600;
	margin: 0 auto;
	text-shadow: none;
	margin: 0 0 0 5%;
  }
  @media (max-width: 414px) {
	.about .member_wrap .outline_wrap_inner .outline_text dl dt span {
	  font-size: 0.65rem;
	}
  }
  .about .member_wrap .outline_wrap_inner .outline_text dl dd {
	margin: 0 auto;
	line-height: 2.3;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 1px;
  }
  @media (max-width: 414px) {
	.about .member_wrap .outline_wrap_inner .outline_text dl dd {
	  font-size: 0.8rem;
	}
  }

  .schedule_page {
	background: url("/wp-content/themes/new_machinoschole/images/about/bg_about_main_pc.svg") repeat-y top center;
	background-size: 100%;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner {
	margin: 7% auto 0;
	text-align: center;
	padding: 0 5% 15%;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_title {
	text-align: center;
	margin: 0 auto 3%;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_title {
	  margin: 0 auto 6%;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_title .schedule_title_sub {
	color: #fff;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin: 0 auto 2%;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_title .schedule_title_sub {
	  font-size: 1.8rem;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_title .schedule_title_main {
	color: #034DE8;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_title .schedule_title_main {
	  font-size: 1rem;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list {
	width: 92%;
	margin: 0 0 0 auto;
	padding: 4% 4% 6%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 20px;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list {
	  width: 100%;
	  margin: 0 auto 0;
	  padding: 4% 6% 6%;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item {
	position: relative;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item:not(:last-of-type) {
	margin: 0 auto 5%;
	padding-bottom: 5%;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item:not(:last-of-type)::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #034DE8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_head {
	width: 30%;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_head {
	  width: 100%;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_head .schedule_item_head_img_wrap {
	border-radius: 20px;
	overflow: hidden;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_head .schedule_item_head_img {
	padding-top: 100%;
	overflow: hidden;
	border-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.5s;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item a {
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	color: #000;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item a {
	  flex-direction: column;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item a:hover .schedule_item_head_img {
	transform: scale(1.1);
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_body {
	width: 66%;
	text-align: left;
	padding-top: 1rem;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_body {
	  width: 100%;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_head_text {
	text-align: left;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_head_text .head_date {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_head_text .head_title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.3rem;
	letter-spacing: 2px;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .schedule_item_head_text .head_title {
	  font-size: 1.3rem;
	  line-height: 1.8;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer {
	  padding: 0;
	  line-height: 1.5;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl {
	display: flex;
	margin: 0 1rem 1rem 0;
	font-size: 1.1rem;
  }
  @media (max-width: 414px) {
	.schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl {
	  margin-top: 0.5rem;
	  font-size: 1rem;
	}
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl:nth-last-of-type(1) {
	width: 100%;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl dt {
	width: 100px;
	font-weight: 700;
	color: #14AB14;
	position: relative;
	padding-left: 1.5em;
	margin-right: 1rem;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl dt::before {
	width: 1.3rem;
	height: 1.3rem;
	content: "";
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
	margin: auto;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl.entry_fee dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_money.svg");
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl.capacity dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_capacity.svg");
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl.target dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_target.svg");
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl.place dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_place.svg");
	width: 1.5rem;
	height: 1.5rem;
	left: -2px;
  }
  .schedule_page .schedule_archive_wrap .schedule_archive_wrap_inner .schedule_archive_list .schedule_item .item_footer dl dd {
	margin: 0;
	font-weight: 700;
  }

  .single-schedule {
	background: #FEFBDB url("/wp-content/themes/new_machinoschole/images/schedule/bg_main_schedule_pc.svg") no-repeat top center;
	background-size: 100%;
  }
  @media (max-width: 414px) {
	.single-schedule {
	  background: #FEFBDB url("/wp-content/themes/new_machinoschole/images/schedule/bg_main_schedule_sp.svg") no-repeat top center;
	  background-size: 100%;
	}
  }
  .single-schedule .site-main {
	margin: 0 auto;
	text-align: center;
	padding: 0 0 15%;
  }
  .single-schedule .schedule_single_wrap {
	width: 87%;
	margin: 7% 5% 0 10%;
	padding: 4% 4% 6%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 20px;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap {
	  width: 92%;
	  border-radius: 10px;
	  padding: 4% 3% 11%;
	  margin: 7% auto 0;
	}
  }
  .single-schedule .schedule_single_wrap .outline_btn {
	width: 40%;
	margin: 10% auto 0;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .outline_btn {
	  width: 75%;
	  padding: 7% 0;
	}
  }
  .single-schedule .schedule_single_wrap .outline_btn a {
	width: 98%;
	display: inline-block;
	background: #14AB14;
	border-radius: 20px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	padding: 10% 0;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .outline_btn a {
	  font-size: 1rem;
	  border-radius: 10px;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head {
	text-align: left;
	margin: 0 auto 6%;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head {
	  margin: 0 auto 15%;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_date {
	padding: 0 5%;
	font-weight: 600;
	font-size: 1.4rem;
	margin-bottom: 1.3rem;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_date {
	  padding: 0;
	  font-size: 1.2rem;
	  margin-bottom: 1rem;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_title {
	padding: 0 5%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.3rem;
	letter-spacing: 2px;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_title {
	  padding: 0;
	  font-size: 1.3rem;
	  margin-bottom: 0.7rem;
	  line-height: 1.5;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_teacher {
	padding: 0 5%;
	font-weight: 600;
	font-size: 1.4rem;
	margin-bottom: 2.5rem;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_teacher {
	  padding: 0;
	  font-size: 1rem;
	  margin-bottom: 2rem;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 2rem;
	padding-top: 56.5%;
	border-radius: 20px;
	overflow: hidden;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_img {
	  border-radius: 10px;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline {
	border: 1px solid #FC6902;
	border-radius: 10px;
	padding: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_outline {
	  padding: 1rem;
	  flex-direction: column;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	line-height: 3;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text {
	  width: 100%;
	  padding: 0;
	  line-height: 2;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl {
	display: flex;
	margin: 0 1rem 0 0;
	font-size: 1.1rem;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl {
	  margin-top: 0.5rem;
	  font-size: 1rem;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl:nth-last-of-type(1) {
	width: 100%;
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl dt {
	font-weight: 700;
	color: #14AB14;
	position: relative;
	padding-left: 1.5em;
	margin-right: 1rem;
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl dt::before {
	width: 1.3rem;
	height: 1.3rem;
	content: "";
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl.entry_fee dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_money.svg");
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl.capacity dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_capacity.svg");
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl.target dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_target.svg");
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl.place dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_place.svg");
	width: 1.5rem;
	height: 1.5rem;
	left: -2px;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl.place dt::before {
	  top: 4px;
	  bottom: auto;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl dd {
	margin: 0;
	font-weight: 700;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_text dl dd {
	  max-width: 224px;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_btn {
	width: 30%;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_btn {
	  width: 85%;
	  margin: 10% auto 0;
	}
  }
  .single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_btn a {
	width: 98%;
	display: inline-block;
	background: #14AB14;
	border-radius: 20px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	text-align: center;
	padding: 10% 0;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap .schedule_single_head .head_outline .outline_btn a {
	  border-radius: 10px;
	  font-size: 1rem;
	  padding: 7% 0;
	}
  }
  .single-schedule .schedule_single_wrap h2 {
	text-align: left;
	font-size: 1.8rem;
	letter-spacing: 2px;
	color: #14AB14;
  }
  @media (max-width: 414px) {
	.single-schedule .schedule_single_wrap h2 {
	  font-size: 1.6rem;
	}
  }
  .single-schedule .schedule_single_wrap p {
	text-align: left;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: 500;
  }
  .single-schedule .schedule_single_wrap .wp-block-image {
	border-radius: 20px;
	overflow: hidden;
	margin: 1.2rem 0 2.5rem;
  }
  .single-schedule .yarpp-related {
	margin-top: 0;
  }
  .single-schedule .other_schedule {
	padding: 12% 0 0;
	background: url("/wp-content/themes/new_machinoschole/images/schedule/bg_other_schedule.svg") no-repeat top center;
	background-size: cover;
  }
  .single-schedule .other_schedule .other_schedule_title {
	text-align: center;
	margin: 0 auto 3%;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_title {
	  margin: 0 auto 6%;
	}
  }
  .single-schedule .other_schedule .other_schedule_title .other_schedule_title_sub {
	color: #fff;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin: 0 auto 2%;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_title .other_schedule_title_sub {
	  font-size: 1.8rem;
	}
  }
  .single-schedule .other_schedule .other_schedule_title .other_schedule_title_main {
	color: #034DE8;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_title .other_schedule_title_main {
	  font-size: 1rem;
	}
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items {
	margin: 0 auto 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items::after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background: #034DE8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items::after {
	  content: none;
	}
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item {
	text-align: left;
	width: 50%;
	padding: 2% 0 0 5%;
	position: relative;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item:nth-last-of-type(1) {
	padding: 2% 5% 0 0;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item {
	  padding: 2% 5% 0 0;
	}
	.single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item:nth-last-of-type(1) {
	  padding: 2% 0 0 5%;
	}
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item a {
	color: #000;
	text-decoration: none;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .thumnail_wrap {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 2rem;
	position: relative;
	z-index: 0;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .thumnail {
	border-radius: 20px;
	padding-top: 97%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.5s;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .thumnail {
	  border-radius: 10px;
	  margin-bottom: 1rem;
	}
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item a:hover .thumnail {
	transform: scale(1.1);
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_header {
	padding: 0 4%;
	font-weight: 800;
	font-size: 1.3rem;
	color: #14AB14;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_header {
	  font-size: 0.7rem;
	}
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_header .date {
	margin-bottom: 1rem;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_header .date {
	  margin-bottom: 0.5rem;
	}
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_header .title {
	color: #000;
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 1.3rem;
	line-height: 1.5;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_header .title {
	  font-size: 1rem;
	  margin-bottom: 1rem;
	}
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer {
	padding: 0 0 0 4%;
	display: flex;
	flex-wrap: wrap;
  }
  @media (max-width: 414px) {
	.single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer {
	  display: none;
	}
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl {
	display: flex;
	width: 100%;
	margin: 0;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl dt {
	font-weight: 700;
	color: #14AB14;
	position: relative;
	padding-left: 1.5em;
	margin-right: 1rem;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl dt::before {
	width: 1.3rem;
	height: 1.3rem;
	content: "";
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl dd {
	margin: 0;
	font-weight: 700;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl.entry_fee dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_money.svg");
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl.capacity {
	width: 40%;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl.capacity dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_capacity.svg");
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl.target {
	width: 100%;
  }
  .single-schedule .other_schedule .other_schedule_list .schedule_list_inner .schedule_list_items .schedule_list_item .item_footer dl.target dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_target.svg");
  }

  .onlinecurriculum_page {
	background: #fff;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap {
	padding-bottom: 2rem;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_mv {
	width: 40%;
	margin: 7rem auto 4rem;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_mv {
	  width: 55%;
	  margin: 3rem auto;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead {
	margin: 0 auto 5rem;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner {
	position: relative;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner dl {
	margin: 0 auto;
	text-align: center;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner dl dt {
	color: #fff;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	letter-spacing: 2px;
	margin: 0 auto 2rem;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner dl dt {
	  font-size: 1.6rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner dl dt .f_orange {
	color: #FC6902;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner dl dt .f_blue {
	color: #034DE8;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner dl dd {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner dl dd {
	  font-size: 0.75rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link {
	position: absolute;
	bottom: -8%;
	right: 1%;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
	width: 15vw;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link a {
	height: 15vw;
	max-width: 190px;
	max-height: 190px;
	display: block;
	padding: 16% 0 0;
	border: 1px solid #034DE8;
	border-radius: 50%;
	background: #FC6902;
	text-decoration: none;
	position: relative;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #034DE8;
	height: 11.2583302492%;
	width: 13%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link .p_link_text {
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 820px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link .p_link_text {
	  font-size: 1rem;
	}
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link .p_link_text {
	  letter-spacing: 2px;
	  font-size: 0.75rem;
	  text-align: center;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link span {
	color: #FAD606;
	font-size: 1rem;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin-bottom: 3px;
  }
  @media (max-width: 820px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link span {
	  font-size: 0.7rem;
	}
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_lead .onlinecurriculum_lead_inner .p_link span {
	  font-size: 0.6rem;
	  letter-spacing: 0;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_title {
	text-align: center;
	margin: 0 auto 3%;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_title .onlinecurriculum_title_main {
	color: #034DE8;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_title .onlinecurriculum_title_main {
	  font-size: 1rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_title .onlinecurriculum_title_sub {
	color: #fff;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin: 0 auto 2%;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_title .onlinecurriculum_title_sub {
	  font-size: 1.8rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list {
	width: 82%;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list {
	  width: 86%;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 7rem;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item {
	  flex-direction: column;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_img {
	width: 40%;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_img {
	  width: 80%;
	  margin: 0 auto;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_img img {
	clip-path: url(#maskOdd);
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body {
	width: 50%;
	padding: 9% 0 0;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body {
	  width: 100%;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_head {
	margin: 0 auto 2rem;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_head .head_title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_head .head_title {
	  font-size: 1.133rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_head .head_name {
	font-size: 1.4rem;
	font-weight: 600;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_head .head_name {
	  font-size: 0.75rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_footer {
	margin-bottom: 13%;
	margin-bottom: 3rem;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_footer {
	  font-size: 0.7rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_footer dl {
	margin: 0 auto;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_footer dl dt {
	margin-bottom: 1rem;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .item_footer dl dd {
	margin: auto;
	line-height: 1.8;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .btn_style_more {
	width: 60%;
	min-width: 300px;
	margin: 0 auto;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .btn_style_more a {
	font-size: 1.1rem;
	width: 100%;
	display: block;
	background: #14AB14;
	text-align: center;
	border-radius: 4rem;
	padding: 1.3rem 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	color: #fff;
	font-weight: 800;
	border: 1px solid #14AB14;
	line-height: 1.2;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .btn_style_more a span {
	font-size: 0.9rem;
	color: #FAD606;
	display: block;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item .onlinecurriculum_item_body .btn_style_more a:hover {
	background: #fff;
	color: #14AB14;
	opacity: 1;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item:nth-of-type(even) {
	flex-direction: row-reverse;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item:nth-of-type(even) {
	  flex-direction: column;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item:nth-of-type(even) .onlinecurriculum_item_img img {
	clip-path: url(#maskEvery);
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item:nth-of-type(even) .onlinecurriculum_item_body .btn_style_more a {
	border: 1px solid #5989EF;
	background: #5989EF;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .onlinecurriculum_archive_list .onlinecurriculum_item:nth-of-type(even) .onlinecurriculum_item_body .btn_style_more a:hover {
	background: #fff;
	color: #5989EF;
	opacity: 1;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap {
	width: 80%;
	margin: 17% auto 0;
	position: relative;
	padding-top: 10%;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap {
	  width: 87%;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 2.5rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("/wp-content/themes/new_machinoschole/images/online/bg_parts.svg") no-repeat center;
	background-size: contain;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner {
	padding: 0 5%;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner .howto_title {
	text-align: center;
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner .howto_title h5 {
	color: #034DE8;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin: 0 auto 8%;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner .howto_title h5 {
	  font-size: 1.6rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner .howto_lead {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 8%;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner .howto_lead {
	  font-size: 0.75rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner .howto_list ol {
	list-style: decimal;
	font-size: 1.4rem;
	padding-left: 3%;
  }
  @media (max-width: 414px) {
	.onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner .howto_list ol {
	  font-size: 0.75rem;
	}
  }
  .onlinecurriculum_page .onlinecurriculum_archive_wrap .onlinecurriculum_archive_wrap_inner .howto_wrap .howto_wrap_inner .howto_list li {
	margin-bottom: 6%;
	padding-left: 2%;
  }

  .modal_box {
	display: none;
	width: 65%;
	position: fixed;
	top: 50%;
	left: 50%;
	overflow-y: scroll;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 4;
	height: 100svh;
	overflow-y: scroll;
	padding-bottom: 3rem;
  }
  @media (max-width: 414px) {
	.modal_box {
	  width: 88%;
	  height: 80svh;
	}
  }
  .modal_box .modal_box_inner {
	background: #fff;
	position: relative;
	padding: 5rem 3rem 2rem;
  }
  @media (max-width: 414px) {
	.modal_box .modal_box_inner {
	  padding: 1rem 1rem 2rem;
	}
  }
  .modal_box .modal_box_inner .modal_box_close {
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	line-height: 2.3rem;
	position: absolute;
	top: 1%;
	right: 1%;
	border-radius: 50%;
	background: #FC6902;
	border: 1px solid #034DE8;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
  }
  .modal_box .modal_box_inner .modal_img {
	width: 70%;
	margin: 0 auto 1rem;
	overflow: hidden;
	text-align: center;
  }
  @media (max-width: 414px) {
	.modal_box .modal_box_inner .modal_img {
	  width: 75%;
	}
  }
  .modal_box .modal_box_inner .modal_img img {
	border-radius: 1.5rem;
  }
  @media (max-width: 414px) {
	.modal_box .modal_box_inner .modal_img img {
	  border-radius: 20px;
	}
  }
  .modal_box .modal_box_inner .modal_text .head_title {
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 1rem;
  }
  @media (max-width: 414px) {
	.modal_box .modal_box_inner .modal_text .head_title {
	  font-size: 1.133rem;
	  margin-bottom: 0.8rem;
	}
  }
  .modal_box .modal_box_inner .modal_text .head_name {
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 1rem;
  }
  @media (max-width: 414px) {
	.modal_box .modal_box_inner .modal_text .head_name {
	  font-size: 0.75rem;
	}
  }
  .modal_box .modal_box_inner .modal_text .head_description {
	font-size: 1rem;
	margin-bottom: 1.5rem;
  }
  .modal_box .modal_box_inner .modal_text .footer_text dl {
	display: flex;
	width: 100%;
	margin: 0;
	font-size: 1rem;
	margin-bottom: 0.5rem;
  }
  .modal_box .modal_box_inner .modal_text .footer_text dl dt {
	min-width: 100px;
	font-weight: 700;
	color: #14AB14;
	position: relative;
	padding-left: 1.5em;
	margin-right: 1rem;
  }
  .modal_box .modal_box_inner .modal_text .footer_text dl dt::before {
	width: 1.3rem;
	height: 1.3rem;
	content: "";
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
	margin: auto;
  }
  .modal_box .modal_box_inner .modal_text .footer_text dl dd {
	margin: 0;
  }
  .modal_box .modal_box_inner .modal_text .footer_text .entry_fee dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_money.svg");
  }
  .modal_box .modal_box_inner .modal_text .footer_text .entry_day dt::before {
	background-image: url("/wp-content/themes/new_machinoschole/images/common/icon_clock.svg");
  }
  .modal_box .btn_style {
	width: 38%;
	max-width: 300px;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.modal_box .btn_style {
	  width: 66%;
	}
  }
  .modal_box .btn_style a {
	width: 100%;
	display: block;
	background: #14AB14;
	text-align: center;
	border-radius: 4rem;
	padding: 1.3rem 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	color: #fff;
	font-weight: 800;
	font-size: 1.3rem;
	border: 1px solid #14AB14;
	line-height: 1.2;
  }
  @media (max-width: 414px) {
	.modal_box .btn_style a {
	  font-size: 1.1rem;
	}
  }
  .modal_box .btn_style a:hover {
	background: #fff;
	color: #14AB14;
  }

  .scholemates_page .modal_box {
	height: auto;
  }

  .overlay_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	height: 100svh;
  }

  /*----------------------------------------------
  # scholemates
  ----------------------------------------------*/
  .scholemates_page {
	background-image: url("/wp-content/themes/new_machinoschole/images/about/bg_about_sec_parts_pc_01.svg");
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: right top;
  }

  @media (max-width: 414px) {
	.scholemates_page {
	  background-image: url("/wp-content/themes/new_machinoschole/images/about/bg_about_sec_parts_sp_01.svg");
	  background-size: 100%;
	  background-repeat: no-repeat;
	  background-position: top center;
	}
  }
  .scholemates_page .scholemates_archive_wrap {
	margin: 7% auto 0;
	background-image: url("/wp-content/themes/new_machinoschole/images/about/bg_about_sec_parts_pc_02.svg"), url("/wp-content/themes/new_machinoschole/images/about/bg_about_sec_parts_pc_03.svg");
	background-size: 14%, 20%;
	background-repeat: no-repeat, no-repeat;
	background-position: left 45%, left 100%;
	padding-bottom: 14%;
  }

  .scholemates_page .scholemates_archive_wrap .scholemates_archive_wrap_inner {
	margin: 7% auto 0;
	text-align: center;
	padding: 0 5% 3%;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_archive_wrap_inner {
	  width: 93%;
	  padding: 0 0 3%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_title {
	text-align: center;
	margin: 0 auto 7%;
	position: relative;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_title {
	  margin: 0px auto 13%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_title.u_line::after {
	display: block;
	content: "";
	width: 19%;
	height: 35px;
	background: url("/wp-content/themes/new_machinoschole/images/common/bg_title_wave.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -47%;
	left: 0;
	right: 0;
	margin: auto;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_title.u_line::after {
	  width: 40%;
	  bottom: -55%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_title .scholemates_title_sub {
	color: #fff;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin: 0 auto 2%;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_title .scholemates_title_sub {
	  font-size: 1.8rem;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_title .scholemates_title_main {
	color: #034DE8;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 auto;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_title .scholemates_title_main {
	  font-size: 1rem;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_lead {
	font-weight: 600;
	line-height: 1.8;
	margin: 0 auto 3%;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_lead {
	  font-size: 0.8rem;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_about {
	margin: 0 auto 10%;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_about {
	  margin: 0 auto 25%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_about_inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 7%;
  }

  @media (max-width: 820px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_about_inner {
	  flex-direction: column;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_about_inner .scholemates_about_item {
	width: 30%;
	text-align: left;
  }

  @media (max-width: 820px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_about_inner .scholemates_about_item {
	  width: 100%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_about_inner .scholemates_about_item h3 {
	font-size: 1.5rem;
	text-align: justify;
  }

  @media (max-width: 820px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_about_inner .scholemates_about_item h3 {
	  font-size: 1.2rem;
	  line-height: 2;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_about_inner .scholemates_about_item .item_text {
	line-height: 1.8;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: justify;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_about_inner .scholemates_about_item .item_text {
	  font-size: 1rem;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_about_inner .scholemates_about_img {
	width: 30%;
  }

  @media (max-width: 820px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_about_inner .scholemates_about_img {
	  width: 100%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .btn_style_more {
	width: 40%;
	max-width: 473px;
	margin: 0 auto;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .btn_style_more {
	  width: 80%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .btn_style_more a {
	width: 100%;
	display: block;
	background: #FC6902;
	text-align: center;
	border-radius: 4rem;
	padding: 1.3rem 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	color: #fff;
	font-weight: 800;
	font-size: 1.3rem;
	border: 1px solid #FC6902;
	line-height: 1.2;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .btn_style_more a {
	  padding: 1rem 0;
	  font-size: 1.1rem;
	}
  }
  .scholemates_page .scholemates_archive_wrap .btn_style_more a span.sub {
	font-size: 0.9rem;
	color: #FAD606;
	display: block;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .btn_style_more a span.sub {
	  font-size: 0.8rem;
	}
  }
  .scholemates_page .scholemates_archive_wrap .btn_style_more a span.icon_triangle {
	position: relative;
  }

  .scholemates_page .scholemates_archive_wrap .btn_style_more a span.icon_triangle::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 10px 15px;
	border-color: transparent #163B89;
	position: absolute;
	top: 54%;
	right: -13%;
	transform: translateY(-50%);
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .btn_style_more a span.icon_triangle::after {
	  border-width: 7px 0px 7px 12px;
	  top: 57%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .btn_style_more a:hover {
	background: #fff;
	color: #FC6902;
	opacity: 1;
  }

  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_archive_list {
	  grid-template-columns: 1fr 1fr;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item {
	margin: 0 0 30%;
	padding: 0 10%;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item {
	  padding: 0 6.5%;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .scholemates_item_img {
	padding-top: 130%;
	margin-bottom: 7%;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	overflow: hidden;
  }

  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .scholemates_item_body {
	text-align: right;
	font-weight: 600;
	font-size: 0.9rem;
  }

  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .scholemates_item_body .head_title {
	margin-bottom: 3%;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .scholemates_item_body .head_title {
	  font-size: 0.79rem;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .scholemates_item_body .head_name {
	font-size: 0.67rem;
	font-weight: 600;
	margin-bottom: 5%;
	color: #FC6902;
  }

  @media (max-width: 414px) {
	.scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .scholemates_item_body .head_name {
	  font-size: 0.63rem;
	}
  }
  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .item_footer .link {
	font-size: 0.67rem;
	font-weight: 600;
  }

  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .item_footer .link {
	position: relative;
	text-decoration: underline;
	color: #FC6902;
	padding-right: 0.8rem;
  }

  .scholemates_page .scholemates_archive_wrap .scholemates_archive_list .scholemates_item .item_footer .link::after {
	position: absolute;
	top: -3px;
	right: 0;
	display: block;
	content: ">";
	font-size: 0.9rem;
  }

  .scholemates_page .recruiting_wrap {
	margin: 0 auto;
	text-align: center;
	padding: 0 0 10%;
	background: #fff;
	position: relative;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap {
	  padding: 0 0 37%;
	}
  }
  .scholemates_page .recruiting_wrap .scroll_text {
	margin: 0 auto 6rem;
	background: #FAD606;
	padding: 2rem 0 3rem;
	overflow: hidden;
	text-align: left;
	display: flex;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .scroll_text {
	  margin: 0 auto 4.5rem;
	  padding: 1.5rem 0 1.6rem;
	}
  }
  .scholemates_page .recruiting_wrap .scroll_text_inner {
	font-size: 6rem;
	font-weight: 800;
	color: #DB3016;
	line-height: 1;
	margin: 0 1.5rem;
	white-space: nowrap;
	flex: 0 0 auto;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	animation: 50s loop 0s linear infinite;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .scroll_text_inner {
	  font-size: 3rem;
	  margin: 0 1rem;
	}
  }
  .scholemates_page .recruiting_wrap .scholemates_title {
	text-align: center;
	margin: 0 auto 4%;
	position: relative;
	z-index: 1;
  }

  .scholemates_page .recruiting_wrap .scholemates_title_sub {
	color: #FB6902;
	font-weight: 800;
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	margin: 0 auto 2%;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .scholemates_title_sub {
	  font-size: 1.8rem;
	}
  }
  .scholemates_page .recruiting_wrap .scholemates_title_main {
	color: #034DE8;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 auto;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .scholemates_title_main {
	  font-size: 0.9rem;
	}
  }
  .scholemates_page .recruiting_wrap .parts_01 {
	position: absolute;
	top: 24%;
	left: 7%;
	margin: auto;
	width: 19%;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .parts_01 {
	  position: relative;
	  margin: 1rem 0 1rem 9%;
	  width: 44%;
	  left: 0;
	}
  }
  .scholemates_page .recruiting_wrap .parts_02 {
	position: absolute;
	top: 28%;
	right: 3%;
	margin: auto;
	width: 22%;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .parts_02 {
	  top: 35%;
	  right: 8%;
	  margin: 1rem 0 1rem 14%;
	  width: 51%;
	}
  }
  .scholemates_page .recruiting_wrap .parts_03 {
	position: absolute;
	top: 65%;
	left: 2%;
	margin: auto;
	width: 22%;
  }

  @media (max-width: 820px) {
	.scholemates_page .recruiting_wrap .parts_03 {
	  top: 71%;
	}
  }
  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .parts_03 {
	  position: relative;
	  top: 32%;
	  right: 9%;
	  margin: 1rem 0 1rem 14%;
	  width: 51%;
	}
  }
  .scholemates_page .recruiting_wrap .parts_04 {
	position: absolute;
	top: 82%;
	right: 13%;
	margin: auto;
	width: 11%;
	transform: rotate(16deg);
  }

  .scholemates_page .recruiting_wrap .recruiting_lead {
	line-height: 1.9;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 auto 5%;
	position: relative;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .recruiting_lead {
	  font-size: 0.9rem;
	  text-align: justify;
	  width: 82%;
	  margin: 0 auto 10%;
	}
  }
  .scholemates_page .recruiting_wrap .btn_style_more {
	width: 36%;
	max-width: 473px;
	margin: 0 auto;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .btn_style_more {
	  width: 72%;
	}
  }
  .scholemates_page .recruiting_wrap .btn_style_more a {
	width: 100%;
	display: block;
	background: #14AB14;
	text-align: center;
	border-radius: 4rem;
	padding: 1.3rem 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	color: #fff;
	font-weight: 800;
	font-size: 1.3rem;
	border: 1px solid #14AB14;
	line-height: 1.2;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .btn_style_more a {
	  padding: 1rem 0;
	  font-size: 1.1rem;
	}
  }
  .scholemates_page .recruiting_wrap .btn_style_more a:hover {
	background: #fff;
	color: #14AB14;
	opacity: 1;
  }

  .scholemates_page .recruiting_wrap .btn_style_more a span {
	font-size: 0.9rem;
	color: #FAD606;
	display: block;
  }

  @media (max-width: 414px) {
	.scholemates_page .recruiting_wrap .btn_style_more a span {
	  font-size: 0.8rem;
	}
  }
  body.is-modal-active {
	overflow: hidden;
  }
  @keyframes floating-y {
	0% {
	  transform: translateY(-5%);
	}
	100% {
	  transform: translateY(5%);
	}
  }
  hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
  }

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

  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: #4169e1;
	transition: all 0.3s;
  }
  a:hover, a:focus, a:active {
	color: #191970;
  }
  a:focus {
	outline: thin dotted;
  }
  a:hover {
	opacity: 0.7;
  }
  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;
  }

  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%;
	position: relative;
	padding: 1.5rem 0 0 2rem;
  }
  @media (max-width: 414px) {
	.main-navigation {
	  padding: 1.5rem 0 0 1rem;
	}
  }
  .main-navigation .nav_wrap {
	position: absolute;
	top: -30%;
	left: 0;
	width: 600%;
	background: #FAD606;
	padding: 150% 0 1rem;
	border-radius: 0 0 50% 50%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	transform: translateY(-100%);
	visibility: hidden;
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s, visibility 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s, opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
  }
  @media (max-width: 414px) {
	.main-navigation .nav_wrap {
	  width: 500%;
	  padding: 150% 0 1rem;
	}
  }
  .main-navigation .nav_wrap .menu {
	margin-bottom: 2rem;
	text-align: center;
  }
  .main-navigation .nav_wrap .menu.nav-menu li {
	margin-bottom: 1rem;
  }
  .main-navigation .nav_wrap .menu.nav-menu li:nth-last-of-type(1) {
	margin-bottom: 0;
  }
  .main-navigation .nav_wrap .menu.nav-menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 3px;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 414px) {
	.main-navigation .nav_wrap .menu.nav-menu a {
	  font-size: 2.2rem;
	}
  }
  .main-navigation a {
	display: block;
	text-decoration: none;
  }
  .main-navigation .menu-toggle {
	width: 5rem;
	height: 5rem;
	margin: 0 auto 2rem;
	padding: 0;
	background: #14AB14;
	border: 1px solid #000;
	border-radius: 6rem;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: transform 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
  }
  @media (max-width: 414px) {
	.main-navigation .menu-toggle {
	  width: 4rem;
	  height: 4rem;
	}
  }
  .main-navigation .menu-toggle:hover {
	transform: scale(1.1);
  }
  .main-navigation .menu-toggle .bar {
	width: 2.5rem;
	display: block;
	height: 3px;
	background: #fff;
	margin: 0 auto;
  }
  @media (max-width: 414px) {
	.main-navigation .menu-toggle .bar {
	  width: 2rem;
	}
  }
  .main-navigation .menu-toggle .bar.bar_top {
	margin: 0 auto 0.5rem;
  }
  @media (max-width: 414px) {
	.main-navigation .menu-toggle .bar.bar_top {
	  margin: 0 auto 0.3rem;
	}
  }
  .main-navigation .menu-toggle .bar.bar_bottom {
	margin: 0.5rem auto 0;
  }
  @media (max-width: 414px) {
	.main-navigation .menu-toggle .bar.bar_bottom {
	  margin: 0.3rem auto 0;
	}
  }
  .main-navigation .menu-toggle .text {
	margin: 0.3rem auto 0;
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
  }
  @media (max-width: 414px) {
	.main-navigation .menu-toggle .text {
	  font-size: 0.7rem;
	}
  }
  .main-navigation .header_sns {
	width: 5rem;
  }
  .main-navigation .header_sns li {
	width: 50%;
	margin: 0 auto 0.8rem;
  }
  .main-navigation .nav_sns {
	text-align: center;
  }
  .main-navigation .nav_sns ul {
	display: flex;
	justify-content: center;
  }
  .main-navigation .nav_sns ul li {
	width: 9%;
	margin: 0 0.7rem;
  }
  .main-navigation .nav_close_btn {
	width: 30%;
	margin: 9% auto 0;
	cursor: pointer;
	transition: opacity 0.3s;
  }
  @media (max-width: 414px) {
	.main-navigation .nav_close_btn {
	  width: 25%;
	  margin: 5% auto 0;
	}
  }
  .main-navigation .nav_close_btn:hover {
	opacity: 0.7;
  }

  /* Small menu. */
  .main-navigation.toggled .nav_wrap {
	/*animation: .5s 0s bound ease-in-out forwards;*/
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	transition: 0.45s cubic-bezier(0.65, 1.8, 0.5, 0.8) 0s, visibility 0.45s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s, opacity 0.45s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
  }

  .main-navigation .header_sns ul {
	display: block;
	text-align: center;
  }

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

  @keyframes bound {
	79%, 90%, 97%, 100% {
	  transform: translate(0);
	}
	85% {
	  transform: translateY(-40px);
	}
	94% {
	  transform: translateY(-8px);
	}
	99% {
	  transform: translateY(-4px);
	}
  }
  /* Posts and pages
  --------------------------------------------- */
  .sticky {
	display: block;
  }

  .post,
  .page {
	margin: 0;
  }

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

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

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

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

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

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

  /* Arctext plugin
  --------------------------------------------- */
  .arc-wrapper {
	position: relative;
	margin: 0px auto;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	width: 500px;
	height: 360px;
  }

  .arc-wrapper:before {
	content: "";
	position: absolute;
	width: 340px;
	height: 340px;
	background: #F5E9BC url(../images/noise.png) repeat top left;
	border: 10px solid #452716;
	border-radius: 50%;
	box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -180px;
  }

  .arc-wrapper:after {
	content: "A";
	color: #F5E9BC;
	line-height: 210px;
	width: 240px;
	height: 240px;
	background: #452716 url(../images/noise.png) repeat top left;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -120px;
	font-family: "Sail", serif;
	text-transform: none;
	font-size: 138px;
	text-shadow: 0px 0px 1px #F5E9BC;
	text-indent: -25px;
  }

  .arc-wrapper h3 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 28px;
	margin-top: 16px;
	color: #D26A44;
	letter-spacing: -4px;
	text-shadow: 1px 1px 1px #954c04;
  }

  .arc-wrapper h4 {
	position: absolute;
	z-index: 10;
	width: 100%;
	font-size: 39px;
	bottom: 10px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-family: "Concert One", serif;
  }

  .arc-wrapper h4 span {
	background: #D26A44;
	padding: 3px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin: 0 -3px 0px -3px;
  }

  .arc-wrapper h4 span.empty {
	background: transparent;
	width: 4px;
  }

  .example h3 {
	font-family: "Concert One", serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #F8ECBF;
	font-size: 40px;
  }

  #example2 {
	margin-top: 80px;
  }

  #example4 {
	margin-top: 120px;
  }

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

  /* Contact Form 7
  --------------------------------------------- */
  .contact_page .site-main,
  .contact-confirm_page .site-main,
  .contact-complete_page .site-main,
  .site-main.page_basic {
	width: 87.2%;
	max-width: 800px;
	margin: 0 auto;
	padding: 6% 0 10%;
  }
	.site-main.page_basic {
		max-width: 1000px;
	}
  @media (max-width: 414px) {
	.contact_page .site-main,
	.contact-confirm_page .site-main,
	.contact-complete_page .site-main,
	.site-main.page_basic {
	  width: 90.4%;
	  padding: 14% 0 16%;
	}
  }
  .contact_page .entry-header,
  .contact-confirm_page .entry-header,
  .contact-complete_page .entry-header,
  .site-main.page_basic .entry-header {
	text-align: center;
  }
  .contact_page .entry-title,
  .contact-confirm_page .entry-title,
  .contact-complete_page .entry-title,
  .site-main.page_basic .entry-title {
	margin: 0;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 2px;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  @media (max-width: 414px) {
	.contact_page .entry-title,
	.contact-confirm_page .entry-title,
	.contact-complete_page .entry-title,
	.site-main.page_basic .entry-title {
	  font-size: 1.25rem;
	  letter-spacing: 1px;
	}
  }
  .contact_page .entry-content,
  .contact-confirm_page .entry-content,
  .contact-complete_page .entry-content,
  .site-main.page_basic .entry-content {
	margin-top: 6%;
  }

  .wpcf7 {
	padding: 5% 8% 7%;
	border: 1px solid #000;
	border-radius: 38px;
	background: #fff;
  }
  @media (max-width: 414px) {
	.wpcf7 {
	  padding: 6% 6% 9%;
	  border-radius: 19px;
	}
  }
  .wpcf7 .wpcf7-form > p:empty {
	display: none;
  }

  /* 1 項目 = .input_item */
  .wpcf7 .input_item {
	padding: 1.5em 0;
	border-bottom: 1px dashed #D5D0AE;
  }
  .wpcf7 .input_item > p {
	margin: 0;
  }
  .wpcf7 .input_item > label,
  .wpcf7 .input_item > p > label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
  }
  .wpcf7 .input_item label br {
	display: none;
  }
  .wpcf7 .icon_required {
	display: inline-block;
	margin-left: 0.6em;
	padding: 0.2em 0.7em;
	border-radius: 1em;
	background: #FB6902;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	vertical-align: 0.12em;
  }
  .wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.7em;
  }
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=url],
  .wpcf7 input[type=number],
  .wpcf7 input[type=date],
  .wpcf7 select,
  .wpcf7 textarea {
	width: 100%;
	padding: 0.8em 1em;
	border: 1px solid #000;
	border-radius: 12px;
	background: #FFFDF2;
	color: #000;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.6;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	-webkit-transition: border-color 0.2s, box-shadow 0.2s;
	transition: border-color 0.2s, box-shadow 0.2s;
  }
  .wpcf7 textarea {
	min-height: 12em;
	resize: vertical;
  }
  .wpcf7 select {
	padding-right: 2.5em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 0.75em auto;
  }
  .wpcf7 ::-webkit-input-placeholder {
	color: #A8A48C;
  }
  .wpcf7 ::-moz-placeholder {
	color: #A8A48C;
  }
  .wpcf7 :-ms-input-placeholder {
	color: #A8A48C;
  }
  .wpcf7 ::placeholder {
	color: #A8A48C;
  }
  .wpcf7 input:focus,
  .wpcf7 select:focus,
  .wpcf7 textarea:focus {
	outline: none;
	border-color: #034DE8;
	-webkit-box-shadow: 0 0 0 3px rgba(3, 77, 232, 0.15);
			box-shadow: 0 0 0 3px rgba(3, 77, 232, 0.15);
  }
  .wpcf7 .wpcf7-list-item {
	display: inline-block;
	margin: 0 1.5em 0.4em 0;
  }
  .wpcf7 .wpcf7-list-item-label {
	cursor: pointer;
  }
  .wpcf7 input[type=checkbox],
  .wpcf7 input[type=radio] {
	width: 1.1em;
	height: 1.1em;
	margin-right: 0.4em;
	vertical-align: -0.15em;
	accent-color: #14AB14;
	cursor: pointer;
  }

  /* 同意チェック */
  .wpcf7 .input_item:has(.wpcf7-acceptance) {
	text-align: center;
  }
  .wpcf7 .input_item a {
	color: #034DE8;
	text-decoration: underline;
  }
  .wpcf7 .wpcf7-acceptance {
	display: block;
  }
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
  }
  .wpcf7 .wpcf7-acceptance label {
	font-weight: 700;
	cursor: pointer;
  }

  /* 送信・戻るボタン */
  .wpcf7 .input_item:has(.wpcf7-submit) {
	padding-bottom: 0;
	border-bottom: none;
  }
  .wpcf7 .wpcf7-submit,
  .wpcf7 .wpcf7-previous {
	display: block;
	width: 63.4%;
	max-width: 430px;
	height: 4.8em;
	padding: 0;
	margin: 1em auto 0;
	border: none;
	border-radius: 1em;
	background: #14AB14;
	color: #fff;
	font-family: inherit;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
  }
  .wpcf7 .wpcf7-previous {
	border: 1px solid #000;
	background: #fff;
	color: #000;
  }
  .wpcf7 .wpcf7-submit:hover,
  .wpcf7 .wpcf7-previous:hover {
	opacity: 0.8;
  }
  .wpcf7 .wpcf7-form.submitting .wpcf7-submit {
	opacity: 0.5;
	pointer-events: none;
  }
  @media (max-width: 414px) {
	.wpcf7 .wpcf7-submit,
	.wpcf7 .wpcf7-previous {
	  width: 80%;
	  font-size: 1rem;
	}
  }

  /* 確認画面 */
  .wpcf7 .confirm_value {
	margin-top: 0.7em;
	padding: 0.8em 1em;
	border: 1px solid #E0DBB8;
	border-radius: 12px;
	background: #FFFDF2;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	white-space: pre-wrap;
	word-break: break-word;
  }
  /* confirm_value で包まない場合でも値が行頭に落ちるようにする */
  .contact-confirm_page .wpcf7 .input_item label br {
	display: inline;
  }
  .wpcf7 .input_item:has(.wpcf7-previous) > p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
  }
  .wpcf7 .input_item:has(.wpcf7-previous) > p br {
	display: none;
  }
  .wpcf7 .input_item:has(.wpcf7-previous) .wpcf7-submit,
  .wpcf7 .input_item:has(.wpcf7-previous) .wpcf7-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 240px;
		flex: 1 1 240px;
	width: auto;
	max-width: 300px;
	margin: 0;
  }
  @media (max-width: 414px) {
	.wpcf7 .input_item:has(.wpcf7-previous) > p {
	  gap: 0.8em;
	}
	.wpcf7 .input_item:has(.wpcf7-previous) .wpcf7-submit,
	.wpcf7 .input_item:has(.wpcf7-previous) .wpcf7-previous {
	  -ms-flex: 1 1 100%;
		  flex: 1 1 100%;
	  max-width: none;
	}
  }

  /* バリデーション・送信結果 */
  .wpcf7 .wpcf7-form-control.wpcf7-not-valid {
	border-color: #DB3016;
	background-color: #FFF6F4;
  }
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 0.6em;
	color: #DB3016;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
  }
  .wpcf7 form.wpcf7-form .wpcf7-spinner {
	display: block;
	margin: 1.2em auto 0;
  }
  .wpcf7 form.wpcf7-form:not(.submitting) .wpcf7-spinner {
	display: none;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
	margin: 2em 0 0;
	padding: 1em 1.5em;
	border: 1px solid #000;
	border-radius: 1em;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
  }
  .wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
	border-color: #14AB14;
	background: #F1FBF1;
	color: #0E7A0E;
  }
  .wpcf7 form.wpcf7-form.failed .wpcf7-response-output,
  .wpcf7 form.wpcf7-form.aborted .wpcf7-response-output {
	border-color: #DB3016;
	background: #FDF2F0;
	color: #B72711;
  }
  .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output,
  .wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output,
  .wpcf7 form.wpcf7-form.payment-required .wpcf7-response-output,
  .wpcf7 form.wpcf7-form.spam .wpcf7-response-output {
	border-color: #FB6902;
	background: #FFF6EE;
	color: #B14C00;
  }

  /* 汎用ページ（規約・ポリシー）の本文
  --------------------------------------------- */
  .site-main.page_basic .entry-content {
	padding: 7% 8%;
	border: 1px solid #000;
	border-radius: 38px;
	background: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.9;
  }
  @media (max-width: 414px) {
	.site-main.page_basic .entry-content {
	  padding: 8% 6%;
	  border-radius: 19px;
	  font-size: 0.8125rem;
	}
  }
  .site-main.page_basic .entry-content > :first-child {
	margin-top: 0;
  }
  .site-main.page_basic .entry-content > :last-child {
	margin-bottom: 0;
  }
  .site-main.page_basic .entry-content h2 {
	margin: 2.4em 0 0.8em;
	padding-left: 0.7em;
	border-left: 5px solid #14AB14;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.5;
  }
  .site-main.page_basic .entry-content h3 {
	margin: 2em 0 0.6em;
	color: #FB6902;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.6;
  }
  .site-main.page_basic .entry-content h4 {
	margin: 1.8em 0 0.5em;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
  }
  .site-main.page_basic .entry-content p {
	margin: 0 0 1.4em;
  }
  .site-main.page_basic .entry-content a {
	color: #034DE8;
	text-decoration: underline;
  }
  .site-main.page_basic .entry-content a:hover {
	opacity: 0.7;
  }
  .site-main.page_basic .entry-content strong {
	font-weight: 700;
  }
  .site-main.page_basic .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
  }
  .site-main.page_basic .entry-content hr {
	height: 0;
	margin: 2.4em 0;
	border: none;
	border-top: 1px dashed #D5D0AE;
	background: none;
  }
  .site-main.page_basic .entry-content blockquote {
	margin: 0 0 1.4em;
	padding: 1em 1.2em;
	border-radius: 12px;
	background: #FFFDF2;
  }
  .site-main.page_basic .entry-content ul,
  .site-main.page_basic .entry-content ol {
	margin: 0 0 1.4em;
  }
  .site-main.page_basic .entry-content li {
	margin-bottom: 0.4em;
  }
  .site-main.page_basic .entry-content li:last-child {
	margin-bottom: 0;
  }
  .site-main.page_basic .entry-content ul {
	padding-left: 0;
	list-style: none;
  }
  .site-main.page_basic .entry-content ul > li {
	position: relative;
	padding-left: 1.3em;
  }
  .site-main.page_basic .entry-content ul > li::before {
	content: "";
	position: absolute;
	left: 0.2em;
	top: 0.78em;
	width: 0.45em;
	height: 0.45em;
	border-radius: 50%;
	background: #FB6902;
  }
  .site-main.page_basic .entry-content ol {
	padding-left: 1.6em;
	list-style: decimal outside;
  }
  .site-main.page_basic .entry-content ol > li::marker {
	color: #14AB14;
	font-weight: 700;
  }
  .site-main.page_basic .entry-content ul ul,
  .site-main.page_basic .entry-content ul ol,
  .site-main.page_basic .entry-content ol ul,
  .site-main.page_basic .entry-content ol ol {
	margin: 0.4em 0 0;
  }
  .site-main.page_basic .entry-content dl {
	margin: 0 0 1.6em;
	border-top: 1px dashed #D5D0AE;
  }
  .site-main.page_basic .entry-content dt {
	padding-top: 1.1em;
	font-weight: 700;
  }
  .site-main.page_basic .entry-content dd {
	margin: 0.2em 0 0;
	padding-bottom: 1.1em;
	border-bottom: 1px dashed #D5D0AE;
  }
  .site-main.page_basic .entry-content table {
	width: 100%;
	margin: 0 0 1.6em;
	border-collapse: collapse;
  }
  .site-main.page_basic .entry-content th,
  .site-main.page_basic .entry-content td {
	padding: 0.9em 1.1em;
	border: 1px solid #000;
	text-align: left;
	vertical-align: top;
  }
  .site-main.page_basic .entry-content th {
	width: 30%;
	background: #FFFDF2;
	font-weight: 700;
  }
  @media (max-width: 600px) {
	.site-main.page_basic .entry-content table,
	.site-main.page_basic .entry-content tbody,
	.site-main.page_basic .entry-content tr,
	.site-main.page_basic .entry-content th,
	.site-main.page_basic .entry-content td {
	  display: block;
	  width: auto;
	}
	.site-main.page_basic .entry-content table {
	  border: 1px solid #000;
	  border-radius: 12px;
	  overflow: hidden;
	}
	.site-main.page_basic .entry-content th {
	  border-width: 0 0 1px;
	  background: #FFEAA0;
	}
	.site-main.page_basic .entry-content td {
	  border-width: 0 0 1px;
	}
	.site-main.page_basic .entry-content tr:last-child td {
	  border-bottom: none;
	}
  }
  @media (max-width: 414px) {
	.site-main.page_basic .entry-content h2 {
	  padding-left: 0.6em;
	  border-left-width: 4px;
	  font-size: 1.125rem;
	}
	.site-main.page_basic .entry-content h3 {
	  font-size: 1rem;
	}
	.site-main.page_basic .entry-content h4 {
	  font-size: 0.875rem;
	}
  }
.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha_policy {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 11px !important;
	color: #444 !important;
}

.recaptcha_policy a {
	font-size: 11px !important;
	color: #111 !important;
}
