@charset "UTF-8";

/*--------------------------------------
base
--------------------------------------*/
* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
}
html {
    overflow:auto;
    height:100%; 
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "source-han-sans-japanese", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
	font-size: 15px;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p, ul, li, dl, dd, dt, th, td {
	font-size:15px;
}
textarea,input {
	padding:2px;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
li {
	list-style-position: outside;
	line-height:170%;
}
div {
	display:block;
}
object,
embed {
	vertical-align: top;
}
a {
	color: #333;
}
a:hover img.fade {
	opacity:0.5;
	filter: alpha(opacity=50);
}
a img.fade {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
div#wrap {
	width:100%;
	margin: 0 auto;
	text-align:center;
	padding:0;
	zoom: 1;
}
body > div#wrap {
	height:auto;
	overflow-y: hidden;
}



/*--------------------------------------
common
--------------------------------------*/
/* PC */
.spOnly {
	display: none;
}
.container,
.container * {
	box-sizing:border-box;
}
.container {
	margin: 96px auto 0;
	@media screen and (max-width: 750px){
		margin: 64px auto 0;
	}
}
.img img {
	max-width:100%;
}
*[class*="trim-"] {
	position:relative;
	overflow:hidden;
}
*[class*="trim-"]:before {
	content:'';
	display:block;
	padding-top:75%;
}
*[class*="trim-"] img {
	position:absolute;
	top:-100%;
	bottom:-100%;
	right:-100%;
	left:-100%;
	margin:auto;
	width:100%;
	height:auto;
}
.trim-square:before {
	padding-top:100%;
}
.trim-rect:before {
	padding-top:50%;
}
.trim-4by1:before {
	padding-top:25%;
}
/* SP */
@media screen and (max-width: 750px){
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}
}



/* ---------------------------- */
/* ヘッダーフッター*/
/* ---------------------------- */
.pcHeader{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	transition: .5s;
	border-bottom: 1px solid #b4b4b4;
}
.pcHeader.hide{
	transform: translateY(-100%);
}
#header{
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}
#header .inner{
    display:flex;
    display:-ms-flexbox;
    justify-content:space-between;
    -ms-flex-pack:justify;
    align-items:center;
    -ms-flex-align:center;
	max-width: 1300px;
	height: 96px;
	margin: 0 auto;
}
#header .inner h1{
    flex:0 0 auto;
	margin-left: 32px;
    margin-right:68px;
    margin-bottom:0;
}
#header .inner h1 img{
    width: 196px;
    height: auto;
}

@media screen and (max-width: 750px){
div#wrap {
	padding-top: 0;
}
#header{
	height:auto;
}
#header .inner{
	height: 63px;
	position: relative;
	border-bottom: 3px solid #b4b4b4;
}
#header .inner h1{
	float: none;
	margin-left:9px;
	margin-top:3px;
	padding-top:0;
}
#header .inner h1 img{
	width: 110px;
	height:33px;
	vertical-align:middle;
}
}

