@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */
/* ============================================ */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

html {
	font-size: 16px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

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

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

body {
	margin: 0;
	font-size: 1rem; /* 16px */
	color: #3A3A3A;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

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

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

caption {
  text-align: left;
}

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

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

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}


/************************
 アニメーションの定義 
*************************/
  /* アニメーションの定義 - 下から上へ */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px); /* 下から */
    }
    100% {
      opacity: 1;
      transform: translateY(0); /* 上へ */
    }
  }
  
  /* アニメーションの定義 - 左から */
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-30px); /* 左から */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* 中央へ */
    }
  }
  
  /* アニメーションの定義 - 右から */
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(30px); /* 右から */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* 中央へ */
    }
  }
  
  /* 基本のフェードイン要素（下から上に表示）*/
  .fade-out {
    opacity: 0;
  }
  
  /* 下から上へのフェードイン */
  .fade-out.fade-in {
    animation-name: fadeInUp;
    animation-duration: 2.5s; /* アニメーションの長さ */
    animation-timing-function: ease; /* ゆるやかな動き */
    animation-fill-mode: forwards; /* アニメーション完了後の状態を維持 */
  }
  
  /* 左から登場する要素 */
  .fade-left {
    opacity: 0;
  }
  
  /* 左からのフェードイン */
  .fade-left.fade-in {
    animation-name: fadeInLeft;
    animation-duration: 2.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  
  /* 右から登場する要素 */
  .fade-right {
    opacity: 0;
  }
  
  /* 右からのフェードイン */
  .fade-right.fade-in {
    animation-name: fadeInRight;
    animation-duration: 2.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }





/************************************
** 共通パーツ　common
************************************/
.sp-only{
	display:none;
}
.wrapper {
	width: 100%;
	padding: 0 2.5%;
	margin: 0 auto;
	max-width:1440px;
}

.section-title .background-text {
	color: #ECECEC;
	font-weight: 700;
	z-index: -1;
	position: relative;
	text-align: center;
	
	font-size: 9.375rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
.section-title .ja-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	
	margin-top: -110px;
}
.section-title .ja-wrapper .ja-text {
	display: block;
	color: #333333;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
.section-title .ja-wrapper img {
	width: 32px;
}


/* 共通部品 1024px以下*/
@media screen and (max-width: 1024px){
	.pc-only{
		display: none;	
	}
	.section-title .background-text {
		font-size: 5.5rem;
	}
	.section-title .ja-wrapper {
		margin-top: -68px;
	}
	.section-title .ja-wrapper .ja-text {
		font-size: 1.4rem;
	}
	.section-title .ja-wrapper img {
		width: 22px;
	}
	
}


/* 共通部品 768px以下 */
@media screen and (max-width: 768px){
	
	.section-title .background-text {
		font-size: 3.3rem;
	}
	.section-title .ja-wrapper {
		margin-top: -44px;
	}
	.section-title .ja-wrapper .ja-text {
		font-size: 0.8rem;
	}
	.section-title .ja-wrapper img {
		width: 16px;
	}
	.sp-only{
		display:flex;
	}

}
@media screen and (max-width: 599px){
	.section-title .background-text{
		font-size:3rem;
	}
	.section-title .ja-wrapper .ja-text{
		font-size:1.2rem;
	}
}


/************************************
 ヘッダー header
************************************/
#header {
	width: 100%;
	position: fixed;
	top: 3%;
	left: 0;
	z-index: 10;
}
#header .header-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 2.5%;
}
#header .header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.25);
	
	padding: 1.5% 2%;
}
#header .header-logo {
	width: 10%;
	line-height: 0;
}
#header .header-logo a {
	display: block;
	transition: all 0.4s;
}
#header .header-logo a:hover {
	opacity: 0.7;
}

/* ヘッダーナビ */
#header .header-navi {
	
}
#header .header-navi {
	display: flex;
	justify-content: center;
}
#header .header-menu {
	display: flex;
	align-items: center;
}
#header .header-menu li {
	font-size: 1.3rem;
}
#header .header-menu > li {
	margin-left: 40px;
}
#header .header-menu > li:first-child {
	margin-left: 0px;
}
#header .header-menu > li:last-child {
	margin-left: 60px;
}
#header .header-menu li a {
    transition: all 0.4s;
}
#header .header-menu li a:hover {
	opacity: 0.7;
	color: currentcolor;
}
#header .header-menu .header-contact a:hover {
	opacity: 1;
	color: #fff;
}

