@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */

	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

/* 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 {
	clear: both;
	overflow: visible;
	/* 2 */
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	margin: 0;
	color: inherit;
	border-top-width: 1px;
}

/**
 * 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 {
	text-decoration: none;
	color: inherit;
	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] {
	text-decoration: underline dotted;
	/* 2 */

	-webkit-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;
	/* 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 {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: middle;
	text-transform: inherit;
	/* 2 */
	color: inherit;
	border-radius: 0;
	background: transparent;
	font: inherit;

	-webkit-appearance: none;
	/* 1 */
	-moz-appearance: none;
	appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
	font: inherit;
	/* 2 */

	-webkit-appearance: button;
	/* 1 */
}

/**
 * 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]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-collapse: collapse;
	border-color: inherit;
	/* 1 */
}

caption {
	text-align: left;
}

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

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

/*==============================================================================================================================================================================================
*
*
* レスポンシブ
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* useful
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* プロジェクト毎の設定
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
*カラー管理
*
*
==============================================================================================================================================================================================*/
/*テーマカラー*/
/*サブテーマカラー*/
/*テキストカラー*/
/*白*/
/*灰色ベースカラー*/
/*その他*/
/*==============================================================================================================================================================================================
*
*
*基本設定
*
*
==============================================================================================================================================================================================*/
/*フォント設定*/
@font-face {
	font-family: "PixelMplus12";
	font-weight: normal;
	font-style: normal;

	src: url("../fonts/PixelMplus12-Regular.woff2") format("woff2"), url("../fonts/PixelMplus12-Regular.woff") format("woff"), url("../fonts/PixelMplus12-Regular.ttf") format("truetype");
	font-display: swap;
}

/* Common */
html {
	overflow: auto;
	height: 100%;
	font-family: "PixelMplus12" "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: 400;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	overflow: hidden;
	min-width: 100%;
	font-family: "PixelMplus12";
}

.inner {
	margin: 0 auto;
}

* {
	outline: none;
}

img {
	display: block;
	max-width: 100%;
}

/*---------------
*
*
*
/*---------------
*
* デフォルトフォントサイズ設定
*
/*---------------
*
*
*
---------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6em;
	line-height: 1.6;
}

/************************************************************
/* font
/************************************************************/
/* text-align */
.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

/* font color */
.red {
	color: #ff0000;
}

.magenta {
	color: #ff0072;
}

.yellow {
	color: #e8d900;
}

.yellow2 {
	color: yellow;
}

.blue {
	color: #1d2088;
}

.lblue {
	color: #00ffff;
}

.sblue {
	color: #009485;
}

.gold {
	color: #9f8800;
}

.navy {
	color: #006499;
}

.gray {
	color: #8a8a8a;
}

.green {
	color: #00b300;
}

/* background color */
.yb {
	background: #ffff99;
}

.rb {
	background: #e60012;
}

.gb {
	background: #cacaca;
}

.lgb {
	background: #c7ff00;
}

.lbb {
	background: #00ffff;
}

.bb {
	background: #1d2088;
}

/* border */
.border_r {
	display: inline-block;
	border-bottom: solid 4px #e60012;
	line-height: 1.6;
}

.dotted {
	text-emphasis: filled dot #000;

	-webkit-text-emphasis: filled dot #000;
}

.dotted_r {
	text-emphasis: filled dot #f00;

	-webkit-text-emphasis: filled dot #f00;
}

/* etc */
.fontS {
	font-size: 0.8em;
}

.fontM {
	font-size: 1.2em;
}

.fontL {
	font-size: 1.4em;
}

.fontLL {
	font-size: 1.8em;
}

.fontBig {
	font-size: 2em;
}

.fontBig2 {
	font-size: 2.3em;
}

.fontBig3 {
	font-size: 2.8em;
}

b {
	font-weight: bold;
}

.bold {
	font-weight: 600;
}

.gray1 {
	color: #7f7f7f;
}

.gray2 {
	color: #595959;
}

.amikake {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fcff80));
	background: linear-gradient(transparent 0%, #fcff80 0%);
}

.underline {
	text-decoration: underline;
}

.uchikeshi {
	text-decoration: line-through;
}

.center {
	text-align: center;
}

a,
a:link {
	text-decoration: none;
}

