@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
}

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

/* #floatingNavi {
  display: none;
} */
/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.spView {
  display: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}
#cp_230523 p {
  color: #333;
}
#cp_230523 h2 {
  margin: 100px 0 60px;
  text-align: center;
  color: #333;
  font-size: 36px;
  font-weight: bold;
}
#cp_230523 h2 span {
  display: none;
}
@media only screen and (max-width: 767px) {
  #cp_230523 h2 {
    margin: 50px 0 20px;
    font-size: 24px;
    line-height: 1.6;
  }
  #cp_230523 h2 span {
    display: block;
    font-size: 14px;
    margin: 35px 0 0;
  }
}
#cp_230523 a {
  transition: all 0.7s;
}
#cp_230523 a.link-type03 {
  width: 300px;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
#cp_230523 a.link-type03 {
  border: solid 2px #CE005B;
  color: #FFF;
  background: #CE005B;
}
#cp_230523 a.link-type03::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
}
#cp_230523 a.link-type03:hover {
  border: solid 2px #CE005B;
  color: #CE005B;
  background: #FFF;
}
#cp_230523 a.link-type03:hover::after {
  border-color: #CE005B #CE005B transparent transparent;
}
#cp_230523 a.link-type04 {
  width: 300px;
  padding: 15px 0;
  margin: 25px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
#cp_230523 a.link-type04 {
  border: solid 2px #CE005B;
  color: #CE005B;
  background: #FFF;
}
#cp_230523 a.link-type04::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: #CE005B #CE005B transparent transparent;
  transform: rotate(45deg);
}
#cp_230523 a.link-type04:hover {
  border: solid 2px #CE005B;
  color: #FFF;
  background: #CE005B;
}
#cp_230523 a.link-type04:hover::after {
  border-color: #FFF #FFF transparent transparent;
}
@media only screen and (max-width: 767px) {
  #cp_230523 a.link-type04 {
    margin: 20px auto 0;
  }
}
/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
#cp_230523 a.pcView {
  display: block;
}
#cp_230523 a.spView {
  display: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #cp_230523 a.pcView {
    display: none;
  }
  #cp_230523 a.spView {
    display: block;
  }
}

