@charset "UTF-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/*
@mixin tab {
	@media (min-width: $widthTab) and (max-width: ($widthPC)) {
		@content;
	}
}
*/
.float-list li {
  float: left;
}

/* Base */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
html {
  font-size: 62.5%;
  position: relative;
  min-height: 100%;
}

body {
  font-family:'Noto Sans JP','Noto Sans Japanese','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  min-width: 1200px;
  letter-spacing: 0.05rem;
  font-size: 1.3em;
  line-height: 1.6;
  overflow-x: hidden;
}
body::after{
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content:url(assets/img/module/nav_bg.png);
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
}

.top_body {
  background: url(assets/img/top/bg_circle_02.png) 30% top;
  background-repeat: no-repeat;
}
/*
.top_body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(position_setting.png) no-repeat left top;
  background-size: 100% 100%;
  opacity: 0.7;
}
*/


.top_body footer {
	position: fixed;
	left: 0;
	width: 100%;
	min-width: 1367px;
	bottom: 0;
}
@media screen and (max-width: 768px) {
  .top_body {
    background: url(assets/img/top/2x/bg_circle_02.png) top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .top_body footer {
    position: static;
    width: auto;
    min-width: auto;
  }
}

.sub_body {
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  opacity: 1;
  transition-duration: 0.2s;
  outline: 0;
}
a:hover, a:active, a:focus {
  opacity: 0.8;
  transition-duration: 0.2s;
}

section {
  position: relative;
  z-index: 1;
}

.circle_bg_animation {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  opacity: 0;
}
.circle_bg_animation canvas {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .circle_bg_animation {
    height: calc(100% - 700px);
  }
  .circle_bg_animation canvas {
    margin: 0;
  }
}
.circle_bg_animation > img {
  position: absolute;
  bottom: -200px;
  z-index: 999;
  opacity: 1;
}

.circle_bg_animation.concept_circle canvas {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;

  height: 2161px;
}
@media screen and (max-width: 768px) {
  .circle_bg_animation.concept_circle canvas {
    margin: 0;
    top: -100vw;
  }
}

canvas#text {
  display: none;
}

.wow {
  visibility: hidden;
}

/* Layout */
/*==============================
共通要素
==============================*/
.wrap {
  width: 1600px;
  margin: 0 auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 94%;
    margin: auto;
  }
}

.sub_wrap850 {
  width: 850px;
  margin: 0 auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sub_wrap850 {
    width: 94%;
    margin: auto;
  }
}
.sub_wrap850 h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sub_wrap850 h1 {
    margin-bottom: 7%;
  }
}
.sub_wrap850 h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sub_wrap850 h2 {
    margin-bottom: 5%;
  }
}

.sub_wrap700 {
  width: 700px;
  margin: 0 auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sub_wrap700 {
    width: 94%;
    margin: auto;
  }
}
.sub_wrap700 h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sub_wrap700 h1 {
    margin-bottom: 5%;
  }
}
.sub_wrap700 h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sub_wrap700 h2 {
    margin-bottom: 7%;
  }
}

.sub_wrap600 {
  width: 600px;
  margin: 0 auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sub_wrap600 {
    width: 94%;
    margin: auto;
  }
}
.sub_wrap600 h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sub_wrap600 h1 {
    margin-bottom: 5%;
  }
}
.sub_wrap600 h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sub_wrap600 h2 {
    margin-bottom: 5%;
  }
}

.layout01_650 {
  width: 650px;
  margin: 0 auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .layout01_650 {
    width: 94%;
    margin: auto;
  }
}

.layout02_785 {
  width: 785px;
  margin: 0 auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .layout02_785 {
    width: 94%;
    margin: auto;
  }
}

p.layout01_650 {
  line-height: 2;
}

.pink_cat {
  background: #e4007f;
  color: #fff;
  display: inline-block;
  padding: 4px 62px;
  border-radius: 30px;
  margin-bottom: 25px;
  min-width: 200px;
}

.pink_cat_02 {
  background: #e4007f;
  color: #fff;
  display: inline-block;
  padding: 5px 60px;
  border-radius: 30px;
  margin-bottom: 25px;
  min-width: 50px;
}

/*==============================
ヘッダー
==============================*/
#top-head {
  position: relative;
  z-index: 999;
  margin-bottom: 45px;
}
#top-head #top-head-inner {
  width: 100%;
  position: relative;
}
#top-head #top-head-inner > a img {
  position: relative;
  left: 30px;
  top: 25px;
}
@media screen and (max-width: 768px) {
  #top-head #top-head-inner > a img {
    left: 15px;
    top: 10px;
    width: 35%;
    max-width: 140px;
  }
}
#top-head .sub_breadcrumb_wrap {
  position: relative;
  z-index: 99;
  margin-top: 0px;
  background: none;
  padding: 5px 0;
  font-size: 1.2rem;
}
#top-head .sub_breadcrumb_wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
  color: #b3b3b3;
}
#top-head .sub_breadcrumb_wrap ul li:first-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #b3b3b3;
}
#top-head .sub_breadcrumb_wrap ul li:first-of-type:after {
  content: "▶";
  display: inline-block;
  font-size: 10px;
  color: #efefef;
  margin-left: 10px;
}
#top-head .sub_breadcrumb_wrap ul li a {
  color: #b3b3b3;
}
#top-head .sub_breadcrumb_wrap li:not(:first-of-type) {
  margin-left: 10px;
}
#top-head .sub_breadcrumb_wrap + section {
  position: relative;
  z-index: 99;
}

/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
  z-index: 1000;
  visibility: visible;
}

/*
#global-nav {
	visibility: hidden;
	position: fixed;
	display: table;
	vertical-align: middle;
	color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	font-size: 16px;
	opacity: 0;
	> div:first-of-type{
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		.wrap{
			max-width: 1600px;
			width: auto;
		}
		> article:first-of-type{
			width: 100%;
			img{
				max-width: 401px;
				width: 34vw;
				min-width: 350px;
			}
		}
		&:first-of-type{
			> div{
				display: flex;
				justify-content: center;
				align-items: flex-start;
				flex-wrap: wrap;
				margin-top: 30px;
				
			}
		}
		article {
			text-align: center;
			display: flex;
			justify-content: center;
			margin-bottom: 60px;
			padding: 0 25px;
			margin: 0 10px;
			&:nth-of-type(1){
				width: 480px;
					@include sp{
						width: 85%;
					}
			}
			&:nth-of-type(2){
				width: 320px;
				@include sp{
					width: 85%;
				}
			}
			&:nth-of-type(3){
				width: 150px;
				@include sp{
					width: 85%;
				}
			}
			&:not(:last-of-type){
				
			}
			a {
				&:hover{
				}
				img {
					img {
					}
				}
				span {
					img {
					}
				}
				a {
					&:hover{
					}
					img {
					}
				}
			}
			div {
				display: flex;
				justify-content: center;
				align-items: flex-start;
				flex-wrap: wrap;
				width: 100%;
				ul{
					display: flex;
					justify-content: center;
					align-items: flex-start;
					@include sp{
						flex-wrap: wrap;
						justify-content: space-between;
						width: 100%;
						
					}
					li{
						@include sp{
							margin-bottom: 15px;
						}
						img{
							max-width: 166px;
							height: auto;
						}
					}
				}
				span {
					width: 100%;
					text-align: center;
					margin-bottom: 15px;
					img {
						width: auto;
						height: 2.5vw;
						max-height: 21px;
					}
				}
				a {
					&:hover{
					}
					img {
						//margin: 0 20px;
					}
				}
			}
		}
	}
	.entry_wrap {
	width: 100%;
		margin-top: 30px;
		img {
			margin-bottom: 20px;
			
		}
		article {
			background: #fff;
			padding: 15px 0;
			display: flex;
			justify-content: center;
			align-items: flex-start;
		}
		a {
			margin: 0 3%;
			&:hover{
			}
			img {
				display: block;
				width: 100%;
				height: auto;
			}
		}
	}
}
*/
#global-nav {
  visibility: hidden;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  vertical-align: middle;
  color: #fff;
  top: 0;
  padding-top: 75px;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
  opacity: 0;
}
#global-nav article {
  margin-top: 0 !important;
}
#global-nav > div:first-of-type {
  width: 100%;
}
#global-nav > div:first-of-type > article {
  width: 100%;
}
#global-nav > div:first-of-type > article img {
  max-width: 80%;
}
#global-nav > div:first-of-type .wrap {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  width: auto;
  max-width: 1350px;
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap {
    margin-top: 10%;
  }
}
#global-nav > div:first-of-type .wrap article {
  margin-top: 35px !important;
}
#global-nav > div:first-of-type .wrap article:nth-of-type(1) {
  width: 35%;
  min-width: 560px;
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article:nth-of-type(1) {
    width: 100%;
  }
}
#global-nav > div:first-of-type .wrap article:nth-of-type(2) {
  width: 25%;
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article:nth-of-type(2) {
    width: 100%;
  }
}
#global-nav > div:first-of-type .wrap article:nth-of-type(3) {
  width: 13.5%;
  min-width: 216px;
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article:nth-of-type(3) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article {
    min-width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article {
    margin-top: 5% !important;
  }
}
#global-nav > div:first-of-type .wrap article div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#global-nav > div:first-of-type .wrap article div span {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article div span {
    margin-bottom: 5%;
  }
}
#global-nav > div:first-of-type .wrap article div span img {
  width: auto;
  max-height: 21px;
  height: auto;
}
#global-nav > div:first-of-type .wrap article div ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article div ul {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 86%;
    margin: auto;
  }
  #global-nav > div:first-of-type .wrap article div ul img {
    width: 80%;
    height: auto;
  }
  #global-nav > div:first-of-type .wrap article div ul:not(.only_center):after {
    content: "";
    width: 50%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article div ul li {
    width: 50%;
    margin-bottom: 7%;
  }
}
#global-nav > div:first-of-type .wrap article div ul li img {
  width: 80%;
  height: auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #global-nav > div:first-of-type .wrap article div ul li img {
    max-width: 100%;
  }
}
#global-nav .entry_wrap {
  width: 100%;
  margin-top: 49px;
}
#global-nav .entry_wrap span {
  width: 100%;
  text-align: center;
}
#global-nav .entry_wrap span img {
  margin-bottom: 10px;
}
#global-nav .entry_wrap article {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  #global-nav .entry_wrap article {
    justify-content: space-around;
    padding: 5% 7%;
    flex-wrap: wrap;
  }
  #global-nav .entry_wrap article:after {
    content: "";
    width: 50%;
    display: block;
  }
  #global-nav .entry_wrap article a {
    width: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #global-nav .entry_wrap article a {
    width: 50%;
  }
}

