#top_n_concept .parallax-img {
  height: 25vw;
  overflow: hidden;
  /*width: 30vw;*/
	border-radius:15px;
}
#top_n_service .parallax-img {
  height: 12vw;
  overflow: hidden;
  /*width: 30vw;*/
	border-radius:15px;
}
#top_n_photo .parallax-img {
  height: 20vw;
  overflow: hidden;
  /*width: 30vw;*/
	border-radius:15px;
}
#ss_n_photo .parallax-img {
  height: 20vw;
  overflow: hidden;
  /*width: 30vw;*/
	border-radius:15px;
}
.page_es_features .waku01 .parallax-img {
  height: 12vw;
  overflow: hidden;
  /*width: 30vw;*/
	border-radius:15px;
}
.page_about .parallax-img {
  height: 20vw;
  overflow: hidden;
  /*width: 30vw;*/
	border-radius:15px;
}
#top_n_concept img,
#top_n_service img,
#top_n_photo img,
#ss_n_photo img,
.page_es_features .waku01 img {
  height: auto;
  width: 100%;
	border-radius:15px;
}
/*__index__________________*/
#top_n_concept,
#top_n_reason {
	padding:120px 0;
}
#top_n_service {
	padding:120px 0;
	background-color:#F6F9F9;
}
#top_n_concept .main_title_p,
#top_n_service .main_title_p,
#top_n_reason .main_title_p,
#top_n_company .main_title_p,
#top_n_news .main_title_h2 {
	padding:0 0 0;margin:0;
	color:#002D4F;
	font-size:72px;
	font-family: futura-pt, sans-serif; 
	font-weight:700;
	line-height:1.0;
}
#top_n_concept .main_title_h2,
#top_n_service .main_title_h2,
#top_n_reason .main_title_h2,
#top_n_company .main_title_h2 {
	padding:15px 0 30px;margin:0;
	color:#002D4F;
	font-size:26px;
	font-weight:700;
	line-height:1.5;
}
#top_n_service h3{
	padding:15px 0 0;margin:0;
	color:#002D4F;
	font-size:18px;
	font-weight:500;
	line-height:1.5;
	text-align:center;
}
#top_n_photo {
	background-image:url(../img/renewal/top_n_photo_bg.svg);
	background-position:top center;
	background-repeat:repeat-x;
	background-size:1920px auto;
}
#ss_n_photo {
	background-image:url(../img/renewal/top_n_photo_bg.svg);
	background-position:bottom center;
	background-repeat:repeat-x;
	background-size:1920px auto;
	padding:100px 0 0;
}
#top_n_reason .waku img{
	width:50%;
	padding:20px 0 0;
	margin:0 auto;
}
#top_n_reason .waku h3{
	padding:15px 0 0;margin:0;
	color:#002D4F;
	font-size:21px;
	font-weight:600;
	line-height:1.5;
	text-align:center;
}
#top_n_reason .waku p{
	padding:0 0 0;margin:0;
	color:#002D4F;
	text-align:justify;
}
#top_n_company {
	background-color:#F6F9F9;
	padding:80px 0 50px;
}
#top_n_news {
	padding:120px 0 ;
}
#top_n_news .waku {
	padding:0 0 20px;margin:0 0 30px;
	border-bottom:1px solid #CCCCCC;
}
#top_n_news .waku .date{
	padding:0;margin:0;
	font-size:15px;
	color:#002D4F;
}
#top_n_news .waku .label{
	padding:3px 10px;margin:0;
	font-size:15px;
	color:#fff;
	background-color:#002D4F;
	line-height:1;
}
#top_n_news .waku .info_title{
	padding:15px 0 0;margin:0;
	font-size:18px;
	color:#002D4F;
	font-weight:600;
}
#top_n_contact {
	background-color:#F6F9F9;
	padding:80px 0 80px;
}
#top_n_contact h2 {
	padding:0 0 25px;margin:0;
	font-size:28px;
	color:#002D4F;
	font-weight:600;
	text-align:center;
}
#n_company {
	padding:50px 0 ;
}
#n_company .widget .icon-list li {
	font-size:14px;
    padding: 3px 0;
	letter-spacing:0;
}
#n_company .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
#n_company .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.n_btn_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}
.n_btn {
    color: #002D4F;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    /* height: 50px; */
    margin: auto;
    border-bottom: 1px solid #002D4F;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 0;
    text-decoration: none;
	font-family: futura-pt, sans-serif; 
	font-weight:700;
}
.n_btn:after {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  right: 18px;
  transition: all 0.5s;
    color: #F18B00;
}
.n_btn:hover:after {
  right: 3px;
}

