@charset "UTF-8";

@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.sp{
		display: none;
	}
}

.sec-inner{
	max-width: 1162px;
	padding: 0 10px;
	margin: 0 auto;
}

/*2022 1027 new_input
  TopPage Ranking*/
section.toppickup-case {
  position: relative;
}

section.toppickup-case::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  background-color: #fdf4e6;
}

/* case ranking */
.toppickup-case-title {
  margin: 20px 0 50px;
}

.toppickup-case ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.toppickup-case-title {
  text-align: center;
}

.toppickup-case .toppickup-case-element {
  width: calc(87% / 3);
  position: relative;
}

.toppickup-case .toppickup-case-element .number-icon {
	max-width: initial;
	width: 112px;
	height: auto;
  position: absolute;
  left: -40px;
  top: -50px;
}

.toppickup-case .toppickup-case-cat {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
  flex-direction: row;
}

.toppickup-case .sec-inner ul .sl-point {
  width: auto;
}

.toppickup-case ul li .toppickup-case-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.toppickup-case .sl-point {
  text-align: center;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 5px;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 5px;
	background-color: #fff;
	color: #eb6120;
	border: 2px solid #eb6120;
	box-sizing: content-box;
}

.toppickup-case-title {
  text-align: center;
  font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.toppickup-case-title span {
  display: block;
  font-size: 46px;
  font-weight: bold;
  margin: 20px 0;
}

.toppickup-case .toppickup-case-title {
  position: relative;
  max-width: 510px;
  margin: 40px auto 75px;
}

/* .toppickup-case .toppickup-case-title::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 79px;
  height: 170px;
  background-image: url(../images/top/ranking-title-before.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  left: -120px;
  top: -20px;
}

.toppickup-case .toppickup-case-title::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 79px;
  height: 170px;
  background-image: url(../images/top/ranking-title-after.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: -120px;
  top: -20px;
} */

.toppickup-case .toppickup-articlename {
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .toppickup-case .toppickup-case-title {
    margin: 40px -10px;
  }

  .toppickup-case ul {
    flex-direction: column;
  }

  .toppickup-case .toppickup-case-element {
    width: 100%;
    margin-bottom: 12%;
  }

  .toppickup-case ul li .toppickup-case-thumbnail img {
    height: 165px;
  }

  .toppickup-case .toppickup-case-element .number-icon {
    width: 60px;
  }

  .toppickup-case .toppickup-case-element .number-icon {
    left: -20px;
    top: -30px;
  }

  .toppickup-case ul {
    align-items: center;
  }

  .toppickup-case-title {
    font-size: 18px;
  }

  .toppickup-case-title span {
    font-size: 30px;
    margin: 10px 0;
  }

  .toppickup-case-titlelogo {
    max-width: 141px;
    max-height: 31px;
  }

  .toppickup-case .toppickup-case-title::before {
    width: 52px;
    height: 114px;
    left: -30px;
    top: -20px;
  }

  .toppickup-case .toppickup-case-title::after {
    width: 52px;
    height: 114px;
    right: -30px;
    top: -20px;
  }

  section.toppickup-case::before {
    height: 80%;
  }

  .toppickup-case .sec-inner ul .sl-point {
    padding: 5px 10px;
  }
}

/* case more btn */
.btnArea.ptn01 {
  padding: 30px 0;
  text-align: center;
}

.cube_btn_wrap {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 4px;
  transition: 0.2s all ease 0s;
}

.cube_btn_wrap:hover {
  padding-top: 2px;
  padding-bottom: 2px;
}

.cube_btn_wrap:hover .cube_btn {
  box-shadow: 0 2px 0 #b03318;
}

.cube_btn_wrap a:link:hover {
  opacity: 1;
}

.cube_btn_tel {
  position: relative;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  background-color: #eb6120;
  color: #fff;
  box-shadow: 0 4px 0 #b03318;
  border-radius: 5px;
}

.btn_icon {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 10px;
  width: auto;
}

.cube_btn {
  width: 520px;
  font-size: 19px;
  line-height: 25px;
  margin: 0 10px;
	position: relative;
	padding: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: flex;
	background-color: #eb6120;
	box-shadow: 0 4px 0 #b03318;
	border-radius: 5px;
}
.cube_btn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/common/btn-ptn01.png) repeat;
}
.cube_btn::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	background: url(../images/common/top-arrow04.png) center / contain no-repeat;
}
.btn_icon {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	margin-right: 10px;
	width: auto;
	height: 25px;
}
.btn_icon img {
  height: 100%;
  width: auto;
}
.btn_txt {
	display: inline-block;
	font-weight: bold;
	margin: 0 auto;
	line-height: 25px;
}
@media screen and (max-width: 767px) {
	.cube_btn_wrap{
		width: 90%;
	}
	.cube_btn_wrap a{
		width: 100%;
	}
	.cube_btn {
    width: 100%;
    margin: 0;
		display: flex;
		align-items: center;
    font-size: 13px;
    height: 44px;
    line-height: 21px;
    padding: 10px;
  }
	.cube_btn::after {
    top: calc(50% - 7px);
    right: 10px;
    width: 14px;
    height: 14px;
  }
	.btn_icon {
		height: 20px;
		margin-right: 0;
	}
	.btn_txt {
		width: 100%;
		text-align: center;
	}
}