#main_img {
  margin: 0 0 60px;
}
#main_img img {
	width: 100%;
}
#how-con {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 20px;
  border: solid 2px #FFEEF7;
  border-radius: 25px;
  background: #FFF8FC;
  display: flex;
  box-sizing: border-box;
}
#how-con section {
  text-align: center;
  width: 100%;
}
#how-con section p {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #4D4D4D;
  margin: 10px 0 0;
}
#how-con section img {
  width: 86px;
}
@media only screen and (max-width: 767px) {
  #how-con {
    width: 90%;
    margin: 0 auto;
    padding: 5% 5% 0;
    border: solid 2px #FFEEF7;
    border-radius: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #how-con section {
    text-align: center;
    width: 46%;
    margin: 0 2% 5%;
  }
  #how-con section p {
    font-size: 14px;
    margin: 10px 0 0;
  }
  #how-con section img {
    width: 86px;
  }
}
#suitable {
  width: 860px;
  margin: auto;
}
#suitable-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#suitable-inner section {
  width: 240px;
  text-align: center;
  margin: 0 20px 90px;
}
#suitable-inner section img {
  width: 215px;
  margin: 0 0 20px;
}
#suitable-inner section h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #4D4D4D;
}
#suitable-inner section h3 span.yellow {
  background:linear-gradient(transparent 60%, #E5D900 40%);
}
#suitable-inner section p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #suitable {
    width: 65%;
    margin: auto;
  }
  #suitable-inner {
    display: block;
  }
  #suitable-inner section {
    width: 100%;
    margin: 0 0 50px;
  }
  #suitable-inner section img {
    width: 100%;
    margin: 0 0 20px;
  }
  #suitable-inner section h3 {
    text-align: center;
  }
  #suitable-inner section h3 span.yellow {
    background:linear-gradient(transparent 60%, #E5D900 40%);
  }
  #suitable-inner section p {
    text-align: left;
  }
}
div.btn-area {
  padding: 100px 0;
  background: #F2F2F2;
}
div.btn-area ul {
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}
div.btn-area ul li a {
  width: 300px;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
div.btn-area ul li a.link-type01 {
  border: solid 2px #CE005B;
  color: #CE005B;
  background: #FFF;
}
div.btn-area ul li a.link-type02 {
  border: solid 2px #CE005B;
  color: #FFF;
  background: #CE005B;
}
div.btn-area ul li a.link-type01:hover {
  border: solid 2px #CE005B;
  color: #FFF;
  background: #CE005B;
}
div.btn-area ul li a.link-type02:hover {
  border: solid 2px #CE005B;
  color: #CE005B;
  background: #FFF;
}
div.btn-area ul li a.link-type01::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: #CE005B #CE005B transparent transparent;
  transform: rotate(45deg);
}
div.btn-area ul li a.link-type01:hover::after {
  border-color: #FFF #FFF transparent transparent;
}
div.btn-area ul li a.link-type02::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
}
div.btn-area ul li a.link-type02:hover::after {
  border-color: #CE005B #CE005B transparent transparent;
}
@media only screen and (max-width: 767px) {
  div.btn-area {
    padding: 37px 0;
  }
  div.btn-area ul {
    width: 80%;
    display: block;
  }
  div.btn-area ul li {
    margin: 0 0 15px;
  }
  div.btn-area ul li:last-child {
    margin: 0;
  }
  div.btn-area ul li a {
    width: 100%;
    font-size: 20px;
  }

}
#staff {
  width: 1360px;
  margin: 0 auto;
}
#staff p#staff-top-txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 100px;
}
#staff section {
  margin: 0 0 70px;
}
#staff section img {
  width: 100%;
}
#staff section h3 {
  color: #CE005B;
  font-size: 35px;
  line-height: 1.4;
  margin: 0 0 30px;
}
#staff section p {
  padding: 0 0 15px;
  font-size: 16px;
  line-height: 1.9;
}
#staff section#staff-01 .columnBlock01,
#staff section#staff-03 .columnBlock01 {
  width: 683px;
  float: left;
}
#staff section#staff-01 .columnBlock02,
#staff section#staff-03 .columnBlock02 {
  width: 587px;
  float: right;
  padding: 0 65px 0 0;
}
#staff section#staff-02 .columnBlock01 {
  width: 587px;
  float: left;
  padding: 0 0 0 65px;
}
#staff section#staff-02 .columnBlock01 a.link-type04 {
  float: right;
}
#staff section#staff-02 .columnBlock01 h3 {
  text-align: right;
}
#staff section#staff-02 .columnBlock02 {
  width: 683px;
  float: right;
}
#staff section#staff-03 .columnBlock02 p {
  padding: 20px;
  margin: 0 0 50px;
  background: #fff4f9;
  font-size: 18px;
  font-weight: 700;
  color: #CE005B;
}
#staff dt {
  font-size: 20px;
  padding: 0 0 20px 40px;
  position: relative;
}
#staff dt::before {
  content: url(../img/icon_01.svg);
  width: 41px;
  height: 34px;
  position: absolute;
  top: -12px;
  left: 0;
}
#staff dd {
  margin: 0 0 35px;
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: solid 1px #B3B3B3;
}
#staff dd img {
  width: 185px;
  padding: 20px 0 0;
}
#staff dd:last-child {
  border: none;
}
#staff dd a {
  color: #CB005B;
}
#staff dd a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #staff {
    width: 90%;
  }
  #staff p#staff-top-txt {
    font-size: 14px;
    margin: 0 0 50px;
    text-align: left;
  }
  #staff section {
    margin: 0 0 55px;
  }
  #staff section img {
    width: 100%;
  }
  #staff section h3 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  #staff section p {
    font-size: 14px;
    line-height: 1.9;
  }
  #staff section#staff-01 .columnBlock01,
  #staff section#staff-03 .columnBlock01 {
    width: 100%;
    float: none;
  }
  #staff section#staff-01 .columnBlock02,
  #staff section#staff-03 .columnBlock02 {
    width: 100%;
    float: none;
    padding: 10px 0 0;
  }
  #staff section#staff-02 .columnBlock01 {
    width: 100%;
    float: none;
    padding: 10px 0 0;
  }
  #staff section#staff-02 .columnBlock01 a.link-type04 {
    float: none;
  }
  #staff section#staff-02 .columnBlock01 h3 {
    text-align: left;
  }
  #staff section#staff-02 .columnBlock02 {
    width: 100%;
    float: none;
  }
  #staff section#staff-03 .columnBlock02 p {
    padding: 13px;
    margin: 0 0 27px;
    font-size: 16px;
  }
  #staff dt {
    font-size: 16px;
    padding: 0 0 15px 30px;
  }
  #staff dt::before {
    content: url(../img/icon_01.svg);
    width: 30px;
    height: 24px;
    top: -8px;
  }
  #staff dd {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 14px;
  }
  #staff dd img {
    padding: 15px 0 0;
    width: 185px;
  }
}
#comparison {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 75px;
}
#comparison table {
	width: 100%;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
  background: #FFF;
}
#comparison table th {
  background: #CB005B;
  color: #FFF;
  font-weight: normal;
}
#comparison table th:nth-child(1),
#comparison table th:nth-child(n + 3) {
  background: #959595;
}
#comparison table th,
#comparison table td {
	padding: 20px 27px;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	line-height: 1.6;
}
#comparison table th span,
#comparison table td span {
	font-size: 12px;
	font-weight: normal;
}
#comparison table tr:nth-child(odd) { 
  background-color:#FFEEF7;
}
#comparison table tr:nth-child(odd) td:nth-child(1),
#comparison table tr:nth-child(odd) td:nth-child(N + 3) {
  background-color: #f7f7f7;
}
#comparison table th {
	font-weight: bold;
	vertical-align: middle;
}
#comparison table td {
	width: 21%;
	vertical-align: middle;
}
#comparison table td.a-center {
	text-align: center;
}
@media only screen and (max-width: 767px) {
  #comparison-Area {
    width: 100%;
    padding: 43px 0 0;
    background: #F2F2F2;
  }
  #cp_230523 #comparison-Area h2 {
    margin: 0 0 17px;
  }
  #comparison-wrap {
    width: 90%;
    margin: 0 auto;
    overflow: scroll;
  }
  #comparison {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  #comparison table {
    font-size: 10px;
  }
  #comparison table th,
  #comparison table td {
    padding: 5px 7px;
    line-height: 1.4;
  }
  #comparison table th span,
  #comparison table td span {
    font-size: 10px;
  }
}