/* メールボタン用スタイル - 既存 */
.btn-mail {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	width: 220px;
	margin: 0 auto;
	padding: 10px 3px;
	font-size: 1.2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	background: linear-gradient(to right, #FFB800, #FFDC80);
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
	
	position: relative;
	top: 0;
	left: 0;
	
    border: none;
    cursor: pointer;
	border-radius: 5px;
	transition: all 0.4s;
}
.btn-mail:hover {
	box-shadow: none;
	top: 4px;
	left: 4px;
	opacity: 1;
	color: #fff;
}
.btn-mail i {
	color: #fff;
    margin-right: 5px;
    font-size: 36px;
    transition: all 0.4s;
    display: inline-block;
    transform: scale(1, 0.806); /* 高さを約80.6%に縮小（29÷36=0.806） */
    transform-origin: center; /* 変形の基準点を中央に */
}

#header .header-srs-icon {
	display: none;
	width: 15%;
}

/* header ヘッダー 1024px以下*/
@media screen and (max-width: 1024px){
	
	#header {
		top: 2%;
	}
	#header .header-container {
		padding: 1% 1%;
	}
	#header .header-logo {
		width: 13%;
	}
	#header .header-menu > li {
		font-size:   1rem;
		margin-left: 18px;
	}
	#header .header-menu > li:last-child {
		margin-left: 40px;
	}
	
	.btn-mail {
		width: 160px;
		font-size: 1rem;
		padding: 8px 3px;
	}
	.btn-mail i {
		font-size: 32px;
	}

}


/* header ヘッダー 768px以下*/
@media screen and (max-width: 768px){
	
	#header .header-container {
		padding: 3% 2%;
	}
	#header .header-logo {
		width: 15%;
	}
	
	#header .hamburger {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: fixed;
		right: 30px;
		margin-top: 30px;
		z-index: 30;
	}
	#header .hamburger span {
		width: 40px;
		height: 2px;
		background-color: #676767;
		display: inline-block;
		position: absolute;
		left: 10px;
		transition: all 0.4s;
	}
	#header .hamburger span:nth-of-type(1) {
		top: 10px;
	}
	#header .hamburger span:nth-of-type(2) {
		top: 20px;
	}
	#header .hamburger span:nth-of-type(2) {
		top: 20px;
	}
	#header .hamburger.active span:nth-of-type(1) {
		top: 24px;
		transform: rotate(-45deg);
	}
	#header .hamburger.active span:nth-of-type(2) {
		opacity: 0;
	}
	#header .hamburger.active span:nth-of-type(3) {
		top: 24px;
		transform: rotate(45deg);
	}
	
	#header .header-navi {
		width: 100%;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		border-radius: 0px;
	}
	#header .header-navi.active {
		opacity: 1;
		visibility: visible;
		transition: all 0.4s;
	}
	#header .header-navi .header-menu {
		width: 100%;
		height: 100vh;
		overflow: auto;
		text-align: center;
		flex-direction: column;
		padding-top: 140px;
	}
	#header .header-navi .header-menu > li {
    	margin-left: 0px;
		margin-bottom: 40px;
	}
	
	#header .header-menu > li:last-child {
		margin-bottom: 0;
		margin-top: 80px;
	}
	
	#header .header-srs-icon {
		width: 15%;
		object-fit: cover;
		position: fixed;
		top: 7%;
  		left: 50%;
  		transform: translate(-50%, -50%);
		margin-top: 15px;
		z-index: 30;
	}
	
	
}


/************************************
 メインビジュアル
************************************/
#main-visual {
	
}
/** パソコン画面時の画像***/
#main-visual .mv-pc-image {
	position: relative;
}

/** スマホ時の画像 **/
#main-visual .mv-sp-image {
	display: none;
}

#main-visual .mv-pc-image .mv-btn-wrapper {
	position: absolute;
	bottom: 17%;
	left: 6%;
	
	display: flex;
	align-items: center;
}

/* メインビジュアルのボタンの共通スタイル */
.mv-btn-green, .mv-btn-mail {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	width: 240px;
	padding: 12px 3px;
	font-size: 1.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
    color: #fff;
	
    border: 1px solid #fff;
    cursor: pointer;
	border-radius: 5px;
	transition: all 0.6s;
}