/* PC用フッター */
.footer-wrap {
  border-top: 2px solid #FA0046;
}
.footer {
  display: flex;
  display: -ms-flexbox;
  margin: 0 auto;
  max-width: 1300px;
  height: 96px;
  font-family: "source-han-sans-japanese", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
}
.footLogo {
  align-self: center;
  -ms-flex-item-align: center;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  margin: 0 32px;
}
.footer-wrap li, .footer-wrap a {
  text-decoration: none;
  line-height: 0;
}
.footLogo img {
  width: 171px;
}
.footer .footLeft {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-right: auto;
	padding-top: 24px;
}
.footer .footLeft ul {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.footer .footLeft ul.daiwa {
  margin-top: 15px;
}
.footer .footLeft ul li a {
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #4d4d4f;
}
.footer .footLeft li::after {
  content: " ｜ ";
	color: #4D4D4F;
	font-size: 11px;
}
.footer .footLeft li:last-child::after {
  content: none;
}
.footer .footRight {
  padding-top: 24px;
  margin-right: 32px;
}
.splinks {
  display: none;
}
.footer .footRight .fLogo {
  line-height: 0;
  text-align: right;
}
.footer .footRight .fLogo img {
  width: auto;
  height: 12px;
}
.footer .footRight .copyright {
  margin-top: 15px;
  font-size: 10px;
  color: #4D4D4F;
  text-align: right;
	line-height: 1;
	letter-spacing: 0.05em;
}
/* スホ魔用フッター */
.new_footer {
	display:bolck;
	margin: 0 auto;
	padding: 12px 0 9px 0;
    width: 100%;
	font-family: "Hiragino Kaku Gothic Pro", 'Droid Sans Jananese', "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	border-top: 2px solid #fa0046;
}
.foot_group_logo {
	margin:0 0 11px 0;
	vertical-align: middle;
}
.foot_group_logo img {
	height: 52px;
	vertical-align: baseline;
}
.foot_menu_box {
	display:block;
	width:100%;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0;
}
.foot_menu_left {
	width:100%;
	float: none;
	padding-top: 0;
	text-align: center;
	margin: 0 auto;
}
.foot_menu_right_sp {
	position: relative;
	width:100%;
	height: 18px;
	padding-top: 0;
}
	.new_footer .foot_menu_left .menu a {
	font-size: 10px;
    text-decoration: none;
}
.new_footer .foot_menu_left .menu::after {
    content: "｜";
}
.new_footer .foot_menu_left .menu:last-child::after {
    content: "";
}
.new_footer .foot_menu_left li a {
    color: #4D4D4F;
    text-decoration: none;
}
.new_footer .foot_menu_left li::after {
    content: "｜";
}
.new_footer .foot_menu_left li:last-child::after {
    content: "";
}
.foot_menu_right_sp .copyright_sp {
	position: absolute;
	width:100%;
    font-size: 10px;
	color: #4D4D4F;
	text-align: center;
	margin: 0 auto;
	vertical-align: bottom;
	bottom: 0;
}
}



/* ---------------------------- */
/* ナビゲーション
----------------------------------*/
.nav_link {
	font-size: 18px;
	font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ";
	font-weight: 800;
	text-decoration: none;
}
a.nav_link {
	position: relative; 
}
a.nav_link::after {
	position: absolute; 
	left: 0; 
	content: ''; 
	width: 100%;
	height: 3px;
	background: #66ccff;
	bottom: -8px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s; 
}
a:hover::after {
	transform: scale(1, 1);
}

/* Responsive menu button */
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.menu_line {
  background: #999;
  border-radius: 5px;
  width: 100%;
  height: 4px;
  margin: 3px 0;
}

/* Responsive style */
@media screen and (max-width: 820px) {
.responsive_btn {
	display: flex;
}
.header_bg {
	position: relative;
}
.header_nav {
	background: #000;
	opacity: 0.85;
	width: 60%;
	height: 100vh;
	padding: 80px 0 0 0;
	position: fixed;
	top: 0;
	right: -100%;
	transition: .5s;
}
.header_nav_lists {
	display: block;
	text-align: center;
}
.header_nav_lists li {
	margin: 0 0 30px;
	text-align: center;
}
.nav_link {
	font-size: 18px;
	color: #fff;
}
}

@media screen and (max-width: 750px) {
.header_nav {
	width: 90%;
}
}

/* js function "menuToggle" starting only */
.menu_active {
  right: 0;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

/* 検索ボタン */
.serch_win_flex {
	display: flex;
	@media (max-width: 750px) {
		display: block;
	}
}
.serch_win_flex .c-button {
    width: 260px;
    height: 50px;
    font-size: 14px;
    transition: all 0.25s;
}
.serch_win_flex c-button::before {
    right: 20px;
}


.serch_win_flex .left {
	@media (max-width: 750px) {
		margin: 0 0 30px 20px;
	}
}
.serch_win_flex .right {
	@media (max-width: 750px) {
		margin: 0 0 0 20px;
	}
}




/* モーダルCSS */
.modalArea,
.modalArea2 {
  display: none;
  position: fixed;
  z-index: 99; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg,
.modalBg2 {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper,
.modalWrapper  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}
.closeModal,
.closeModal2 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
#openModal,
#openModal2 {
  cursor: pointer;
  text-decoration: none;   /* 下線を消す */
}
.modalWrapper,
.modalWrapper2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  height: 80vh;            /* ★ 高さを指定 */
  background-color: #fff;
  padding: 0;
}
.modalContents,
.modalContents2 {
  width: 100%;
  height: 100%;
}
.modalContents iframe,
.modalContents2 iframe {
  width: 100%;
  height: 100%;
  border: none;
}