/************************************************************
/* 余白
/************************************************************/
.mt120 {
	margin-top: 120px !important;
}

.mt110 {
	margin-top: 110px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt-10 {
	margin-top: -10px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

/************************************************************
/* line-height
/************************************************************/
.lh14 {
	line-height: 1.4;
}

.lh16 {
	line-height: 1.6;
}

.lh2 {
	line-height: 2;
}

.radius {
	border-radius: 5px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.mt2 {
	margin-top: 2em !important;
}

.mt4 {
	margin-top: 4em !important;
}

.mb2 {
	margin-bottom: 2em !important;
}

.mb4 {
	margin-bottom: 4em !important;
}

.pt2 {
	padding-top: 2em !important;
}

.pt4 {
	padding-top: 4em !important;
}

.pb2 {
	padding-bottom: 2em !important;
}

.pb4 {
	padding-bottom: 4em !important;
}

/*==============================================================================================================================================================================================
*
*
*アニメーション
*
*
==============================================================================================================================================================================================*/
/*shake*/
@-webkit-keyframes shake-left {

	0%,
	16% {
		left: 25%;
	}

	4% {
		left: 20%;
	}

	8% {
		left: 15%;
	}

	12% {
		left: 20%;
	}

	16%,
	100% {
		left: 25%;
	}
}

@keyframes shake-left {

	0%,
	16% {
		left: 25%;
	}

	4% {
		left: 20%;
	}

	8% {
		left: 15%;
	}

	12% {
		left: 20%;
	}

	16%,
	100% {
		left: 25%;
	}
}

@-webkit-keyframes shake-right {

	0%,
	16% {
		left: 75%;
	}

	4% {
		left: 80%;
	}

	8% {
		left: 85%;
	}

	12% {
		left: 80%;
	}

	16%,
	100% {
		left: 75%;
	}
}

@keyframes shake-right {

	0%,
	16% {
		left: 75%;
	}

	4% {
		left: 80%;
	}

	8% {
		left: 85%;
	}

	12% {
		left: 80%;
	}

	16%,
	100% {
		left: 75%;
	}
}

/*blink*/
.blink {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*bounce-in*/
.bounce-in {
	-webkit-animation: bounce-in 1.8s;
	animation: bounce-in 1.8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes bounce-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	60% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	90% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

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

@-webkit-keyframes bounce-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	60% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	90% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

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

.pulse {
	-webkit-animation: pulse 1.5s ease-in-out infinite;
	animation: pulse 1.5s ease-in-out infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/*==============================================================================================================================================================================================
*
*
*レスポンシブ
*
*
==============================================================================================================================================================================================*/
.pc {
	display: inline;
}

@media (max-width: 440px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media (max-width: 440px) {
	.sp {
		display: inline;
	}
}

.pci {
	display: block;
}

@media (max-width: 440px) {
	.pci {
		display: none !important;
	}
}

.spi {
	display: none;
}

@media (max-width: 440px) {
	.spi {
		display: block;
	}
}

/*==============================================================================================================================================================================================
*
*
* 全体共通
*
*
==============================================================================================================================================================================================*/
body {
	color: #151515;
}

.inner {
	width: 90%;
	max-width: 1100px;
	margin: auto;
}

@media (max-width: 440px) {
	.inner {
		max-width: 100%;
	}
}

main {
	min-height: calc(100vh - 140px);
}

.section__title>h3 {
	margin: 30px 0 0;
}

.section__title>h4 {
	margin: 0;
	font-size: 2rem;
}

/*==============================================================================================================================================================================================
*
*
* header
*
*
==============================================================================================================================================================================================*/
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	height: 88px;
}

@media (max-width: 900px) {
	header {
		height: 50px;
	}
}

@media (max-width: 900px) {
	header>h1 {
		margin-left: 5px;
	}
}

header>h1>a>img {
	display: block;
	height: auto;
	max-height: 88px;
}

@media (max-width: 900px) {
	header>h1>a>img {
		height: 50px;
	}
}

header>h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 5px;
}

header>h2>a {
	display: inline-block;
	height: 88px;
	padding: 0 40px;
	text-decoration: none;
	color: #ffffff;
	background-color: #828181;
	font-size: 4.8rem;
	line-height: 88px;
}

@media (max-width: 900px) {
	header>h2>a {
		height: 50px;
		font-size: 2.4rem;
		line-height: 50px;
	}
}

.toggle_btn {
	position: fixed;
	/*基準*/
	z-index: 99;
	top: 0;
	right: 0;
	width: 88px;
	height: 88px;
	cursor: pointer;
	/*   0.5秒かけて変化させる */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width: 900px) {
	.toggle_btn {
		width: 50px;
		height: 50px;
	}
}

/*ハンバーガーメニューの線の設定（メニューが閉じている時）*/
.toggle_btn span {
	position: absolute;
	/*対象*/
	left: 50%;
	/* spanはインライン要素のため */
	display: block;
	width: 70%;
	height: 2px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #828181;
}

/*1本目の線の位置を設定*/
.toggle_btn span:nth-child(1) {
	top: 32%;
}

/*2本目の線の位置を設定*/
.toggle_btn span:nth-child(2) {
	top: 30%;
	width: 80%;
	-webkit-transform: rotate(-29deg) translateX(-54%);
	-ms-transform: rotate(-29deg) translateX(-54%);
	transform: rotate(-29deg) translateX(-54%);
}

.toggle_btn span:nth-child(3) {
	top: 70%;
}

/*1本目の線を-45度回転
transformで線のど真ん中の点を中心に動く*/
.open .toggle_btn span:nth-child(1) {
	z-index: 50;
	top: 20px;
	left: 35px;
	-webkit-transform: rotate(-45deg) translateX(-50%);
	-ms-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
	background-color: #ffffff;
}

@media (max-width: 900px) {
	.open .toggle_btn span:nth-child(1) {
		top: 10px;
		left: 25px;
	}
}

/*2本目の線を45度回転*/
.open .toggle_btn span:nth-child(2) {
	display: none;
	/* 2本目の線は非表示 */
}

/* 3本目 */
.open .toggle_btn span:nth-child(3) {
	z-index: 50;
	top: 62px;
	left: 35px;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	background-color: #ffffff;
}

@media (max-width: 900px) {
	.open .toggle_btn span:nth-child(3) {
		top: 35px;
		left: 25px;
	}
}

/* ハンバーガーメニューのナビゲーション */
nav {
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	left: auto;
	width: 20%;
	height: 100%;
	padding: 50px;
	-webkit-transition: all 1s;
	transition: all 1s;
	pointer-events: none;
	opacity: 0;
	background-color: #828181;
}

@media (max-width: 440px) {
	nav {
		width: 50%;
	}
}

.open nav {
	right: 0;
	left: auto;
	-webkit-transition: all 1s;
	transition: all 1s;
	pointer-events: auto;
	opacity: 1;
}

.mask {
	display: none;
}

.open .mask {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
}

.container__item>a {
	font-size: 2.4rem;
}

/*==============================================================================================================================================================================================
*
*
*indexページ
*
*
==============================================================================================================================================================================================*/
.top_bg {
	min-height: 100vh;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: top left;
	background-size: cover;
}

.slider {
	width: 1200px;
	margin: 50px auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

@media (max-width: 900px) {
	.slider {
		width: 100%;
		margin: 30px auto;
	}
}

.sliderbox__color--orange {
	background-color: #feb25e;
}

.sliderbox__color--orange>.sliderbox--img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
	width: 57%;
	height: 63%;
	margin-left: auto;
}

@media (max-width: 900px) {
	.sliderbox__color--orange>.sliderbox--img {
		width: 50%;
		margin-bottom: 0;
	}
}

@media (max-width: 440px) {
	.sliderbox__color--orange>.sliderbox--img {
		width: 60%;
		margin-bottom: 0;
	}
}

.sliderbox__color--orange img {
	display: block;
	width: 100%;
	height: auto;
}

.sliderbox__color--pink {
	background-color: #ffc4c8;
}

.sliderbox__color--pink>.sliderbox--img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
	width: 46%;
	margin: 30px 30px 0 auto;
}

@media (max-width: 900px) {
	.sliderbox__color--pink>.sliderbox--img {
		width: 40%;
		margin-bottom: 0;
	}
}

@media (max-width: 440px) {
	.sliderbox__color--pink>.sliderbox--img {
		width: 45%;
	}
}

.sliderbox__color--pink img {
	bottom: 0;
	display: block;
	width: 100%;
}

.sliderbox__color--blue {
	background-color: #88ddf9;
}

.sliderbox__color--blue>.sliderbox--img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	width: 53%;
	margin: 50px 30px 0 auto;
}

@media (max-width: 900px) {
	.sliderbox__color--blue>.sliderbox--img {
		width: 40%;
		margin-bottom: 0;
	}
}

@media (max-width: 440px) {
	.sliderbox__color--blue>.sliderbox--img {
		width: 45%;
	}
}

.sliderbox__color--blue img {
	display: block;
	width: 100%;
}

h3 {
	margin-top: 60px;
	margin-left: 70px;
	font-size: 3.6rem;
}

@media (max-width: 440px) {
	h3 {
		margin-left: 50px;
		font-size: 2.4rem;
	}
}

h4 {
	margin-left: 70px;
	font-size: 2.4rem;
}

@media (max-width: 440px) {
	h4 {
		margin-left: 50px;
		font-size: 1.6rem;
	}
}

.slider .slick-slide {
	height: 400px;
	margin: 0 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

@media (max-width: 440px) {
	.slider .slick-slide {
		height: 300px;
		margin: 0 10px;
	}
}

.slider .slick-center {
	padding: 0;
	border: none;
	outline: 3px solid #151515;
	outline-offset: -3px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50%;
	margin: 30px auto 30px;
}

@media (max-width: 900px) {
	.control {
		width: 80%;
	}
}

.key__left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.key__left--above,
.key__left--under {
	width: 62px;
	height: 62px;
	background-color: #828181;
}

@media (max-width: 440px) {

	.key__left--above,
	.key__left--under {
		width: 40px;
		height: 40px;
	}
}

.key__left--above::before {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-style: solid;
	border-style: solid;
	border-top: 0;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #d9d9d9;
	border-left: 7px solid transparent;
}

.key__left--under::before {
	position: absolute;
	top: 90%;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-style: solid;
	border-style: solid;
	border-top: 12px solid #d9d9d9;
	border-right: 7px solid transparent;
	border-bottom: 0;
	border-left: 7px solid transparent;
}

.key__left--central {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 186px;
	background-color: #828181;

	gap: 22px;
}

@media (max-width: 440px) {
	.key__left--central {
		width: 120px;

		gap: 10px;
	}
}

.key__left--central button {
	width: 62px;
	height: 62px;
	cursor: pointer;
	border-radius: 6px;
	background: #828181;
	font-size: 20px;
}

@media (max-width: 440px) {
	.key__left--central button {
		width: 40px;
		height: 40px;
	}
}

#leftBtn {
	position: relative;
}

#leftBtn::before {
	position: absolute;
	top: 50%;
	left: 30%;
	width: 0;
	height: 0;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: shake-left 2.5s ease-in-out infinite;
	animation: shake-left 2.5s ease-in-out infinite;
	border-style: solid;
	border-top: 7px solid transparent;
	border-right: 12px solid #ffffff;
	border-bottom: 7px solid transparent;
	border-left: 0;
}

#rightBtn {
	position: relative;
}

#rightBtn::before {
	position: absolute;
	top: 50%;
	left: 70%;
	width: 0;
	height: 0;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: shake-right 2.5s ease-in-out infinite;
	animation: shake-right 2.5s ease-in-out infinite;
	border-style: solid;
	border-top: 7px solid transparent;
	border-right: 0;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #ffffff;
}