/* メインビジュアルの緑色のボタン用スタイル */
.mv-btn-green {
	background: linear-gradient(to bottom, #37A665, #2A8C51);
	margin-right: 40px;
}

.mv-btn-green:hover {
	opacity: 1;
	color: #2A8C51;
	background: #fff;
	border-color: #2A8C51;
}
.white-lightning {
	width: 22px;
	margin-right: 12px;
    transition: all 0.6s;
    display: inline-block;
	/* 稲妻アイコンを白くする */
	filter: brightness(0) invert(1);
}
.mv-btn-green:hover .white-lightning {
	opacity: 1;
	color: #FFB800;
	/* 稲妻アイコンを元の色に戻す */
	filter: none;
}

/* メインビジュアルのメールボタン用スタイル */
.mv-btn-mail {
	background: linear-gradient(to right, #FFB800, #FFDC80);
}
.mv-btn-mail:hover {
	opacity: 1;
	color: #FFB800;
	background: #fff;
	border-color: #FFB800;
}
.mv-btn-mail i {
	color: #fff;
    margin-right: 10px;
    font-size: 36px;
    transition: all 0.6s;
    display: inline-block;
    transform: scale(1, 0.806); /* 高さを約80.6%に縮小（29÷36=0.806） */
    transform-origin: center; /* 変形の基準点を中央に */
}
.mv-btn-mail:hover i {
	opacity: 1;
	color: #FFB800;
}

/* メインビジュアル 1024px以下*/
@media screen and (max-width: 1024px){

	#main-visual .mv-pc-image .mv-btn-wrapper {
		bottom: 12%;	
	}
	.mv-btn-green, .mv-btn-mail {
		width: 190px;
		font-size: 1.1rem;
		padding: 8px 3px;
	}
	.white-lightning {
		width: 18px;
		margin-right: 8px;
	}
	.mv-btn-mail i {
		margin-right: 6px;
		font-size: 32px;
	}
	
	
}


/* メインビジュアル 768px以下*/
@media screen and (max-width: 768px){
	#main-visual .mv-pc-image {
		display: none;
	}
	#main-visual .mv-sp-image {
		display: block;
	}
}


/************************************
 SRS概要
************************************/
#overview {
	padding-top: 5%;
	overflow: hidden;
}

#overview .section-title {
	margin-bottom: 5%;
}
#overview .item {
	display: flex;
	justify-content: center;
	margin-bottom: 8%;
}
#overview .item:last-of-type {
	margin-bottom: 0;
}
#overview .item.reverse {
	flex-direction: row-reverse;
}
#overview .item .img {
	width: 45%;
	min-width: 520px;
	height: 375px;
	margin-right: 5%;
	
	/* フェードインすると画像がテキストよりも下に配置されてしまうため */
	position: relative;
	z-index: 1;
}
#overview .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#overview .item.reverse .img {
	margin-right: 0%;
	margin-left: 1%;
}
#overview .item .text {
	width: 45%;
}
#overview .item.reverse .text {
	margin-right: 0%;
}
#overview .item .text .title {
	display: flex;
	align-items: center;
}
#overview .item.reverse .text .title {
	margin-left: 5%;
}
#overview .item .text .title .title-slash {
	display: block;
	width: 20px;
	height: 85px;
	background-color: #B5D100;
	transform: skew(-20deg);
	
	margin-right: 4%;
}
#overview .item .text .title .title-text{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #333333;
	
	margin-right: 3%;
}
#overview .item .text .title .title-number{
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #B5D100;
	margin-top: -1%;
}
#overview .item .text .description-wrapper {
	position: relative;
    padding: 15px 15px;
}
#overview .item.reverse .text .description-wrapper {
    padding-right: 0;
}
#overview .item .text .description-wrapper::before {
	content: "";
    position: absolute;
    top: -13%;
    right: auto;
    left: -100%;
    height: 116%;
    width: 200vw;
	background: 
  linear-gradient(-70deg, transparent 0%, transparent 60%, #F2F2F2 60%, #F2F2F2 100%),
  linear-gradient(to bottom left, #B5D100, #D7EC51);
    z-index: -1;
}

#overview .item.reverse .text .description-wrapper::before {
	right: auto;
    left: -4%;
    width: 200vw;
	background: 
		linear-gradient(-70deg, #F2F2F2 0%, #F2F2F2 70%, transparent 70%, transparent 78%, #F2F2F2 78%, #F2F2F2 100%),
		linear-gradient(to bottom left, #B5D100, #D7EC51);
}
#overview .item .text .description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: 0.1em;
	color: #3A3A3A;
	position: relative;
	z-index: 1;
}
#overview .item .text .description .color-red {
	font-weight: 700;
	color: #FF2727;
}