#global-nav .entry_wrap article img {
  margin: 0 4vw 0 4vw;
  width: 150px;
  height: auto;
  margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
  #global-nav .entry_wrap article img {
    max-width: 80%;
    width: auto;
  }
}

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
}

/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  transition: none;
}

.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  transition: all .1s ease-out;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  /* canvas背景時
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 40px;
  right: 40px;
  display: block;
  position: fixed;
  z-index: 99;
  background: #f495c8; 
  background: -moz-linear-gradient(left, #f495c8 0%, #f6b2c9 50%, #fad8cc 100%); 
  background: -webkit-linear-gradient(left, #f495c8 0%,#f6b2c9 50%,#fad8cc 100%); 
  background: linear-gradient(to right, #f495c8 0%,#f6b2c9 50%,#fad8cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f495c8', endColorstr='#fad8cc',GradientType=1 ); 
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(.02);
  transform: scale(.02);
  transition-duration: 0.2s;
  */
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 74px;
  right: 74px;
  display: block;
  position: fixed;
  z-index: 99;
  background: #E4007F;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f495c8', endColorstr='#fad8cc',GradientType=1 );
  border-radius: 50%;
  transition: all .1s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.0304);
  transform: scale(0.0304);
  transition-duration: 0.2s;
}
#nav-bg.top_nav-bg {
  background: #000;
}

.nav_bg_texture {
  background-image: url(assets/img/module/nav_bg.png) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.open #nav-bg {
  -webkit-transform: scale(2);
  transform: scale(2);
  transition: all .6s ease-out;
}

#top-head-inner:after {
  content: "";
  top: 87px;
  right: 57px;
  display: block;
  position: fixed;
  z-index: 99;
  font-size: 14px;
  width: 34px;
  height: 10px;
  text-align: center;
  background: url(assets/img/module/header_menu.png) top;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 37px;
  top: 37px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  padding: 19px;
  z-index: 1001;
  -webkit-tap-highlight-color: transparent;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

.open #nav-toggle {
  background: transparent;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

@media screen and (max-width: 768px) {
	#nav-toggle {
		right: 11px;
		top: 11px;
		width: 28px;
		height: 30px;
		padding: 14px 15px;
	}
	#nav-toggle span:nth-child(2) {
		top: 7px;
	}
	#nav-toggle span:nth-child(3) {
		top: 15px;
	}
	#nav-bg {
		top: 40px;
		right: 40px;
		/*-webkit-transform: scale(0.024);
		transform: scale(0.024);*/
		width: 1200px;
		height: 1200px;
		margin-right: -600px;
		margin-top: -600px;
		-webkit-transform: scale(0.048);
		transform: scale(0.048);
	}
	#top-head-inner:after {
		top: 48px;
		right: 24px;
	}
}

/* ***********************************************************
* PC版 .open #global-nav
* *********************************************************** */
@media screen and (min-width: 768px) {
	.open #global-nav {
		padding-top: 0;
		display: flex;
		flex-flow: column;
		height: 100%;
		overflow: hidden;
	}
	.open #global-nav > div:first-child {
		height: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.open #global-nav > div:first-child > article {
		height: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.open #global-nav > div:first-child > .wrap {
		height: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.open #global-nav > div:first-child > .wrap article {
		margin-top: 15px !important;
	}
	.open #global-nav > div:first-child > .wrap article div ul {
		margin-top: 0;
	}
	.open #global-nav > .entry_wrap {
		margin-top: 15px;
	}
	.open #global-nav > .entry_wrap article {
		padding-top: 15px;
	}
	.open #global-nav > .entry_wrap article a {
		padding: 0;
	}
	.open #global-nav > .entry_wrap span img {
		display: block;
		margin: 0 auto 15px;
	}
	
	.open #global-nav > div:first-child > article img,
	.open #global-nav > .entry_wrap article img {
		max-width: 70%;
	}
	.open #global-nav > .entry_wrap article img {
		margin-bottom: 0;
		display: block;
		width: 146px;
	}
}


/*==============================
コンテンツ
==============================*/
/*==============================
TOPページ
==============================*/
/* .top_catch {
  width: 100vw;
  position: inherit;
}
@media screen and (max-width: 768px) {
  .top_catch {
    height: 130vw;
  }
}
.top_catch .top_catch_wrap img {
    position: absolute;
    left: calc(50% - 300.5px);
    top: calc(50% - 52px - 70px);
    margin: auto;
}
@media screen and (max-width: 768px) {
  .top_catch .top_catch_wrap img {
    max-width: 80%;
    bottom: auto;
    top: 17%;
    left: 0;
    right: 0;
  }
}

.top_news_event {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  background: url(assets/img/top/top_bottom_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_news_event {
    position: relative;
    bottom: 0;
  }
}
.top_news_event h2 {
  width: 100%;
  max-width: 1700px;
}
@media screen and (max-width: 768px) {
  .top_news_event h2 {
    text-align: center;
  }
}
.top_news_event .top_news_event_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 25px 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }
}
.top_news_event .top_news_event_wrap > div {
  max-width: 1700px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div {
    width: 100%;
    flex-wrap: wrap;
  }
}
.top_news_event .top_news_event_wrap > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 29%;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0px;
    margin-bottom: 5%;
  }
}
.top_news_event .top_news_event_wrap > div > div:first-of-type {
  margin-right: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div:first-of-type {
    margin-right: 0px;
  }
}
.top_news_event .top_news_event_wrap > div > div:last-of-type {
  margin-left: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div:last-of-type {
    margin-left: 0px;
    margin-top: 5%;
  }
}
.top_news_event .top_news_event_wrap > div > div h2 {
  position: absolute;
  top: -45px;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div h2 {
    position: relative;
    top: -20vw;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div h2 + img {
    margin-bottom: 5%;
  }
}
.top_news_event .top_news_event_wrap > div > div img {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div img {
    margin: auto;
    margin-bottom: 5%;
    width: 80%;
    height: auto;
    margin-top: 3%;
  }
}
.top_news_event .top_news_event_wrap > div > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div > div {
    margin: auto;
  }
}
.top_news_event .top_news_event_wrap > div > div > div article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div > div article {
    width: 94%;
    margin: auto;
    flex-wrap: wrap;
  }
}
.top_news_event .top_news_event_wrap > div > div > div article:not(:last-of-type) {
  margin-bottom: 15px;
}
.top_news_event .top_news_event_wrap > div > div > div article p:first-of-type {
  background: #E5007F;
  padding: 2px 7px;
  margin-right: 5px;
  border-radius: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div > div article p:first-of-type {
    margin: 0 auto 1% auto;
  }
}
.top_news_event .top_news_event_wrap > div > div > div article p:last-of-type {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(24vw - 1rem);
  overflow: hidden;
  line-height: 1.8em;
  color: #000;
}
.top_news_event .top_news_event_wrap > div > div > div article p:last-of-type a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div > div article p:last-of-type {
    text-overflow: inherit;
    white-space: pre-wrap;
    width: 100%;
    text-align: center;
  }
}
.top_news_event .top_news_event_wrap > div > div article + p {
  width: 100%;
  text-align: right;
}
.top_news_event .top_news_event_wrap .top_news_event_textlink a {
  color: #000;
}
.top_news_event .top_news_event_wrap .top_news_event_link a {
  color: #000;
  text-align: right;
  display: inline-block;
  margin-left: auto;
  margin-top: 2%;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top_news_event .top_news_event_wrap .top_news_event_link a {
    margin-right: auto;
  }
	.top_news_event_link p{
		width: 100%;
		text-align: right;
	}
}
.top_news_event .top_news_event_wrap .top_news_event_link a span {
  color: #e4007f;
  font-weight: 700;
  padding-left: 3px;
  margin-top: 10px;
}
.top_news_event .top_news_event_wrap > div > div .lhead_ttl {
  min-width: 114px;
  width: 114px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top_news_event .top_news_event_wrap > div > div .lhead_ttl {
    margin-top: -30px;
  }
} */