#free-space {
  padding: 0 0 90px;
  text-align: center;
}
#free-space p {
  margin: 0 0 20px;
}
#free-space ul {
  width: 1200px;
  margin: 0 auto 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}
#free-space ul li {
  width: 210px;
}
#free-space ul li img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #free-space {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: center;
  }
  #free-space p {
    padding: 0 3%;
    margin: 0 0 20px;
    text-align: left;
  }
  #free-space ul {
    width: 100%;
    margin: 0 0 30px;
    display: block;
  }
  #free-space ul li {
    width: 44%;
    float: left;
    margin: 0 3% 5%;
  }
  #free-space ul li img {
    width: 100%;
  }
}
#qaArea {
	background: #F2F2F2;
}
#qaArea img {
	width: 100%;
}
#qaArea #qa {
	width: 600px;
	padding: 60px 0 50px;
	margin: 0 auto;
}
#qaArea h2 {
	margin: 0 0 60px;
}
#qaArea section {
	background: #FFF;
	margin: 0 0 30px;
	border-radius: 10px;
}
#qaArea section .section-top {
  background: #CB005B;
  border-radius: 10px 10px 0 0;
  position: relative;
}
#qaArea section h3 {
	color: #FFF;
	font-size: 20px;
  font-weight: 700;
  height: 60px;
  padding: 0 50px;
  display: table-cell;
  vertical-align: middle;
}
#qaArea section .section-top::before {
  content: "Q";
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  top: 19px;
  left: 20px;
}
#qaArea section p {
  padding: 20px 50px;
}
#qaArea #qa_btn {
	text-align: center;
}
#qaArea a {
	width: 400px;
	margin: 0 auto;
	padding: 25px 0 22px;
	text-align: center;
	background: #FFF;
	color: #107498;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	border-radius: 6px;
}
#qaArea a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	#qaArea img {
		width: 100%;
	}
	#qaArea #qa {
		width: 90%;
		padding: 40px 0 40px;
		margin: 0 auto;
	}
	#qaArea h2 {
		font-size: 22px;
		margin: 0 0 25px;
	}
	#qaArea section {
		padding: 0;
		margin: 0 0 17px;
	}
  #qaArea section h3 {
    line-height: 1.6;
  	font-size: 16px;
    padding: 0 50px;
    box-sizing: border-box;
  }
	#qaArea section p {
    padding: 10px;
		font-size: 14px;
	}
	#qaArea a {
		width: 100%;
		margin: 40px auto 0;
		padding: 25px 0 22px;
		font-size: 17px;
	}
  #qaArea section .section-top::before {
    content: "Q";
    position: absolute;
    font-size: 30px;
    color: #FFF;
    top: 14px;
    left: 16px;
  }
}