/* overview 1200px以下*/
@media screen and (max-width: 1024px){
}

/* overview 1024px以下*/
@media screen and (max-width: 1024px){
	
	#overview .item {
		flex-direction: column-reverse;
	}
	#overview .item.reverse {
		flex-direction: column-reverse;
	}
	#overview .item .img {
		width: 100%;
		height: auto;
		margin-right: 0;
		min-width: 0;
	}
	#overview .item .text {
		width: 100%;
	}
	#overview .item .text .title {
		margin-left: 5%;
	}
	#overview .item .text .title .title-slash {
		width: 16px;
		height: 60px;
	}
	#overview .item .text .title .title-text {
		font-size: 1.4rem;
	}
	#overview .item .text .title .title-number {
		font-size: 4.5rem
	}
	#overview .item .text .description-wrapper {
		margin-bottom: 3%;
		margin-left: 5%;
	}
	#overview .item .text .description-wrapper::before {
		background: 
			linear-gradient(-70deg, transparent 0%, transparent 15%, #F2F2F2 15%, #F2F2F2 100%), 
			linear-gradient(to bottom left, #B5D100, #D7EC51);
	}
	#overview .item.reverse .text .description-wrapper::before {
		    background: 
				linear-gradient(-70deg, #F2F2F2 0%, #F2F2F2 45%, transparent 45%, transparent 55%, #F2F2F2 55%, #F2F2F2 100%), 
				linear-gradient(to bottom left, #B5D100, #D7EC51);
	}

	
}


/* overview 768px以下 */
@media screen and (max-width: 768px){
	
	#overview .item .text .title .title-text {
		font-size: 1.1rem;
	}
	#overview .item .text .title .title-slash {
		width: 14px;
		height: 46px;
	}
	#overview .item .text .title .title-number {
		font-size: 3rem;
	}
	#overview .item .text .description-wrapper {
		margin-left: 0;
	}
	#overview .item .text .description-wrapper::before {
		top: -5%;
		height: 105%;
	}
	#overview .item .text .description {
		font-size: 0.8rem;
	}

}


/************************************
 導入事例
************************************/
#example {
	padding-top: 6%;
	padding-bottom: 3%;
	overflow: hidden;
}
#example .section-title {
	margin-bottom: 5%;
}
#example .item {
	display: flex;
	justify-content: center;
}
#example .item:first-of-type {
	margin-bottom: 5%;
}

#example .item .text {
	width: 42%;
	margin-right: 2%;
}
#example .item .text .title {
	position: relative;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 5%;
}
#example .item .text .title .title-text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
	
}
#example .item .text .title::before {
	content: "";
	position: absolute;
	background: linear-gradient(to right, #B5D100, #D7EC51);
	width: 155%;
	height: 100%;
	top: 0%;
	left: -55%;
	z-index: -1;
	
	clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

#example .item .text .description-wrapper {
	position: relative;
	z-index: 1;
/* 	padding-left: 3%; */
}
#example .item .text .description-wrapper .description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: 0.1em;
	color: #3A3A3A;
}
#example .item .text .description-wrapper img {
	position: absolute;
	top: -43%;
	left: 11%;
	z-index: -1;
	width: 60%;
}

#example .item .img {
	width: 50%;
	margin-left: 1%;
	
	/* フェードインすると画像が下に配置されてしまうため */
	position: relative;
	z-index: 1;
}
#example .item .img img {
	width: 100%;
}


/* 導入事例 1280px以下*/
@media screen and (max-width: 1280px){
	.example-br	{
		display: none;
	}
	
}
/* 導入事例 1150px以下*/
@media screen and (max-width: 1150px){
	#example .item .text .title::before {
		left: -50%;
	}
	#example .item .text .title .title-text {
		font-size: 1.3rem;
	}
	#example .item .text .description-wrapper img {
		top: -30%;
	}
}

/* 導入事例 1024px以下*/
@media screen and (max-width: 1024px){
	#example {
		padding-top: 10%;
	}
	#example .section-title {