.key__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 200px;
	height: 186px;
}

@media (max-width: 440px) {
	.key__right {
		width: 110px;
		height: 120px;
	}
}

.key__right--A,
.key__right--B {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 97px;
	height: 97px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 32px;
}

@media (max-width: 440px) {

	.key__right--A,
	.key__right--B {
		width: 50px;
		height: 50px;
	}
}

.key__right--A {
	background-color: #d74848;
}

.key__right--B {
	margin-top: 89px;
	background-color: #828181;
}

@media (max-width: 440px) {
	.key__right--B {
		margin-top: 70px;
	}
}

/*==============================================================================================================================================================================================
*
*
* aboutページ
*
*
==============================================================================================================================================================================================*/
.about__content {
	margin-bottom: 100px;
}

.about__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media (max-width: 440px) {
	.about__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
	}
}

.about__img {
	width: 40%;
}

@media (max-width: 440px) {
	.about__img {
		width: 90%;
	}
}

.about__img>img {
	display: block;
	width: 100%;
}

.about__table {
	width: 50%;
	margin: 30px auto;
	border-collapse: collapse;
	font-size: 2.4rem;
}

@media (max-width: 440px) {
	.about__table {
		width: 90%;
		font-size: 1.8rem;
	}
}

.about__table--item>th {
	width: 30%;
	padding: 5px 0;
	font-weight: normal;
}

