@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------
common
-------------------------------------------*/
.wrapper{
	color: #313131;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.palt{
	font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}
.h2_title.round {
  font-size: 40px;
  font-size: min(4vw,40px);	
  font-weight: 600;
  line-height: 1.3;	
  letter-spacing: 0.06em;	
  color: #313131;
  margin-bottom: 60px;
  text-align: center;
}
.img_area img {
  max-width: 100%;
  height: auto;
}
.section_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.align_center {
  text-align: center;
}
.d_flex {
  display: flex;
}
.j_bw {
  justify-content: space-between;
}

@media screen and (max-width:768px){
.h2_title.round {
  margin-bottom: 30px;
  font-size: 21px;
}
.d_flex {
  display: block;
}		
}

@media screen and (max-width:1100px){
.section_inner {
    padding: 0 20px;
}	
}

/*-------------------------------------------
mian
-------------------------------------------*/
.h1_lead.round {
  font-size: 36px;
  font-size: min(3vw,34px);
  font-weight: 600;
  letter-spacing: 0.04em;	
  color: #535353;
  line-height: 1.5;
  margin-bottom: 52px;
}
.lead.round span {
  color: #000;
}
.main_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../image/img_main_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 60px 60px 20px 60px;
}

.main_right {
  width: 40%;
}
.main_left .lead{
  font-size: 21px;
  font-size: min(1.7vw,21px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;	
  color: #fff;
	
}

@media screen and (max-width:768px){
.main_content {
  padding: 20px 10px;
  display: block;	
  background: url("../image/img_main_bg_sp.jpg");	
  background-position: center bottom;	
  background-size: cover;
}
.main_left {
  width: 100%;
}
.main_right {
  width: 100%;
  padding: 10px 40px 0 40px;
  box-sizing: border-box;
}	
.h1_lead.round {
  margin-bottom: 20px;
  font-size: 21px;
}	
.main_left .lead {
  color: #ea68a2;
  font-size: 14px;
}	

}




/*-------------------------------------------
sec01
-------------------------------------------*/
#sec01{
	padding: 100px 0 140px 0;
}
#sec01 .sec_lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 32px;
}
#sec01 .sec_lead span {
  color: #ea68a2;
}

@media screen and (max-width:768px){
#sec01 {
  padding: 40px 0 60px 0;
}
#sec01 .sec_lead {
  font-size: 16px;
	}
}

/*-------------------------------------------
sec02
-------------------------------------------*/
#sec02 {
  padding: 20px 0 120px 0;
}
#sec02 .sec02_list_ul{
  margin-bottom: 24px;
}
#sec02 .sec02_list_li {
  text-align: center;
  border: solid 1px #ea68a2;
  border-radius: 16px;
  width: calc((100% - 40px)/4);
  padding: 20px;
  box-sizing: border-box;
}
#sec02 .sec02_list_icn {
  margin-bottom: 20px;
}
#sec02 .h3_sec02 {
  font-size: 18px;
  font-size: min(1.5vw,18px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
#sec02 .h3_sec02 img {
  vertical-align: top;
}
#sec02 .lead_sec02 {
  font-size: 14px;
  line-height: 1.4;
  color: #707070;
  font-weight: 500;
}
#sec02 .kyoiku_wrap {
  padding-top: 20px;	
  position: relative;	
  margin-bottom: 8px;	
}
#sec02 .kyoiku_title {
  position: absolute;
  top: 0;
}
#sec02 .kyoiku_inner {
  width: 100%;	
  background: #f3f3f5;
  padding: 46px 30px 30px 30px;
  display: flex;
  justify-content: space-between;	
  align-items: center;	
  border-radius: 0 16px 16px 16px;	
  box-sizing: border-box;	
}
#sec02 .example_wrap {
  width: 75%;	
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: solid 1px #ea68a2;
  border-radius: 4px;
  padding: 60px 16px 20px 16px;	
  position: relative;	
  box-sizing: border-box;		
}
#sec02 .kyoiku_banner_wrap {
  width: 23%;
}
#sec02 .kyoiku_in_title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ea68a2;
  padding: 10px 60px;
  border-radius: 0 0 20px 0;
  margin-bottom: 8px;
}
#sec02 .example_title {
  font-size: 16px;
  font-weight: 600;
}
#sec02 .example_title span {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
#sec02 .example_list_li a {
  font-size: 13px;
  color: #ea68a2;
  text-decoration: none;
  text-align: right;
  display: block;
  margin-top: 5px;
}
#sec02 .example_list_li:nth-child(1) {
  margin-bottom: 10px;
}
#sec02 .example_list_li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#sec02 .example_img_area .txt {
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
}
#sec02 .example_img_area .txt img {
  width: 8px;	
  margin-right: 4px;
  margin-top: -3px;
  vertical-align: middle;	 
}
#sec02 .part {
  margin-bottom: 6px;
}