/* ---------------------------- */
/* other
----------------------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  



/* ---------------------------- */
/* メインコンテンツ */
/* ---------------------------- */
.active a{
    color: #000;
}
.advertising__sec__img._num01,
.advertising__sec__img._num02,
.advertising__sec__img._num03,
.advertising__sec__img._num04 {
	width: 140px !important;
	border-radius: 50%; /* 形を円形にする */
	overflow: hidden;   /* はみ出した部分は非表示 */
	position: relative; /* 基準値とする */
}

.c-button02 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
	font-family: var(--font-en);
  color: #222;
	border: 1px solid #222;
	margin-top: 40px;
}
@media (min-width: 48em) {
.c-button02 {
    height: 50px;
	font-size: 14px;
    transition: all 0.25s;
  }
}
.c-button02::before {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 14px;
  height: 5px;
  margin: auto 0;
  content: "";
  background-image: url("../img/new_common/icon_arrow_black.svg");
  background-size: contain;
}
@media (min-width: 48em) {
  .c-button02::before {
    right: 30px;
  }
}
@media (min-width: 48em) {
  .c-button02:hover {
    background-color: var(--secondarycolor);
    border: 1px solid var(--secondarycolor);
  }
}
.c-button02._black {
  color: #222;
	border: 1px solid #222;
	font-weight: bold;
}
.c-button02._black::before {
  background-image: url("../img/new_common/icon_arrow_black.svg");
}
@media (min-width: 48em) {
  .c-button02._black:hover {
    color: #fff;
    background-color: #ee1740;
    border: 1px solid #ee1740;
  }
  .c-button02._black:hover::before {
    background-image: url("../img/new_common/icon_arrow.svg");
  }
}
/*
.c-button02._black._blank::after {
  position: relative;
  top: 0;
  right: -105px;
  display: inline-block;
  width: 10px;
  height: 11px;
  content: "";
  background-image: url("../img/new_common/icon_blank_black.svg");
  background-size: contain;
}
@media (min-width: 48em) {
  .c-button02._black._blank::after {
    top: -10px;
    right: -70px;
  }
}
@media (min-width: 48em) {
  .c-button02._black._blank:hover::after {
    background-image: url("../img/new_common/icon_blank_white.svg");
  }
}
*/
.top_banner img {
	width:100%;
	@media (max-width: 750px) {
		width:92%;
		margin: 40px 18px 60px;
	}
}
.top_bonner_flex {
	display: flex;
	position: relative;
	justify-content: space-between;
	padding: 0 120px;
	margin: 0;
	@media (max-width: 750px) {
		padding: 0 20px;
		flex-wrap: wrap;
	}
}
.top_bonner_flex .flex_bnbox {
	max-width: 32%;
	@media (max-width: 750px) {
		width: 49%;
	}
}
.top_bonner_flex .flex_bnbox img {
	width: 100%;
	margin-bottom: 10px;
}