/* 2024 リニューアル
 =================== */
.top_mv {
  position: relative;
}
.top_mv_movie {
  width: 100%;
  display: block;
}
.top_mv_movie img {
  width: 100%;
}
.top_mv_lead_wrap {
  position: absolute;
  padding: 0 10vw;
  bottom: calc((100vw / var(--vw-value-lg)) * 125);
  z-index: 1;
}
.top_mv_lead {
  font-size: clamp(2.8rem, calc((100vw / var(--vw-value-lg)) * 48), 8rem);
  color: var(--color-white);
}
.top_mv_lead_name {
  margin-top: 30px;
  font-family: 'Jost';
  font-size: clamp(1rem, calc((100vw / var(--vw-value-lg)) * 14), 2.8rem);
  color: var(--color-white);
}

.dot__mv_lg{
  width: calc((100vw / var(--vw-value-lg)) * 370);
  max-width: 370px;
  height: calc((100vw / var(--vw-value-lg)) * 370);
  max-height: 370px;
  top: 50%;
  bottom: 50%;
  right: 0;
  background-color: rgba(229,0,127,0.43);
}
.dot__mv_sm{
  width: calc((100vw / var(--vw-value-lg)) * 150);
  max-width: 150px;
  height: calc((100vw / var(--vw-value-lg)) * 150);
  max-height: 150px;
  top: 50%;
  bottom: 50%;
  left: 0;
  background-color: rgba(229,0,127,0.43);
}
.top_main{
  overflow: hidden;
}
.top_sec_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.top_sec_ttl span {
  display: block;
  font-size: 5rem;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: calc(60 / 50);
  letter-spacing: 0.01em;
  color: var(--color-main);
}

@media screen and (max-width:896px){
  .top_sec_ttl {
    font-size: clamp(1rem,calc((100vw / var(--vw-value-sm)) * 12),2.4rem);
  }
  .top_sec_ttl span {
    font-size: clamp(1.5rem,calc((100vw / var(--vw-value-sm)) * 30),6rem);
  }
}

/* ボタン */
.top_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 255px;
  color: var(--color-white);
  background-color: var(--color-main);
  background: rgb(251,140,208);
  background: linear-gradient(90deg, rgba(251,140,208,1) 0%, rgba(250,87,151,1) 100%);
  border-radius: calc(1px / 0);
  transition: all 0.6s ease-out;
  cursor: pointer;
}
.top_btn > * {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Jost';
}
/* .top_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: calc(1px / 0);
  background: rgb(251,140,208);
  background: linear-gradient(265deg, rgba(251,140,208,1) 0%, rgba(250,87,151,1)100%);
  transition: all 0.6s ease-out;
} */
.top_btn::after{
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  /* background-color: var(--color-white); */
  border-radius: 50%;
}

@media (any-hover: hover) {
  .top_btn:hover::before {
    opacity: 0;
  }
}

@media screen and (max-width:896px){
  .top_btn {
    width: calc((100vw / var(--vw-value-sm)) * 145);
    max-width: 145px;
  }
  .top_btn > * {
    height: calc((100vw / var(--vw-value-sm)) * 35);
    max-height: 60px;
    padding-left: 20px;
    font-size: 1.2rem;
  }
  .top_btn::after{
    width: 3px;
    height: 3px;
    right: 20px;
  }
}