/*.n_btn:after {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  right: 20px;
}
.n_btn:hover:after {
  animation: fuwafuwa 3s linear infinite;
}
@keyframes fuwafuwa{
 0%{transform:translateX(-5px)}
 50%{transform:translateX(10px)}
 100%{transform:translateX(-5px)}
}*/
.center_container {
    position: relative;
		height: 150px;
}
.center_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 自身のサイズを考慮して中央へ */
}
/*______________page_____________*/
.page_about .font17 {
	text-align:justify;
}
#page_item_s .hed_title {
	padding:0;margin:0;
    color: #002d4f;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.8;
}
#page_item_s .hed_title span{
	padding:5px 25px;
    border:1px solid #002d4f;
	border-radius:100px;
}
#page_item_s .sub_tex {
	padding:30px 0 15px;margin:0;
    color: #002d4f;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.8;
}
.ss_tex_center {
	padding:0;margin:0;
	font-size:18px;
	font-weight:600;
    color: #002d4f;
	letter-spacing:2px;
	line-height:2;
	text-align:center;
}
.img_radius img{
	border-radius:15px;
}
.page_important .waku01 {
    padding: 25px 20px;
    border:2px solid #CCCCCC;
	border-radius:15px;
	margin:15px 0;
}
.page_important .waku01 h3 {
    color: #002d4f;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 0 10px;
	padding:0;
}
.page_important .waku01 .ss_tex_left {
	padding:0;margin:0;
	font-size:16px;
	font-weight:600;
    color: #002d4f;
	letter-spacing:1px;
	line-height:2;
}
.n_flow .flow_design02 ul {
    width: 100%;
}
.page_flow {
    padding: 100px 0 80px;
    background-color: #F6F9F9;
}
.page_flow h2{
    color: #002d4f;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.8;
}
.page_flow .flow02 > li:not(:last-child)::after {
    border-width: 18px;
    border-top-color: #F6F9F9;
}
.page_faq .qa-6 {
   
    margin-bottom: 5px;
    border-bottom: 2px solid #f6f9f9;
}
.page_faq .qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #002d4f;
    font-weight: 700;
    cursor: pointer;
	font-size:16px;
}
.page_faq .qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.page_faq .qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}
.page_faq .qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #002d4fb3;
    border-right: 3px solid #002d4fb3;
    content: '';
    transition: transform .5s;
}
.page_faq .qa-6[open] summary::after {
    transform: rotate(225deg);
}
.page_faq .qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #002d4f;
    transition: transform .5s, opacity .5s;
}
.page_faq .qa-6[open] p {
    transform: none;
    opacity: 1;
}
.page_faq .qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.page_es_service .waku01 {
    padding: 20px;
    background-color: #fff;
}
.page_es_service .waku01 img{
	width:35%;
	margin:0 auto;
	padding:0 0 15px;
}
.page_es_service .waku01 h3 {
    color: #002d4f;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 0 20px;
    text-align: center;
}
.page_es_service .waku01 p {
    color: #002d4f;
    font-size: 15px;
    line-height: 1.5;
	text-align:justify;
    letter-spacing: 0;
}
.page_es_features .waku01 {
    padding: 20px;
    background-color: #eceff1;
}
.page_es_features .waku01 h3 {
    color: #002d4f;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.8;
    margin: 0 0 20px;
    text-align: center;
}
.page_es_features .waku01 p {
    color: #002d4f;
    font-size: 15px;
    line-height: 1.5;
	text-align:justify;
    letter-spacing: 0;
}
.page_important .waku01 ul {
	padding:8px 0 8px 25px;margin:0;
}
.page_important .waku01 li {
	font-size:16px;
	font-weight:600;
    color: #002d4f;
	letter-spacing:1px;
	line-height:2;
}
#page_ex_n .waku_ico {
    padding:0 10px 15px 10px;
    border: 2px solid #CCCCCC;
    border-radius: 15px;
    margin: 15px 0;
	text-align:center;
}
#page_ex_n .waku_ico h3 {
    color: #002d4f;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
	margin:0;padding:0;
}

@media only screen and (max-width:480px){
#top_n_concept .parallax-img {
    height: 70vw;
}
#top_n_concept .main_title_p, #top_n_service .main_title_p, #top_n_reason .main_title_p, #top_n_company .main_title_p, #top_n_news .main_title_h2 {
    font-size: 62px;
}
#top_n_concept .main_title_p {
    padding: 20px 0 0;
}
#top_n_concept, #top_n_reason,
#top_n_service, #top_n_news {
    padding: 80px 0;
}
#top_n_service .parallax-img,
.page_about .parallax-img {
    height: 50vw;
}
#top_n_service h3 {
    padding: 15px 0 30px;
}
#top_n_photo .parallax-img,
.page_es_features .waku01 .parallax-img,
#ss_n_photo .parallax-img {
    height: 45vw;
}
#top_n_photo .parallax-img {
    background-position: top -100px center;
}
#ss_n_photo .parallax-img {
    background-position: bottom -100px center;
}
#top_n_reason .waku img {
    width: 30%;
}
.center_container {
    height: 5vh;
}
#top_n_news .main_title_h2 {
    padding: 0 0 20px;
}
#page_item_s .sub_tex {
    padding: 30px 0 0;
	text-align:justify !important;
}
.page_client .font36 {
    font-size: 26px;
}
#page_item_s {
    margin: 80px 0 40px;
}
.bg_color {
    padding: 80px 0;
}
.page_es_service .waku01,
.page_es_features .waku01 {
	margin:15px 0;
}
.page_es_service .waku01 img {
    width: 25%;
}
.page_es_features .waku01 h3 {
    margin: 15px 0;
}
#page_item_b {
    margin: 80px 0 0px;
}
.page_flow {
    padding: 80px 0 60px;
}
.ss_tex_center {
    padding: 0 0 30px;
	text-align: justify;
}
	.sm_mb50 {
		margin-bottom: 0px !important;
	}









}