@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  /* スマホでリンクタップ時に、背景のハイライトを消す */
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}

a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #FF0000;
}
.material-icons{
	vertical-align: -2px;
}

/*--- font ---*/
.fwBold{
	font-weight:bold !important;
}
.fs110{
	font-size: 110% !important;
}
.fs120{
	font-size: 120% !important;
}
.fs140{
	font-size: 140% !important;
}
.fs160{
	font-size: 160% !important;
}
.fs200{
	font-size: 200% !important;
}
.fs250{
	font-size: 250% !important;
}
.fs300{
	font-size: 300% !important;
}
.taCenter{
	text-align:center !important;
}
.taRight{
	text-align: right !important;
}
.taLeft{
	text-align: left !important;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B75DE;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #eb63a5 !important;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
.text_en{
	font-family: 'Arial Black', -apple-system, 'BlinkMacSystemFont' ,sans-serif;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem !important;
}
.mT20{
	margin-top: 2rem !important;
}
.mT30{
	margin-top: 3rem !important;
}
.mT50{
	margin-top: 5rem !important;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem !important;
}
.mB20{
	margin-bottom: 2rem !important;
}
.mB30{
	margin-bottom: 3rem !important;
}
.mB40{
	margin-bottom: 4rem !important;
}
.mB50{
	margin-bottom: 5rem !important;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 480px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}

/* FIX area
---------------------------------------*/
.fix_area{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("images/bg.png") no-repeat 100% 100%;
	overflow: hidden;
}
.fixL{
	position: absolute;
	left: 7%;
	top: 50px;
	bottom: 170px;
}
.fixL .Flogo{
	width: 300px;
	text-align: center;
	margin-bottom: 50px;
}
.logo_text{
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
}
#gnav{
	margin-bottom: 100px;
}
#gnav ul li a{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	line-height: 5rem;
}
.btn01{
	width: 100%;
}
.btn01 a{
	display: block;
	color: #FFF;
	background-color: #eb63a5;
	padding: 1.5rem 0;
	text-align: center;
	font-weight: bold;
}
.fixR{
	position: absolute;
	right: 7%;
	top: 100px;
	width: 235px;
}
.btn02{
	margin-bottom: 1rem;
	text-align: center;
	background-color: #eb63a5;
	padding: 1rem 0;
	border-radius: 30px;
}
.btn02 a{
	color: #FFF;
	font-weight: bold;
	display: block;
}
.btn03{
	background-color: #333333;
}

.qr{
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem;
	color: #FFF;
	background-color: #333333;
	border-radius: 5px;
}
.qrL{
	width: 65%;
	font-size: 1.3rem;
	line-height: 1.5;
}
.qrR{
	width: 32%;
}
.qrR img{
	display: block;
}
.loop_wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
 }

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 10rem;
	line-height: 1.5;
    overflow: hidden;
	color: #FFF;
	font-weight: bold;
  }
.loop_wrap div:nth-child(odd) {
animation: loop 50s -25s linear infinite;
}
@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
 }
@media screen and (max-width: 1275px) {
	.fixR{
		right: 2%;
	}
	.fixL{
		left: 2%;
	}
}
@media screen and (max-width: 840px) {
	.fixL{
		left: 1%;
		top: 10px;
		bottom: 0;
	}
	.fixL .Flogo{
		width: 150px;
		margin-bottom: 10px;
	}
	.logo_text{
		font-size: 1.6rem;
	}
	#gnav ul li a{
		font-size: 1.6rem;
	}
	.btn01{
		bottom: 10px;
	}
	.btn01 a{
		display: block;
		color: #FFF;
		background-color: #eb63a5;
		padding: 1.5rem 0;
		text-align: center;
		font-weight: bold;
	}
	.fixR{
		position: absolute;
		right: 1%;
		bottom: 0;
		width: 150px;
	}
	.loop_wrap{
		display: none;
	}
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  /* スマホでリンクタップ時に、背景のハイライトを消す */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* スタイル初期化 */
/*---------------------------------
    
フォント設定
---------------------------------*/
@font-face {
  font-family: 'HunterRiver';
  font-style: normal;
  font-weight: 400;
  src: url("../font/HunterRiver-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url("../font/Lora-Regular.woff") format("woff"), url("../font/Lora-Regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url("../font/Lora-Bold.woff") format("woff"), url("../font/Lora-Bold.eot") format("eot");
  font-display: swap;
}

/* フォント設定 */
/*---------------------------------
    
レスポンシブ対応用設定
---------------------------------*/
/* レスポンシブ設定 */
/*---------------------------------
    変数設定
---------------------------------*/
/*---------------------------------
    テキスト色・背景色・リンク色
---------------------------------*/
/* 変数設定 */
/* ミックスイン設定 */
html {
  font-size: 94%;
}

@media (max-width: 959px) {
  html {
    font-size: 87.5%;
  }
}

body {
  width: 100%;
  background: #fff;
  /* ゴシック体 */
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  /* 游ゴシック体 */
  /* 明朝体 */
}

h1, h2, h3, h4 {
  font-family: "NotoSansCJKjp", sans-serif;
}

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

.font-marker {
  font-weight: bold;
  margin: 0 .1em;
  background: linear-gradient(transparent 60%, rgba(252, 234, 64, 0.8) 60%);
}

.font-bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*---------------------------------
    スマホメニュー
    開く時の縦スクロール禁止
---------------------------------*/
body.spNav-visible {
  overflow-y: hidden;
}

/*---------------------------------
    PC時に電話番号タップを禁止
---------------------------------*/
a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 959px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*---------------------------------
    コンテンツエリア .contents
---------------------------------*/
.contents {
  position: relative;
}

.contents::before, .contents::after {
  content: "";
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
}

.contents::before {
  background-image: url(../img/common/wave_header.png);
  top: -60px;
}

.contents::after {
  background-image: url(../img/common/wave_footer.png);
  bottom: -60px;
}

/*---------------------------------
    セクション 
    .section, .section__inner, 
    .section__title, .section__text, 
    .btn
---------------------------------*/
.section {
  background: #fff;
}

.section__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 959px) {
  .section__inner {
    padding: 0 64px;
  }
}

@media (max-width: 767px) {
  .section__inner {
    padding: 0 24px;
  }
}

.section:first-of-type {
  background: #FFF1F4;
}

.section:first-of-type .section__inner {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .section:first-of-type .section__inner {
    padding-top: 120px;
  }
}

.section:last-of-type {
  background: #F2F2F2;
}

.section:last-of-type .section__inner {
  padding-top: 80px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .section:last-of-type .section__inner {
    padding-bottom: 120px;
  }
}