#sec02 .example_img_area img {
  width: 100%;
}
#sec02 .example_list_ul {
  width: 46%;
}
#sec02 .example_img_area {
  width: 24%;
}
#sec02 .kyoiku_banner_li:nth-child(1) {
  margin-bottom: 16px;
}
#sec02 .kyoiku_banner_li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#sec02 .note {
  font-size: 14px;
  line-height: 1.3;
}
#sec02 .note img {
  margin-right: 5px;
  margin-top: -3px;
}

@media screen and (max-width:768px){
#sec02 {
  padding: 20px 0 40px 0;
}	
#sec02 .sec02_list_li {
  width: 100%;
  margin-bottom: 20px;	
}
#sec02 .sec02_list_li:last-child{
margin-bottom: 0;
}	
#sec02 .h3_sec02 {
  font-size: 18px;
  height: auto;
}	
#sec02 .lead_sec02 {
  font-size: 16px;
  line-height: 1.6;
  height: auto;
}
#sec02 .kyoiku_inner {
  width: 100%;
  background: #f3f3f5;
  padding: 46px 16px 20px 16px;
  display: block;
	}
#sec02 .example_wrap {
  width: 100%;
  display: block;
  padding: 50px 16px 20px 16px;
  margin-bottom: 20px;	
	}
#sec02 .kyoiku_in_title {
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 40px;
  border-radius: 0;
  margin-bottom: 8px;
  right: 0;
  text-align: center;
}	
#sec02 .example_list_ul {
  width: 100%;
}	
#sec02 .example_img_area {
  width: 80%;
  margin: 30px auto 0 auto;
}
#sec02 .kyoiku_banner_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#sec02 .note {
  font-size: 13px;
  line-height: 1.4;
}	
}
	

/*-------------------------------------------
sec03
-------------------------------------------*/
#sec03 {
  padding: 20px 0 120px 0;
}
#sec03 .sec03_sub {
  font-size: 16px;
  color: #ea68a2;
  font-weight: bold;
  margin-bottom: 20px;
}
#sec03 .h3_sec03 {
  font-size: 26px;
  font-size: min(2.6vw,26px);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 40px;
}
#sec03 .h3_sec03 span {
  display: block;
  font-size: 80%;
}
#sec03 .txt_sec03 {
  font-size: 18px;
  font-size: min(1.8vw,18px);	
  line-height: 2;
}
#sec03 .sec03_list_li {
  margin-bottom: 48px;
  position: relative;	
  padding-top: 10px;	
}
#sec03 .sec03_list_li:last-child {
  margin-bottom: 0;
}
#sec03 .sec03_list_li:before{
  content: "";
  width: 49%;
  height: 2px;
  background: #ea68a2;
  position: absolute;
  top: 0;
  left: 0;
}
#sec03 .sec03_list_li:after{
  content: "";
  width: 47%;
  height: 2px;
  background: #cccccc;
  position: absolute;
  top: 0;
  right: 0;
}
#sec03 .sec03_list_l {
  width: 49%;
}
#sec03 .sec03_list_r {
  width: 47%;
  text-align: right;
}