.about__table--item>td {
	width: 70%;
	padding: 5px 0;
}

.about__text>h5 {
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 2px 30px;
	background-color: #feb25e;
	font-size: 2.4rem;
}

@media (max-width: 440px) {
	.about__text>h5 {
		font-size: 1.8rem;
	}
}

.about__text>p {
	margin: 5px 0 30px;
	line-height: 1.6;
}

/*==============================================================================================================================================================================================
*
*
* worksページ
*
*
==============================================================================================================================================================================================*/
/* Worksセクション全体のスタイル */
.works__content {
	padding: 40px 20px;
	background-color: rgba(255, 196, 200, 0.2);
	/* ピンクの背景色 */
}

/* セクションタイトルのスタイル */
.works__list {
	display: grid;
	justify-content: center;
	margin-top: 70px;

	grid-template-columns: repeat(3, 1fr);
	/* 3列レイアウト */
	gap: 30px;
	/* アイテム間のスペース */
}

/* 各投稿アイテムのスタイル */
.works__item {
	display: grid;
	overflow: hidden;
	align-items: center;
	/* 垂直方向の中央揃え */
	height: 270px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;

	gap: 20px;
	/* 要素間のスペース */
}

.works__item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 投稿アイテム全体をリンクにするスタイル */
.works__item a {
	display: flex;
	/* グリッド全体をリンクにする */
	overflow: hidden;
	align-items: center;
	/* 垂直方向の中央揃え */
	flex-direction: row-reverse;
	height: 270px;
	text-decoration: none;
	/* 下線を削除 */
	color: inherit;
	/* テキストの色を継承 */
	background-color: #ffc4c8;

	grid-template-columns: 1fr 1fr;
	/* 左右に分割 */
	gap: 0;
	/* 要素間のスペース */
}