/* 画像リンク */
.top_itm{
  position: relative;
  height: 100%;
}
.top_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 82, 82, 0.7);
  mix-blend-mode: multiply;
  transition: 0.6s;
  z-index: 1;
}
.top_itm_img{
  transition: 0.6s;
  overflow: hidden;
}
.top_itm_img img{
  transition: 0.6s;
}
.top_itm_cont{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.top_itm_inr{
  text-align: center;
  color: var(--color-white);
}
.top_itm_ttl_en{
  font-family: var(--font-en);
  font-size: 2.4rem;
  letter-spacing: 0.01em;
}
.top_itm_ttl{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (any-hover: hover) {
  .top_itm:hover .top_itm_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top_itm:hover a {
    opacity: 1;
  }
}

@media screen and (max-width:896px){
  .top_itm_ttl_en{
    font-size: clamp(1rem,calc((100vw / var(--vw-value-sm)) * 18),3.6rem);
  }
  .top_itm_ttl{
    font-size: clamp(1rem,calc((100vw / var(--vw-value-sm)) * 12),2.4rem);
  }
}


/* 矢印 */
.top_arrow{
  width: 100%;
  transition: 0.6s;
}
.top_arrow::before {
  width: 36px;
  background-color: var(--color-main);
  border-radius: 50%;
  bottom: 20px;
  right: 30px;
  border: 1px solid var(--color-white);
  height: 36px;
  transition: 0.6s;
}
.top_arrow::after {
  width: 22px;
  height: 22px;
  bottom: 27px;
  right: 37px;
  background-image: url(./assets/img/top_renewal_img/common/arrow_top__white.svg);
  transition: 0.6s;
}

@media screen and (max-width:896px){
  .top_arrow::before {
    width: calc((100vw / var(--vw-value-sm)) * 27);
    height: calc((100vw / var(--vw-value-sm)) * 27);
    right: calc((100vw / var(--vw-value-sm)) * 17);
    bottom: 12px;
    bottom: calc((100vw / var(--vw-value-sm)) * 12);
  }
  .top_arrow::after {
    width: calc((100vw / var(--vw-value-sm)) * 14);
    height: calc((100vw / var(--vw-value-sm)) * 14);
    right: calc((100vw / var(--vw-value-sm)) * 24);
    bottom: calc((100vw / var(--vw-value-sm)) * 19);
  }
}


/* Dots */
.dot_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
}
/* アニメーション パターン*/
.dot_wrap {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.dot_wrap.dot_wrap_02 {
  -webkit-animation: floating02-x 7.2s ease-in-out infinite alternate;
          animation: floating02-x 7.2s ease-in-out infinite alternate;
}

.dot {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-main);
  border-radius: 50%;
  z-index: 0;
}
/* アニメーション パターン*/
.dot {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.dot.dot_02 {
  -webkit-animation: floating02-y 1.8s ease-in-out infinite alternate;
          animation: floating02-y 1.8s ease-in-out infinite alternate;
}

@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-webkit-keyframes floating02-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@keyframes floating02-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes floating02-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating02-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@media screen and (max-width: 576px) {
  .top_mv_lead_wrap {
    padding: 0 3.5vw;
    bottom: calc((100vw / var(--vw-value-sm)) * 65);
  }
  .top_mv_lead {
    font-size: clamp(1.4rem, calc((100vw / var(--vw-value-sm)) * 28), 4.2rem);
  }
  .top_mv_lead_name {
    margin-top: 25px;
    font-size: clamp(1rem, calc((100vw / var(--vw-value-sm)) * 10), 2rem);
  }
  .dot__mv_lg{
    width: calc((100vw / var(--vw-value-sm)) * 240);
    max-width: 240px;
    height: calc((100vw / var(--vw-value-sm)) * 240);
    max-height: 240px;
    top: 60%;
    bottom: auto;
    right: -30%;
  }
  .dot__mv_sm{
    width: calc((100vw / var(--vw-value-sm)) * 150);
    max-width: 150px;
    height: calc((100vw / var(--vw-value-sm)) * 150);
    max-height: 150px;
    top: 20%;
    bottom: auto;
    left: -20%;
    background-color: rgba(229,0,127,0.43);
  }
}

/* スペシャルコンテンツ */
.top_special {
  position: relative;
  padding-top: 180px;
}
.top_special_inr{
  position: relative;
  z-index: 1;
}
.dot__special{
  width: calc((100vw / var(--vw-value-lg)) * 600);
  max-width: 600px;
  height: calc((100vw / var(--vw-value-lg)) * 600);
  max-height: 600px;
  top: 30%;
  right: 0;
}

@media screen and (max-width: 896px) {
  .top_special {
    padding-top: 90px;
  }
  .dot__special{
    width: calc((100vw / var(--vw-value-sm)) * 295);
    max-width: 295px;
    height: calc((100vw / var(--vw-value-sm)) * 295);
    max-height: 295px;
    top: 10%;
    right: -10%;
  }
}

@media screen and (max-width:576px){
  .dot__special{
    top: 10%;
    right: -50%;
  }
}

/* 私たちについて */
.top_about {
  padding-top: 280px;
}
.top_about_inr{
  position: relative;
  z-index: 1;
}
.top_itm_ttl__about{
  font-size: 1.6rem;
}
.dot__about{
  width: calc((100vw / var(--vw-value-lg)) * 275);
  max-width: 275px;
  height: calc((100vw / var(--vw-value-lg)) * 275);
  max-height: 275px;
  top: 0;
  left: 0;
}

@media screen and (min-width:896px){
  .top_lst__about{
    display: -ms-grid !important;
    display: grid !important;
  }
}

@media screen and (max-width: 896px) {
  .top_about {
    padding-top: 110px;
  }
  .top_about_swiper_scrollbar {
    position: relative;
    width: 100%;
    height: 6px;
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .swiper-scrollbar-drag {
    background-color: var(--color-main) !important;
  }
  .dot__about{
    width: calc((100vw / var(--vw-value-sm)) * 145);
    max-width: 145px;
    height: calc((100vw / var(--vw-value-sm)) * 145);
    max-height: 145px;
    top: auto;
    bottom: -30%;
    left: -10%;
  }
}

@media screen and (max-width:576px){
  .dot__about{
    left: -30%;
  }
}

/* 仕事・働く人たち */
.top_work {
  margin-top: 180px;
}
.top_work_inr{
  position: relative;
  z-index: 1;
}
.top_work_systme_inr{
  width: 100vw;
  max-width: var(--cont-width);
  margin: 0 auto;
}
.top_itm__work_system {
  margin-top: 210px;
}
.top_itm_cont__work_system{
  justify-content: start;
}
.top_itm_inr__work_system{
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 95px;
}
.top_itm_ttl_en__work_system{
  font-size: 5rem;
}
.top_itm_ttl__work_system{
  font-size: 1.8rem;
}
.dot__work{
  width: calc((100vw / var(--vw-value-lg)) * 385);
  max-width: 385px;
  height: calc((100vw / var(--vw-value-lg)) * 385);
  max-height: 385px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 896px) {
  .top_work {
    margin-top: 215px;
  }
  .top_work_systme_inr{
    max-width: 100%;
    width: 100vw;
  }
  .top_itm_cont__work_system{
    justify-content: center;
  }
  .top_itm__work_system {
    margin-top: 85px;
    padding: 0;
    z-index: 1;
  }
  .top_itm_inr__work_system{
    display: block;
    padding-left: 0;
  }
  .top_itm_ttl_en__work_system{
    font-size: clamp(1rem,calc((100vw / var(--vw-value-sm)) * 18),3.6rem);
  }
  .top_itm_ttl__work_system{
    font-size: clamp(1rem,calc((100vw / var(--vw-value-sm)) * 12),2.4rem);
  }
  .dot__work{
    display: none;
  }
}

/* インフォメーション */
.top_information {
  margin-top: 210px;
}
.top_information_inr{
  position: relative;
  z-index: 1;
}
.dot__information_sm{
  width: calc((100vw / var(--vw-value-lg)) * 195);
  max-width: 195px;
  height: calc((100vw / var(--vw-value-lg)) * 195);
  max-height: 195px;
  top: 0;
  right: 0;
}
.dot__information_lg{
  width: calc((100vw / var(--vw-value-lg)) * 385);
  max-width: 385px;
  height: calc((100vw / var(--vw-value-lg)) * 385);
  max-height: 385px;
  bottom: -30%;
  left: 0;
}

@media screen and (max-width: 896px) {
  .top_information {
    margin-top: 140px;
  }
  .dot__information_sm{
    width: calc((100vw / var(--vw-value-sm)) * 137);
    max-width: 137px;
    height: calc((100vw / var(--vw-value-sm)) * 137);
    max-height: 137px;
    top: -5%;
    right: 0;
  }
  .dot__information_lg{
    width: calc((100vw / var(--vw-value-sm)) * 97);
    max-width: 97px;
    height: calc((100vw / var(--vw-value-sm)) * 97);
    max-height: 97px;
    bottom: -10%;
    left: -3%;
  }
}

@media screen and (max-width:576px){
  .dot__information_sm{
    top: -15%;
    right: -20%;
  }
  .dot__information_lg{
    bottom: -20%;
    left: -20%;
  }
}

/* お知らせ */
.top_news {
  margin-top: 250px;
}
.top_news_slider_wrap{
  position: relative;
}
.top_news_slider_wrap > *{
  max-width: 100%;
  /* margin-left: calc(5vw - (100vw - var(--cont-width)) / 2); */
  padding-left: calc((100vw - var(--cont-width)) / 2);
}
.top_news_slider .slick-list{
  display: -ms-grid !important;
  display: grid !important;
}
.top_news_slider_itm {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;

  position: relative;
  padding: 35px;
  width: calc((100vw / var(--vw-value-lg)) * 350px) !important;
  max-width: 350px;
  border: 1px solid var(--color-main);
  background-color: var(--color-pink);
  margin-right: 30px;
}
.top_news_slider_itm_tab {
  position: absolute;
  display: inline-block;
  padding: 8px 12px;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: var(--color-white);
  background-color: var(--color-main);
}
.top_news_slider_itm_data {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: var(--color-rose-pink);
}
.top_news_slider_itm_txt {
  margin-top: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.top_news_slider_arrows {
  position: absolute;
  display: flex;
  width: 160px;
  height: 60px;
  padding-left: 0;
  gap: 40px;
  top: -90px;
  right: calc((100vw - var(--cont-width)) / 2);
}
.slick-prev.top_news_slider_arrow__prev,
.slick-next.top_news_slider_arrow__next {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
  transition: background-color 0.2s;
}

.slick-prev.top_news_slider_arrow__prev.slick-disabled,
.slick-next.top_news_slider_arrow__next.slick-disabled{
  pointer-events: none;
  opacity: 0.5;
}

.slick-prev.top_news_slider_arrow__prev::before,
.slick-next.top_news_slider_arrow__next::before{
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
}
.slick-prev.top_news_slider_arrow__prev::before{
  background-image: url(./assets/img/top_renewal_img/common/arrow_top__rose_prev.svg);
}
.slick-next.top_news_slider_arrow__next::before{
  background-image: url(./assets/img/top_renewal_img/common/arrow_top__rose.svg);
}

@media screen and (max-width:1210px){
  .top_news_slider_arrows {
    right:10vw;
  }
}

@media screen and (max-width: 896px) {
  .top_news {
    margin-top: 155px;
  }
  .top_news_slider_wrap > *{
    margin: 0 auto;
    padding-left: 0;
    max-width: 90vw;
  }
  .top_news_slider_itm {
    padding: calc((100vw / var(--vw-value-sm)) * 50) calc((100vw / var(--vw-value-sm)) * 35);
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid var(--color-main);
    background-color: var(--color-pink);
    margin-right: 30px;
  }
  .top_news_slider_itm + .top_news_slider_itm{
    margin: 20px auto 0 auto;
  }
  .top_news_slider_itm_tab {
    padding: calc((100vw / var(--vw-value-sm)) * 15) calc((100vw / var(--vw-value-sm)) * 8);
    font-size: clamp(1rem,calc((100vw / var(--vw-value-sm)) * 24),2.4rem);
    line-height: 1;
  }
  .top_news_slider_itm_data {
    margin-top: 0;
    font-size: clamp(1rem,calc((100vw / var(--vw-value-sm)) * 24),2.4rem);
  }
  .top_news_slider_itm_txt {
    margin-top: calc((100vw / var(--vw-value-sm)) * 10);
    font-size: clamp(1rem,calc((100vw / var(--vw-value-sm)) * 14),2.8rem);
  }
  .top_news_slider_arrows {
    display: none;
  }
}

/*==============================
RECRUIT_INFO
==============================*/
#recruit_info article {
  display: flex;
  justify-content: center;
/*  align-items: center;*/
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 37px auto;
}
@media screen and (max-width: 768px) {
  #recruit_info article {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    border-bottom: 1px dotted #c9c9c9;
    padding: 5% 0;
  }
}
#recruit_info article .date {
  color: #a6969f;
  margin-right: 12px;
  font-size: 1.3rem;
}
#recruit_info article .recruit_cat {
  background: #e4007f;
  padding: 0px 22px;
  color: #fff;
  margin-right: 10px;
  border-radius: 50px;
  font-size: 1.3rem;
  white-space: nowrap;
	min-width: 68px;
  text-align: center;
}
#recruit_info article a {
  color: #2e2c2c;
  font-size: 1.5rem;
	width: 60%;
}
@media screen and (max-width: 768px) {
  #recruit_info article a {
    margin-top: 10px;
	  width: 100%;
  }
}
#recruit_info .paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #recruit_info .paging {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15%;
  }
}
#recruit_info .paging svg {
  color: #e4007f;
  font-size: 14px;
}
#recruit_info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recruit_info li {
  margin: 0 12px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #recruit_info li {
    margin: 0;
    padding: 1.5%;
  }
}
#recruit_info li a {
  color: #4d4d4d;
}
#recruit_info li a:hover {
  color: #e4007f;
}
#recruit_info li.active_page {
  background: #ebebeb;
  border-radius: 50px;
  padding: 3px 7px;
}