@media screen and (max-width:768px){
#sec03 {
  padding: 20px 0 40px 0;
}	
#sec03 .sec03_list_l {
  width: 100%;
  margin-bottom: 10px;	
}
#sec03 .sec03_list_r {
  width: 100%;
  text-align: center;
}
#sec03 .h3_sec03 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}	
#sec03 .txt_sec03 {
  line-height: 1.6;
  font-size: 16px;
}
#sec03 .sec03_list_li::after {
    width: 56%;
	}
}




/*-------------------------------------------
sec04
-------------------------------------------*/
#sec04{
  padding: 20px 0 120px 0;
}
#sec04 .sec04_list_li {
  position: relative;
  padding-top: 30px;
  padding-left: 150px;	
  margin-bottom: 64px;	
}
#sec04 .sec04_list_wrap {
  border: solid 2px #ea68a2;
  border-radius: 24px;
  padding: 40px 40px 20px 40px;
  box-sizing: border-box;
}
#sec04 .sec04_lsit_ul {
  position: relative;
}
#sec04 .h3_sec04 {
  width: calc(90% - 150px);
  font-size: 24px;
  font-size: min(2.4vw,24px);	
  font-weight: 600;
  color: #fff;
  background: #ea68a2;
  padding: 16px 20px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 150px;
  right: 0;
  margin: auto;
  box-sizing: border-box;
}
#sec04 .sec04_list_li::before {
  content: "";
  background: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -20px;
}
#sec04 .sec04_list_li:nth-child(1):before{
	width: 100px;
	height: 100px;
	background: url("../image/icn_step01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#sec04 .sec04_list_li:nth-child(2):before{
	width: 100px;
	height: 100px;
	background: url("../image/icn_step02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#sec04 .sec04_list_li:nth-child(3):before{
	width: 100px;
	height: 100px;
	background: url("../image/icn_step03.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#sec04 .sec04_list_li:nth-child(4):before{
	width: 100px;
	height: 100px;
	background: url("../image/icn_step04.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#sec04 .sec04_lsit_ul::before {
  width: 10px;
  height: 100%;
  background: #c9c9c9;
  position: absolute;
  content: "";
  left: 45px;
  top: 22px;
  border-radius: 10px;
}
#sec04 .txt_sec04 {
  font-size: 19px;
  line-height: 2;
}
#sec04 .txt_sec04 a {
  margin-right: 10px;
  vertical-align: top;
}

@media screen and (max-width:768px){
#sec04 {
  padding: 20px 0 40px 0;
}
#sec04 .sec04_list_li::before {
  top: 0;
}	
#sec04 .sec04_list_li:nth-child(1)::before,
#sec04 .sec04_list_li:nth-child(2)::before,
#sec04 .sec04_list_li:nth-child(3)::before,
#sec04 .sec04_list_li:nth-child(4)::before{
  width: 64px;
  height: 64px;
  z-index: 1;	
	}
#sec04 .h3_sec04 {
  padding: 10px 15px;
  font-size: 16px;
  position: inherit;
  width: 100%;
  left: inherit;
  right: inherit;
  top: inherit;
  border-radius: 24px 24px 0 0;
}
#sec04 .sec04_list_li {
  padding-top: 20px;
  padding-left: 0;
  margin-bottom: 30px;
}	
#sec04 .sec04_list_li:last-child {
  margin-bottom: 0;
}		
#sec04 .sec04_list_wrap {
  border-radius: 0 0 24px 24px;
  padding: 20px 20px 20px 20px;
}
#sec04 .txt_sec04 {
  font-size: 16px;
  line-height: 1.6;
}	
#sec04 .sec04_lsit_ul::before {
  display: none;
	}
}