/* 投稿内容のスタイル */

.works__sentence {
	display: flex;
	align-content: center;
	flex-direction: column;
	margin: 0 20px;
	text-align: left;
}

.works__custom--category {
	display: flex;
	margin-bottom: 100px;
}

.works__text {
	flex-grow: 1;
}

.works__custom--title {
	margin: 10px 0 0;
	color: #333;
	font-size: 1.8rem;
}

.works__custom--product {
	color: #666;
	font-size: 1.6rem;
}

/* 投稿画像のスタイル */
.works__img {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	/* 画像のサイズを固定 */
	justify-content: center;
	width: 50%;
	height: 270px;
	background-color: #fff;

	object-fit: contain;
}

.works__img img {
	width: auto;
	height: 270px;
	padding: 10px 5px;

	object-fit: contain;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
	.works__list {
		grid-template-columns: repeat(2, 1fr);
		/* 2列レイアウト */
	}
}

@media (max-width: 768px) {
	.works__list {
		grid-template-columns: 1fr;
		/* 1列レイアウト */
	}
}

/*==============================================================================================================================================================================================
*
*
* singleページ
*
*
==============================================================================================================================================================================================*/

.single__content {
	display: flex;
	flex-direction: row;
	padding: 40px 20px;
}

@media (max-width: 440px) {
	.single__content {
		flex-direction: column;
	}
}

.single__table {
	width: 50%;
	height: auto;
	table-layout: auto;
}

@media (max-width: 440px) {
	.single__table {
		width: 90%;
	}
}