/*==============================
RECRUIT_INFO_SINGLE
==============================*/
.recruit_info_single article {
  text-align: center;
}
.recruit_info_single .date {
  color: #a6969f;
  margin-bottom: 15px;
  font-size: 12px;
}
.recruit_info_single .recruit_cat {
  background: #e4007f;
  padding: 1px 32px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
  white-space: nowrap;
}
.recruit_info_single h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
}
.recruit_info_single .single_content p {
  text-align: left;
  line-height: 2;
}
.recruit_info_single .paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin: 64px auto 0 auto;
  font-size: 12px;
}
.recruit_info_single .paging svg {
  color: #e4007f;
  font-size: 14px;
}

/*==============================
RECRUIT_CONCEPT
==============================*/
.recruit_concept_body {
  background: url(assets/img/page/recruit_concept/bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.recruit_concept {
  margin-top: 250px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_concept {
    margin-top: 50vw;
    padding-bottom: 0;
  }
}
.recruit_concept .recruit_concept_wrap.sub_wrap700 {
  text-align: center;
}
.recruit_concept .recruit_concept_wrap.sub_wrap700 > img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_concept .recruit_concept_wrap img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit_concept .recruit_concept_wrap > img {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_concept h2 img {
    max-width: 80% !important;
  }
  .recruit_info_single h2 img {
    max-width: 80% !important;
  }
}
.recruit_concept h2 + img {
  margin: 0 auto 100px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit_concept h2 + img {
    margin: 0 auto 12% auto;
  }
}
@media screen and (min-width: 768px) {
  .recruit_concept article .nl {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit_concept article .nl {
    display: inline;
  }
}
.recruit_concept p {
  font-family: 'Noto Sans JP';
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #2e2c2c;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .recruit_concept p {
    font-size: calc((3.6vw - 2px) * 0.7);
    color: #2e2c2c;
    letter-spacing: 0px;
    line-height: 1.7;
  }
}
.recruit_concept p:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_concept p:not(:last-of-type) {
    margin-bottom: 8%;
  }
}

/*==============================
ABOUT_US-CH
==============================*/
.sub_layout01 #top-head {
  margin-bottom: 0;
}
/* .sub_layout01 h1 { */
.pgHd_ttl{
  display: flex;
  width: 100vw;
  text-align: center;
  margin-bottom: 595px;
  /* margin-top: 25px; */
  flex-direction: column;
  gap: 15px;
  letter-spacing: 0.05em;
}
.pgHd_ttl.pgHd_ttl__works_people{
  display: block;
}
.pgHd_ttl__jp{
  letter-spacing: 0.25em;
}
.pghd_ttl__people .pgHd_ttl__jp {
  font-family: var(--font-en);
  letter-spacing: 0.1em;
}
.sub_layout01 h1:not(.header_logo) {
  margin-top: calc(175px + 25px);
}

@media screen and (max-width: 768px) {
  .pgHd_ttl{
    width: 100%;
    margin-bottom: 98vw;
  }
  .sub_layout01 h1:not(.header_logo) {
    margin-top: calc(62px + 30vw);
  }
  .pgHd_ttl__jp {
    letter-spacing: 0.17em;
  }
  .pghd_ttl__people .pgHd_ttl__jp{
    line-height: 1;
  }
}
.sub_layout01 .philosophy hr + img {
  margin-bottom: 40px;
}
.sub_layout01 .philosophy hr + img + p {
  line-height: 2.8;
  font-size: 18px;
}

.about_us_ch_body {
  background: url(assets/img/page/about_us/mv_bg.png) no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .about_us_ch_body {
    /*exchange at last*/
    background: url(assets/img/page/about_us/2x/sp_mv_bg.png) no-repeat;
    background-position: center 40px;
    background-size: 100%;
  }
  .about_us_ch_body img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .about_us_ch_body h1 {
    margin-top: 10vw;
    margin-bottom: 110vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_us_ch_body h1 img {
    width: 100%;
    height: auto;
  }
}

.about_us_ch_body article {
  margin-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .about_us_ch_body article {
    margin-top: 15% !important;
  }
}

.about_us .about_us_wrap {
  text-align: center;
}
.about_us .about_us_wrap h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Noto Sans JP';
  margin-bottom: 40px;
}
.about_us .about_us_wrap h2 .nl {
  display: none;
}
@media screen and (max-width: 768px) {
  .about_us .about_us_wrap h2 {
    font-size: 6vw;
  }
  .about_us .about_us_wrap h2 .nl {
    display: inline !important;
  }
}
@media screen and (max-width: 768px) {
  .about_us .about_us_wrap h2 img {
    height: 22px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .about_us .about_us_wrap {
    width: 94%;
    margin: auto;
  }
}
.about_us .about_us_wrap h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Noto Sans JP';
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_us .about_us_wrap h3 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .about_us .about_us_wrap {
    width: 94%;
    margin: auto;
  }
}
.about_us h1 + img {
  margin-bottom: 35px;
}
.about_us h1 + img + p {
  font-size: 17px;
  line-height: 2.6;
}
.about_us article {
  margin-top: 190px;
  /*--article内個別CSS--*/
}
.about_us article:first-of-type {
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  .about_us article:first-of-type {
    margin-top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .about_us article {
    margin-top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .about_us article .philosophy hr + img + p br {
    display: none;
  }
}
.about_us article h2 + hr {
  width: 30px;
  height: 3px;
  background: #e4007f;
  border-radius: 50px;
  margin: 45px auto;
	border-style: none;
}
@media screen and (max-width: 768px) {
  .about_us article h2 + hr {
    margin: 7% auto 10%;
  }
}
.about_us article h2 + hr + img {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .about_us article h2 + hr + img {
    margin-bottom: 5%;
  }
}
.about_us article h2 + hr + p {
  margin-bottom: 45px;
}
.about_us article h2 + hr + div .pink_cat {
  background: #e4007f;
  color: #fff;
  display: inline-block;
  padding: 4px 62px;
  border-radius: 30px;
  margin-bottom: 25px;
  min-width: 200px;
}
.about_us article h2 + hr + div .pink_cat + p {
  line-height: 2;
  text-align: left;
}
.about_us article p span {
  font-size: 1.2rem;
}
.about_us article .mov {
  margin: 35px 0;
}
.about_us article.special_movie .mov_wrap {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .about_us article.special_movie .mov_wrap {
    width: 100%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .about_us article.special_movie .mov_wrap iframe {
    width: 100%;
    max-height: 350px;
  }
}
.about_us article.special_movie .layout01_650 {
  text-align: left;
  width: 630px;
}
@media screen and (max-width: 768px) {
  .about_us article.special_movie .layout01_650 {
    width: 100%;
  }
}
.about_us article.philosophy > p {
  margin-bottom: 105px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .about_us article.philosophy > p {
    margin-bottom: 15%;
    line-height: 2;
  }
}
.about_us article.philosophy ul li {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .about_us article.philosophy ul li {
    margin-bottom: 17%;
  }
}
.about_us article.philosophy ul p:first-of-type {
  background: #e4007f;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 50px;
}
.about_us article.philosophy ul p:last-of-type {
  line-height: 2.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about_us article.philosophy ul p:last-of-type {
    line-height: 2;
    font-size: 100%;
  }
}
.about_us article.shopchannnel_brand > img {
  display: block;
  margin: auto;
}
.about_us article.shopchannnel_brand > img:first-of-type {
  margin-bottom: 70px;
}
.about_us article.shopchannnel_brand > img:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about_us article.shopchannnel_brand > img:last-of-type {
    width: 90%;
    height: auto;
  }
}
.about_us article.shopchannnel_brand p {
  line-height: 2.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about_us article.shopchannnel_brand p {
    font-size: 100%;
    line-height: 2;
  }
}
.about_us article.shopchannnel_brand p:last-of-type {
  line-height: 2;
}
.about_us article.shopchannnel_brand p:not(:last-of-type) {
  margin-bottom: 50px;
}
.about_us article.data table {
  border: 2px solid #fff;
  border-collapse: collapse;
  width: 720px;
}
@media screen and (max-width: 768px) {
  .about_us article.data table {
    width: 100%;
  }
}
.about_us article.data th, .about_us article.data td {
  padding: 10px 20px;
  border: 2px solid #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about_us article.data th, .about_us article.data td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
}
.about_us article.data th {
  border-collapse: collapse;
  background: #ffe1ec;
  color: #000000;
  width: 23%;
  font-weight: 700;
  vertical-align: top;
}
.about_us article.data td {
  border-collapse: collapse;
  background: #eeeeee;
  color: #2e2c2c;
  width: 77%;
}
.about_us article.history ul li {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about_us article.history ul li {
    margin-bottom: 10%;
  }
}
.about_us article.history ul li > p:first-of-type {
  margin-top: 25px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .about_us article.history ul li > p:first-of-type {
    margin-top: 4%;
  }
}
.about_us article.history ul li > p:nth-last-of-type(n + 2) {
  margin-bottom: 3px;
}
.about_us article.history ul li img {
  display: block;
  margin: auto;
}
.about_us article.history ul p:first-of-type {
  margin-bottom: 35px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .about_us article.history ul p:first-of-type {
    margin-top: 4%;
  }
}
.about_us article.history ul p:last-of-type {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .about_us article.history ul p:last-of-type {
    font-size: 100%;
    line-height: 2;
  }
}
.about_us article.history ul p:before {
  content: "●";
  text-align: center;
  color: #e4007f;
  font-size: 8px;
  display: block;
  margin-bottom: 17px;
}
.about_us article.history ul p span {
  font-size: 1.2rem;
}
.about_us article.history ul p:not(:first-of-type):before {
  margin-bottom: 0px;
}
.about_us article.business_model p {
  text-align: left;
}
.about_us article.business_strength div:not(:first-of-type) {
  margin-top: 70px;
  padding-bottom: 50px;
  text-align: center;
}
.about_us article.business_strength > div p.layout01_650 {
  margin-bottom: 50px;
  text-align: left;
}
.about_us article.business_strength div h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.about_us article.business_strength div h3 span {
  color: #e4007f;
}
.about_us article.business_strength div ul li {
  margin-bottom: 42px;
}
.about_us article.business_strength div ul li span {
  display: block;
  color: #e4007f;
}
.about_us article.business_strength div .pink_cat {
  background: #e4007f;
  display: inline-block;
  padding: 3px 63px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 22px;
}
.about_us article.business_scale > div {
  margin-bottom: 95px;
}
.about_us article.business_scale > div .layout01_650 {
  text-align: left;
}
.about_us article.business_scale ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 910px;
  margin: auto;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .about_us article.business_scale ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
.about_us article.business_scale ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 18%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_us article.business_scale ul li {
    width: 48%;
    margin-bottom: 5%;
  }
}
.about_us article.business_scale ul li p:last-of-type {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about_us article.business_scale ul li p {
    width: 100%;
  }
}
.about_us article.business_scale ul li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.about_us article.business_scale ul li img + p {
  font-size: 20px;
  font-weight: 700;
  color: gray;
  min-height: 3.5em;
}
@media screen and (max-width: 768px) {
  .about_us article.business_scale ul li img + p {
    min-height: auto;
  }
}
.about_us article.business_scale ul li img + p span {
  display: block;
  font-size: 12px;
}
.about_us article.business_scale img.graph_image {
  margin-top: 35px;
}
.about_us article.business_scale img.graph_image + p {
  font-size: 12px;
}
.about_us a img {
  margin-top: 55px;
}

/*==============================
ABOUT_US-business
==============================*/
.sub_layout01 #top-head {
  margin-bottom: 0;
}

