@charset "utf-8";

body {
	margin: 0px;
}

p {
	font-size: 18px;
}

.inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 11%;
}

/*--------ヘッダー--------*/

.phone_num {
	max-width: 22%;
}

.sp_none {
	display: flex;
	justify-content: space-between;
}

.header_ul {
	margin: 0px;
	display: flex;
    align-items: center;
    margin-left: 50px;
    gap: 10px;
    font-size: 16px;
}

.header_ul li {
	display: inline;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 768px) {

	.sp_none {
		display: none;
	}
	
	.pc_none {
    display: inline-block;
}
	.logo_sp img {
		max-width: 200px;
	}
	
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 5;
    right : 13px;
    top   : 32px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background: #F78724;
  }
  
  .hamburger.active {
  	background: none;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    border-radius: 10px;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 3;
    top  : 0;
    left : 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
	align-items: center;
    background: #0693e3;
	display: flex;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
    /*padding-top: 250px;*/
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
	
	.denwa {
    position: fixed;
    z-index: 2;
    top: 80px;
    right: 14px;
	 display: inline-block;
}
	
	.denwa img {
		max-width: 41px;
	}
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
	
}

.line_bar {
	display: block;
    position: fixed;
    z-index: 5;
    top: 20%;
    right: 0%;
}

.line_bar img {
	width: 60px;
}

.mail_bar {
	display: block;
    position: fixed;
    z-index: 5;
    top: 47%;
    right: 0%;
}

.mail_bar img {
	width: 60px;
}

/*--------ヘッダー終了--------*/


/*--------メインビジュアル--------*/

.top_none {
	display: none;
}

.main_logo img {
	max-width: 40%;
}