.iconblock_flex {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0 40px;
	@media (max-width: 750px) {
		display: block;
		padding: 0;
	}
}
.iconblock_4col  {
	border-radius: 10px;
	width: 24%;
	text-align:  center; 
	padding: 18px;
	@media (max-width: 750px) {
		width: 100%;
		margin: 10px 0;
	}
}
.iconblock_3col  {
	border-radius: 10px;
	width: 32%;
	text-align:  center; 
	padding: 18px;
	@media (max-width: 750px) {
		width: 100%;
		margin: 10px 0;
	}
}
.iconblock_6col  {
	border-radius: 10px;
	width: 16%;
	text-align:  center; 
	padding: 0;
	@media (max-width: 750px) {
		width: 100%;
		margin: 10px 0;
	}
}
.iconblock_4col.green_bg {
	background: linear-gradient(45deg, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(158, 255, 153, 0.5));
}
.iconblock_3col.blue_bg {
	background: linear-gradient(45deg, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(153, 204, 255, 0.5));
}
.iconblock_3col.yellow_bg {
	background: linear-gradient(45deg, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(245, 229, 152, 0.5));
}
.iconblock_3col.pink_bg {
	background: linear-gradient(45deg, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5), rgb(255, 204, 209, 0.5));
}
.iconblock_6col.img_bg01,
.iconblock_6col.img_bg02,
.iconblock_6col.img_bg03,
.iconblock_6col.img_bg04,
.iconblock_6col.img_bg05,
.iconblock_6col.img_bg06{
	position: relative;
	height: 130px;
	background-image: url(../img/svis05_ico01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.iconblock_6col.img_bg02 {
	background-image: url(../img/svis05_ico02.jpg);
}
.iconblock_6col.img_bg03 {
	background-image: url(../img/svis05_ico03.jpg);
}
.iconblock_6col.img_bg04 {
	background-image: url(../img/svis05_ico04.jpg);
}
.iconblock_6col.img_bg05 {
	background-image: url(../img/svis05_ico05.jpg);
}
.iconblock_6col.img_bg06 {
	background-image: url(../img/svis05_ico06.jpg);
}
.iconblock_img {
	width: 80px;
}
.iconblock_txt {
	font-size: 0.8em;
	line-height: 1.7em;
	@media (max-width: 750px) {
		font-size: 1em;
	}
}
.iconblock_title {
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0 10px;
}
.iconblock_6col .iconblock_txt {
	width: 100%;
	position: absolute;
	top: 43%;
	transform: translateY(-50%); 
	left: 50%;
	transform: translateX(-50%); 
}
.iconblock_6col .iconblock_title {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.new_contact_title {
	font-size: 60px;
	margin-bottom: 20px;
}
.new_contact_subtitle {
	font-size: 18px;
}
.new_contact_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	color: #fff !important;
	@media (max-width: 750px) {
		display: block;
	}
}
.tel_box {
	font-size: 1.7rem;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 40px 20px;
	margin-right: 40px;
	width: 420px;
	height: 200px;
	@media (max-width: 750px) {
		margin: 0 auto 20px ;
		width: 90%;
	}
}
.form_box {
	font-size: 1.7rem;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 40px 20px;
	width: 420px;
	height: 200px;
	@media (max-width: 750px) {
		margin: 0 auto ;
		width: 90%;
	}
}
.tel_box .tel_box_title,
.form_box  .tel_box_title{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.tel_box .tel_box_number {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	@media (max-width: 750px) {
		font-size: 2.6rem;
	}
}
.tel_box .tel_box_time {
	font-size: 14px;
}
.form_box a {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px;
	@media (max-width: 750px) {
		font-size: 2.3rem;
	}
}
.new_c-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 55px;
	font-family: var(--font-en);
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
    height: 80px;
    font-size: 16px;
	transition: all 0.25s;
}
.new_c-button:hover {
	color: #fa0046;
	background-color: #fff;
	border: 1px solid var(--secondarycolor);
}
.new_c-button::before {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 14px;
  height: 5px;
  margin: auto 0;
  content: "";
  background-image: url("../img/new_common/icon_arrow.svg");
  background-size: contain;
}
.new_c-button:hover::before {
	background-image: url("../img/new_common/icon_arrow_pink.svg");
}
.engbt_flex {
	display: flex;
	justify-content: space-between;
	@media (max-width: 750px) {
		display: block;
		width: 100%;
	}
}
.engbt_flex .right {
	width: 49%;
	@media (max-width: 750px) {
		width: 100%;
	}
}
.engbt_flex .left {
	width: 49%;
	@media (max-width: 750px) {
		width: 100%;
	}
}








/* ---------------------------- */
/* OB用 */
/* ---------------------------- */
body.backimg_feed_ob,
body.backimg_feed_staff {
	background-image: url('../img/backimg_ob.jpg');
	background-position: right 40px;
	background-repeat: no-repeat;
	background-size: 900px; 
	@media (max-width: 750px) {
		background-size: 70%; 
	}
}
body.backimg_feed_staff {
	background-image: url('../img/backimg_staff.jpg');
}


.ob_cap {
	margin-top: 40px;
	width: 100%;
}
.ob_cap_box {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px;
	border: 2px solid #e6e6e6;
	background-color: #fff;
	text-align: left;
	@media (max-width: 750px) {
		padding: 20px;
	}
}
.ob_cap h3.ttl {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}
.ob_cap h3.ttl {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
	line-height: 1.9167;
	@media (max-width: 750px) {
		font-size: 24px;
		line-height: 1.6;
	}
}
.ob_cap h3.ttl::before {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1px;
  content: "";
  background-image: linear-gradient(to right, var(--secondarycolor) 50%, rgba(34, 34, 34, 0.2) 50%);
}
.ob_cap h3.ttl::before {
    width: 300px;
}
.ob_staff_main_txt {
	line-height: 2;
}
.ob_staff_main_txt .red {
	margin-top: 15px;
	color: #fa0046;
	font-size: 0.85em;
}
.alert_box {
	background-color: #ffe3e7;
	padding: 30px;
	margin-top: 30px;
	color: #fa0046;
	@media (max-width: 750px) {
		padding: 20px;
	}
}
.catalog_box {
	padding: 30px;
	margin-top: 30px;
	background-color: #efefef;
	@media (max-width: 750px) {
		padding: 20px;
	}
}
.catalog_title {
	font-size: 20px;
	font-weight: bold;
}
.catalog_img_flex {
	display: flex;
	flex-wrap: wrap;
	@media (max-width: 750px) {
		padding: 20px;
		justify-content: center;
	}
}
.catalog_img {
	border: 1px solid #eee;
	width: 220px;
	margin: 10px 20px;
	box-shadow: 2px 2px 4px gray;
}
.white_box {
	margin-top: 40px;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #e6e6e6;
}
.white_box .red_txt {
	font-size: 20px;
	font-weight: bold;
	color: #fa0046;
	margin-right: 6px;
}
.white_box i {
  color: #fa0064;
  margin-right: 5px;
}
.tel_custum {
	font-size: 1.2em;
	color: #fa0046;
	margin-right:6px;
}
.phone_num {
	font-size: 20px;
	font-weight: bold;
	color: #fa0046;
}
.one_card_flex {
	display: flex;
	align-items: center;
	@media screen and (max-width: 750px) {
		display: block;
		text-align: center;
	}
}
.one_card_flex .right {
	margin-right: 20px;
	@media screen and (max-width: 750px) {
		margin:  0;
	}
}
.one_card_flex .right img {
	width: 300px;
	@media screen and (max-width: 750px) {
		width: 250px;
		margin:  0 auto 20px;
	}
}
.one_card_flex .left {
	text-align: left;
}


/* -----ステップ------ */
.step_title {
	border-left: 2px solid #fa0046;
	background-color: #eee;
	padding: 1em;
	margin: 60px 0 40px;
	font-size:20px;
	line-height:1.5em;
	font-weight:bold;
}
.stepbar {
  margin: 0 auto;
  width: 80%;
}
.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 5em;
  height: 5em;
  content: "";
  border-radius: 50%;
  background-color: #fa0046;
  color: #fff;
  text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 0em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 1.2em;
}
.stepbar .stepbarwrap .steptitle .stepcircle span .numbig {
	font-size: 2em;
	margin-top: -1em;
}
.stepbar .stepbarwrap .steptitle .title {
	margin: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fa0046;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 5.6em;
}
.stepbar .stepbarwrap .steptxt .txt {
	font-size: 1em;
	line-height: 1.8em;
}
.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 2.5em;
  z-index: -1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/* -----Q&A------ */
.qa_box {
	margin: 0 auto;
	width: 80%;
	line-height: 1.6;
	@media screen and (max-width: 750px) {
		width: 100%;
	}
}
.qa-1 {
    margin-bottom: 7px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}
.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-1[open] summary::after {
    transform: rotate(225deg);
}
.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-1[open] p {
    transform: none;
    opacity: 1;
}
.qa-1 p::before {
    color: #fa0046;
    line-height: 1.2;
    content: "A";
}










/* ---------------------------- */
/* 流用CSS */
/* ---------------------------- */
/* PC */
.advertising__lead h2 {
	font-weight: 500;
}
.advertising__lead {
	font-weight: bold;
}
.advertising__title {
	font-weight: 500;
}
.l-contents {
    padding-top: 120px;
    margin-top: 116px;
	overflow: hidden;
	@media screen and (max-width: 750px) {
		padding-top: 0;
		margin-top: 0;
	}
}
.advertising__sec {
    padding: 190px 100px 10px;
	margin: 0 3.125%;
	@media screen and (max-width: 750px) {
		padding: 0;
		margin: 0;
		}
}
.layer__banner {
	padding-top: 70px;
	@media screen and (max-width: 750px) {
		padding: 0 0 60px;
	}
}
.p-page-header__img {
	margin: 116px 8.3333% -116px 0;
	@media screen and (max-width: 750px) {
		margin: 50px 0 0 -28px;
	}
}
.p-page-header__heading {
  font-weight: 500;
  font-feature-settings: initial;
}
.p-page-header__heading-ja {
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}

h2 .kando_img {
	width: 70%;
	@media screen and (max-width: 750px) {
		width: 100%;
	}
}
.servis_section {
	max-width: 100%;
	margin: 100px 3.125% 40px;
	@media screen and (max-width: 750px) {
		margin: 100px 0 40px;
	}
}
.servis_topix01,
.servis_topix02 {
	display: flex;
	max-width: 100%;
	align-items: center;
	align-self: center;
	margin-bottom:40px;
	@media screen and (max-width: 750px) {
		display: block;
	}
}
.servis_topix02 {
	justify-content: flex-end;
	align-items: center;
	align-self: center;
}
.servis_topix02 .left_box {
	min-width: 600px;
}
.servis_topix01 .right_box {
	min-width: 600px;
}
.servis_topix01 .left_box.left_margin,
.servis_topix02 .left_box.left_margin {
	margin-right: 40px;
}
.servis_number {
	display: inline-block;
    font-family: "futura-pt", sans-serif;
	font-size: 90px;
	font-weight: 500;
	color: #fab9c4;
	margin-bottom: 20px;
	@media screen and (max-width: 750px) {
		font-size: 80px;
		margin: 0 0 10px 20px;
	}
}
h2.servis_title {
	font-family: "source-han-sans-japanese", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
	font-size: 28px;
    font-weight: 500;
	line-height: 1.9167;
	margin: 20px 0;
}
.servis_topix01 .left_box img,
.servis_topix02 .right_box img {
	width: 600px;
	@media screen and (max-width: 750px) {
		width: 100%;
	}
}
.servis_subtitle {
	margin: 0 0 20px;
	line-height: 2;
}
.top_sp_servis_subtitle {
	margin: 0 20px 30px;
	font-weight: bold;
	line-height: 2;
}
.top_sp_servis_img {
	width: 100%;
}
.top_sp_servis_img img {
	width: 100%;
	margin: 0 0 10px;
}



.works__sec__bottom {
  margin-bottom: 120px;
}
.works__sec__bottom__title h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}
.works__sec__bottom__title h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.9167;
}
.works__sec__bottom__title h3::before {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1px;
  content: "";
  background-image: linear-gradient(to right, var(--secondarycolor) 50%, rgba(34, 34, 34, 0.2) 50%);
}
.works__sec__bottom__title h3::before {
    width: 300px;
}
h3.top_sp_conttitle {
	font-size: 24px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	padding: 20px;
}
.works__sec__bottom__title h3.top_sp_conttitle::before {
	position: absolute;
	margin-left: 20px;
  right: 10px;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1px;
  content: "";
  background-image: linear-gradient(to right, var(--secondarycolor) 50%, rgba(34, 34, 34, 0.2) 50%);
}
.works__sec__aside {
  padding: 40px 25px;
  margin: 0 -25px;
	background: #f0f0f0;
}
.works__sec__aside {
	display: flex;
    padding: 50px 0;
	margin: 0;
	width: 100%;
	@media screen and (max-width: 750px) {
		display: block;
		padding: 40px 20px;
		margin: 0;
		background: #f0f0f0;
	}
}
.works__sec__aside__title {
	position: relative;
	font-weight: 700;
	line-height: 1.5em;
}
.works__sec__aside__title::before {
  position: absolute;
  top: 48%;
  left: -25px;
  width: 16px;
  height: 7px;
  content: "";
  background-image: url(../img/new_common/icon_title.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
 .works__sec__aside__title::before {
    width: 16.01px;
    height: 6.99px;
}
.works__sec__aside dt {
  margin: 0 0 15px;
  font-size: 17px;
  color: #f14864;
	text-align: center;
	@media screen and (max-width: 750px) {
		width: 100%;
		text-align: center;
	}
}
.works__sec__aside dt {
    font-size: 18px;
}
.works__sec__aside dl {
	width: 50%;
	@media screen and (max-width: 750px) {
		width: 100%;
	}
}
.works__sec__aside dd {
    padding: 0 40px;
	line-height: 2.2;
	@media screen and (max-width: 750px) {
		padding: 0;
	}
}
.works__sec__aside dl + dl {
    padding: 0;
    margin: 0;
    border-top: none;
	border-left: 1px solid #c3c3c3;
	@media screen and (max-width: 750px) {
		padding: 30px 0 0;
		margin: 30px 0 0;
		border-left: none;
		border-top: 1px solid #c3c3c3;
	}
}
.works__sec__aside .sub_img {
    width: 100%;
}








@media screen and (max-width: 750px){
/* SP */
.layer__banner {
	padding-top: 0;
}
.p-page-header__img {
  margin-top: 55px;
  margin-left: -25px;
}
.p-page-header__img img {
  width: 108%;
}

.advertising__lead {
  padding: 0 25px;
  margin: 150px 0 60px;
}
}