/* 		margin-bottom: 7%; */
	}
	#example .item {
		flex-direction: column;
	}
	#example .item .text {
		width: 100%;
	}
	#example .item .img {
		width: 100%;
		margin-left: 0;
	}
	#example .item .text .title {
		text-align: center;
		margin-bottom: 3%;
	}
	#example .item .text .title::before {
		left: -53%;
	}
	#example .item .text .description-wrapper {
		margin-bottom: 3%;
	}
	#example .item .text .description-wrapper img {
		display: none;
	}
	
}

/* 導入事例 768px以下 */
@media screen and (max-width: 768px){
	
	#example .item .text .description-wrapper .description {
		font-size: 0.8rem;
	}

}
/************************************
 再生条件
************************************/
.condition-message{
	font-size:1.5rem;
	text-align:center;
	margin-top:5%;
}
.condition-contents{
	margin-top:3%;
}
.condition-container-title{
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:1%;
	color:#B5D100;
}
.condition-container{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.condition-box{
	width:23%;
	display:flex;
	flex-direction:column;
	text-align:center;
	border:2px solid #B5D100;
	border-radius:5px;
	padding-bottom:3%;
}
.condition-box-title{
	font-size:1.2rem;
	background: linear-gradient(to right, #B5D100, #D7EC51);
	color:white;
	padding:0% 3%;
}
.condition-box-description{
	margin:3% 0%;
	padding:0% 2%;
	margin-bottom:3%;
}
.condition-box img{
	width:80%;
	display:block;
	margin:0 auto;
}
.condition-second-box{
	display:flex;
	justify-content:space-between;
	width:90%;
	margin:0 auto;
}
.condition-second-box-text{
	width:47%;
}
.condition-second-box img{
	width:47%;
}
@media screen and (max-width: 768px){
	.condition-box{
		width:48%;
		margin-bottom:3%;
	}
	.condition-second-box{
		flex-direction:column;
	}
	.condition-second-box{
		width:100%;
	}
	.condition-second-box-text{
		width:100%;
	}
	.condition-second-box img{
		width:100%;
		margin-top:3%;
	}
}
@media screen and (max-width: 599px){
	.condition-message{
		font-size:1rem;		
	}
	.condition-container-title{
		font-size:1rem;
	}
	.condition-box{
		width:85%;
		margin:0 auto;
		margin-bottom:3%;
	}
	.condition-box-title{
		font-size:1rem;
	}
	.condition-box-description{
		font-size:0.9rem;
	}
	.condition-second-box-text{
		font-size:0.8rem;
	}
}
/************************************
 会社概要
************************************/
#company {
	padding-top: 10%;
	padding-bottom: 10%;
	position: relative;
}
#company::before {
	background-image: linear-gradient(to top, #F5FFB2, #FFFFFF);
	z-index: -2;
	position: absolute;
	top: -20%;
	width: 100%;
	height: 120%;
	content: "";
}
#company .section-title {
	margin-bottom: 5%;
}
#company .container {
	display: flex;
	justify-content: center;
}

#company .container .info-list {
	width: 45%;
	padding: 0%;
	margin-right: 2%;
}
#company .container .info-list .info-item {
	display: flex;
	align-items: center;
	padding: 4% 4%;
	border-bottom: 1px solid #ECECEC;
}
#company .container .info-list .info-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#company .container .info-list .info-item dt {
	min-width: 150px;
	font-weight: 700;
}
#company .container .info-list .info-item dd {
	font-weight: 700;
}
#company .container .img {
	width: 50%
}
#company .container .img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

/* company 768px以下 */
@media screen and (max-width: 768px){
	
	#company .container {
		flex-direction: column;
	}
	#company .container .info-list {
		width: 100%;
		margin-bottom: 5%;
	}
	#company .container .img {
		width: 100%;
	}
	#company .container .info-list .info-item {
		padding: 2% 2%;
		font-size: 0.8rem;
	}
	#company .container .info-list .info-item dt{
		min-width:100px;
	}
	
}


/************************************
 お問い合わせ
************************************/
#contact {
	padding-top: 3%;
	padding-bottom: 7%;
	
	position: relative;
}
#contact::after {
	background-image: url('http://srs-bat.com/wp-content/uploads/2025/05/claudel-rheault-ZVbv1akA-l4-unsplash-scaled.jpg');
	background-repeat: no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -2;
}
#contact::before {
	background-color: rgba(124, 138, 29, 0.73);
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
#contact .section-title {
	margin-bottom: 3%;
}