.single__table--item td {
	width: 80%;
	height: auto;
	vertical-align: top;
	white-space: normal;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.nowrap td {
	white-space: nowrap;
	/*URL部分のみ改行しない*/
}

@media (max-width: 900px) {
	.single__table--item td {
		width: 70%;
		padding: 10px 0;
	}
}

@media (max-width: 900px) {
	.single__table--item th {
		padding: 10px 0;
	}
}



.single__img {
	flex-shrink: 0;
	/* 画像のサイズを固定 */
	width: 50%;
	height: 70vh;
	background-color: #fff;
}

@media (max-width: 440px) {
	.single__img {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}

.single__img img {
	width: auto;
	height: 70vh;
	margin: 0 auto;

	object-fit: contain;
}

@media (max-width: 440px) {
	.single__img img {
		width: 90%;
		height: auto;
		margin: 50px auto;
	}
}


/*==============================================================================================================================================================================================
*
*
* contactページ
*
*
==============================================================================================================================================================================================*/
form>main {
	max-width: 1100px;
	margin: 0 auto 50px;
	padding: 50px 0 20px;
	background-color: #88ddf9;
}

@media (max-width: 440px) {
	form {
		max-width: 100%;
		padding: 20px 0 50px;
	}
}

.contact__list {
	text-align: left;

}

.contact__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 600px;
	margin: 40px auto;
}

@media (max-width: 900px) {
	.contact__item {
		max-width: 90%;
	}
}

@media (max-width: 440px) {
	.contact__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 90%;
		margin: 20px auto;
		font-size: 1.4rem;
	}
}

.contact__item>p {
	display: flex;
	flex-direction: row;
}

@media (max-width: 900px) {
	.contact__item>p {
		flex-direction: column;
		margin: 0 auto;
	}
}

.contact__item #name,
.contact__item #email,
.contact__item #message {
	width: 100%;
	padding: 10px;
	border: none;
	background-color: #ffffff;
}

.contact__item #message {
	height: 180px;
}

.contact__item>p>label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 200px;
	color: #151515;
	font-size: 1.6rem;
}

@media (max-width: 900px) {
	.contact__item>label {
		width: 40%;
	}
}

@media (max-width: 440px) {
	.contact__item>label {
		width: 88%;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}

.contact__item>p>label::before {
	position: absolute;
	top: 50%;
	left: -20px;
	width: 0;
	height: 0;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-top: 6px solid transparent;
	border-right: 0;
	border-bottom: 6px solid transparent;
	border-left: 11px solid #ffffff;
}

.contact__item:last-of-type {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: auto;
}

@media (max-width: 440px) {
	.contact__item:last-of-type {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
	}
}

.contact__item:last-of-type>label::before {
	display: none;
}

.contact__item:last-of-type>label {
	margin-bottom: 0;
	margin-left: 10px;
}

/* 送信ボタン */
.wpcf7-submit {
	position: relative;
	display: block;
	margin: 10px auto;
	padding: 5px 50px 5px 60px;
	text-align: center;
	color: #151515;
	background-color: #ffffff;
}

.wpcf7-submit::before {
	position: absolute;
	top: 50%;
	left: 35px;
	width: 0;
	height: 0;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-top: 6px solid transparent;
	border-right: 0;
	border-bottom: 6px solid transparent;
	border-left: 11px solid rgba(129, 129, 129, 0.5);
}

.wpcf7-submit:checked {
	color: #ffffff;
	background-color: #88ddf9;
}

.wpcf7-submit[disabled] {
	cursor: not-allowed;
	/* クリック不可のカーソルを表示 */
}

.wpc7-response-output
/*==============================================================================================================================================================================================
*
*
* 404ページ
*
*
==============================================================================================================================================================================================*/

.page__error {
	display: block;
	width: 80%;
	margin: 100px auto;
	padding-bottom: 100px;
	text-align: center;
}

.page__error h4 {
	margin-bottom: 30px;
	margin-left: 0;
}

.page__error a {
	display: block;
	margin: 50px 0;
	font-size: 2.4rem;
}

/*==============================================================================================================================================================================================
*
*
* プライバシーポリシーページ
*
*
==============================================================================================================================================================================================*/

.privacy-policy {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.policy__head {
	display: block;
	margin: 30px 0;
	text-align: center;
}

.policy__text p {
	margin: 10px auto;
	font-size: 1.4rem;
	counter-reset: number 0;
}

.policy__item h5 {
	position: relative;
	margin-left: 30px;
}

.policy__item h5::before {
	position: absolute;
	counter-increment: number 1;
	content: "" counter(number) ". ";
	top: 1px;
	left: -30px;
}

/*==============================================================================================================================================================================================
*
*
* footer
*
*
==============================================================================================================================================================================================*/
footer {
	position: relative;
}

small {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #151515;
	font-size: 14px;
}

@media (max-width: 440px) {
	small {
		font-size: 12px;
	}
}

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