#flow {
	padding: 100px 0 100px;
	background: #FFF;
	text-align: center;
}
#cp_230523 #flow h2 {
  margin: 0 0 60px;
}
#flow img {
	width: 843px;
	margin: 0 auto 15px;
}
#flow p.kakunin {
  font-size: 16px;
  margin: 0 0 60px;
}
#flow p {
  font-size: 18px;
  line-height: 1.8;
}
#flow p a {
	color: #CB005B;
}
#flow p a:hover {
	opacity: 0.7;
}
#flow a#flow_btn {
	width: 400px;
	margin: 85px auto 0;
	padding: 25px 0 22px;
	text-align: center;
	background: #CB005B;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	border-radius: 6px;
}
#flow a#flow_btn:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	#flow img {
		width: 100%;
		margin: 0 0 15px;
	}
	#flow {
		padding: 30px 5%;
    background: #FFF;
	}
	#flow h2 {
		margin: 0 0 30px;
		font-size: 22px;
	}
  #flow p {
    font-size: 14px;
  }
	#flow img {
		width: 100%;
		margin: 0 0 15px;
	}
	#flow a#flow_btn {
		width: 100%;
		margin: 50px auto 0;
		padding: 25px 0 22px;
		font-size: 17px;
	}
}


#plan {
	text-align: center;
	padding: 60px 0 75px;
}
#plan h2 {
	line-height: 1.4;
	font-size: 26px;
	font-weight: normal;
}
#plan a {
	width: 400px;
	margin: 30px auto 0;
	padding: 25px 0 22px;
	text-align: center;
	background: #CB005B;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	border-radius: 6px;
}
#plan a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	#plan {
		text-align: center;
		padding: 40px 5% 60px;
	}
	#plan h2 {
		line-height: 1.4;
		font-size: 22px;
	}
	#plan a {
		width: 100%;
		margin: 30px auto 0;
		padding: 25px 0 22px;
		font-size: 17px;
	}
}

.popupBana {
  position: fixed;
  left: 10px;
  bottom: -330px;
  width: 400px;
  height: 300px;
  transition: all 1.0s;
}
.popupBana.view {
  bottom: 10px;
}
.popupBana a img:hover {
  opacity: 0.7;
}
.popupBana .popupImg img {
  width: 400px;
  height: 300px;
}
.popupBana .popupClose {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 42px;
  height: 42px;
}
.popupBana .popupClose img {
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: 767px) {
  .popupBana {
    left: 5px;
    bottom: -250px;
    width: 300px;
    height: 225px;
  }
  .popupBana.view {
    bottom: 60px;
  }
  .popupBana .popupImg img {
    width: 300px;
    height: 225px;
  }
  .popupBana .popupClose {
    right: -5px;
    top: -5px;
    width: 30px;
    height: 30px;
  }
  .popupBana .popupClose img {
    width: 30px;
    height: 30px;
  }
}