@charset "UTF-8";


/*--------------------------------------------------------------------
=== [TOP] ====================================
 -------------------------------------------------------------------*/

#mvArea {
    background-image: url(../img/mv_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 170px 0 60px;

}

#mvArea .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mvArea .inner .img {
    width: 800px;
    margin-left: -120px;
}

#mvArea .inner .catch .txt {
        font-size: 18px;
    font-family: "Hannari";
    text-align: center;
    line-height: 2;
}

#mvArea .inner .btn a {
  border-radius: 10px;
  background-color: #f75b82;
box-shadow: 0px 0px 10px 5px rgba(254, 131, 162, 0.5);
  width: 300px;
  height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 40px auto;
}


#sec01a {
    background: #fff;
    text-align: center;
    padding: 140px 0 80px;
}


#sec01a h2 {
    font-size: 40px;
    font-family: "Hannari";
    position: relative;
    margin-bottom: 60px;
}


#sec01a h2:before {
    content: "";
    background-image: url(../img/ico_news.png);
    width: 60px;
    height:55px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
        top: 0;
    left: 0;
    right: 0;
    margin: -60px auto 0;
}

#sec01a ul {
	border-top: 1px solid #c5c5c5;
	}

#sec01a ul li {
	display: flex;
	padding: 25px;
	border-bottom: 1px solid #c5c5c5;
	}

#sec01a ul li span {
	color: #fe83a2;
	margin-right: 30px;
	}

#sec01a ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	}
#sec01a ul li a::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fe83a2;
  border-right: 2px solid #fe83a2;
  transform: rotate(45deg);
	transition: 0.3s;
}

#sec01a ul li a:hover::after {
	right: -10px;
	}




#sec01a .btn a {
  border-radius: 10px;
  background-color: #f75b82;
box-shadow: 0px 0px 10px 5px rgba(254, 131, 162, 0.5);
  width: 300px;
  height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 40px auto;
}


#sec01 {
    background-image: url(../img/sec01_bg.jpg);
        background-repeat: repeat-y;
    background-size: 100%;
    text-align: center;
    padding: 140px 0 80px;
}

#sec01 h2 {
    font-size: 40px;
    font-family: "Hannari";
    position: relative;
    margin-bottom: 60px;
}

#sec01 h2:before {
    content: "";
    background-image: url(../img/ico_beginner.png);
    width: 44px;
    height:60px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
        top: 0;
    left: 0;
    right: 0;
    margin: -60px auto 0;
}

#sec01 .txtArea {
    background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.05);
    padding: 50px;
    font-size: 18px;
    line-height: 2;
}

#sec01 .txtArea span {
    font-weight: bold;
    color: #fe83a2;
}
#sec01 .txtArea .prof {
    margin-top: 30px;
}
#sec01 .txtArea .prof figure {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
#sec01 .txtArea .prof figure img {
    width: 120px;
}

#sec01 .txtArea .prof figure figcaption {
    margin-left: 10px;
    text-align: left;
    line-height: 1.2;
}


#sec02 {
    text-align: center;
    padding: 140px 0 80px;
}

#sec02 h2 {
    font-size: 40px;
    font-family: "Hannari";
    position: relative;
    margin-bottom: 60px;
}

#sec02 h2:before {
    content: "";
    background-image: url(../img/ico_trouble.png);
    width: 60px;
    height:60px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
        top: 0;
    left: 0;
    right: 0;
    margin: -60px auto 0;
}

#sec02 .troubleList {
    display: flex;
    justify-content: space-between;
}
#sec02 .troubleList li {
    max-width: 350px;
}


#sec02 .troubleList li figcaption {
        font-size: 24px;
    font-family: "Hannari";
        font-weight: bold;
    color: #fe83a2;
    margin: 25px 0;
}

#sec02 .troubleList li p {
    text-align: left;
    line-height: 1.8;
}



#sec03 {
    text-align: center;
    padding:0 0 80px;
}

#sec03 h2 {
    font-size: 40px;
    font-family: "Hannari";
    position: relative;
    margin-bottom: 60px;
}

#sec03 h2:before {
    content: "";
    background-image: url(../img/ico_service.png);
    width: 60px;
    height:60px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
        top: 0;
    left: 0;
    right: 0;
    margin: -60px auto 0;
}


#sec03 .catch {
    background-color: #e5fafe;
    text-align: center;
    padding: 50px 0;
    font-size: 40px;
    font-family: "Hannari";
    color: #fe83a2;
    position: relative;
    margin-bottom: 160px;    
  
}

#sec03 .catch span {
     background: linear-gradient(transparent 72%, #fefd9b 0%);
    display: inline; 
}

#sec03 .catch:after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -50px;
border: 50px solid transparent;
border-top-color: #e5fafe;
content: '';

}

#sec03 .leadTxt {
    line-height: 2;
    margin-bottom: 60px;
}

#sec03  .serviceList {
    display: flex;
    justify-content: space-between;
}

#sec03  .serviceList > li {
    max-width: 282px;
    border: 2px solid #dbdbdb;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

