@charset "UTF-8";
/* 共通 */
/* Button_CSS */
#mosiko a {
	display: block;
	margin: 2em auto 4em auto;
	padding: 49px 0;
	font-size: 29px;

	box-shadow: 0px 10px 0px 0px #cb0051;
}
#mosiko a {
	width:55%;
	max-width: 820px;
	background-color: #ff418d;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-weight: bolder;

	padding: 50px;
	/* text-align: center; */
	font-size: 26px;
	margin: 0 auto;
}
#mosiko a:hover {
	transition: background-color 0.1s;
	-webkit-transform: translate3d(0px, 5px, 0);
	transform: translate3d(0px, 5px, 0);
	box-shadow: 0px 5px 0px 0px #cb0051 !important;
}
/* Green */
#mosiko.bg_green {}
#mosiko.bg_green a {
box-shadow: 0px 10px 0px 0px #1f9005;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #01b701), color-stop(0, #249509));
background: -webkit-linear-gradient(top, #249509 0%, #01b701 100%);
background: -moz-linear-gradient(top, #249509 0%, #01b701 100%);
background: -ms-linear-gradient(top, #249509 0%, #01b701 100%);
background: linear-gradient(to bottom, #249509 0%, #01b701 100%);
}
#mosiko.bg_green a:hover {
	transition: background-color 0.1s;
	-webkit-transform: translate3d(0px, 5px, 0);
	transform: translate3d(0px, 5px, 0);
	box-shadow: 0px 5px 0px 0px #1f9005 !important;
}

/*Orange*/
#mosiko.bg_orange a {
  box-shadow: 0px 10px 0px 0px #de501f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ff8330), color-stop(0, #e65a2b));
  background: -webkit-linear-gradient(top, #e65a2b 0%, #ff8330 100%);
  background: -moz-linear-gradient(top, #e65a2b 0%, #ff8330 100%);
  background: -ms-linear-gradient(top, #e65a2b 0%, #ff8330 100%);
  background: linear-gradient(to bottom, #e65a2b 0%, #ff8330 100%);
}
#mosiko.bg_orange a:hover {
	box-shadow: 0px 5px 0px 0px #de501f !important;
}

/*Blue*/
#mosiko.bg_blue a {
  box-shadow: 0px 10px 0px 0px #035a8c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #0ec3ff), color-stop(0, #0a86e6));
  background: -webkit-linear-gradient(top, #0a86e6 0%, #0ec3ff 100%);
  background: -moz-linear-gradient(top, #0a86e6 0%, #0ec3ff 100%);
  background: -ms-linear-gradient(top, #0a86e6 0%, #0ec3ff 100%);
  background: linear-gradient(to bottom, #0a86e6 0%, #0ec3ff 100%);
}
#mosiko.bg_blue a:hover {
	box-shadow: 0px 5px 0px 0px #035a8c !important;
}

@media screen and (max-width:768px) {
	#mosiko a {
		padding: 25px 0;
		font-size: 19px;
		width: 90%;
	}
}

/*
mosiko id_3
-----------------------------------------*/

#mosiko3 a {
	display: block;
	margin: 2em auto 4em auto;
	padding: 49px 0;
	font-size: 29px;

	box-shadow: 0px 10px 0px 0px #cb0051;
}
#mosiko3 a {
	width:55%;
	max-width: 820px;
	background-color: #ff418d;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-weight: bolder;

	padding: 50px;
	/* text-align: center; */
	font-size: 26px;
	margin: 0 auto;
}
#mosiko3 a:hover {
	transition: background-color 0.1s;
	-webkit-transform: translate3d(0px, 5px, 0);
	transform: translate3d(0px, 5px, 0);
	box-shadow: 0px 5px 0px 0px #cb0051 !important;
}
/* Green */
#mosiko3.bg_green {}
#mosiko3.bg_green a {
box-shadow: 0px 10px 0px 0px #1f9005;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #01b701), color-stop(0, #249509));
background: -webkit-linear-gradient(top, #249509 0%, #01b701 100%);
background: -moz-linear-gradient(top, #249509 0%, #01b701 100%);
background: -ms-linear-gradient(top, #249509 0%, #01b701 100%);
background: linear-gradient(to bottom, #249509 0%, #01b701 100%);
}
#mosiko3.bg_green a:hover {
	transition: background-color 0.1s;
	-webkit-transform: translate3d(0px, 5px, 0);
	transform: translate3d(0px, 5px, 0);
	box-shadow: 0px 5px 0px 0px #1f9005 !important;
}

/*Orange*/
#mosiko3.bg_orange a {
  box-shadow: 0px 10px 0px 0px #de501f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ff8330), color-stop(0, #e65a2b));
  background: -webkit-linear-gradient(top, #e65a2b 0%, #ff8330 100%);
  background: -moz-linear-gradient(top, #e65a2b 0%, #ff8330 100%);
  background: -ms-linear-gradient(top, #e65a2b 0%, #ff8330 100%);
  background: linear-gradient(to bottom, #e65a2b 0%, #ff8330 100%);
}
#mosiko3.bg_orange a:hover {
	box-shadow: 0px 5px 0px 0px #de501f !important;
}

/*Blue*/
#mosiko3.bg_blue a {
  box-shadow: 0px 10px 0px 0px #035a8c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #0ec3ff), color-stop(0, #0a86e6));
  background: -webkit-linear-gradient(top, #0a86e6 0%, #0ec3ff 100%);
  background: -moz-linear-gradient(top, #0a86e6 0%, #0ec3ff 100%);
  background: -ms-linear-gradient(top, #0a86e6 0%, #0ec3ff 100%);
  background: linear-gradient(to bottom, #0a86e6 0%, #0ec3ff 100%);
}
#mosiko3.bg_blue a:hover {
	box-shadow: 0px 5px 0px 0px #035a8c !important;
}

@media screen and (max-width:768px) {
	#mosiko3 a {
		padding: 25px 0;
		font-size: 19px;
		width: 90%;
	}
}


/*
ani
----------------------------*/
.ani {
	transition: 1s all;
	opacity: 0;
	position: relative;
	top: 300px;
}
.ani.move {
	animation: up3 1s;
	animation-fill-mode: forwards;
	opacity: 1;
	top: 0;
}
.ani2 {
	top: 0;
}
.ani2.move {
	animation: fade 2s;
	animation-fill-mode: forwards;
}

@keyframes up {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		transform: translateY(30%);
	}
}
@keyframes up2 {
	80% {
		opacity: 0;
		transform: translateY(0) rotate(10deg);
	}
	100% {
		opacity: 1;
		transform: translateY(100%) rotate(-8deg);
	}
}

@keyframes up3 {
	0% {
		opacity: 0;
		transform: translateY(20%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
@keyframes poyoyon2 {
	0% {
		transform: scale(0.5, 0.5) translate(0, 0);
	}
	15% {
		transform: scale(0.98, 0.9) translate(0, 5px);
	}
	30% {
		transform: scale(1.02, 1.0) translate(0, 8px);
	}
	50% {
		transform: scale(0.98, 1.05) translate(0, -8px);
	}
	70% {
		transform: scale(1.0, 0.9) translate(0, 5px);
	}
	100% {
		transform: scale(1.0, 1.0) translate(0, 0);
	}
	0%, 100% {
		opacity: 1;
	}
}
*/
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*
共通 / End
------------------------------------------------*/

/* 併願
-----------------------------------*/
#news-wrapper.target {
    background: none;
}
#news-wrapper {
  margin: 0 auto;
  max-width: 980px;
  font-size: 18px;
  background-color: #ffffff;
}
#news-wrapper .target {
  max-width: 560px;
  position: absolute;
  top: -40px;
  left: -13px
}
#news-wrapper #heigan, #news-wrapper #oyako {
  margin: 2em auto 4em auto;
  padding: 4em 3em 2em 3em;
  position: relative;
}
#news-wrapper #heigan h3, #news-wrapper #oyako h3 {
  margin-top: -4em;
}
#news-wrapper #heigan h4, #news-wrapper #oyako h4 {
  text-align: center;
  color: #333333;
  border-bottom: solid 2px #333333;
}
#news-wrapper #heigan strong, #news-wrapper #oyako strong {
  display: inline-block;
  margin-right: 1em;
  padding: 0em 0.3em;
  color: #ffffff;
  background-color: #333333;
}
#news-wrapper #heigan {
  background-image: url("../../_img/bg_yellow.gif");
}
#news-wrapper #oyako {
  background-image: url("../../_img/bg_purple.gif");
}
#news-wrapper div.waku {
  margin-bottom: 2em;
  padding: 0.5em 2em;
  background: rgba(255, 255, 255, 0.50);
  border-radius: 16px;
}
#news-wrapper a.aply {
  padding: 0.5em 1em;
  ;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #999999;
  border-radius: 8px;
  transition: 0.3s;
}
#news-wrapper #heigan a.aply {
  background-color: #9390C6;
}
#news-wrapper #oyako a.aply {
  color: #666666;
  background-color: #FFE803;
}
#news-wrapper a.aply:hover {
  opacity: 0.6;
}
#news-wrapper #soudan img {
  width: 640px;
}
#news-wrapper #soudan p {
  text-align: center;
}
#news-wrapper #soudan a {
  text-decoration: none;
}
#news-wrapper p.freecall {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}
#news-wrapper p.freecall img {
  margin-right: 0.5em;
  width: 56px !important;
  vertical-align: middle
}
#news-wrapper p.line a {
  font-size: 30px;
}
#news-wrapper p.qr img {
  width: 160px !important;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  #news-wrapper p img.txt_reason {
    display: inline-block;
    margin: 2em 0;
    width: 64%;
  }
  #news-wrapper p img.ilst {
    width: 30%;
    position: absolute;
    right: 3em;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  #news-wrapper .target {
    width: 96%;
    max-width: 560px;
    position: absolute;
    top: -1.6%;
    left: -3%
  }
  #news-wrapper #heigan, #news-wrapper #oyako {
    margin: 2em auto 4em auto;
    padding: 4em 1em 2em 1em;
  }
  #news-wrapper #heigan h3, #news-wrapper #oyako h3 {
    margin-top: -2em;
  }
  #news-wrapper p.reason {
    text-align: center;
  }
  #news-wrapper p img.txt_reason {
    margin-top: 2em;
  }
  #news-wrapper p img.ilst {
    max-width: 430px;
  }
  #news-wrapper #heigan strong, #news-wrapper #oyako strong {
    display: block;
    margin: 0.25em 0;
    color: #000000;
    background: none;
    text-align: center;
    border-bottom: solid 2px #000000;
  }
}
/* 併願 -fin */