.case_more{
	margin-top: 30px;
	padding: 0;
	background: none;
	line-height: 1;
}
.case_more_txt{
	margin-bottom: 10px;
	color: #eb6120;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.case_more_btn{
	width: 500px;
	margin: 0 auto;
	display: block;
}
.case_more_btn .cube_btn{
	padding-right: 55px;
	display: flex;
	background-color: #eb6120;
}
.case_more_btn .btn_txt{
	margin: 0 auto;
	line-height: 25px;
}
@media screen and (max-width: 767px) {
	.case_more_txt{
		font-size: 20px;
	}
	.case_more_btn{
		width: 100%;
		max-width: 340px;
	}
	.case_more_btn .cube_btn{
		width: 100%;
		padding: 12px 35px 12px 15px;
	}
	.case_more_btn .btn_txt{
		padding-right: 0;
		font-size: 15px;
		line-height: 1;
	}
}


/* flow link */
.top_flow_link{
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}
.top_flow_link a{
	color: #00f;
	font-size: 30px;
	font-weight: 700;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.top_flow_link a{
		font-size: 22px;
	}
}


/* add Flag Title */
.FlagTitle {
  background: #faf7d8;
  text-align: center;
  padding: 14px 0;
  position: relative;
  border-top: 5px solid #eb6120;
  margin-bottom: 80px;
  font-family: 'Noto Sans JP', sans-serif;
}

.FlagTitle h2 {
  max-width: 1162px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  font-size: 40px;
  text-align: left;
}

.FlagTitle h2::before {
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  bottom: -16px;
  border-right: 10px solid transparent;
  border-top: 15px solid #eb6120;
  border-left: 10px solid transparent;
}

.FlagTitle h2 span {
  color: #eb6120;
  font-weight: 900;
}

.FlagTitle h2 span.big {
  font-size: 52px;
}

.FlagTitle h2>div .BreakPoint {
  color: #000;
  display: inline;
}

.FlagTitle h2>div .icon {
  position: absolute;
  top: -32px;
  width: 168px;
}

.FlagTitle h2>div .txt {
  margin-left: 168px;
  padding: 0;
  float: none;
  font-weight: bold;
  line-height: 1.2;
}

.FlagTitle h2>div .txt big {
  font-weight: bold;
}

.FlagTitle h2::before {
  content: none;
}

.FlagTitle h2>div .txt .big {
  margin-left: -10px;
  font-weight: bold;
}