.about_us_business_body {
  background: url(assets/img/page/about_us_business/mv_bg.png) no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .about_us_business_body {
    /*exchange at last*/
    background: url(assets/img/page/about_us_business/2x/sp_mv_bg.png) no-repeat;
    background-position: center 40px;
    background-size: 100%;
  }
  .about_us_business_body img {
    max-width: 100%;
    height: auto;
  }
  .about_us_business_body h1 {
    width: 100%;
    margin-top: 10vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_us_business_body h1 img {
    max-width: 100%;
    height: auto;
  }
}

/*==============================
ABOUT_US-workmap
==============================*/
.about_us_workmap_body {
  background: url(assets/img/page/about_us_workmap/mv_bg.png) no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .about_us_workmap_body {
    /*exchange at last*/
    background: url(assets/img/page/about_us_workmap/2x/sp_mv_bg.png) no-repeat;
    background-position: center 40px;
    background-size: 100%;
  }
  .about_us_workmap_body img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .about_us_workmap_body h1:not(.header_logo) {
    margin-top: calc(62px + 30vw);
    margin-bottom: 110vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_us_workmap_body h1 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .about_us_workmap_body .exchange_dummy .nl {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about_us_workmap_body .exchange_dummy .nl {
    display: inline;
  }
}
.about_us_workmap_body .exchange_dummy h2 {
  margin-bottom: 40px;
}
.about_us_workmap_body .exchange_dummy h2 + p {
  font-size: 18px;
  line-height: 2;
}
.about_us_workmap_body .business_flow:before {
  display: none !important;
  padding-top: 110px;
}
.about_us_workmap_body .business_flow hr {
  margin: 45px auto 60px;
}
.about_us_workmap_body .business_flow > div {
  width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about_us_workmap_body .business_flow > div {
    width: 100%;
    flex-wrap: wrap;
  }
  .about_us_workmap_body .business_flow > div picture {
    width: 100%;
    margin: 0 auto 2% auto;
  }
  .about_us_workmap_body .business_flow > div picture img {
    width: 100%;
  }
}
.about_us_workmap_body .business_flow > div img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about_us_workmap_body .business_flow > div img {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}

/*==============================
works_people_castiing_body
==============================*/
.works_people_castiing_body {
  background: url(assets/img/page/works_people_casting/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body {
    background: url(assets/img/page/works_people_casting/sp_mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

.works_people_castiing_body h1.pghd_ttl__people {
  margin-top: calc(145px + 25px);
  margin-bottom: 0;
  gap: 10px;
}
.pghd_name {
  margin: 5px auto 600px auto;
}
.pghd_name span{
  padding-left: 5px;
}

@media screen and (max-width: 896px) {
  .works_people_castiing_body h1.pghd_ttl__people{
    margin-top: calc(120/16 * 1.6rem);
  }
  .works_people_castiing_body h1.pghd_ttl__people img {
    width: 80%;
    height: auto;
  }
  .pghd_name{
    margin-top: 10px;
    margin-bottom: calc(400/16 * 1.6rem);
  }
  .pghd_name .u_img{
    max-width: 50px;
  }
  .pghd_name span{
    padding-left: 0;
  }
}
.works_people_castiing_body h1 + img {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body h1 + img {
    width: 90%;
    height: auto;
    margin: auto;
  }
}
.works_people_castiing_body .about_us_wrap article {
  margin-top: 65px !important;
}
.works_people_castiing_body .about_us_wrap article:not(:first-of-type) {
  margin-top: 80px !important;
}
.works_people_castiing_body .about_us_wrap article:not(:first-of-type):before {
  content: "●";
  display: block;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #e4007f;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .about_us_wrap article {
    margin-top: 12% !important;
  }
}
.works_people_castiing_body .about_us_wrap article:before {
  content: "●";
  display: block;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #e4007f;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .about_us_wrap article:before {
    margin-bottom: 15%;
  }
}
.works_people_castiing_body .about_us_wrap article h2 img {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .about_us_wrap article h2 img {
    width: 90%;
    height: auto;
  }
}
.works_people_castiing_body .about_us_wrap article h2 + p + img {
  margin-top: 55px;
}
.works_people_castiing_body .about_us_wrap article .layout02_785 {
  line-height: 2;
  text-align: left;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .about_us_wrap article .layout02_785 {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .about_us_wrap article picture img {
    width: 100%;
    height: auto;
  }
}
.works_people_castiing_body .business_flow:before {
  display: none !important;
  padding-top: 110px;
}
.works_people_castiing_body .business_flow h2 {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .business_flow h2 img {
    height: 30px;
    width: auto;
  }
}
.works_people_castiing_body .business_flow hr {
  margin: 15px auto 60px;
}
.works_people_castiing_body .business_flow > div {
  width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .business_flow > div {
    width: 100%;
  }
}
.works_people_castiing_body .business_flow > div img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .business_flow > div picture {
    width: 100%;
  }
  .works_people_castiing_body .business_flow > div picture img {
    width: 100%;
    height: auto;
  }
}
.works_people_castiing_body .paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  font-size: 12px;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body .paging {
    margin-top: 15%;
    width: 85%;
  }
}
.works_people_castiing_body .paging a {
  padding: 15px;
}
.works_people_castiing_body .paging a img {
  margin-top: 0;
}
.works_people_castiing_body .paging svg {
  color: #e4007f;
  font-size: 14px;
}

.works_people_castiing_body.interview01 {
  background: url(assets/img/page/works_interview_01/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body.interview01 {
    background: url(assets/img/page/works_interview_01/2x/mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

.works_people_castiing_body.interview02 {
  background: url(assets/img/page/works_interview_02/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body.interview02 {
    background: url(assets/img/page/works_interview_02/2x/mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

.works_people_castiing_body.interview03 {
  background: url(assets/img/page/works_interview_03/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body.interview03 {
    background: url(assets/img/page/works_interview_03/2x/mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

.works_people_castiing_body.interview04 {
  background: url(assets/img/page/works_interview_04/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body.interview04 {
    background: url(assets/img/page/works_interview_04/2x/mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

.works_people_castiing_body.interview05 {
  background: url(assets/img/page/works_interview_05/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body.interview05 {
    background: url(assets/img/page/works_interview_05/2x/mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

.works_people_castiing_body.interview06 {
  background: url(assets/img/page/works_interview_06/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body.interview06 {
    background: url(assets/img/page/works_interview_06/2x/mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

.works_people_castiing_body.interview07 {
  background: url(assets/img/page/works_interview_07/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body.interview07 {
    background: url(assets/img/page/works_interview_07/2x/mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

.works_people_castiing_body.interview08 {
  background: url(assets/img/page/works_interview_08/mv_bg.png) no-repeat;
  background-position: center 16px;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .works_people_castiing_body.interview08 {
    background: url(assets/img/page/works_interview_08/2x/mv_bg.png) no-repeat;
    background-position: center 70px;
    background-size: 100%;
  }
}

/*==============================
system
==============================*/
.system_body {
  background: url(assets/img/page/system/mv_bg.png) no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (min-width: 768px) {
  .system_body .nl {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .system_body .nl {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .system_body {
    background: url(assets/img/page/system/2x/sp_mv_bg.png) no-repeat;
    background-position: center 40px;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .system_body h1 {
    margin-top: 10vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 106vw;
  }
  .system_body h1 img {
    width: 80%;
    height: auto;
  }
}
.system_body .up_set {
  text-align: center;
}
.system_body .up_set h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .system_body .up_set h2 img {
    width: 100%;
    height: auto;
  }
}
.system_body .up_set .layout01_650 {
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .system_body .up_set .layout01_650 {
    font-size: 14px;
    line-height: 2;
  }
}
.system_body .training_programs .pink_cat_02 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .system_body .training_programs .pink_cat_02 {
    padding: 2px 60px;
  }
}
.system_body .training_programs table {
  border: 2px solid #fff;
  border-collapse: collapse;
  width: 720px;
}
@media screen and (max-width: 768px) {
  .system_body .training_programs table {
    width: 100%;
  }
}
.system_body .training_programs th, .system_body .training_programs td {
  padding: 10px 20px;
  border: 2px solid #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .system_body .training_programs th, .system_body .training_programs td {
    display: -ms-grid;
    display: grid;
    width: 100% !important;
    box-sizing: border-box;
  }
}
.system_body .training_programs th {
  border-collapse: collapse;
  background: #ffe1ec;
  color: #000000;
  width: 23%;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .system_body .training_programs th {
    text-align: center;
    padding: 5px 20px;
  }
}
.system_body .training_programs td {
  border-collapse: collapse;
  background: #eeeeee;
  color: #2e2c2c;
  width: 77%;
}
.system_body .welfare_programs table {
  border: 2px solid #fff;
  border-collapse: collapse;
  width: 760px;
}
@media screen and (max-width: 768px) {
  .system_body .welfare_programs table {
    width: 100%;
  }
}
.system_body .welfare_programs th, .system_body .welfare_programs td {
  padding: 10px 12px;
  border: 2px solid #fff;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .system_body .welfare_programs th, .system_body .welfare_programs td {
    display: -ms-grid;
    display: grid;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 14px;
  }
}
.system_body .welfare_programs th {
  border-collapse: collapse;
  background: #ffe1ec;
  color: #000000;
  width: 26%;
  font-weight: 700;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .system_body .welfare_programs th {
    text-align: center;
    padding: 5px 20px;
  }
  .system_body .welfare_programs th br {
    display: none;
  }
}
.system_body .welfare_programs th span {
  font-size: 12px;
  white-space: nowrap;
}
.system_body .welfare_programs td {
  border-collapse: collapse;
  background: #eeeeee;
  color: #2e2c2c;
  width: 74%;
}
.system_body .work_environment > picture img {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .system_body .work_environment > picture img {
    width: 100%;
    height: auto;
    margin-top: 10%;
  }
}
.system_body .work_environment .pink_cat_02 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .system_body .work_environment .pink_cat_02 {
    padding: 2px 60px;
  }
}
.system_body .work_environment > div {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .system_body .work_environment > div {
    margin-top: 13%;
  }
}
.system_body .work_environment > div h3 {
  font-size: 18px;
  font-weight: 700;
  color: #e4007f;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .system_body .work_environment > div h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.system_body .work_environment > div p {
  line-height: 2;
  text-align: left;
}
.system_body .work_environment > img {
  margin-top: 85px;
}

/*==============================
works_people_member_body
==============================*/
.works_people_member_body {
  background: url(assets/img/page/works_people_member/mv_bg.png) no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .works_people_member_body {
    background: url(assets/img/page/works_people_member/2x/mv_bg.png) no-repeat;
    background-position: center 40px;
    background-size: 100%;
  }
}
.works_people_member_body .about_us_wrap {
  width: 100%;
}
.works_people_member_body h1:not(.header_logo) {
  margin-bottom: 360px;
}
@media screen and (max-width: 768px) {
  .sub_layout01.works_people_member_body h1:not(.header_logo) {
    width: 90%;
    margin: 35% auto 100% auto;
  }
  .works_people_member_body h1 img {
    width: 80%;
    height: auto;
  }
}
.works_people_member_body .member_index_nav {
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 350px;
}
.works_people_member_body .member_index_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  border-radius: 150px;
  background: #e5e5e5;
  transition-duration: 0.2s;
}
.works_people_member_body .member_index_nav a:hover {
  background: #e4007f;
}
.works_people_member_body .member_index_nav a.sortcat04:hover, .works_people_member_body .member_index_nav a.sortcat06:hover {
  background: #e5e5e5;
  opacity: 0.5;
  transition-duration: 0.2s;
}
.works_people_member_body .member_index_nav a img {
  margin: 0;
}
.works_people_member_body .member_index_nav div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  border-radius: 150px;
  background: #e4007f;
  transition-duration: 0.2s;
}
.works_people_member_body .member_index_nav + .sp_sort {
  display: none;
}
@media screen and (max-width: 768px) {
  .works_people_member_body .member_index_nav {
    display: none;
  }
  .works_people_member_body .member_index_nav + .sp_sort {
    display: block;
    margin: auto;
    width: 30%;
    position: relative;
    top: 7.5vw;
  }
}
.works_people_member_body .member_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1900px;
  margin: 35px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .works_people_member_body .member_list {
    flex-wrap: wrap;
  }
}
.works_people_member_body .member_list:after {
  content: "";
  width: 33.3%;
  display: block;
}
.works_people_member_body .member_list article {
  width: 33.3%;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  .works_people_member_body .member_list article {
    width: 100%;
  }
}
.works_people_member_body .member_list article img {
  margin: 0;
}
.works_people_member_body .member_list article .job_cat_icon {
  position: absolute;
  left: 15px;
  top: 18px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body .member_list article .job_cat_icon {
    left: 15px;
    top: 20px;
    width: 16%;
  }
}
.works_people_member_body .member_list article .job_title_img {
  position: absolute;
  left: 0;
  top: 39%;
  right: 0;
  margin: auto;
  height: 25px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .works_people_member_body .member_list article .job_title_img {
    top: 42%;
    width: 85%;
    height: auto;
  }
}
.works_people_member_body .member_list article .job_image {
  width: 100%;
  height: auto;
}
.works_people_member_body .member_list article h2 {
  font-size: 1.4vw;
  text-align: left;
  font-weight: 700;
  color: #000;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .works_people_member_body .member_list article h2 {
    padding-left: 0;
    font-size: 4vw;
    width: 94%;
    margin: auto;
  }
}
.works_people_member_body .member_list article h2 + p {
  padding-left: 24px;
  text-align: left;
  color: #e4007f;
}
@media screen and (max-width: 768px) {
  .works_people_member_body .member_list article h2 + p {
    padding-left: 0;
    font-size: 3.5vw;
    width: 94%;
    margin: auto;
  }
}
.works_people_member_body #sort_nav {
  visibility: hidden;
  position: fixed;
  overflow-x: hidden;
  vertical-align: middle;
  color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .works_people_member_body #sort_nav {
    display: none;
  }
}
.works_people_member_body #sort_nav article {
  margin-top: 0 !important;
}
.works_people_member_body #sort_nav > div:first-of-type {
  width: 100%;
}
.works_people_member_body #sort_nav > div:first-of-type > article {
  width: 100%;
}
.works_people_member_body #sort_nav > div:first-of-type > article img {
  max-width: 80%;
}
.works_people_member_body #sort_nav > div:first-of-type .wrap {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  width: auto;
  max-width: 1350px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap {
    margin-top: 10%;
  }
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article {
  margin-top: 50px !important;
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article:nth-of-type(1) {
  width: 35%;
  min-width: 560px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap article:nth-of-type(1) {
    width: 100%;
  }
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article:nth-of-type(2) {
  width: 25%;
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap article:nth-of-type(2) {
    width: 100%;
  }
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article:nth-of-type(3) {
  width: 13.5%;
  min-width: 216px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap article:nth-of-type(3) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap article {
    min-width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap article {
    margin-top: 5% !important;
  }
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article div span {
  width: 100%;
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article div span img {
  width: auto;
  max-height: 21px;
  height: auto;
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article div ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap article div ul {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 94%;
    margin: auto;
  }
  .works_people_member_body #sort_nav > div:first-of-type .wrap article div ul img {
    width: 80%;
    height: auto;
  }
  .works_people_member_body #sort_nav > div:first-of-type .wrap article div ul:not(.only_center):after {
    content: "";
    width: 40%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap article div ul li {
    width: 40%;
    margin-bottom: 7%;
  }
}
.works_people_member_body #sort_nav > div:first-of-type .wrap article div ul li img {
  width: 80%;
  height: auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav > div:first-of-type .wrap article div ul li img {
    max-width: 100%;
  }
}
.works_people_member_body #sort_nav .entry_wrap {
  width: 100%;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav .entry_wrap {
    margin-top: 6%;
  }
}
.works_people_member_body #sort_nav .entry_wrap span {
  width: 100%;
  text-align: center;
}
.works_people_member_body #sort_nav .entry_wrap span img {
  margin-bottom: 10px;
}
.works_people_member_body #sort_nav .entry_wrap article {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav .entry_wrap article {
    justify-content: space-around;
    padding: 5% 3%;
    flex-wrap: wrap;
  }
  .works_people_member_body #sort_nav .entry_wrap article:after {
    content: "";
    width: 50%;
    display: block;
  }
  .works_people_member_body #sort_nav .entry_wrap article a {
    width: 50%;
  }
}
.works_people_member_body #sort_nav .entry_wrap article img {
  margin: 0 4vw 0 4vw;
  width: 150px;
  height: auto;
  margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav .entry_wrap article img {
    max-width: 80%;
    width: auto;
  }
}
.works_people_member_body #sort_nav a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav a.sortcat04:hover, .works_people_member_body #sort_nav a.sortcat06:hover {
    opacity: 0.3;
    transition-duration: 0.2s;
  }
}
.works_people_member_body #sort_nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  transition: none;
}
.works_people_member_body #sort_nav-toggle {
  display: block;
  position: fixed;
  right: 18px;
  top: 210px;
  width: 23px !important;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 9999;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav-toggle {
    right: 6%;
    top: 7vw;
  }
}
.works_people_member_body #sort_nav-toggle div {
  position: relative;
}
.works_people_member_body #sort_nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  transition: .35s ease-in-out;
}
.works_people_member_body #sort_nav-toggle span:nth-child(1) {
  top: 0;
}
.works_people_member_body #sort_nav-toggle span:nth-child(2) {
  top: 8px;
}
.works_people_member_body #sort_nav-toggle span:nth-child(3) {
  top: 16px;
}
.works_people_member_body #sort_nav-bg {
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 40px;
  right: 40px;
  display: block;
  position: fixed;
  z-index: 99;
  background: #E4007F;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f495c8', endColorstr='#fad8cc',GradientType=1 );
  border-radius: 50%;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.024);
  transform: scale(0.024);
  transition-duration: 0.2s;
}
@media screen and (min-width: 768px) {
  .works_people_member_body #sort_nav-bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .works_people_member_body #sort_nav-bg {
    display: none;
    width: 0;
    height: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  }
}
.works_people_member_body #sort_nav-bg.top_nav-bg {
  background: #000;
}
.works_people_member_body .nav_bg_texture {
  background-image: url(assets/img/module/nav_bg.png) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.open_sort #sort_nav {
  z-index: 1000;
  visibility: visible;
}

.open_sort #sort_nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  transition: all .3s ease-out;
  transition-delay: .1s;
}

.open_sort #sort_nav ul li:nth-child(2) {
  transition-delay: .2s;
}

.open_sort #sort_nav ul li:nth-child(3) {
  transition-delay: .3s;
}

.open_sort #sort_nav ul li:nth-child(4) {
  transition-delay: .4s;
}