.section:first-of-type:last-of-type .section__inner {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .section:first-of-type:last-of-type .section__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section__title {
  font-size: 2.4rem;
  color: #0e0d0d;
  color: #eb63a5;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.section__title--service {
  color: #0e0d0d;
}

.section__title span.en {
  display: block;
  font-size: .45em;
  position: relative;
  color: #616161;
  margin-bottom: 8px;
}

.section__title span.strong {
  color: #eb63a5;
}

.section__title span.dotted {
  text-emphasis: filled dot;
  -webkit-text-emphasis: filled dot;
}

@media (max-width: 767px) {
  .section__title span.sp-block {
    display: block;
  }
}

.section__title span.d-block {
  display: block;
}

@media (max-width: 767px) {
  .section__title span.sp-inline-block {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .section__title {
    font-size: 2rem;
  }
}

.section__title02 {
  position: relative;
  padding-bottom: 12px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 64px;
}

.section__title02::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(45deg, #eb63a5 0px, #eb63a5 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 4px 4px;
  background-repeat: repeat;
}

@media (max-width: 767px) {
  .section__title02 {
    font-size: 1.4rem;
  }
}

.section__text {
  margin-top: 32px;
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .section__text {
    text-align: justify;
  }
}

.section__text p {
  font-size: .9rem;
  color: #424242;
  line-height: 1.9;
}

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

.section__text p + p {
  margin-top: 16px;
}

.section__text p > a {
  color: #3e7794;
  text-decoration: underline;
  transition: .2s text-decoration ease-in-out;
}

@media (min-width: 960px) {
  .section__text p > a:hover {
    text-decoration: none;
  }
}

.section__text span.pc-block {
  display: block;
}

@media (max-width: 767px) {
  .section__text span.pc-block {
    display: inline;
  }
}

/* テキストの装飾 */
span.marker {
  background: linear-gradient(transparent 65%, #fff799 65%);
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0e0d0d;
}

span.bold {
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-link {
  color: #3e7794;
  text-decoration: underline;
  transition: .2s text-decoration;
}

@media (min-width: 960px) {
  .text-link:hover {
    text-decoration: none;
  }
}

.text-link.external {
  position: relative;
}

.text-link.external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  font-size: .8em;
  text-decoration: none;
}

.btn {
  text-align: center;
  margin-top: 56px;
}

.btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px 12px 56px;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .9rem;
  line-height: 1.6;
  color: #fff;
  background: #eb63a5;
  border: 1px solid #eb63a5;
  text-decoration: none;
  transition: .3s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


@media (max-width: 767px) {
  .btn a {
    display: block;
    padding: 16px 12px;
    width: 100%;
    margin: auto;
  }
}

.btn a::before {
  /* hover時の背景用設定 */
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease;
  background: #fff;
}

.btn a:after {
  /* 矢印 */
  content: "";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.3rem;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  margin-left: 8px;
  color: #fff;
  transition: inherit;
}

@media (min-width: 960px) {
  .btn a:hover {
    color: #eb63a5;
  }
  .btn a:hover::before {
    left: 0;
    width: 100%;
  }
  .btn a:hover::after {
    color: #eb63a5;
  }
}

.btn--outlined a {
  color: #eb63a5;
  background: #fff;
  border: 1px solid #eb63a5;
}

.btn--outlined a::before {
  background: #eb63a5;
}

.btn--outlined a::after {
  color: #eb63a5;
}

@media (min-width: 960px) {
  .btn--outlined a:hover {
    color: #fff;
  }
  .btn--outlined a:hover::after {
    color: #fff;
  }
}

.btn--rounded a {
  border-radius: 60px;
}

/* カテゴリ内リンク一覧 */
.CategoryLink {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 24px;
}

@media (max-width: 767px) {
  .CategoryLink {
    max-width: 480px;
  }
}

.CategoryLink-item {
  display: flex;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-left: none;
  padding: 24px 16px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  color: #0e0d0d;
  font-size: .85rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.CategoryLink-item span.en {
  color: #eb63a5;
  font-weight: bold;
  font-size: 1.7em;
  display: block;
  margin-bottom: 4px;
}

.CategoryLink-item::after {
  content: '>';
  color: #eb63a5;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.2s;
}

@media (min-width: 960px) {
  .CategoryLink-item:hover {
    border-color: #eb63a5;
  }
  .CategoryLink-item:hover::after {
    right: 10px;
  }
}

.banner-link {
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
}

body.EC .banner-link {
  max-width: 540px;
}

@media (max-width: 767px) {
  body.EC .banner-link {
    max-width: 300px;
    display: block;
  }
}

.banner-link__item {
  display: flex;
  text-decoration: none;
  position: relative;
  transition: .25s box-shadow;
  background: #fff;
}

body.EC .banner-link__item {
  flex: 0 1 calc((100% - 32px) / 2);
}

@media (max-width: 767px) {
  body.EC .banner-link__item {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .banner-link__item:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  body.EC .banner-link__item + .banner-link__item {
    margin-top: 32px;
  }
}

.grid-link {
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 32px;
}

@media (max-width: 767px) {
  .grid-link {
    max-width: 480px;
  }
}

.grid-link__item {
  display: flex;
  border: 1px solid #e5e5e5;
  padding: 16px 16px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}

body.EC .grid-link__item {
  justify-content: center;
}

.grid-link__item::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  transition: 0.2s;
}

@media (min-width: 960px) {
  .grid-link__item:hover {
    border-color: #eb63a5;
  }
  .grid-link__item:hover::after {
    bottom: 8px;
    right: 8px;
  }
}

.grid-link__image {
  flex: 0 1 32%;
  max-width: 32%;
}

body.EC .grid-link__image {
  flex: 0 1 75%;
  max-width: 75%;
}

.grid-link__text {
  flex: 0 1 60%;
}

.grid-link__head {
  font-size: 1.1rem;
  color: #0e0d0d;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.grid-link__info {
  font-size: .85rem;
  color: #424242;
  margin-top: 6px;
  text-align: justify;
}

.card-link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

body.VISION .card-link {
  justify-content: center;
}

@media (max-width: 767px) {
  .card-link {
    flex-direction: column;
    /* フリックで横スクロール */
  }
}

.card-link__item {
  width: 30%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  white-space: normal;
  margin: 8px 16px;
  background: #fff;
}

body.VISION .card-link__item {
  width: 40%;
}

@media (min-width: 960px) {
  .card-link__item:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .card-link__item {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    height: auto;
  }
  body.VISION .card-link__item {
    width: 100%;
    flex-direction: column;
  }
  .card-link__item + .card-link__item {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .card-link__image {
    flex: 0 1 35%;
    max-width: 35%;
    align-self: stretch;
  }
  body.VISION .card-link__image {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .card-link__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.card-link__text {
  padding: 24px 24px;
  flex-grow: 1;
  background-color: #fff;
}

@media (max-width: 767px) {
  .card-link__text {
    padding: 16px 16px;
    flex: 0 1 65%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  body.VISION .card-link__text {
    flex: 0 1 100%;
    padding: 24px 24px;
  }
}

.card-link__head {
  color: #0e0d0d;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  transition: .2s;
  position: relative;
  padding-left: 20px;
}

@media (min-width: 960px) {
  .card-link__item:hover .card-link__head {
    color: #eb63a5;
  }
}

.card-link__head::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #eb63a5;
  font-size: .9em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  text-align: left;
}

.card-link__info {
  color: #424242;
  font-size: .85rem;
  margin-top: 8px;
  transition: .2s;
  line-height: 1.7;
}

/* slickアイテムのスタイル */
.card-link {
  outline: none !important;
}

.card-link .slick-prev::before,
.card-link .slick-next::before {
  background: #eb63a5 !important;
}

.card-link .slick-prev {
  left: -40px !important;
}

.card-link .slick-next {
  right: -40px !important;
}

.card-link .slick-prev.slick-disabled:before, .card-link .slick-next.slick-disabled:before {
  opacity: 0 !important;
}

.ec-link {
  margin-top: 48px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ec-link {
    flex-direction: column;
  }
}

.ec-link__item {
  width: 50%;
  padding: 0 24px;
}

@media (max-width: 767px) {
  .ec-link__item {
    padding: 0;
    width: 100%;
  }
}

.ec-link__item + .ec-link__item {
  position: relative;
}

.ec-link__item + .ec-link__item::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .ec-link__item + .ec-link__item {
    margin-top: 48px;
    padding-top: 48px;
  }
  .ec-link__item + .ec-link__item::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.ec-link__image {
  max-width: 240px;
  margin: auto;
}

.ec-link .btn {
  margin-top: 32px;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .col-2 {
    flex-direction: column;
    align-items: center;
  }
}

.section--smapple-link .col-2 {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .section--smapple-link .col-2 {
    flex-direction: column;
  }
}

.col-2 .image {
  flex: 0 1 30%;
  max-width: 30%;
}

@media (max-width: 767px) {
  .col-2 .image {
    flex-basis: auto;
    max-width: 100%;
  }
  .section--smapple-link .col-2 .image {
    max-width: 240px;
  }
}

.col-2 .text {
  flex: 0 1 calc(70% - 40px);
}

@media (max-width: 767px) {
  .col-2 .text {
    flex-basis: auto;
    width: 100%;
    margin-top: 40px;
  }
}

.col-2 + .section__title02 {
  margin-top: 72px;
}

/*---------------------------------
    TOPページ タイムラボとは about
---------------------------------*/
.section--about {
  background: #FFF1F4;
}

.section--about .section__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 24px;
}

@media (max-width: 767px) {
  .section--about .section__title {
    position: relative;
    width: 75%;
    margin-left: auto;
  }
  .section--about .section__title::before {
    content: "";
    background: url(../img/about.png);
    max-width: 28%;
    width: 100px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    left: -72px;
  }
}

.about {
  width: 100%;
  flex-direction: row;
  display: flex;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .about {
    flex-direction: column;
    margin-top: 40px;
  }
}

.about__image {
  margin-top: -80px;
  max-width: 20%;
  flex: 0 1 20%;
  align-self: center;
}

@media (max-width: 767px) {
  .about__image {
    display: none;
  }
}

.about__text {
  flex: 0 1 80%;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .about__text {
    margin-left: 0;
  }
}

.about__text p {
  color: #424242;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}

.about__text p + p {
  margin-top: 16px;
}

.about__text .btn {
  margin-top: 32px;
  text-align: right;
}

.about__text .btn a {
  padding: 12px 40px 12px 56px;
  display: inline-block;
  width: auto;
}

/*---------------------------------
    TOPページ 代表挨拶 message
---------------------------------*/
.section--message {
  background: #FFF1F4;
  padding-bottom: 80px;
  padding-right: 24px;
  padding-left: 24px;
}

@media (max-width: 767px) {
  .section--message {
    padding-right: 0;
    padding-left: 0;
  }
}

.section--message .section__inner {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  border-radius: 30px;
  background: #fff;
  padding: 56px 48px;
}

@media (max-width: 959px) {
  .section--message .section__inner {
    padding: 48px 40px;
  }
}

@media (max-width: 767px) {
  .section--message .section__inner {
    border-radius: 0;
    padding: 120px 24px 48px;
  }
}

@media (max-width: 767px) {
  .section--message .section__title {
    position: relative;
    width: 55%;
    margin-right: auto;
  }
  .section--message .section__title::before {
    content: "";
    background: url(../img/message_face.png);
    width: 140px;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    right: -120px;
  }
}

.section--message .message {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .section--message .message {
    flex-direction: column;
    margin-top: 64px;
  }
}

.section--message .message__image {
  flex: 0 1 30%;
  max-width: 30%;
}

@media (max-width: 767px) {
  .section--message .message__image {
    display: none;
  }
}

.section--message .message__text {
  flex: 0 1 65%;
}

@media (max-width: 767px) {
  .section--message .message__text {
    flex-basis: 100%;
  }
}

.section--message .message__text p {
  color: #424242;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}

.section--message .message__text p + p {
  margin-top: 16px;
}

.section--message .message__text .message__head + p {
  margin-top: 24px;
}

.section--message .message__head {
  display: inline-block;
  color: #0e0d0d;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 0;
}

.section--message .message__head span {
  font-size: .6em;
  color: #424242;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}

.section--message .message__head::before {
  content: "";
  position: absolute;
  left: -24px;
  top: -0.7rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF1F4;
  z-index: -1;
}

@media (max-width: 959px) {
  .section--message .message__head::before {
    width: 40px;
    height: 40px;
    left: -20px;
    top: -0.7rem;
    transform: translateY(0);
  }
}

.section--message .message__sign {
  width: 240px;
  backface-visibility: hidden;
  margin-top: 32px;
  margin-left: auto;
}

.Message-name {
  margin-top: 40px;
  text-align: right;
}

.Message-name img {
  margin-left: 12px;
  width: 150px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 767px) {
  .Message-name img {
    width: 130px;
  }
}

/*---------------------------------
    TOPページ 私たちの事業 service
---------------------------------*/
.section--service {
  background: #fff;
}

.section--service .section__inner {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  border-radius: 30px;
  padding: 80px 24px;
}

.service-list {
  margin: 40px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .service-list {
    flex-direction: column;
  }
}

.service-list__item {
  background: #f2f2f2;
  padding: 32px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: .25s box-shadow;
}

@media (min-width: 960px) {
  .service-list__item:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .service-list__item {
    flex-direction: row;
    padding: 16px 24px;
  }
}

.service-list__item + .service-list__item {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .service-list__item + .service-list__item {
    margin-left: 0;
    margin-top: 32px;
  }
}

.service-list__image {
  width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
}

.service-list__image img {
  width: 100%;
}

.service-list__name {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #424242;
  margin-top: 16px;
  position: relative;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .service-list__name {
    margin-top: 0;
    margin-left: 16px;
  }
}

.service-list__name::before {
  content: "";
  display: block;
  background-image: url(../img/service_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .service-list__name::before {
    background-position: center left;
  }
}

/*---------------------------------
    TOPページ お問い合わせ contact-form
---------------------------------*/
.section--contact-form {
  background: #F2F2F2;
}

.section--contact-form .section__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 24px;
}

/*---------------------------------
    会社概要 /company.php#Profile
---------------------------------*/
.section--profile {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section--profile .section__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.profile-table {
  background: #fff;
  border-radius: 30px;
  padding: 48px 48px;
  width: 100%;
  max-width: 800px;
  margin: 48px auto 0;
}

@media (max-width: 767px) {
  .profile-table {
    padding: 24px 32px;
    border-radius: 0;
  }
}

.profile-table dl {
  padding: 24px 0;
  display: flex;
}

.profile-table dt, .profile-table dd {
  font-size: 1rem;
  line-height: 1.9;
}

.profile-table dt {
  color: #0e0d0d;
  color: #eb63a5;
  text-align: left;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  flex: 0 1 180px;
  padding-right: 80px;
  align-self: flex-start;
}

@media (max-width: 767px) {
  .profile-table dt {
    padding-right: 32px;
    flex-basis: 120px;
  }
}

.profile-table dt::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  .profile-table dt::after {
    width: 32px;
  }
}

.profile-table dd {
  color: #424242;
  flex: 0 1 calc(100% - 120px);
  text-align: justify;
  margin-left: 56px;
}

@media (max-width: 767px) {
  .profile-table dd {
    margin-left: 24px;
  }
}

/*---------------------------------
    沿革 /company.php#History
---------------------------------*/
@media (max-width: 767px) {
  .section--history .section__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.history {
  width: 100%;
  max-width: 800px;
  margin: 48px auto 0;
  background: #fff;
  padding: 48px 48px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .history {
    max-width: 100%;
    border-radius: 0;
    padding: 24px 32px;
  }
}

.history__row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 32px 0;
}

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

.history__row:last-of-type {
  border-bottom: none;
}

.history__head {
  flex: 0 1 20%;
  display: flex;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .history__head {
    margin-top: 0;
  }
}

.history__year {
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #eb63a5;
  padding: 8px 8px;
  border-radius: 4px;
  line-height: 1;
  align-self: flex-start;
}

.history__body {
  flex: 0 1 80%;
}

@media (max-width: 767px) {
  .history__body {
    margin-top: 24px;
  }
}

.history__item {
  display: flex;
}

.history__item + .history__item {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .history__item + .history__item {
    margin-top: 16px;
  }
}

.history__month {
  flex: 0 1 20%;
  font-size: 1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  line-height: 1.8;
  color: #0e0d0d;
  position: relative;
}

@media (max-width: 767px) {
  .history__month {
    flex-basis: 54px;
  }
}

.history__content {
  flex: 0 1 80%;
}

@media (max-width: 767px) {
  .history__content {
    flex-basis: calc(100% - 54px);
  }
}

.history__content p {
  font-size: 1rem;
  color: #424242;
  line-height: 1.8;
  text-align: justify;
}

.history__content p + p {
  margin-top: 4px;
}

/*---------------------------------
    事業内容 /service/
---------------------------------*/
body.service .section {
  margin-top: 120px;
}

.ServiceList {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  /* .ServiceList-item */
}

.ServiceList-item {
  position: relative;
  display: block;
  transition: .6s opacity;
  width: 46%;
  /* .ServiceList-item_image */
  /* .ServiceList-item_content */
  /* .ServiceList-item_title */
  /* .ServiceList-item_text */
  /* .ServiceList-item_link */
}

.ServiceList-item:nth-of-type(3), .ServiceList-item:nth-of-type(4) {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .ServiceList-item {
    width: 100%;
  }
  .ServiceList-item:not(:nth-of-type(1)) {
    margin-top: 48px;
  }
}

@media (min-width: 960px) {
  .ServiceList-item:hover {
    opacity: .75;
  }
  .ServiceList-item:hover .ServiceList-item_image img {
    transform: scale(1.1);
  }
  .ServiceList-item:hover .ServiceList-item_link span::before {
    transform: translateX(calc(-40% + 8px));
  }
  .ServiceList-item:hover .ServiceList-item_link span::after {
    transform: translateX(8px) translateY(calc(-40% - 2px)) rotate(30deg);
  }
}

.ServiceList-item_image {
  overflow: hidden;
  width: 100%;
}

.ServiceList-item_image img {
  transition: .6s transform;
}

.ServiceList-item_content {
  position: absolute;
  bottom: 20%;
  right: 0;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.ServiceList-item_title {
  color: #0e0d0d;
  font-size: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ServiceList-item_text {
  color: #424242;
  font-size: .9rem;
}

.ServiceList-item_link {
  text-align: right;
  padding: 16px 36px;
  background: #fff;
}

.ServiceList-item_link span {
  display: inline-block;
  text-decoration: none;
  color: #0e0d0d;
  position: relative;
  font-size: 1rem;
}

.ServiceList-item_link span:before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -5px;
  left: 40%;
  transform: translateX(-40%);
  transition: 0.6s transform;
}

.ServiceList-item_link span:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -24px;
  transform: translateY(calc(-40% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.6s transform;
}

/*---------------------------------
    事業内容下層ページ共通 /service/~/
---------------------------------*/
body.service-child .section:nth-of-type(1) {
  background: #f5f5f5;
}

body.service-child .section:nth-of-type(1) .section__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  body.service-child .section:nth-of-type(1) .section__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.ServiceDetail {
  margin: 56px auto 0;
  width: 100%;
  max-width: 960px;
}

@media (max-width: 767px) {
  .ServiceDetail {
    max-width: 560px;
    margin-top: 40px;
  }
}

body.ec .ServiceDetail {
  display: flex;
  max-width: 1000px;
}

@media (max-width: 767px) {
  body.ec .ServiceDetail {
    flex-direction: column;
    max-width: 560px;
  }
}

.ServiceDetail-item {
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.ec .ServiceDetail-item {
  flex-direction: column;
  flex: 0 1 45%;
}

@media (max-width: 767px) {
  .ServiceDetail-item {
    flex-direction: column;
  }
}

.ServiceDetail-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

body.ec .ServiceDetail-item:nth-of-type(even) {
  flex-direction: column;
}

@media (max-width: 767px) {
  .ServiceDetail-item:nth-of-type(even) {
    flex-direction: column;
  }
}

.ServiceDetail-item + .ServiceDetail-item {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .ServiceDetail-item + .ServiceDetail-item {
    margin-top: 32px;
  }
}

body.ec .ServiceDetail-item + .ServiceDetail-item {
  margin-top: 0;
}

@media (max-width: 767px) {
  body.ec .ServiceDetail-item + .ServiceDetail-item {
    margin-top: 32px;
  }
}

.ServiceDetail-image {
  flex: 0 1 50%;
  max-width: 50%;
  align-self: stretch;
  object-fit: cover;
}

body.ec .ServiceDetail-image {
  flex: none;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  align-self: flex-start;
}

@media (max-width: 767px) {
  .ServiceDetail-image {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.ServiceDetail-text {
  flex: 0 1 50%;
  flex-direction: column;
  padding: 32px 32px;
}

body.ec .ServiceDetail-text {
  flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .ServiceDetail-text {
    flex-basis: 100%;
    padding: 24px 24px;
  }
}

.ServiceDetail-title {
  color: #0e0d0d;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.ServiceDetail-title-sm {
  font-size: 1.5rem;
}

.ServiceDetail-title span.num {
  font-size: 1.2rem;
  color: #616161;
  color: #eb63a5;
  margin-right: 4px;
}

.ServiceDetail-title span.border {
  width: 24px;
  height: 3px;
  background: #eb63a5;
  vertical-align: middle;
  border-radius: 30px;
  margin-right: 16px;
  display: inline-block;
}

.ServiceDetail-info {
  font-size: 1rem;
  color: #424242;
  margin-top: 24px;
  text-align: justify;
  line-height: 1.9;
}

.ServiceDetail-info + .ServiceDetail-info {
  margin-top: 12px;
}

/*---------------------------------
    リペア /repair/
    EC /ec/
    ビジョン /vision/
---------------------------------*/
.section--repair01,
.section--ec01 {
  background: #FFF1F4;
}

.section--repair01 .section__title,
.section--ec01 .section__title {
  font-size: 2.2rem;
}

.card-link__head{
  padding-left:30px !important;
}

@media (max-width: 767px) {
  .section--repair01 .section__title,
  .section--ec01 .section__title {
    position: relative;
    font-size: 1.8rem;
  }
}

.section--repair01 .section__title::before,
.section--ec01 .section__title::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 767px) {
  .section--repair01 .section__title::before,
  .section--ec01 .section__title::before {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
}

.section--repair01 .section__title::before {
  background-image: url(../img/repair/repair01.png);
}

.section--ec01 .section__title::before {
  background-image: url(../img/ec/ec01.png);
}

.section--repair02,
.section--ec02 {
  background: #FFF1F4;
  display: flex;
  justify-content: center;
  padding: 80px 24px;
}

@media (max-width: 767px) {
  .section--repair02,
  .section--ec02 {
    flex-direction: column;
  }
}

.section--repair02 .section__inner,
.section--ec02 .section__inner {
  background: #fff;
  max-width: 540px;
  padding: 40px 40px;
  margin: 0;
}

@media (max-width: 767px) {
  .section--repair02 .section__inner,
  .section--ec02 .section__inner {
    padding: 24px 24px;
    margin: auto;
    max-width: unset;
  }
}

.section--repair02 .section__inner + .section__inner,
.section--ec02 .section__inner + .section__inner {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .section--repair02 .section__inner + .section__inner,
  .section--ec02 .section__inner + .section__inner {
    margin-left: 0;
    margin-top: 40px;
  }
}

.section--repair02 .section__title,
.section--ec02 .section__title {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .section--repair02 .section__title,
  .section--ec02 .section__title {
    font-size: 1.7rem;
  }
}

.section--repair02 .section__image,
.section--ec02 .section__image {
  margin-top: 24px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.section--repair02 .section__text,
.section--ec02 .section__text {
  text-align: justify;
}

/* リンク一覧 */
@media (max-width: 767px) {
  body.REPAIR .section--link .section__inner {
    /* フリックで横スクロール時 */
  }
}

.section--vision01 .section__inner,
.section--vision02 .section__inner {
  max-width: 960px;
}

.section--vision01 .section__col-2,
.section--vision02 .section__col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .section--vision01 .section__col-2,
  .section--vision02 .section__col-2 {
    flex-direction: column;
    margin-top: 32px;
  }
}

.section--vision01 .section__image,
.section--vision02 .section__image {
  flex: 0 1 35%;
  max-width: 35%;
}

@media (max-width: 767px) {
  .section--vision01 .section__image,
  .section--vision02 .section__image {
    flex-basis: 70%;
    max-width: 70%;
    align-self: center;
  }
}

.section--vision01 .section__text,
.section--vision02 .section__text {
  flex: 0 1 60%;
  text-align: justify;
  margin-right: 0;
  margin-left: 0;
}

.section--vision01 .section__inner {
  padding: 80px 24px;
}

.section--vision02 .section__inner {
  background: #fff;
  padding: 80px 24px;
}

.section--vision02 .section__col-2 {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .section--vision02 .section__col-2 {
    flex-direction: column;
  }
}

.section--vision03 {
  background: #fff1f4;
}

.section--vision03 .section__inner {
  padding: 80px 24px;
}

.section--link span.pc-block {
  display: block;
}

@media (max-width: 767px) {
  .section--link span.pc-block {
    display: inline-block;
  }
}

/*---------------------------------
    EC /service/ec/
---------------------------------*/
/*---------------------------------
    ビジョン /service/vision/
---------------------------------*/
/*---------------------------------
    有料職業紹介 /service/agent/
---------------------------------*/
/*---------------------------------
    採用情報 /recruit/
---------------------------------*/
/*---------------------------------
    サービスリクエスト /service-request/
---------------------------------*/
body.service-request .section:nth-of-type(1) {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

body.service-request .section:nth-of-type(2) {
  margin-top: 80px;
}

body.service-request .section__title {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  body.service-request .section__title {
    font-size: 1.7rem;
  }
}

body.service-request .btn {
  margin-top: 32px;
}

@media (min-width: 960px) {
  body.service-request .btn a:hover {
    border-color: #eb63a5;
  }
}

/*---------------------------------
    一緒に起業しませんか /new-business/
---------------------------------*/
body.new-business .section:nth-of-type(1) {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

body.new-business .section:nth-of-type(2) {
  margin-top: 80px;
}

body.new-business .section__title {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  body.new-business .section__title {
    font-size: 1.7rem;
  }
}

body.new-business .btn {
  margin-top: 32px;
}

/*---------------------------------
    お問い合わせ /contact/
---------------------------------*/
/*---------------------------------
    プライバシーポリシー /privacy-policy/
---------------------------------*/
.PrivacyPolicy {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.PrivacyPolicy-head {
  color: #0e0d0d;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .PrivacyPolicy-head {
    font-size: 1.7rem;
  }
}

.PrivacyPolicy-head-md {
  font-size: 1.4rem;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .PrivacyPolicy-head-md {
    font-size: 1.3rem;
  }
}

.PrivacyPolicy-head-sm {
  font-size: 1.2rem;
  margin-top: 32px;
}

.PrivacyPolicy p {
  font-size: 1rem;
  line-height: 2.0;
  color: #424242;
  margin-top: 16px;
  text-align: justify;
}

.PrivacyPolicy p span {
  margin-top: 24px;
  margin-bottom: 8px;
  display: block;
  color: #0e0d0d;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: .1rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.PrivacyPolicy ul {
  list-style: none;
  margin-top: 24px;
}

.PrivacyPolicy ul li {
  font-size: 1rem;
  line-height: 2.0;
  color: #424242;
  margin-top: 16px;
  text-align: justify;
  padding-left: 20px;
  position: relative;
}

.PrivacyPolicy ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #424242;
}

/* 見出しや画像、レイアウトなど基本設定 */
/*---------------------------------
    ヘッダー .header
---------------------------------*/
.header {
  width: 100%;
  height: 100px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.1, 0.2, 0.3, 1), box-shadow 0.4s cubic-bezier(0.1, 0.2, 0.3, 1);
  background: white;
}

.header.is-shadowed {
  box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.1);
  transition: 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
}

@media (max-width: 959px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 16px;
}

@media (max-width: 767px) {
  .header__inner {
    justify-content: space-between;
  }
}

/*---------------------------------
    ヘッダーロゴ .header-logo
---------------------------------*/
.header__logo {
  display: block;
}

@media (min-width: 960px) {
  .header__logo {
    transition: opacity .2s;
  }
  .header__logo:hover {
    opacity: .8;
  }
}

.header__logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header__logo a img {
  width: 95px;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 959px) {
  .header__logo a img {
    width: 75px;
  }
}

/*---------------------------------
    スマホメニュー開閉ボタン .SpNavBtn
---------------------------------*/
.SpNavBtn {
  margin-left: auto;
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
}

@media (max-width: 767px) {
  .SpNavBtn {
    display: block;
  }
}

.SpNavBtn > div {
  width: 100%;
  height: 100%;
}

.SpNavBtn.is-active:after {
  left: 27px;
  letter-spacing: 0;
}

.SpNavBtn span {
  width: 26px;
  height: 3px;
  position: absolute;
  left: 27px;
  background: #eb63a5;
  display: block;
  transition: 0.2s ease-in-out;
}

.SpNavBtn span:first-child {
  top: 30px;
}

.SpNavBtn span:nth-child(2) {
  top: 39px;
}

.SpNavBtn span:nth-child(3) {
  top: 48px;
}

.SpNavBtn.is-active span:first-child {
  top: 38px;
  transform: rotate(45deg);
  z-index: 5;
}

.SpNavBtn.is-active span:nth-child(2) {
  top: 38px;
  transform: rotate(45deg);
  z-index: 5;
}

.SpNavBtn.is-active span:nth-child(3) {
  top: 38px;
  transform: rotate(-45deg);
  z-index: 5;
}

body.spNav-is-active {
  overflow: hidden;
}

/*---------------------------------
    CTAボタン .header__cta
---------------------------------*/
.header__cta {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .header__cta {
    margin-right: 72px;
    margin-left: 0;
  }
}

.header__cta a {
  display: inline-block;
  color: #eb63a5;
  border: 2px solid #eb63a5;
  text-align: center;
  padding: 8px 20px;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  border-radius: 30px;
  font-size: .9rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .3s;
}

.header__cta a i {
  margin-right: 4px;
  font-size: 1.2em;
  vertical-align: bottom;
}

.header__cta a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease;
  background: #eb63a5;
}

@media (min-width: 960px) {
  .header__cta a:hover {
    color: #fff;
  }
  .header__cta a:hover::before {
    left: 0;
    width: 100%;
  }
}

/*---------------------------------
    メインビジュアル .main-visual
---------------------------------*/
.main-visual {
  margin-top: 120px;
  z-index: 2;
  position: relative;
}

@media (max-width: 1199px) {
  .main-visual {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 959px) {
  .main-visual {
    margin-top: 96px;
  }
}

/* トップ */
body.HOME .main-visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.HOME .main-visual {
    position: relative;
    padding-top: 72px;
    margin-bottom: 24px;
  }
}

body.HOME .main-visual__text {
  flex: 0 1 55%;
}

@media (max-width: 767px) {
  body.HOME .main-visual__text {
    flex-basis: 100%;
  }
}

body.HOME .main-visual__head {
  font-size: 3.7rem;
  letter-spacing: .5em;
  line-height: 1.3;
  color: #0e0d0d;
  white-space: nowrap;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  body.HOME .main-visual__head {
    font-size: 3.4rem;
    font-size: 8.5vw;
    white-space: auto;
  }
}

body.HOME .main-visual__head .strong {
  color: #eb63a5;
}

body.HOME .main-visual__head .small {
  font-size: .7em;
}

@media (max-width: 959px) {
  body.HOME .main-visual__head .tab-block {
    display: block;
  }
}

body.HOME .main-visual__desc {
  color: #616161;
  font-size: 1rem;
  line-height: 1.9;
  margin-top: 16px;
}

body.HOME .main-visual__desc .strong {
  color: #eb63a5;
}

@media (max-width: 767px) {
  body.HOME .main-visual__desc {
    font-size: 2.8vw;
  }
}

body.HOME .main-visual__image {
  flex: 0 1 45%;
  max-width: 45%;
}

@media (max-width: 767px) {
  body.HOME .main-visual__image {
    position: absolute;
    top: 0;
    right: 24px;
    width: 50%;
    max-width: 50%;
  }
}

/* トップ以外 */
body:not(.HOME) .main-visual {
  display: flex;
  align-items: center;
  height: 320px;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  body:not(.HOME) .main-visual {
    flex-direction: column;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  body:not(.HOME) .main-visual__text {
    align-self: flex-start;
  }
}

body:not(.HOME) .main-visual__head {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  body:not(.HOME) .main-visual__head {
    font-size: 2.4rem;
  }
}

body:not(.HOME) .main-visual__desc {
  color: #919191;
  font-size: 1rem;
  margin-top: 12px;
}

@media (max-width: 767px) {
  body:not(.HOME) .main-visual__desc {
    font-size: 1rem;
  }
}

body:not(.HOME) .main-visual__image {
  flex: 0 1 40%;
  max-width: 400px;
}

@media (max-width: 767px) {
  body:not(.HOME) .main-visual__image {
    align-self: flex-end;
    max-width: 320px;
  }
}

/* ヘッダー */
/*---------------------------------
    グローバルナビゲーション .Gnav
---------------------------------*/
.Gnav {
  margin-left: auto;
}

@media (max-width: 767px) {
  .Gnav {
    display: none;
  }
}

.Gnav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
  font-family: "NotoSansCJKjp", sans-serif;
  position: relative;
}

.Gnav-menu_item {
  display: inline-block;
  position: relative;
}

.Gnav-menu_item.is-active {
  z-index: 3;
}

.Gnav-menu_link {
  display: block;
  text-decoration: none;
  color: #0e0d0d;
  padding: 8px 24px;
  font-size: .95rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  display: block;
  position: relative;
}

.Gnav-menu_link::before {
  transition: .3s;
}

.Gnav-menu_link.current {
  color: #eb63a5;
}

@media (min-width: 960px) {
  .Gnav-menu_item.hover .Gnav-menu_link {
    color: #eb63a5;
  }
  .Gnav-menu_link::before {
    content: "";
    position: absolute;
    opacity: 0;
    /* 下線 */
    /* ドット */
    height: 6px;
    width: 6px;
    border-radius: 50%;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #eb63a5;
  }
  .Gnav-menu_item.hover .Gnav-menu_link::before {
    /* 下線 */
    opacity: 1;
    /* ドット */
  }
}

/*---------------------------------
    グロナビ内ドロップダウンメニュー .Gnav-dropdown
---------------------------------*/
.Gnav-dropdown {
  padding-top: 35px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.Gnav-dropdown.is-open {
  z-index: 998;
  opacity: 1;
  visibility: visible;
}

.Gnav-dropdown_inner {
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  position: relative;
  padding: 32px 32px;
}

.Gnav-dropdown_head {
  display: flex;
  align-items: center;
  color: #eb63a5;
  color: #0e0d0d;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(235, 99, 165, 0.2);
  box-sizing: content-box;
}

.Gnav-dropdown_head span.en {
  font-size: .5em;
}

.Gnav-dropdown_head::after {
  content: "";
  background: #eb63a5;
  width: 56px;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.Gnav-dropdown_menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.Gnav-dropdown_menu_item {
  display: block;
}

.Gnav-dropdown_menu_item a {
  text-decoration: none;
  color: #424242;
  font-size: 1rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px 0;
  display: block;
  line-height: 1.2;
  transition: .2s;
  position: relative;
}

.Gnav-dropdown_menu_item a span.en {
  color: #eb63a5;
  font-size: .75em;
  display: inline-block;
}

.Gnav-dropdown_menu_item a span.en::before {
  content: "/";
  margin: 0 12px;
}

.Gnav-dropdown_menu_item a::after {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  color: rgba(235, 99, 165, 0.8);
  transform: translateY(-50%);
  right: 8px;
  font-size: .8em;
  opacity: 0;
  transition: .2s;
}

.Gnav-dropdown_menu_item a:hover {
  color: #eb63a5;
}

.Gnav-dropdown_menu_item a:hover::after {
  opacity: 1;
  transform: translate(8px, -50%);
}

.Gnav-dropdown_bg {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.Gnav-dropdown_bg.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

/* グロナビ */
/*---------------------------------
    フッター .footer
---------------------------------*/
.footer {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 64px;
}

@media (max-width: 959px) {
  .footer {
    margin-top: 0;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .footer__inner {
    width: 100%;
    padding: 40px 32px;
  }
}

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

/*---------------------------------
    フッターロゴ .footer-logo
---------------------------------*/
.footer-logo {
  flex: 0 1 140px;
  max-width: 140px;
  transition: .25s opacity;
}

@media (min-width: 960px) {
  .footer-logo:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    margin: auto;
    flex-basis: auto;
  }
}

.footer-logo img {
  -webkit-backface-visibility: hidden;
}

/*---------------------------------
    フッターナビゲーション.footer-nav
---------------------------------*/
.footer-nav {
  display: flex;
  flex: 0 1 70%;
  justify-content: space-between;
}

@media (max-width: 959px) {
  .footer-nav {
    width: 100%;
    max-width: 640px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .footer-nav {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

.footer-nav_container {
  flex: 0 1 33%;
}

@media (max-width: 767px) {
  .footer-nav_container {
    flex: 0 1 47%;
  }
}

@media (max-width: 767px) {
  .footer-nav_container--cta {
    flex: 0 1 100%;
    margin-top: 32px;
  }
}

.footer-nav_container--cta a {
  display: inline-block;
  color: #eb63a5;
  border: 2px solid #eb63a5;
  text-align: center;
  padding: 8px 20px;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  border-radius: 30px;
  font-size: .9rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .3s;
}

@media (max-width: 767px) {
  .footer-nav_container--cta a {
    padding: 12px 20px;
    display: block;
  }
}

.footer-nav_container--cta a i {
  margin-right: 4px;
  font-size: 1.2em;
  vertical-align: bottom;
}

.footer-nav_container--cta a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease;
  background: #eb63a5;
}

@media (min-width: 960px) {
  .footer-nav_container--cta a:hover {
    color: #fff;
  }
  .footer-nav_container--cta a:hover::before {
    left: 0;
    width: 100%;
  }
}

.footer-nav_head {
  font-size: .9rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .footer-nav_head {
    font-size: 1.1rem;
  }
}

.footer-nav_head a {
  color: #424242;
}

@media (max-width: 767px) {
  .footer-nav_head a {
    display: block;
  }
}

.footer-nav_head + .footer-nav_head {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .footer-nav_head + .footer-nav_head {
    margin-top: 16px;
  }
}

.footer-nav_item {
  font-size: .9rem;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .footer-nav_item {
    font-size: 1.1rem;
    margin-top: 16px;
  }
}

.footer-nav_item a {
  text-decoration: none;
  transition: .2s color;
  display: inline-block;
  color: #424242;
}

@media (min-width: 960px) {
  .footer-nav_item a:hover {
    color: #eb63a5;
  }
}

@media (max-width: 767px) {
  .footer-nav_item a {
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }
}

.footer-nav_item a + a {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .footer-nav_item a + a {
    margin-top: 0;
  }
}

/*---------------------------------
    フッター内バナーリンク .footer-banner
---------------------------------*/
.footer-banner {
  width: 25%;
}

@media (max-width: 959px) {
  .footer-banner {
    width: 100%;
    margin: 24px auto 0;
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-banner::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
}

@media (max-width: 767px) {
  .footer-banner::after {
    width: 48%;
  }
}

.footer-banner_item {
  display: block;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

@media (max-width: 959px) {
  .footer-banner_item {
    width: 32%;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .footer-banner_item {
    width: 48%;
  }
}

.footer-banner_item img {
  transition: .3s transform;
  vertical-align: bottom;
  height: 100%;
  object-fit: contain;
}

.footer-banner_item + .footer-banner_item {
  margin-top: 24px;
}

@media (min-width: 960px) {
  .footer-banner_item:hover img {
    transform: scale(1.1);
  }
}

/*---------------------------------
    コピーライトとプライバシーポリシー .footer-bottom
---------------------------------*/
.footer-bottom {
  width: 100%;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  padding: 24px 24px;
}

/*---------------------------------
    コピーライト .footer-copyright
---------------------------------*/
.footer-copyright {
  font-size: .85rem;
  color: #424242;
}

/*---------------------------------
    法律で必須のリンク .footer-legal
---------------------------------*/
.footer-legal {
  font-size: .85rem;
}

.footer-legal a {
  color: #fff;
  text-decoration: none;
}

/*---------------------------------
    ページトップボタン .PageTopBtn
---------------------------------*/
.PageTopBtn {
  position: fixed;
  bottom: 0;
  right: -100%;
  z-index: 2;
  transition: 1.2s;
}

@media (max-width: 959px) {
  .PageTopBtn {
    bottom: 16px;
    right: -100%;
  }
}

.PageTopBtn.is-visible {
  bottom: 0;
  right: 0;
  transition: .75s;
}

@media (max-width: 959px) {
  .PageTopBtn.is-visible {
    bottom: 16px;
    right: 16px;
  }
}

.PageTopBtn span {
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.03rem;
  padding: 24px 8px 16px;
  transition: .3s;
  border-radius: 120px 0px 0px;
  text-align: center;
}

.PageTopBtn span i {
  font-size: 1.2em;
  margin-bottom: 8px;
}

@media (min-width: 960px) {
  .PageTopBtn span:hover {
    background: #eeeeef;
  }
}

@media (max-width: 959px) {
  .PageTopBtn span {
    background: #eeeeef;
    opacity: .8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 8px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .PageTopBtn span {
    width: 72px;
    height: 72px;
    font-size: 1.1rem;
  }
}

/* フッター */
/*---------------------------------
    パンくずリスト .breadcrumb
---------------------------------*/
.breadcrumb {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  background: #fff;
  line-height: 1;
  padding: 0 24px;
  font-size: .85rem;
  color: rgba(0, 0, 0, 0.8);
}

.breadcrumb a {
  color: #6e6e6e;
  text-decoration: none;
}

.breadcrumb-inner {
  width: 100%;
  margin: 0 auto;
}

.breadcrumb-nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.breadcrumb-item {
  display: block;
}

.breadcrumb-item a {
  display: block;
  font-weight: normal !important;
  padding: 4px 0;
  text-decoration: none;
  color: #6e6e6e;
  position: relative;
}

.breadcrumb-item span {
  display: block;
  font-weight: normal !important;
  padding: 8px 0;
}

@media (min-width: 960px) {
  .breadcrumb-item a:hover {
    color: #eb63a5;
  }
}

.breadcrumb-item + .breadcrumb-item {
  margin-left: 16px;
}

.breadcrumb-item:not(:first-of-type) {
  position: relative;
  padding-left: 20px;
}

.breadcrumb-item:first-of-type span {
  position: relative;
}

.breadcrumb-item:not(:first-of-type):before {
  position: absolute;
  content: '/';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #444;
}

/* パンくずリスト */
/*---------------------------------
    スマホメニュー .SpNav
---------------------------------*/
.SpNav {
  display: block;
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 320px;
  background: #f7f7f7;
  transition: .5s ease-in-out transform;
  pointer-events: none;
  z-index: 4;
  padding-top: 120px;
  box-shadow: -3px 0 3px -3px rgba(0, 0, 0, 0.1);
}

.SpNav.is-visible {
  transform: translateX(-320px);
  pointer-events: auto;
}

.SpNav__head {
  font-size: 2rem;
  text-align: center;
  color: #0e0d0d;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.SpNav-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px auto 0;
  width: 80%;
  max-width: 320px;
}

.SpNav-menu > li:not(.cta) {
  list-style: none;
  text-align: left;
  width: 100%;
  position: relative;
  line-height: 1.2;
}

.SpNav-menu > li:not(.cta) > a::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #eb63a5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.SpNav-menu > li:not(.cta) > a {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0e0d0d;
  text-decoration: none;
  padding: 12px 0;
  padding-left: 24px;
  position: relative;
  display: flex;
  align-items: center;
}

.SpNav-menu > li:not(.cta) > a span.en {
  color: #eb63a5;
  font-size: .75em;
  display: inline-block;
}

.SpNav-menu > li:not(.cta) > a span.en::before {
  content: "/";
  margin: 0 12px;
}

.SpNav-menu > li.cta {
  list-style: none;
  width: 100%;
  margin-top: 24px;
}

.SpNav-menu > li.cta a {
  background: #eb63a5;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px 32px;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.SpNav-menu > li.cta a i {
  margin-right: 4px;
  font-size: 1.2em;
  vertical-align: bottom;
}

.SpNav-menu_sm::after {
  content: none !important;
}

.SpNav-menu_sm ul {
  display: flex;
  list-style: none;
  margin-top: 12px;
  flex-wrap: wrap;
}

.SpNav-menu_sm li {
  margin-top: 12px;
  margin-right: 36px;
}

.SpNav-menu_sm li::after {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  background: #eb63a5;
}

.SpNav-menu_sm li a {
  color: #0e0d0d;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  padding: 12px 0;
  display: block;
}

/* スマホ用メニュー */
/*---------------------------------
    お問い合わせフォーム
---------------------------------*/
.contact-form {
  display: block;
  width: 80%;
  max-width: 640px;
  margin: 40px auto;
  /* .contact-form-inner */
  /* .contact-form-step */
  /* .contact-form-text */
  /* .contact-form-item */
  /* contact-form-submit*/
  /* contact-form-checkbox*/
  /* contact-form-btn*/
}

@media (max-width: 959px) {
  .contact-form {
    width: 100%;
  }
}

.contact-form__step {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
}

.contact-form__step__item {
  position: relative;
  text-align: center;
}

.contact-form__step__item div::before {
  color: #999;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .9rem;
  color: #e5e5e5;
  width: 100%;
  white-space: nowrap;
}

.contact-form__step__item div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #fff;
  color: #e5e5e5;
  border: 2px solid #e5e5e5;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

@media (max-width: 959px) {
  .contact-form__step__item div {
    width: 40px;
    height: 40px;
  }
}

.contact-form__step__item.is-active div::before {
  color: #eb63a5;
}

.contact-form__step__item.is-active div {
  color: #eb63a5;
  border-color: #eb63a5;
}

.contact-form__step__item:nth-of-type(1) div::before {
  content: "入力";
}

.contact-form__step__item:nth-of-type(2) div::before {
  content: "確認";
}

.contact-form__step__item:nth-of-type(3) div::before {
  content: "完了";
}

.contact-form__step__item:nth-of-type(2), .contact-form__step__item:nth-of-type(3) {
  padding-left: 120px;
}

@media (max-width: 959px) {
  .contact-form__step__item:nth-of-type(2), .contact-form__step__item:nth-of-type(3) {
    padding-left: 96px;
  }
}

@media (max-width: 767px) {
  .contact-form__step__item:nth-of-type(2), .contact-form__step__item:nth-of-type(3) {
    padding-left: 72px;
  }
}

.contact-form__step__item:nth-of-type(2):before, .contact-form__step__item:nth-of-type(3):before {
  content: "";
  width: 120px;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 959px) {
  .contact-form__step__item:nth-of-type(2):before, .contact-form__step__item:nth-of-type(3):before {
    width: 96px;
  }
}

@media (max-width: 767px) {
  .contact-form__step__item:nth-of-type(2):before, .contact-form__step__item:nth-of-type(3):before {
    width: 72px;
  }
}

.contact-form__step__item.is-active::before {
  background: #eb63a5;
}

.contact-form__text {
  margin: 56px auto;
  text-align: center;
}

.contact-form__text a {
  color: #3e7794;
  transition: .2s;
  text-decoration: underline;
}

.contact-form__text a:hover {
  text-decoration: none;
}

.contact-form__item {
  /* .contact-form-item_label */
  /* .contact-form-item_input-text
           .contact-form-item_textarea */
  /* .contact-form-item_input-text */
  /* contact-form-item_textarea */
  /* contact-form-item_explanation */
  /* contact-form-item_error */
}

.contact-form__item__label {
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  color: #333;
  outline: none;
  /* 必須・任意ボタン */
}

.contact-form__item__label.one-required::after, .contact-form__item__label.required::after, .contact-form__item__label.optional::after {
  font-size: .9rem;
  padding: 2px 6px;
  display: inline-block;
  margin-left: 12px;
  border-radius: 2px;
}

.contact-form__item__label.required::after {
  content: "必須";
  color: #fff;
  background: #0A6FC8;
  background: #eb63a5;
}

.contact-form__item__label.one-required::after {
  content: "いずれか一方は必須";
  color: #fff;
  background: #0A6FC8;
  background: #eb63a5;
}

.contact-form__item__label.optional::after {
  content: "任意";
  color: #111;
  background: #ddd;
}

.contact-form__item__label-sm {
  font-size: 1rem;
  margin-top: 24px;
}

.contact-form__item__input-text, .contact-form__item__textarea, .contact-form__item__option, .contact-form__item__select {
  margin-top: 16px;
  background: #fff;
  padding: 16px 16px;
  width: 100%;
  font-size: 1rem;
  color: #111;
}

@media (max-width: 767px) {
  .contact-form__item__input-text, .contact-form__item__textarea, .contact-form__item__option, .contact-form__item__select {
    font-size: 16px;
  }
}

.contact-form__item__input-text:focus, .contact-form__item__textarea:focus, .contact-form__item__option:focus, .contact-form__item__select:focus {
  outline-color: #eb63a5;
}

.contact-form-item_label-sm + .contact-form__item__input-text, .contact-form-item_label-sm + .contact-form__item__textarea, .contact-form-item_label-sm + .contact-form__item__option, .contact-form-item_label-sm + .contact-form__item__select {
  margin-top: 8px;
}

.contact-form__item__textarea {
  resize: none;
  height: 320px;
  line-height: 1.8;
}

@media (max-width: 959px) {
  .contact-form__item__textarea {
    height: 320px;
  }
}

.contact-form__item__explanation {
  color: #888;
  font-size: .85rem;
  margin-top: 12px;
}

.contact-form__item__error {
  color: #ED1C24;
  font-size: .85rem;
  margin-top: 12px;
  /* ビックリマーク */
}

.contact-form__item__error .material-icons {
  font-size: 1.3rem;
  margin-right: 4px;
}

.contact-form__item__output {
  margin-top: 12px;
  color: #333;
  font-size: 1rem;
}

.contact-form__item select {
  appearance: none;
  background-image: url(../img/common/selectbox-icon.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 24px center;
}

.contact-form__item select::-ms-expand {
  display: none;
}

.contact-form__item + .contact-form__item {
  margin-top: 56px;
}

.contact-form__submit {
  margin-top: 64px;
}

.contact-form__submit_text {
  text-align: center;
  font-size: .95rem;
  color: #242424;
}

.contact-form__submit_text span {
  display: inline-block;
}

.contact-form__submit_text a {
  transition: .2s;
  color: #3e7794;
}

.contact-form__submit_text a:hover {
  text-decoration: none;
}

.contact-form__checkbox {
  margin-top: 40px;
  display: block;
  cursor: pointer;
}

.contact-form__checkbox input {
  margin-right: 8px;
  vertical-align: -0.1em;
}

.contact-form__btn {
  background: #eb63a5;
  color: #fff;
  margin: 32px auto 0;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: .2s opacity;
  border-radius: 30px;
}

.contact-form__btn:after {
  content: "";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  position: absolute;
  right: 40px;
  pointer-events: none;
}

@media (min-width: 960px) {
  .contact-form__btn:hover {
    opacity: .8;
  }
}

@media (max-width: 767px) {
  .contact-form__btn {
    width: 100%;
  }
}

.contact-form__btn input {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 16px 0;
}

.contact-form__back {
  color: rgba(0, 0, 0, 0.85);
  outline: none;
  margin: 24px auto 0;
  display: block;
  text-decoration: underline;
  transition: .2s;
}

@media (min-width: 960px) {
  .contact-form__back:hover {
    text-decoration: none;
  }
}

/* お問い合わせフォーム */
/*---------------------------------
    お知らせ関連ページのサイドバー .Sidebar
---------------------------------*/
.Sidebar {
  width: 240px;
  margin: 48px 0 0 64px;
  position: sticky;
  top: 80px;
  align-self: flex-start;
}

@media (max-width: 959px) {
  .Sidebar {
    width: 100%;
    margin: 80px auto 0;
    padding: 0 24px;
    display: flex;
    position: static;
    align-self: auto;
  }
}

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

.Sidebar-wrapper {
  width: 100%;
}

@media (max-width: 959px) {
  .Sidebar-wrapper {
    margin: 0 auto;
    padding: 0;
  }
}

.Sidebar-wrapper + .Sidebar-wrapper {
  margin-top: 56px;
}

@media (max-width: 959px) {
  .Sidebar-wrapper + .Sidebar-wrapper {
    margin-top: 0;
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .Sidebar-wrapper + .Sidebar-wrapper {
    margin-top: 56px;
    margin-left: 0;
  }
}

.Sidebar-head {
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.Sidebar-head:after {
  content: "";
  height: 1px;
  width: 36px;
  width: 100%;
  position: absolute;
  bottom: -16px;
  left: 0;
  background: #ccc;
}

.Sidebar-list {
  list-style: none;
  display: flex;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.Sidebar-list li + li {
  margin-top: 16px;
}

.Sidebar-list li a {
  display: block;
  color: #242424;
  text-decoration: none;
  font-size: .95rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  padding: 8px 8px;
  position: relative;
}

.Sidebar-list li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 6px;
  height: 1px;
  background-color: #ccc;
  transition: 0.3s;
}

.Sidebar-list li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 35px;
  height: 1px;
  background-color: #ccc;
  transition: 0.3s;
}

.Sidebar-list li a:hover::before, .Sidebar-list li a:hover::after {
  right: 0.5em;
}

@media (max-width: 767px) {
  .Sidebar-list {
    flex-direction: column;
  }
  .Sidebar-list li {
    margin-right: 0;
  }
}

/* 投稿ページ用サイドバー */
/*---------------------------------
    お知らせ /news/
---------------------------------*/
body.NewsPage .section__inner {
  padding: 0 24px;
}

/*---------------------------------
    .NewsList
    - お知らせ一覧ページ home.php
    - お知らせカテゴリーページ archive.php
    - お知らせ年別アーカイブページ date.php
    .LatestNews
    - トップページ最新のお知らせ front-page.php
---------------------------------*/
.NewsList {
  margin: 32px auto 0;
  width: 100%;
  max-width: 720px;
}

.NewsList-item:first-of-type > a {
  border-top: 1px solid #ccc;
}

.NewsList-item > a {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 24px 40px;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  font-size: .95rem;
  line-height: 1.8;
}

.NewsList-item > a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .NewsList-item > a {
    flex-direction: column;
    padding: 24px 16px;
  }
}

.NewsList-info {
  display: flex;
  align-items: center;
}

.NewsList-date {
  color: rgba(0, 0, 0, 0.7);
  margin-right: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .NewsList-date {
    margin-right: 16px;
  }
}

.NewsList-category {
  display: inline-block;
  padding: 4px 0px;
  text-align: center;
  width: 100px;
  color: #111;
  background: #ddd;
  font-size: .8rem;
  line-height: 1;
}

.NewsList-category.notice {
  background: #eb63a5;
  color: #fff;
}

.NewsList-category.press {
  background: #00913A;
  color: #fff;
}

.NewsList-title {
  color: rgba(0, 0, 0, 0.85);
  flex-grow: 1;
  margin-left: 32px;
  text-align: justify;
}

@media (max-width: 959px) {
  .NewsList-title {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .NewsList-title {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}

.LatestNews {
  margin: 32px auto 0;
  width: 100%;
  max-width: 880px;
}

@media (max-width: 1199px) {
  .LatestNews {
    max-width: 720px;
  }
}

.LatestNews-item:first-of-type > a {
  border-top: 1px solid #ccc;
}

.LatestNews-item > a {
  border-bottom: 1px solid #ccc;
  padding: 24px 40px;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  font-size: .95rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .LatestNews-item > a {
    flex-wrap: wrap;
    padding: 24px 16px;
  }
}

.LatestNews-date {
  color: rgba(0, 0, 0, 0.9);
  margin-right: 24px;
  padding-right: 24px;
  position: relative;
}

.LatestNews-date span {
  position: relative;
  z-index: 1;
}

.LatestNews-date::before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .LatestNews-date::before {
    content: none;
  }
}

@media (max-width: 767px) {
  .LatestNews-date {
    margin-right: 16px;
    padding-right: 0;
  }
}

.LatestNews-item:first-of-type .LatestNews-date::after {
  content: "News";
  color: #fff;
  text-align: left;
  font-size: 7rem;
  line-height: 7rem;
  font-family: 'HunterRiver', cursive;
  font-weight: normal;
  position: absolute;
  top: -12rem;
  left: -9rem;
  display: block;
  width: auto;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 959px) {
  .LatestNews-item:first-of-type .LatestNews-date::after {
    left: -6.5rem;
  }
}

@media (max-width: 767px) {
  .LatestNews-item:first-of-type .LatestNews-date::after {
    content: none;
  }
}

.LatestNews-category {
  display: inline-block;
  padding: 2px 0px;
  text-align: center;
  width: 100px;
  color: #111;
  background: #ddd;
  font-size: .8rem;
}

.LatestNews-category.notice {
  background: #eb63a5;
  color: #fff;
}

.LatestNews-category.press {
  background: #00913A;
  color: #fff;
}

.LatestNews-title {
  color: rgba(0, 0, 0, 0.85);
  margin-left: 32px;
  text-align: justify;
  flex: 1;
}

@media (max-width: 959px) {
  .LatestNews-title {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .LatestNews-title {
    display: block;
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}

.LatestNews-item:first-of-type > a {
  border-top: 2px solid #f5f5f5;
}

.LatestNews-item > a {
  border-bottom: 2px solid #f5f5f5;
}

/*---------------------------------
    .NewsList
    - お知らせ一覧ページ home.php
    - お知らせカテゴリーページ archive.php
    - お知らせ年別アーカイブページ date.php

    ページネーション
---------------------------------*/
.pagination {
  margin-top: 48px;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
}

.pagination .nav-links .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 8px;
  border-radius: 50%;
  background: #eb63a5;
  color: #fff;
  font-size: 1.1rem;
  line-height: 30px;
}

.pagination .nav-links .dots {
  display: inline-block;
  margin: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 30px;
}

.pagination .nav-links a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 8px;
  background: #F2F2F2;
  color: #444;
  border-radius: 50%;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 30px;
}

.pagination .nav-links a.page-numbers:hover {
  opacity: .7;
}

.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
  background: none;
  color: #666;
  font-size: .95rem;
  margin: 8px 12px;
}

.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
  opacity: .7;
}

/* 「投稿ナビゲーション」を非表示 */
.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;
  width: 1px;
  word-wrap: normal !important;
}

/*---------------------------------
    お知らせ個別記事ページ single.php
    レイアウト
---------------------------------*/
.News {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  font-family: "NotoSansCJKjp", sans-serif;
}

.News-category {
  z-index: 1;
  color: #666;
  font-size: .9rem;
  transition: opacity .2s ease-in-out;
  text-decoration: none;
}

@media (min-width: 960px) {
  .News-category:hover {
    opacity: .8;
  }
}

.News-date {
  font-size: .9rem;
  color: #666;
}

.News-date:before {
  content: "｜";
  margin: 0 6px;
}

.News-title {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: justify;
  margin-top: 12px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.News-thumbnail {
  display: block;
  width: 100%;
  margin-top: 32px;
}

.News-content {
  margin-top: 56px;
}

.News-nav {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.News-nav_item {
  width: 50%;
  min-height: 64px;
  display: flex;
  align-items: center;
  position: relative;
}

.News-nav_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  width: 100%;
  align-self: stretch;
  color: #3e7794;
  font-size: .9rem;
  text-decoration: none;
  border-radius: 99rem;
}

.News-nav_item a:hover {
  opacity: .8;
}

.News-nav_item a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  /* Preferred icon size */
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.News-nav_item:nth-of-type(1) a {
  padding: 12px 16px 12px 32px;
}

.News-nav_item:nth-of-type(1) a:before {
  content: "\e5cb";
  left: 0px;
}

.News-nav_item:nth-of-type(2) a {
  padding: 12px 32px 12px 16px;
}

.News-nav_item:nth-of-type(2) a::before {
  content: "\e5cc";
  right: 0px;
}

.News-nav_item:nth-of-type(1):after {
  content: "";
  width: 1px;
  height: 75%;
  background: #f2f2f2;
  position: absolute;
  right: 0;
}

/*---------------------------------
    お知らせ個別記事ページ single.php
    コンテンツ部分のスタイル
---------------------------------*/
.News-content > * {
  margin-top: 24px;
}

.News-content * {
  line-height: 2.0;
  color: #333;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05rem;
}

.News-content h2 {
  font-size: 1.8rem;
  margin-top: 40px;
  font-weight: 600;
}

.News-content h3 {
  font-size: 1.4rem;
  margin-top: 40px;
  font-weight: 600;
}

.News-content h4, .News-content h5, .News-content h6 {
  font-size: 1.2rem;
  margin-top: 32px;
  font-weight: 600;
}

.News-content p {
  font-size: 1rem;
  text-align: justify;
  margin-top: 24px;
}

.News-content ul, .News-content ol {
  margin-top: 24px;
  margin-left: 1.4em;
}

.News-content li {
  margin-top: 8px;
}

.News-content li > ul, .News-content li > ol {
  margin-top: 0;
}

.News-content a {
  color: #3e7794;
}

.News-content a:hover {
  opacity: .8;
}

.News-content a * {
  color: inherit;
}

.News-content strong {
  font-weight: bold;
}

.News-content pre {
  line-height: 1.6;
  background-color: #4d4d4d;
  color: #fff;
  padding: 16px 16px;
  white-space: pre-wrap;
}

.News-content table {
  display: table;
}

.News-content table tbody
th, .News-content table th a {
  font-weight: bold !important;
}

.News-content img {
  width: auto;
  height: auto;
  margin: 40px 0;
}

.News-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.News-content img.alignright {
  margin-left: auto;
}

.News-content img.alignleft {
  margin-right: auto;
}

/* お知らせ等の投稿 */
/*---------------------------------
    プライバシーポリシー 
    /privacy-policy/
---------------------------------*/
body.PolicyPage .section__text {
  text-align: justify;
}

.Privacy {
  width: 96%;
  margin: 40px auto 0;
}

.Privacy + .Privacy {
  margin-top: 32px;
}

.Privacy-title {
  width: 100%;
  border: 1px solid #eb63a5;
  height: 48px;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  height: 48px;
  display: flex;
  align-items: center;
  color: #242424;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.Privacy-title span {
  color: #fff;
  background: #eb63a5;
  position: relative;
  margin-right: 40px;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding-right: 8px;
  padding-left: 16px;
}

@media (max-width: 959px) {
  .Privacy-title span {
    height: 46px;
    line-height: 46px;
    margin-right: 36px;
  }
}

@media (max-width: 767px) {
  .Privacy-title span {
    margin-right: 36px;
  }
}

.Privacy-title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -24px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #eb63a5;
}

@media (max-width: 959px) {
  .Privacy-title span:after {
    right: -24px;
    border-width: 24px;
  }
}

.Privacy-text {
  margin-top: 24px;
  padding: 0 8px;
}

.Privacy-text p {
  font-size: .95rem;
  color: #242424;
  text-align: justify;
  line-height: 1.8;
  margin-top: 16px;
}

.Privacy-text p:first-child {
  margin-top: 0;
}

.Privacy-text ol, .Privacy-text ul {
  font-size: .95rem;
  color: #242424;
  text-align: justify;
  margin-top: 16px;
  margin-left: 1.5rem;
}

.Privacy-text ol:first-child, .Privacy-text ul:first-child {
  margin-top: 0;
}

.Privacy-text ol li, .Privacy-text ul li {
  padding-left: .3rem;
  line-height: 1.8;
}

.Privacy-text ol li + li, .Privacy-text ul li + li {
  margin-top: 12px;
}

.Privacy-text p a {
  color: inherit;
  text-decoration: none;
}

.Privacy-text p a:hover {
  color: #3e7794;
}

.Privacy-info {
  margin-top: 24px;
}

.Privacy-info_title {
  font-weight: bold;
  font-size: 1rem;
  color: #242424;
}

.Privacy-info table {
  margin-top: 8px;
  border: 2px solid #F3F4EC;
  border-collapse: collapse;
  font-size: .9rem;
}

@media (max-width: 767px) {
  .Privacy-info table {
    width: 100%;
  }
}

.Privacy-info table th, .Privacy-info table td {
  padding: 6px 12px;
}

.Privacy-info table th {
  background: #F3F4EC;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  text-align: left;
}

.Privacy-info table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}

.Privacy-info table tr:not(:last-of-type) td {
  border-bottom: 1px solid #F3F4EC;
}

.Privacy-info table td {
  color: #242424;
}

.Privacy-info table td a {
  color: inherit;
  text-decoration: none;
}

.Privacy-info table td a:hover {
  color: #3e7794;
}

.PartnerList table {
  width: 600px;
}

@media (max-width: 959px) {
  .PartnerList table {
    width: 100%;
  }
}

.PartnerList th {
  width: 50%;
}

.PartnerList td {
  width: 50%;
}

@media (max-width: 767px) {
  .PartnerList th, .PartnerList td {
    border: none;
    display: block;
    width: 100%;
  }
}

.Solicitation {
  color: #242424;
  text-align: justify;
  list-style: none;
  width: 96%;
  margin: 32px auto 0;
}

.Solicitation:first-child {
  margin-top: 0;
}

.Solicitation li {
  padding-left: 48px;
  line-height: 1.8;
  position: relative;
  margin-top: 24px;
  font-size: .95rem;
}

.Solicitation li:before {
  position: absolute;
  background: #eb63a5;
  color: #fff;
  border-radius: 50%;
  left: 0;
  top: -3px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.Solicitation li:nth-of-type(1):before {
  content: "1";
}

.Solicitation li:nth-of-type(2):before {
  content: "2";
}

.Solicitation li:nth-of-type(3):before {
  content: "3";
}

.Solicitation li:nth-of-type(4):before {
  content: "4";
}

.Solicitation li:nth-of-type(5):before {
  content: "5";
}

.Solicitation li:nth-of-type(6):before {
  content: "6";
}

.Solicitation li:nth-of-type(7):before {
  content: "7";
}

.Solicitation li:nth-of-type(8):before {
  content: "8";
}

.Solicitation li:nth-of-type(9):before {
  content: "9";
}

/* プライバシーポリシー等 */
/*---------------------------------
    
スタッフ紹介・スリックスライダー
---------------------------------*/
.Section_staffSlide .section__inner {
  max-width: 100%;
  padding: 0;
}

.StaffSlide * {
  outline: none;
}

.StaffSlide-item a {
  display: block;
  margin: 0 24px;
  width: 240px !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .StaffSlide-item:nth-of-type(odd) a {
    margin-top: 0;
  }
}

.StaffSlide-thumbnail {
  overflow: hidden;
  border-radius: 50%;
  height: 240px !important;
  width: 100%;
  object-fit: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.StaffSlide-item:hover .StaffSlide-thumbnail:after {
  content: "MORE >";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: .25s ease-in-out;
}

.StaffSlide-office {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: .8rem;
  color: #666;
}

.StaffSlide-name {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.SlideWrap {
  margin-top: 56px;
  overflow-x: hidden;
}

.StaffSlide {
  list-style: none;
}

.StaffSlide li.slick-slide {
  opacity: 1;
}

.StaffSlide li.slick-slide a {
  display: block;
  transition: opacity .2s;
}

.StaffSlide li.slick-slide img {
  width: 100%;
}

.StaffSlide .slick-slide {
  transition: all 300ms ease;
}

/* 左右の矢印 */
.slick-prev {
  left: 16px !important;
  z-index: 2 !important;
}

.slick-prev:before {
  content: "\e5cb" !important;
}

.slick-next {
  right: 16px !important;
}

.slick-next:before {
  content: "\e5cc" !important;
}

.slick-next, .slick-prev {
  width: 30px !important;
  height: 40px !important;
}

.slick-next:before, .slick-prev:before {
  color: #fff !important;
  background: #222 !important;
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem !important;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slick Sliderの設定 */
/*---------------------------------
    ローディング画面 .Loader
---------------------------------*/
.Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

.Loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Loader-logo img {
  width: 100px;
  animation: poyooon 0.9s linear 0s 1;
}

.Loader-logo span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #555;
  margin-top: 16px;
}

@keyframes poyooon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.LoaderBg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .LoaderBg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #eb63a5;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
body.HOME #container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.HOME.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* loader（画面遷移） */
/*# sourceMappingURL=style.css.map */