.Flagintro {
  padding: 6px 0 30px;
  margin-bottom: 20px;
  margin-left: -60px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .FlagTitle {
    margin-bottom: 0;
  }

  .FlagTitle h2 {
    padding: 14px 0 0;
    width: 100%;
    text-align: center;
  }

  .FlagTitle h2>div .icon {
    position: relative;
    width: 100%;
    top: -50px;
    margin: 0 auto;
  }

  .FlagTitle h2>div .icon img {
    margin: 0 auto;
    max-width: 350px;
  }

  .FlagTitle h2>div .txt {
    margin: -40px 0 4px;
    font-size: 22px;
    text-align: center;
    line-height: 1.2em;
  }

  .FlagTitle h2>div .txt .big {
    margin: 0;
    font-size: 28px;
  }

  .Flagintro {
    margin: 0;
    padding: 0 2% 4px;
    font-size: 1.9vh;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .FlagTitle h2>div .icon img {
    margin: 0 auto;
    max-width: 300px;
  }
}


#Top30Form {
  margin-top: 36px;
  margin-bottom: 72px;
	line-height: 1;
}
#Top30Form .sec-inner {
  width: 980px;
}
#FooterCommonForm10 {
	margin-bottom: 40px;
}
#FooterCommonForm10Bg {
	background: #ff7e00;
	position: relative;
	z-index: 1;
	border-radius: 10px;
    padding: 20px 20px 0;
    box-sizing: border-box;
}
#FooterCommonForm10Bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/common/btn-ptn01.png) repeat;
}
#FooterCommonForm10Bg > div {
	position: relative;
	z-index: 2;
}
#FooterCommonForm10Inner {
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
}
#FormBox,
#FormTitle10Sub  {
	background: #fff;
    border-radius: 10px;
	border: 5px solid rgb(255 166 77 / 0.7);
}
#FormBox {
	width: 510px;
	margin-bottom: 20px;
}
#TelBox {
	width: 375px;
}
#FormTitle10Sub {
	text-align: center;
	padding-bottom: 20px;
}
#FormTitle10Sub a {
	pointer-events: none;
}
#FormStaff {
	position: absolute;
    right: 0;
    bottom: 0;
}
#FormTitle10 {
	margin-bottom: 20px;
}
#FormTitle10 img {
	margin-top: -34px;
    margin-left: -16px;
}
#FooterCommonForm10 table {
    width: 90%;
    margin: 10px auto;
    background: #fff;
}

#FooterCommonForm10 table th {
    width: 25%;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 12px;
    text-align: left;
}
#FooterCommonForm10 table th p {
    display: block;
	position: relative;
	font-weight: bold;
}
#FooterCommonForm10 table th p span {
	position: absolute;
    right: 0;
    background: #cb0e12;
    color: #fff;
    font-weight: bold;
    padding: 2px 4px;
	border-radius: 3px;
}
#FooterCommonForm10 table tr:nth-child(1) th p span {
    background: #B0B0B0;
}
.wpcf7-checkbox span.wpcf7-list-item {
	display: inline-flex;
  margin-left: 5%;
  margin-bottom: 10px;
}

#FooterCommonForm10 table td{
	padding: 5px;
}
#FooterCommonForm10 table td input[type="checkbox"]{
	position: relative;
  top: 0px;
  appearance: auto;
	margin-right: 3px;
}
#FooterCommonForm10 table td input[type="text"],
#FooterCommonForm10 table td input[type="tel"] {
	margin-left: 5%;
	padding: 8px 5px;
	width: 90%;
    box-sizing: border-box;
	border: 1px solid #bbbbbb;
	background: #fcf8d9;
}
#FooterCommonForm10Submit {
    position: relative;
    display: block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
	background: #00a00c;
    border-bottom: solid 2px #017d0a;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
}

#FooterCommonForm10Submit:active {
	border-bottom: solid 2px #00a00c;
  	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#FooterCommonForm10Submit input[type="submit"] {
	border: 0;
	outline: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
	background-color: transparent;
  margin-left: 16px;
  padding: 4px 0 0;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
  text-align: center;
  margin: -20px 0 20px;
}
.screen-reader-response {
  display: none;
}
span.wpcf7-not-valid-tip {
  display: block;
  color: #cb0e12;
  margin-left: 20px;
}
.wpcf7-response-output {
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #Top30Form {
    margin-bottom: 40px;
  }
  #Top30Form .sec-inner {
    width: 100%;
    box-sizing: border-box;
  }
	#FooterCommonForm10Bg {
		padding: 10px 10px 0;
	}
	#FooterCommonForm10Inner {
		flex-direction: column;
	}
	#FormBox,
	#TelBox {
		width: 100%;
		box-sizing: border-box;
	}
	#FormTitle10 img {
		margin-top: -15px;
		margin-left: -10px;
	}
	#FooterCommonForm10 table {
		width: 90%;
		margin: 10px auto;
	}
	#FooterCommonForm10 table th {
		width: 30%;
	}

	.wpcf7-checkbox span.wpcf7-list-item {
		font-size: 12px;
	}
	#FooterCommonForm10 table td input[type="text"], #FooterCommonForm10 table td input[type="tel"]{
		font-size: 12px;
	}

	#FormTitle10Sub {
		padding: 0;
		margin-bottom: 20px;
	}
	#FormTitle10Sub a {
		display: flex;
		align-items: flex-start;
    padding: 0 5px;
    pointer-events: auto;
	}

	#FormTitle10Sub picture img {
		width: 100%;
		margin-top: -15px;
	}
	#FormStaff {
		display: none;
	}
  #FooterCommonForm10 table td input[type="checkbox"]{
    top: -2px;
  }
}
@media screen and (max-width: 320px) {
	#FooterCommonForm10Submit {
		width: 240px;
	}
}
.wpcf7-spinner {
	margin: 0;
}