#contact .section-title .ja-wrapper {
	margin-top: 0;
}
#contact .section-title .ja-wrapper .ja-text {
	color: #fff;
}

#contact .description {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.875;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	
	margin-bottom: 3%;
}

/************
 フォーム全体 
*************/
#contact .hm-contact-form {
	background-color: #fff;
	padding: 4%;
}

#contact .hm-contact-form .hm-contact-row {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
/* #contact .hm-contact-form .hm-contact-row.textarea-row {
	align-items: flex-start;
} */
/* ラベル部分 */
#contact .hm-contact-form .hm-contact-label {
    font-weight: 700;
	font-size: 1rem;
	color: #3A3A3A;
	width: 20%;
}
#contact .hm-contact-form .hm-contact-label label {
    font-weight: 700;
	font-size: 1rem;
	color: #3A3A3A;
}
#contact .hm-contact-form .hm-contact-label .require,
#contact .hm-contact-form .hm-contact-label .optional {
    font-weight: 700;
	font-size: 0.8rem;
	padding: 2px 8px;
	border-radius: 2px;
	margin-left: 10px;
}
#contact .hm-contact-form .hm-contact-label .require {
	background-color: #ffeeee;
	color: #ff0000;
}
#contact .hm-contact-form .hm-contact-label .optional {
	background-color: #f5f5f5;
	color: #888;
}

#contact .hm-contact-form .hm-contact-input {
	flex: 1;
}
/* 入力フィールド */
#contact .hm-contact-form .hm-contact-input input[type=text],
#contact .hm-contact-form .hm-contact-input input[type=email],
#contact .hm-contact-form .hm-contact-input input[type=tel],
#contact .hm-contact-form .hm-contact-input textarea {
	font-size: 1rem;
	width: 100%;
	font-family: "Noto Serif JP", serif;
}
/* プレースホルダー */
#contact .hm-contact-form .hm-contact-input input[type=text]::placeholder,
#contact .hm-contact-form .hm-contact-input input[type=email]::placeholder, 
#contact .hm-contact-form .hm-contact-input input[type=tel]::placeholder,
#contact .hm-contact-form .hm-contact-input textarea::placeholder
{
	font-size: 1rem;
	color: #A0ACBF;
	font-family: "Noto Serif JP", serif;
}

#contact .hm-contact-form .hm-contact-input .contact-caution {
	font-size: 1rem;
	color: #A0ACBF;
}

/* contactForm7 Submit ボタン */
#contact .hm-contact-form .hm-contact-btn {
	margin-top: 40px;
}

#contact .hm-contact-form .wpcf7-form input[type=submit] {
	display: block;
	text-align: center;
	
	width: 220px;
	margin: 0 auto;
	padding: 18px 3px;
	font-size: 1.2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	background: linear-gradient(to right, #FFB800, #FFDC80);
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
	
	position: relative;
	top: 0;
	left: 0;
	
    border: none;
    cursor: pointer;
	border-radius: 5px;
	transition: all 0.4s;
}
#contact .hm-contact-form .wpcf7-form input[type=submit]:hover {
	box-shadow: none;
	top: 4px;
	left: 4px;
	opacity: 1;
}
#contact .hm-contact-form .hm-contact-btn .wpcf7-spinner {
    display: none;
}


/* contact 1024px以下 */
@media screen and (max-width: 1024px){
	
	#contact .hm-contact-form .hm-contact-row {
		flex-direction: column;
		align-items: unset;
	}
	
	#contact .hm-contact-form .hm-contact-label {
		width: auto;
		margin-bottom: 0.5%;
	}
	
	#contact .hm-contact-form .wpcf7-form input[type=submit] {
		width: 160px;
		padding: 12px 3px;
		font-size: 1rem;
	}
	
}