/*
Flow chat 2022/10/18 yang
ex) LINEの流れ
================================================*/
.l-transfer {
  position: relative;
  background: #f1f0f5;
}

.l-transfer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30.5rem;
  margin: 0 auto;
  background: #14cd0a;
  content: "";
}

.l-transfer_wrapper {
  max-width: 102rem;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
}

.l-transfer_ttl {
  position: relative;

  /* テキストの場合 */
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 1em;
}

.l-transfer_ttl_img {
  max-width: 76%;
  margin-left: 19rem;
}

.l-transfer_item {
  position: relative;
  margin: 0 0 5rem 0;
  padding: 2.6rem 5.1rem 4.9rem 4.8rem;
  border-radius: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(95%, #ffffff), color-stop(95%, #b4b9be), to(#b4b9be));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 95%, #b4b9be 95%, #b4b9be 100%);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 95%, #b4b9be 95%, #b4b9be 100%);
  -webkit-box-shadow: 0 .4rem .4rem #e8e9ed;
  box-shadow: 0 .4rem .4rem #e8e9ed;
}

.l-transfer_item_wrapper {
  margin: -1rem 0 0 0;
}

.l-transfer_item::after {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1.5rem solid #b4b9be;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  content: '';
}

/* step */
.l-transfer_item_ttl {
	font-weight: bold;
	margin: 1em 0 2em 0;
}
.l-transfer_item_ttl_step {
	background-color: #14cd0a;
	padding: 15px;
	border-radius: 39px;
	color: #fff;
}

.l-transfer_item_ttl_img {
  display: block;
  max-width: 73%;
  /*margin: 0 auto 0 0;*/
	margin: 0;
}

.l-transfer_item_ttl_img_02 {
  max-width: 47%;
}

.l-transfer_item_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 44%;
  margin: 2.7rem 3.4rem 0rem 0;
}