.open_sort #sort_nav ul li:nth-child(5) {
  transition-delay: .5s;
}

.open_sort #sort_nav-toggle {
  background: transparent;
}

.open_sort #sort_nav-toggle span {
  background: #fff;
}

.open_sort #sort_nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}

.open_sort #sort_nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open_sort #sort_nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

.open_sort #sort_nav-bg {
  -webkit-transform: scale(2);
  transform: scale(2);
  transition: all .6s ease-out;
}

.sort_buttons {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  position: fixed;
  top: 12%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 365px;
}
@media screen and (max-width: 768px) {
  .sort_buttons {
    top: 10% !important;
  }
}
.sort_buttons a > div {
  width: 35vw;
  height: 35vw;
  max-width: 148px;
  max-height: 148px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sort_buttons a > div picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sort_buttons a > div img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sort_buttons a > div img {
    margin-top: 0;
  }
}

.gosort {
  text-align: center;
  position: fixed;
  top: 90%;
  border: 2px solid #fff;
  padding: 7px 14px;
  box-sizing: border-box;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 45%;
  max-width: 180px;
}
.gosort img {
  width: 100%;
}
.gosort picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==============================
ABOUT_US-challenge
==============================*/
.about_us_challenge_body {
  background: url(assets/img/page/about_us_challenge/mv_bg.png) no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .about_us_challenge_body {
    /*exchange at last*/
    background: url(assets/img/page/about_us_challenge/2x/sp_mv_bg.png) no-repeat;
    background-position: center 40px;
    background-size: 100%;
  }
  .about_us_challenge_body img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .about_us_challenge_body h1 {
    margin-top: 10vw;
    margin-bottom: 110vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_us_challenge_body h1 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about_us_challenge_body article {
    margin-top: 20%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .about_us_challenge_body h2 hr {
    margin: 7% auto 10%;
  }
}

.about_us_challenge_body h3 {
  font-size: 18px;
  color: #e4007f;
  margin-bottom: 20px;
  font-weight: 700;
}
.about_us_challenge_body h3 + p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about_us_challenge_body .shopping .nl {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about_us_challenge_body .shopping .nl {
    display: inline;
  }
}
.about_us_challenge_body .shopping h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about_us_challenge_body .shopping h2 {
    margin-bottom: 5%;
  }
}
.about_us_challenge_body .shopping h2 + p {
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .about_us_challenge_body .shopping h2 + p {
    font-size: 100%;
    line-height: 2;
  }
  .about_us_challenge_body .shopping h2 + p br {
    display: none;
  }
}
.about_us_challenge_body .group_synergy hr {
  margin: 45px auto 55px;
}

/*==============================
フッター
==============================*/
/* footer {
  height: 20px;
}
footer .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  height: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer .copyright {
  }
}
footer p {
  padding-top: 0px;
} */

.sub_breadcrumb_wrap {
  position: relative;
  z-index: 99;
  margin-top: 150px;
  background: #eeeeee;
  padding: 5px 0;
  font-size: 1.2rem;
}

.sub_breadcrumb_wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sub_breadcrumb_wrap ul {
    padding-left: 0;
  }
}
.sub_breadcrumb_wrap ul li:first-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sub_breadcrumb_wrap ul li:first-of-type:after {
  content: "▶";
  display: inline-block;
  font-size: 10px;
  color: #e4007f;
  margin-left: 10px;
}
.sub_breadcrumb_wrap ul li a {
  color: #000;
}