/*-------------------------------------------
sec05
-------------------------------------------*/
#sec05{
  padding: 20px 0 120px 0;
}
#sec05 .table_sec05 {
  width: 100%;
  max-width: 800px;
  border: 2px solid #ea68a2;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;	
}
#sec05 .table_sec05 th {
  background: #ea68a2;
  padding: 15px 32px;
  font-size: 23px;
  font-size: min(2.8vw,23px);
  color: #fff;
  font-weight: 500;
  text-align: left;
  position: relative;
}
#sec05 .table_sec05 td {
  padding: 24px 20px;
  font-size: 24px;
  font-size: min(3vw,24px);	
  font-weight: 500;
  text-align: center;
  border: solid 1px #ea68a2;
}
#sec05 .table_sec05 tr:nth-child(2) td:nth-child(1) {
  background: #ffc2d8;
}
#sec05 .table_sec05 tr:nth-child(2) td:nth-child(2),
#sec05 .table_sec05 tr:nth-child(2) td:nth-child(3) {
  background: #f0f0f0;
}
#sec05 .table_sec05 tr:nth-child(3) td:nth-child(1) {
  background: #ffefff;
}
#sec05 .table_sec05 tr:nth-child(3) td{
	font-weight: 600;
}
#sec05 .table_sec05 tr:nth-child(3) td{
	font-size: 32px;
	font-size: min(4vw,32px);	
}
#sec05 .table_sec05 tr:nth-child(3) td span{
	font-size: 21px;
	font-size: min(2.6vw,21px);	
}
#sec05 .table_sec05 tr:nth-child(3) td:nth-child(1) {
  font-size: 32px;
  font-size: min(4vw,32px);		
  border-radius: 0 0 0 14px;
}
#sec05 .table_sec05 tr:nth-child(3) td:nth-child(3) {
  font-size: 32px;
  font-size: min(4vw,32px);		
  border-radius: 0 0 14px 0;
}
#sec05 .table_sec05 th span {
  font-size: 21px;
  font-size: min(2.6vw,21px);	
  font-weight: normal;	
  position: absolute;
  bottom: 10px;
  right: 32px;
}

#sec05 .table_sec05.hoken tr:nth-child(3) td:nth-child(1) {
    border-radius: 0;
}
#sec05 .table_sec05.hoken tr:nth-child(3) td:nth-child(3) {
    border-radius: 0;
}
#sec05 .table_sec05.hoken tr:nth-child(2) td:nth-child(2), #sec05 .table_sec05 tr:nth-child(2) td:nth-child(3) {
    background: #fff;
}
#sec05 .table_sec05.hoken tr td:nth-child(1) {
    background: #ffefff;
}
#sec05 .table_sec05.hoken td {
    font-size: min(2.3vw,18px) !important;
    font-weight: 500 !important;
	line-height: 1.3;
	vertical-align: middle;
}
#sec05 .table_sec05.hoken th span {
    display: block;
    font-size: 14px;
}
#sec05 .table_wrap {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	margin-bottom: 30px;
}
#sec05 .table_sec05.hoken th span {
    position: inherit;
    bottom: inherit;
    right: inherit;
    text-align: center;
    margin-top: 3px;
}
#sec05 .table_sec05.hoken th {
    padding: 15px 10px;
	font-size: min(2.6vw,21px);
	text-align: center;
    vertical-align: middle;
}
#sec05 .table_sec05.hoken tr:last-child td:nth-child(1) {
    border-radius: 0 0 0 14px;
}	
#sec05 .table_sec05.hoken tr:last-child td:nth-child(6) {
    border-radius: 0 0 14px 0;
}	

@media screen and (max-width:768px){
#sec05 {
  padding: 20px 0 40px 0;
}
#sec05 .table_sec05 td {
  padding: 16px 10px;
  font-size: 16px;	
}
#sec05 .table_sec05 th {
  padding: 10px 10px 24px 10px;
  font-size: 18px;	
	}