.l-transfer_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-transfer_item_txt {
  /*margin-top: 3rem;*/
  text-align: left;
	margin-left: 2em;
}

.l-transfer_item_txt_01 {
  margin: 2.2rem 0 0 0;
  margin-top: -1rem;
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  letter-spacing: .03em;
  line-height: 2;
  text-align: left;
}

.l-transfer_item_txt_01 span {
  font-family: "ヒラギノ角ゴ ProN W6", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 2;
}

.l-transfer_item_txt_02 {
  position: relative;
  margin: 1rem 0px 0 0.5rem;
  text-align: left;
}

.l-transfer_item_txt_02::before {
  position: absolute;
  top: 51%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/l-transfer_icn_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.l-transfer_item_txt_03 {
  position: relative;
  margin: 1rem 0px 0 .5rem;
  text-align: left;
}

.l-transfer_item_txt_03::before {
  position: absolute;
  top: 51%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/l-transfer_icn_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.l-transfer_item_txt_link {
  padding-left: 2rem;
  text-decoration: underline;
}

.l-transfer_item_txt_link:hover {
  opacity: .6;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.l-transfer_bottom_txt {
  color: #14cd0a;
  font-family: "ヒラギノ角ゴ Std W6", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.44444;
  text-align: left;
}

.l-transfer_bottom_txt_list {
  color: #666666;
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .03em;
  line-height: 1.75;
  text-align: left;
}

.l-transfer_bottom_txt_list_wrapper {
  margin: 1rem 0 0 0;
}

/* 768px未満 */
@media screen and (max-width: 767px) {
  .l-transfer::before {
    height: 50vw;
  }
  .l-transfer_wrapper {
    width: 100%;
  }
  .l-transfer_wrapper {
    padding: 1.5rem 1.5rem 5rem;
  }
	.l-transfer_ttl {
		font-size: 1.8rem;
	}
  .l-transfer_ttl_img {
    max-width: 92%;
    margin-left: 0;
  }
  .l-transfer_item {
    margin: 0 0 3.2rem 0;
    padding: 2rem 1.5rem 4.8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(96%, #ffffff), color-stop(96%, #b4b9be), to(#b4b9be));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 96%, #b4b9be 96%, #b4b9be 100%);
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 96%, #b4b9be 96%, #b4b9be 100%);
  }
	.l-transfer_item_ttl {
		font-size: 1.5rem;
	}
  .l-transfer_item_ttl_img {
    max-width: 100%;
  }
  .l-transfer_item_img {
    max-width: 100%;
    margin: 1.7rem 0 0 0;
  }
  .l-transfer_item_content {
    display: block;
  }
  .l-transfer_item_txt {
    margin-top: 0;
		margin-left: 0;
  }
  .l-transfer_item_txt_01 {
    margin-top: 1.2rem;
    padding-right: .5rem;
    font-size: 1.4rem;
    line-height: 1.85714;
  }
  .l-transfer_item_txt_01 span {
    line-height: 1.85714;
  }
  .l-transfer_item_txt_02 {
    margin: 1rem 0 0 0rem;
  }
  .l-transfer_item_txt_03 {
    margin: 1rem 0 0 0rem;
  }
  .l-transfer_bottom_txt {
    margin-top: -1.5rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .l-transfer_bottom_txt_list_wrapper {
    margin: 1rem 0 0 0;
  }
	/* line btn */
	.btn_line-c {
		max-width: 320px;
		display: block;
		margin: 0 auto;
	}
	/* Step01 tit */
	.intent-c {
		text-indent: 6.3em;
		display: block;
	}
}