.sub_breadcrumb_wrap li:not(:first-of-type) {
  margin-left: 10px;
}

.sub_breadcrumb_wrap + section {
  position: relative;
  z-index: 99;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}




/*==============================
recruit_movie_body
==============================*/
.sub_layout01 #top-head {
  margin-bottom: 0;
}

.recruit_movie_body {
  background: url(assets/img/page/recruit_movie/mv_bg.png) no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .recruit_movie_body {
    /*exchange at last*/
    background: url(assets/img/page/recruit_movie/mv_bg_sp.png) no-repeat;
    background-position: center 40px;
    background-size: 100%;
  }
}

.recruit_movie_wrap{
  text-align: center;
}

.recruit_movie_wrap .movie_area{
  width: 960px;
  margin: 40px auto;
  overflow: hidden;
}

/* Section:Interview Movie */
.recruit_movie_interview{
  margin-top: 100px;
}
.recruit_movie_interview .movie_area{
  width: 90vw;
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  align-items: normal;
}
.recruit_movie_interview .movie_area_itm{
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.recruit_movie_interview .movie_area_itm + .movie_area_itm{
  margin-top: 50px;
}
.recruit_movie_interview .movie_area_itm_ttl{
  position: absolute;
  width: 315px;
  bottom: 0;
  right: -330px;
  text-align: left;
}
.recruit_movie_interview .movie_area_itm_name{
  margin-top: 1em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .recruit_movie_body img {
    max-width: 100%;
    height: auto;
  }
  .recruit_movie_body h1 img {
    max-width: 100%;
    height: auto;
  }
  .recruit_movie_body .recruit_movie_wrap {
      width: 94%;
      margin: auto;
  }
  .recruit_movie_wrap .movie_area {
    width: 100%;
  }
  .movie_area_itm iframe {
    width: 100%;
    height: 250px;
  }
  .recruit_movie_interview {
    margin-top: 70px;
  }
  .recruit_movie_interview .movie_area{
    margin-top: 0;
  }
  .recruit_movie_interview .movie_area_itm{
    width: 95%;
  }
  .recruit_movie_interview .movie_area_itm + .movie_area_itm {
    margin-top: 20px;
  }
  .recruit_movie_interview .movie_area_itm_ttl{
    position: unset;
    width: 100%;
  }
}