#sec05 .table_sec05 th span {
  bottom: 5px;
  right: 8px;
  font-size: 14px;
}	
#sec05 .table_sec05 tr:nth-child(3) td:nth-child(1) {
  font-size: 18px;
}
#sec05 .table_sec05 tr:nth-child(3) td {
  font-size: 18px;
}	
#sec05 .table_sec05 tr:nth-child(3) td:nth-child(3) {
  font-size: 18px;
}
#sec05 .table_sec05.hoken th {
    font-size: 16px;
	padding: 10px;
}
#sec05 .table_sec05.hoken td {
    font-size: 14px !important;
}
#sec05 .table_wrap {
    margin-bottom: 0;
	}
.attention {
    font-size: 13px;
	margin-top: 5px;
    margin-bottom: 20px;
}	
}


/*-------------------------------------------
sec06
-------------------------------------------*/
#sec06{
  padding: 20px 0 120px 0;
}
#sec06 .col01_sec06_wrap .h3_sec06 {
  font-size: 23px;
  font-size: min(2.3vw,23px);		
  font-weight: 600;
  line-height: 1.6;
  color: #ea68a2;
  margin-bottom: 20px;	
}
#sec06 .col01_sec06_wrap .name {
  font-size: 16px;
  font-size: min(1.6vw,16px);	
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  margin-bottom: 25px;
}
#sec06 .col01_sec06_wrap .txt_sec06 {
  font-size: 16px;
  font-size: min(1.6vw,16px);		
  line-height: 1.6;
}
#sec06 .col01_sec06_wrap .col01_sec06_l {
  width: 49%;
}
#sec06 .col01_sec06_wrap .col01_sec06_r {
  width: 47%;
  margin-top: -7px;	
}
#sec06 .col01_sec06_wrap {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
#sec06 .txt_sec06 span {
  color: #ea68a2;
}
#sec06 .col02_sec06_content {
  width: 46%;
}
#sec06 .col02_sec06_in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;	
}
#sec06  .col02_sec06_wrap .h3_sec06 {
  font-size: 21px;
  font-size: min(2.1vw,21px);	
  color: #ea68a2;
  font-weight: 600;
  line-height: 1.6;
}
#sec06  .col02_sec06_wrap .name {
  font-size: 16px;
  font-size: min(1.6vw,16px);		
  text-align: right;
  font-weight: 500;
  margin-bottom: 24px;	
}
#sec06 .col02_sec06_wrap .txt_sec06 {
  font-size: 16px;
  font-size: min(1.6vw,16px);		
  line-height: 1.6;
}
.cp_box {
  font-size: 16px;
  font-size: min(1.6vw,16px);	
  line-height: 1.6;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box label {
  font-weight: bold;
  position: relative;
  display: block;
  width: 70%;
  margin: auto;
  padding: 0.3em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #ea68a2;
  border: 2px solid #ea68a2;
  border-radius: 50px;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #ea68a2;
	background: #fff;
}
.cp_box label::after {
	width: 12px;
	height: 12px;
	content:"";
	background: url("../image/icn_plus.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label::after {
	width: 20px;
	height: 3px;
	content:"";
	background: url("../image/icn_minus.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}

@media screen and (max-width:768px){
#sec06 {
  padding: 20px 0 40px 0;
}
#sec06 .col01_sec06_wrap .col01_sec06_l {
  width: 100%;
}	
#sec06 .col01_sec06_wrap .col01_sec06_r {
  width: 100%;
  margin-top: 0;
}	
#sec06 .col01_sec06_wrap .h3_sec06 {
  font-size: 18px;
}	
#sec06 .col01_sec06_wrap .name {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
}	
#sec06 .col01_sec06_wrap .txt_sec06 {
  font-size: 16px;	
	}
#sec06 .col02_sec06_content {
  width: 100%;
}	
#sec06 .col02_sec06_wrap .h3_sec06 {
  font-size: 18px;
}	
#sec06 .col02_sec06_wrap .name {
  margin-bottom: 20px;
  font-size: 16px;
}	
#sec06 .col02_sec06_wrap .txt_sec06 {
  font-size: 16px;
}	
.col02_sec06:first-child {
  margin-bottom: 40px;
}	
.cp_box {
  font-size: 16px;
}	
}