.main_logo {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

.main_visual {
	background-image: url(../img/kousi_back.png);
	background-repeat: no-repeat;
    height: auto;
    background-size: contain;
    background-position: center;
}

.main_visual_sp {
		display: none;
	}

.main_img_right img{
	max-width: 50%;
}

.main_img_right {
	text-align: right;
}

.main_txt_logo img {
	max-width: 50%;
}

.main_flex {
	display: flex;
	justify-content: end;
    position: relative;
}

.main_txt_logo {
	position: absolute;
    z-index: 5;
	top: 9%;
    left: 11%;
}

.main_p {
	margin-top: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #126DD5;
    line-height: 35px;
}

.under_line {
	background: linear-gradient(transparent 60%, yellow 30%);
    display: inline-block;
}

.main_flex .main_price {
	max-width: 40%;
	margin-top: 35px;
}
/*--------メインビジュアル終了--------*/


/*--------ファインテックについて--------*/

.top_about {
	background: #0E6BAC;
    height: 850px;
	margin-top: 200px;
	position: relative;
}

.top_about_ttl img {
    max-width: 550px;
    z-index: 2;
    position: absolute;
    top: -65px;
}

.about_ttl_sub {
	color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.about_padding_top {
    padding-top: 7%;
}

.ab_ttl {
	background: #000;
    color: #fff;
	font-weight: bold;
    display: inline-block;
    padding: 6px 70px;
    text-align: center;
    line-height: 24px;
	margin-bottom: 20px;
}

.ab_img img {
	max-width: 75%;
}

.ab {
	text-align: center;
} 

.about_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.ab p {
	color: #fff;
}

.ab_span {
	font-size: 24px;
    font-weight: bold;
    color: #FCEA01;
    margin-left: 5px;
}

.explain .ichidai {
	font-size: 22px;
	color: #fff;
}

.explain span {
	color: #FCEA01;
}

.ab .explain {
	font-size: 16px;
	max-width: 272px;
    text-align: left;
    margin: 0 auto;
	margin-top: 5px;
}

.explain .campaign {
	font-weight: bold;
	color: #fff;
}
/*--------ファインテックについて終了--------*/


/*--------バナー--------*/

.banner {
	background-image: url(../img/banner_back.png);
	background-repeat: no-repeat;
    height: auto;
    background-size: 100%;
    background-position: center;
}

.bnr_inner {
	padding: 50px 0;
}

.banner_h3 {
	font-size: 32px;
	text-align: center;
	margin: 0;
    margin-bottom: 30px;
}

.white_back {
	background: #fff;
	padding: 30px 0;
}

.banner_flex {
	display: flex;
    justify-content: space-between;
    padding: 0 100px;
	align-items: center;
}

.mail_mtmr {
	max-width: 350px;
	margin-bottom: 20px;
}

.bnr_flex_left {
	border-top: 4px solid #F77503;
	border-bottom: 4px solid #F77503;
	text-align: center;
	padding: 39px 0;
}

.bnr_flex_left p {
	font-weight: bold;
}

.bnr_flex_left .bangou {
	font-size: 40px;
    font-weight: bold;
}

.bnr_flex_left .bangou:before {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/denwa.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.line_mtmr {
	max-width: 350px;
}
/*--------バナー終了--------*/


/*--------ファインテックの4つの特徴--------*/
.top_feature {
    background-color: #EFEFEF;
	height: 1620px;
	margin-bottom: 42%;
}

.feature_blue {
	background-image: url(../img/feature_back.png);
	height: 135%;
    background-repeat: no-repeat;
    background-position: 0 200px;
    background-size: 72%;
	position: relative;
}


.feature_inner {
    max-width: 1180px;
    margin: 0 auto;
}

.top_feature_ttl {
    max-width: 644px;
    z-index: 2;
    position: absolute;
    top: -70px;
}

.for_set {
	position: relative;
	top: 275px;
}

.for_set h2 {
	color: #fff;
	font-size: 28px;
	color: #fff;
	margin 0;
	display: inline;
	    position: relative;
    top: 50px;
}

.feature_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.ftr_flex_margin1 {
	margin-top: 100px;
}

.ftr_flex_margin {
	margin-top: 100px;
}

.ftr_flex_margin4 {
	margin-top: 128px;
}

.ftr_titlle {
	font-size: 24px;
    color: #fff;
    margin-top: 0;
	    padding-left: 4em;
    text-indent: -4em;
}

.icon1:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/feature_icon_1.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

.icon2:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/feature_icon_2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

.icon3:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/feature_icon_3.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

.icon4:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/feature_icon_4.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

.icon4 {
	padding-left: 4em;
    text-indent: -4em;
}

.ftr_flex_left p {
	max-width: 530px;
	color: #fff;
	line-height: 1.9rem;
	margin-left: 100px;
}

.ftr_flex_left .yellow {
	color: #FCEA01;
}

.ftr_right_img {
	width: 35%;
}
/*--------ファインテックの4つの特徴 終了--------*/

/*--------ピックアップ--------*/
.pickup h2 {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  color: red;
  margin: 0;
  position: relative;
}

.pickup p {
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}


.pickup h2:before, .pickup h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 37%;
  height: 3px;
  background-color: black;
}

.pickup h2:before {
  left:0;
}
.pickup h2:after {
  right: 0;
}

.pickup .sub_ttl {
	color: #0E6BAB;
	font-size: 24px;
	margin-top: 50px;
}

.pickup .sub_ttl .big {
	font-size: 28px;
}

.pickup .underttl_text {
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
}

.pickup_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pick_flex_left img {
	max-width: 90%;
}

.pick_flex_right {
	text-align: center;
}

.pick_flex_right img {
	max-width: 85%;
}

.pickup_itds_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 5%; /* 画像の間に余白を設定 */
	margin-top: 80px;
}
.pickup_itds_flex .itds_img {
    width: 30%; /* 3列に設定 */
}

.pickup_itds_flex .itds_img img {
	max-width: 100%;
}

.pickup_itds_flex p {
	font-size: 18px;
	font-weight: normal;
}

.pickup_btn {
	text-align: center;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #0E6BAC;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin-top: 80px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #4085b6;
}

a.btn--radius {
   border-radius: 100vh;
}

/*--------ピックアップ終了--------*/


/*--------ニュース--------*/

.news_ttl p {
	color: red;
	font-size: 24px;
}

.news {
	background-color: #0e6bac;
	padding: 100px 0;
	margin-top: 100px;
}

.news_flex {
	background-color: #fff;
	padding: 50px 80px;
}

.inside_flex {
	display: flex;
	margin-top: 30px;
	border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.news_btn {
	font-weight:bold;
	text-align: right;
	margin-top: 50px;
}

.news_btn:before {
   content: '';
   display: inline-block;
   width: 21px;
   height: 21px;
   background-image: url(../img/news_btn_side.png);
   background-size: contain;
   background-repeat: no-repeat;
   vertical-align: middle;
   margin-right: 0px;
   margin-bottom: 2px;
}

.footer_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
    margin-bottom: 70px;
}

footer .right {
	width: 34%;
}

.footer_logo {
	margin-bottom: 8px;
}

.footer_ul {
	column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    list-style: none;
    padding: 0;
    row-gap: 12px;
}

.copy {
	text-align: center;
	font-size:14px;
	margin-bottom: 5px;
}

/*----------------------------------------SP-------------------------------------------*/

@media screen and (max-width: 768px) {
	
	body {
		font-family: "Zen Kaku Gothic New", serif;
	}
	
	.inner {
    padding: 0 4%;
}
	
	.main_logo img {
    max-width: 65%;
}
	
	.main_visual {
	  display: none;
	}
	
	.main_visual_sp {
		display: block;
	}
	
	.line_bar {
	display: none;
}

.mail_bar {
	display: none;
}
	
	.main_p {
    margin-top: 8px;
    font-size: 16px;
}
	
	.main_flex .main_price {
    max-width: 45%;
    margin-top: 10px;
}
	
	.main_logo {
    margin-top: 50px;
    margin-bottom: 30px;
}
	
	.top_about_ttl img {
    max-width: 270px;
    z-index: 2;
    position: absolute;
    top: -35px;
}
	
	.top_about {
    background: #0E6BAC;
    height: 1620px;
    margin-top: 100px;
    position: relative;
	padding-bottom: 80px;
}

	.about_padding_top {
    padding-top: 10%;
}
	
	.about_ttl_sub {
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
	line-height: 24px;
}
	
  .about_flex {
	flex-direction: column;
	 margin-top: 0px;
  } 
	
	.ab_img img {
    max-width: 70%;
}
	
	.explain .ichidai {
    font-size: 18px;
    color: #fff;
}
	
	.ab_ttl {
    margin-bottom: 10px;
	margin-top: 40px;
	line-height: 20px;
}
	
	.ab .explain {
    margin-top: 0px;
	max-width: 320px;
}
	
	.ab_span {
    font-size: 20px;
    margin-left: 3px;
}

	
	.white_back {
    padding: 0px;
	padding-top: 50px;
}
	
	.banner_h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}
	
	.banner_flex {
		flex-direction: column;
		padding: 0px 40px;
	}
	
  .bnr_flex_left .bangou {
    font-size: 24px;
    font-weight: bold;
}
	
  .bnr_flex_left {
    padding: 10px 0;
}
	
  .bnr_flex_right {
	  margin-top: 30px;	
	}	
	
	
	.feature_inner {
    padding: 0 4%;
	padding-bottom: 80px;
}
	
.top_feature {
    background-color: #EFEFEF;
    height: auto;
	margin-top: 100px;
	margin-bottom: 20%;
}
	
.top_feature_ttl {
    top: -35px;
}
	
.top_feature_ttl img {
    max-width: 316px;
}
	
	.for_set {
    top: 35px;
}
	
	.for_set h2 {
    font-size: 20px;
	top: 20px;
}
	
  .feature_blue {
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 0px;
    background-size: cover;
}
	
	.ftr_titlle {
    font-size: 18px;
}
	
	.ftr_flex_left p {
    max-width: 320px;
    margin-left: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: normal;
	font-size: 16px;
}
	
	.feature_flex {
    margin-top: 0px;
    flex-direction: column;
	margin-top: 30px;
	margin-bottom: 40px;
}
	
	.icon1 {
    padding-left: 3.1em;
    text-indent: -3.1em;
	line-height: 0;
}
	
	.icon2 {
    padding-left: 3.1em;
    text-indent: -3.1em;
	line-height: 0;
}
	
	.icon3 {
    padding-left: 4em;
    text-indent: -4em;
	line-height: 0;
}
	
	.icon4 {
    padding-left: 3.4em;
    text-indent: -3.4em;
	line-height: 0;
}
	
	.icon1:before {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
	
	.icon2:before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
	
	.icon3:before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
	
	.icon4:before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
	
	.ftr_right_img {
        width: 80%;
        margin: 0 auto;
    }

	.pickup h2 {
    font-size: 22px;
}
	
	.pickup h2:before, .pickup h2:after {
    width: 25%;
}
	
	.pickup .sub_ttl {
    font-size: 20px;
    margin-top: 30px;
	line-height: 28px;
}
	
	.pickup .underttl_text {
    line-height: 24px;
}
	
  .pickup_itds_flex {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    gap: 20px 5%;
    margin-top: 50px;
}
	
	.pickup_itds_flex p {
    font-size: 16px;
}
	
	.pickup .sub_ttl .big {
    font-size: 22px;
}
	
	.pickup_flex {
		display: none;
	}
	
	.inside_flex {
		flex-direction: column;
	}
	
	.pickup_itds_flex .itds_img {
    width: 80%;
    margin: 0 auto;
}
	
	.btn--orange, a.btn--orange {
    margin-top: 30px;
}
	
	.news_flex {
    padding: 40px 40px;
}
	
	.news {
    margin-top: 80px;
	padding: 70px 0;
}
	
	.news_btn {
		text-align: center;
	}
	
	.footer_flex {
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
    .footer_ul {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    list-style: none;
    padding: 0;
    row-gap: 8px;
	width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
	
	.footer_flex .right {
    width: 80%;
    margin: 0 auto;
}
	
	.footer_flex .right p {
		font-size: 16px;
	}
	
	.footer_logo {
	margin-bottom: 20px;
}
	
	.ftr_flex_margin1 {
    margin-top: 50px;
}
	
}


.site-footer {
  font-size: 14px;
  color: #000;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.footer-top {
  display: flex;
}

.footer-top-left {
  width: 350px; /* 業務内容と同じ幅 */
}

.footer-top-left p {
	font-size: 16px;
}

.footer-top-left img {
  max-width: 100%;
  margin-bottom: 10px;
}

.footer-top-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.footer-menu a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.menu-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-menu ul {
  padding-left: 1em;
}

.footer-menu ul li {
      list-style: disc;
}

hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #999;
}

.footer-bottom {
  display: flex;
}

.footer-bottom-left {
  width: 350px; /* 上段左と同じ */
}

.footer-bottom-right {
  flex: 1; /* HOME〜会社概要と同じ幅 */
}

.footer-bottom-right p {
	margin-bottom: 20px;
	    font-size: 16px;
}

.footer-bottom h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}

.footer-bottom ul {
  padding-left: 1em;
}

.footer-bottom ul li {
 margin-bottom: 3px;
 list-style: disc;
 font-size: 16px;
}

.footer-copy {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
}


/* =========================
   footer 基本設定
========================= */
.site-footer {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.site-footer * {
  box-sizing: border-box;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
      border-top: 1px solid;
    margin-top: 80px;
}

/* =========================
   上段
========================= */
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-top-left {
  width: 280px;
}

.footer-top-left img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.footer-top-right {
  display: flex;
  gap: 60px;
}

.footer-menu a {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.footer-menu li {
  margin-bottom: 6px;
}

.menu-title {
  margin-bottom: 10px;
}

.other a {
	font-size: 18px;
}

.other p {
	margin-bottom:10px;
}
/* =========================
   区切り線
========================= */
.site-footer hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #999;
}

/* =========================
   下段
========================= */
.footer-bottom {
  display: flex;
  gap: 40px;
}

.footer-bottom-left {
  width: 280px;
  padding-left: 20px;
  padding-top: 55px;
}

.footer-bottom-right {
  flex: 1;
  border-top: 1px solid #000;
    padding-top: 50px;
}

.footer-bottom h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom li {
  margin-bottom: 6px;
}

.footer-bottom span {
}

.footer-bottom ul .disc_none {
		list-style: none;
	}

/* =========================
   コピーライト
========================= */
.footer-copy {
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
}

/* =========================
   レスポンシブ（SP）
========================= */
@media screen and (max-width: 768px) {

  .footer-top {
    flex-direction: column;
  }

	.footer-bottom-right {
    padding-left: 0px;
}
	
  .footer-top-left,
  .footer-bottom-left {
    width: 100%;
	padding-left: 20px;
  }

.footer-top-left {
	padding-left: 0;
	}
	
  .footer-top-right {
    flex-direction: column;
    gap: 10px;
	padding-left: 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-inner {
    padding: 30px 15px;
  }

  .site-footer,
  .site-footer a,
  .site-footer p,
  .site-footer li,
  .site-footer h3 {
    font-size: 15px;
  }
}

.footer-top-right a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #0066cc;
  text-underline-offset: 3px;
}



/* ======================================
   lin_bnr（PC表示）中央寄せ 修正
   ====================================== */

/* sp_none の flex を lin_bnr だけ上書き */
.lin_bnr.sp_none {
  justify-content: center;
}

/* 画像を確実に中央寄せ */
.lin_bnr img {
  display: block;
  margin: 0 auto;
}


/* ======================================
   footer リンク装飾 修正
   ====================================== */

.footer-top-right a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #0066cc;
  text-underline-offset: 3px;
}


/* ======================================
   念のための保険（SP時に影響させない）
   ====================================== */

@media screen and (max-width: 768px) {
  .lin_bnr.sp_none {
    display: none;
  }
}


.line_bar {
  position: fixed;
  right: 0;
  top: 200px;      /* 基準位置 */
  z-index: 5;
}

.mail_bar {
  position: fixed;
  right: 0;
  top: 490px;      /* ← 上のボタン＋固定間隔 */
  z-index: 5;
}

.line_bar img,
.mail_bar img {
  width: 60px;
  display: block;
}


/* =========================================
   修正①：top_feature と pickup の間隔を固定にする
   ※ %指定をやめて px にする
========================================= */
.top_feature {
  height: auto;              /* 固定高さをやめる（中身に合わせる） */
  margin-bottom: 120px;      /* 42% を固定値へ */
}

/* SP側も同じく固定値へ */
@media screen and (max-width: 768px) {
  .top_feature {
    margin-bottom: 80px;     /* 20% を固定値へ */
  }
}


/* =========================================
   修正②：feature_inner を青背景からはみ出させない
   ※ feature_blue の中で完結するようにする
========================================= */
.feature_blue {
  height: auto;              /* 135% をやめる（不安定になる） */
  overflow: hidden;          /* 念のため、はみ出しをカット */
}

/* 中身は青背景内に収める */
.feature_inner {
  position: relative;        /* absolute 影響を避ける */
  margin: 0 auto;            /* 右寄り・左寄りを発生させない */
  box-sizing: border-box;
}



/* ===============================
   top_feature と pickup の間隔を固定
   =============================== */
.top_feature {
  background-color: #EFEFEF;
  margin-bottom: 0;
  padding-bottom: 120px; /* ← ここで間隔を固定 */
  height: auto;
}

@media screen and (max-width: 768px) {
  .top_feature {
    padding-bottom: 80px;
  }
}

/* ===============================
   青背景（feature_blue）は for_set 全体をカバー
   =============================== */
.feature_blue {
  background-image: url(../img/feature_back.png);
  background-repeat: no-repeat;
  background-position: 0 200px;
  background-size: 72%;

  padding-top: 200px;    /* タイトル〜見出し分 */
  padding-bottom: 120px; /* 特徴4の下まで */
  height: auto;
  overflow: hidden;
}

/* ===============================
   for_set のズレをリセット
   =============================== */
.for_set {
  position: relative;
  top: 0; /* ← 275px を無効化 */
}

/* ===============================
   feature_inner を青背景内に収める
   =============================== */
.feature_inner {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ===============================
   SP調整
   =============================== */
@media screen and (max-width: 768px) {

  .feature_blue {
    padding-top: 120px;
    padding-bottom: 80px;
    background-position: 0 0;
    background-size: cover;
  }

  .for_set {
    top: 0;
  }
}


/* ===============================
   グレー背景を「上から途中まで」にする
   =============================== */

/* 外側：背景色は使わない */
.top_feature {
  position: relative;
  background: none;
  padding-bottom: 120px;
}

/* グレー背景（上から途中まで） */
.top_feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;              /* ← グレーが終わる位置（調整可） */
  background-color: #EFEFEF;
  z-index: 0;
}

/* ===============================
   青背景は下まで続ける
   =============================== */
.feature_blue {
  position: relative;
  z-index: 1;

  background-image: url(../img/feature_back.png);
  background-repeat: no-repeat;
  background-position: 0 200px;
  background-size: 72%;
    padding: 0px 11%;
  padding-top: 200px;
  padding-bottom: 120px;
}

/* ===============================
   for_set のズレをリセット
   =============================== */
.for_set {
  position: relative;
  top: 0;
}

/* ===============================
   feature_inner は青背景内に収める
   =============================== */
.feature_inner {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}

/* ===============================
   SP調整
   =============================== */
@media screen and (max-width: 768px) {

  .top_feature {
    padding-bottom: 80px;
  }

  .top_feature::before {
    height: 55%;            /* SPではグレーをやや長めに */
  }

  .feature_blue {
	 padding: 0px 4%;
    padding-top: 50px;
    padding-bottom: 0px;
    background-position: 0 0;
    background-size: cover;
  }
	
	
	.main_logo img {
        max-width: 75%;
    }
	
	.footer-top-left img {
	max-width: 75%;
	}
	
}