/* add Top Plan List */
#TopPlanList {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#TopPlanList li {
	width: calc((100% / 2) - 5px);
}

#TopPlanList li:not(:last-child) {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	#TopPlanList {
		width: 100%;
	}

	#TopPlanList li {
		width: 100%;
	}

	#TopPlanList li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}

	#TopPlanList li img {
		width: 100%;
	}
}
.p-top-planimg img{
	width: 100%;
}

.p-top-partner-ttl{
	font-size: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 5px solid #eb6120;
	text-align: left;
	display: inline-block;
}
.p-top-partner-ttl::before{
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	bottom: -16px;
	border-right: 10px solid transparent;
	border-top: 15px solid #eb6120;
	border-left: 10px solid transparent;
}
.p-top-partner-ttl .icon{
	width: 126px;
	float: left;
}
.p-top-partner-ttl .txt{
	padding-left: 10px;
	padding-top: 9px;
	line-height: 54px;
	float: left;
	font-weight: 900;
}
.p-top-partner-ttl .txt .big{
	color: #eb6120;
	font-size: 52px;
	font-weight: 900;
}
@media screen and (max-width: 767px) {
	.p-top-partner-ttl .icon{
		width: 100px;
		float: none;
		margin: 0 auto 10px;
	}
	.p-top-partner-ttl .txt{
		text-align: center;
		padding: 0 10px 0;
		font-size: 20px;
		line-height: 1.2;
	}
	.p-top-partner-ttl .txt .big{
		font-size: 24px;
	}
	
}


/* new voice area start */
.top-voice {
	position: relative;
	background-color: #fff;
}
.top-voice::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 280px;
	bottom: 0;
	left: 0;
	background-color: #fff9eb;
}
.top-voice .FlagTitle h2{
	font-size: 30px;
}
.top-voice .FlagTitle h2 .big{
	font-size: 46px;
}
.voice.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.voice .slick-slide {
  margin: 0 5px;
}

.voice .slick-slide img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.voice .slick-prev,
.slick-next {
  z-index: 1;
}

.voice .slick-prev:before,
.slick-next:before {
  color: #000;
}

.voice .slick-active {
  opacity: 1;
}

.voice .slick-current {
  opacity: 1;
}

/*====================================================================
.voice_slicer
====================================================================*/

.voice_slicer .slick-list {
  overflow: visible;
}

.voice_slicer .slick-slide {
  opacity: 1;
}

.voice_slicer.slider {
  width: 500px;
  margin: 0 auto;
}

.voice_slicer.slider .sl-img {
  height: 260px;
}

.voice_slicer.slider .sl-txtAra {
	padding-top: 15px;
}
.voice_slicer.slider .sl-plan{
	font-size: 18px;
	font-weight: 700;
}

.voice_slicer .slick-prev,
.voice_slicer .slick-next {
  top: 40%;
  width: 40px;
  height: 80px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}

.voice_slicer .slick-next::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  right: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.voice_slicer .slick-prev::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  left: 15px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .voice.sliderArea {
    padding: 0;
  }

  .voice_slicer.slider {
    width: 90%;
  }

  .voice_slicer .slick-prev {
    left: 2%;
  }

  .voice_slicer .slick-next {
    right: 2%;
  }

  .voice_slicer .slick-prev,
  .voice_slicer .slick-next {
    width: 20px;
    height: 50px;
		top: 44%;
  }

  .voice_slicer .slick-next::before {
    right: 5px;
  }

  .voice_slicer .slick-prev::before {
    left: 5px;
  }
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus{
	background-color: rgba(0, 0, 0, 0.8);
}
.slick-slider .slick-prev:hover::before,
.slick-slider .slick-prev:focus::before,
.slick-slider .slick-next:hover::before,
.slick-slider .slick-next:focus::before{
	opacity: .75;
}