#sec03 .serviceList h3 {
        font-size: 24px;
    font-family: "Hannari";
    color: #fe83a2;
    line-height: 1.2;
    letter-spacing: -0.2em;
    margin-bottom: 20px;
    
}

#sec03 .serviceList .price {
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    margin-bottom: 10px;
}

#sec03 .serviceList .contentList {
    margin-top: 20px;
    font-size: 12px;
    text-align: left;
    letter-spacing: -0.1em;
    min-height: 12em;
}

#sec03 .serviceList .contentList li {
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

#sec03 .serviceList .contentList li:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f058";
	position: unset;
	margin-right: 2px;
    color: #fe83a2;

}


#sec03 .serviceList .btn a {
     border-radius: 10px;
    font-size: 14px;
  background-color: #f75b82;
box-shadow: 0px 0px 10px 5px rgba(254, 131, 162, 0.3);
  width: 100%;
  height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    text-align: center;
}


#sec04 {
    text-align: center;
    padding:80px 0;
    background-image: url(../img/sec04_bg.jpg);
    background-size: 200px;
}

#sec04 h2 {
    font-size: 40px;
    font-family: "Hannari";
    position: relative;
    margin-bottom: 60px;
}

#sec04 h2:before {
    content: "";
    background-image: url(../img/ico_company.png);
    width: 60px;
    height:60px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
        top: 0;
    left: 0;
    right: 0;
    margin: -60px auto 0;
}

#sec04 .inner {
        background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.05);
    padding: 140px 100px 80px;
}

#sec04 .inner table th {
    color: #fe83a2;
    width: 20%;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
}


#sec04 .inner table tr:nth-child(odd){
    background-color: #fff;
        background-color: #f9f9f9;
}

#sec04 .inner table td {
    text-align: left;
    width: 80%;
    padding: 20px;
    line-height: 1.8;
}


#sec05 {
    text-align: center;
    padding:140px 0 80px;
}

#sec05 h2 {
    font-size: 40px;
    font-family: "Hannari";
    position: relative;
    margin-bottom: 60px;
}

#sec05 h2:before {
    content: "";
    background-image: url(../img/ico_contact.png);
    width: 60px;
    height:48px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
        top: 0;
    left: 0;
    right: 0;
    margin: -60px auto 0;
}


#sec05 .txt {
    margin-bottom: 60px;
}

#sec05 .txt span {
     color: #fe83a2;
}

#sec05 .inner {
    padding: 0 100px;
}

#sec05 .inner table {
        border-top: 1px solid #c5c5c5;

}

#sec05 .inner table th {
    color: #fe83a2;
    width: 20%;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
}


#sec05 .inner table tr{
    border-bottom: 1px solid #c5c5c5;

}

#sec05 .inner table td {
    text-align: left;
    width: 80%;
    padding: 20px;
    line-height: 1.8;
}

#sec05 .inner table select {
    font-size: 14px;
}

#sec05 .inner table select,#sec05 .inner table input,#sec05 .inner table textarea {
    background-color: #f9f9f9;
    width: 100%;
    padding: 5px;
}

#sec05 .wpcf7-submit  {
  border-radius: 10px;
  background-color: #f75b82;
box-shadow: 0px 0px 10px 5px rgba(254, 131, 162, 0.5);
  width: 300px;
  height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 40px auto;
}
.screen-reader-response {
	margin-bottom: 20px;
	color:  #ec5030;
}

.wpcf7-response-output {
	margin-bottom: 20px;
	color:  #ec5030;
}

.wpcf7-not-valid-tip {
	margin-top: 10px;
	color: #ec5030;
	display: block;
}

.screen-reader-response ul {
	display: none;
}



#news {
    background: #fff;
    text-align: center;
    padding: 300px 0 80px;
}


#news h2 {
    font-size: 40px;
    font-family: "Hannari";
    position: relative;
    margin-bottom: 60px;
}


#news h2:before {
    content: "";
    background-image: url(../img/ico_news.png);
    width: 60px;
    height:55px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
        top: 0;
    left: 0;
    right: 0;
    margin: -60px auto 0;
}
#news .content {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	}

#news .content pre {
	    text-wrap: wrap;
	}
#news h3 {
  border-bottom: double 5px #fe83a2;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	color:  #fe83a2;
	padding-bottom: 10px;
}
#news h3 span {
display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #777;
}

#news img {
	margin: 20px auto;
	height: auto;
	}

#news ul {
	border-top: 1px solid #c5c5c5;
	}

#news ul li {
	display: flex;
	padding: 25px;
	border-bottom: 1px solid #c5c5c5;
	}

#news ul li span {
	color: #fe83a2;
	margin-right: 30px;
	}

#news ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	}
#news ul li a::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fe83a2;
  border-right: 2px solid #fe83a2;
  transform: rotate(45deg);
	transition: 0.3s;
}

#news ul li a:hover::after {
	right: -10px;
	}




#news .btn a {
  border-radius: 10px;
  background-color: #f75b82;
box-shadow: 0px 0px 10px 5px rgba(254, 131, 162, 0.5);
  width: 300px;
  height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 40px auto;
}