/* contact 768px以下 */
@media screen and (max-width: 768px){
	#contact .section-title {
		margin-bottom: 5%;
	}
	#contact .description {
		font-size: 0.8rem;
	}
	
	#contact .hm-contact-form .hm-contact-label label {
		font-size: 0.8rem;
	}
	#contact .hm-contact-form .hm-contact-label .require, 
	#contact .hm-contact-form .hm-contact-label .optional {
		font-size: 0.6rem;
		margin-left: 5px;
	}
	#contact .hm-contact-form .hm-contact-input input[type=text], #contact .hm-contact-form .hm-contact-input input[type=email], #contact .hm-contact-form .hm-contact-input input[type=tel], #contact .hm-contact-form .hm-contact-input textarea {
		font-size: 0.8rem;
	}
	
	/* 入力フィールド */
	#contact .hm-contact-form .hm-contact-input input[type=text],
	#contact .hm-contact-form .hm-contact-input input[type=email],
	#contact .hm-contact-form .hm-contact-input input[type=tel],
	#contact .hm-contact-form .hm-contact-input textarea 
	{
		font-size: 0.8rem;
	}
	/* プレースホルダー */
	#contact .hm-contact-form .hm-contact-input input[type=text]::placeholder,
	#contact .hm-contact-form .hm-contact-input input[type=email]::placeholder, 
	#contact .hm-contact-form .hm-contact-input input[type=tel]::placeholder,
	#contact .hm-contact-form .hm-contact-input textarea::placeholder
	{
		font-size: 0.8rem;
	}

	#contact .hm-contact-form .hm-contact-input .contact-caution {
		font-size: 0.8rem;
	}
	
	#contact .hm-contact-form .hm-contact-btn {
		margin-top: 30px;
	}
	
}


/************************************
 フッター　footer
************************************/
#footer {
	padding-top: 3%;
}
#footer .footer-logo {
	width: 20%;
	margin: 0 auto 3%;
}
#footer .footer-navi {
	display: flex;
	justify-content: center;
	margin-bottom: 5%;
}
#footer .footer-menu {
	display: flex;
	align-items: center;
}
#footer .footer-menu li {
	font-size: 1.3rem;
}
#footer .footer-menu > li {
	margin-left: 40px;
}
#footer .footer-menu > li:first-child {
	margin-left: 0px;
}
#footer .footer-menu li a {
    transition: all 0.4s;
}
#footer .footer-menu li a:hover {
	opacity: 0.7;
	color: currentcolor;
}


#footer .footer-copyright {
	font-size: 1rem;
	letter-spacing: 0em;
	line-height: 1; 
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #9DB500, #DEF44F);
	padding: 2% 0px;
	
}


/* footer 1024px以下 */
@media screen and (max-width: 1024px){
	
	#footer .footer-menu li {
		font-size: 1rem;
	}
	#footer .footer-menu > li {
		margin-left: 18px;
	}
	#footer .footer-logo {
		widows: 15%;
		margin-bottom: 2%;
	}
	
	#footer .footer-copyright {
		font-size: 0.8rem;
	}
}

/* footer 768px以下 */
@media screen and (max-width: 768px){
	
}

/*********** 画面下部の固定メニュー：スマホ時だけ表示する ********/
.fixed-footer {
	width: 100%;

	display: none;
	align-items: center;
	justify-content:space-around;
	
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

/* 共通の用スタイル */
.fixed-footer-btn {
	width: 50%;
	font-size: 1rem;
	
	display: inline-flex;
    align-items: center;
    justify-content: center;
	padding: 10px 3px;
	font-weight: 700;

    color: #fff;
    text-align: center;
	transition: all 0.4s;

	border: none;
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	letter-spacing: 0.05em;
}

.fixed-footer-contact-btn {
	background: linear-gradient(to right, #FFD166, #FFD99A);
}

.fixed-footer-seminar-btn {
	background: linear-gradient(to bottom, #37A665, #2A8C51);
}

.fixed-footer-btn:hover {
	box-shadow: none;
	color: #fff;
	top: 4px;
	left: 4px;
	opacity: 1;
}

/* メールボタン用スタイル */
.fixed-footer-btn i {
	color: #fff;
    margin-right: 5px;
    font-size: 20px;
    transition: all 0.4s;
    display: inline-block;
    transform: scale(1, 0.806); /* 高さを約80.6%に縮小（29÷36=0.806） */
    transform-origin: center; /* 変形の基準点を中央に */
}


@media screen and (max-width: 769px) {
	
	.fixed-footer {
    	display: flex !important;
  	}
	.fixed-footer-btn {
		font-size: 0.8rem;
		height: 7vh;
	}
	.white-lightning {
		width: 14px;
	}
	
}





