@charset "utf-8";
html, body {
	overflow-x: hidden!important; /* Prevent scroll on narrow devices */
}
body {
	font-size: 16px;
	font-family: 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.5;
	text-align: left;
	padding-top: 0;
	-webkit-text-size-adjust: none;
}
a {
	color: #465daa;
	text-decoration: none;
}
i {
	color: #465daa;
	text-decoration: none;
}
.tx_link{
	text-decoration: underline;
}
.tx_link i{
	color: #465daa;
}
.innr {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.link_btn{
	padding:0 15px;
	margin-bottom:30px;
	height:70px;
	line-height: 70px;
	font-size:20px;
	display: block;
	width:40%;
	margin-right:1.5%;
	background: #6ad2e0;
	border: 1px solid #dd294d;
	box-sizing: border-box;
	color:#fff;
}
.link_btn:nth-child(2n){
	margin-right:0;
}
.link_btn:after{
    content: "\f138";
    font-family: "Font Awesome 5 Free";
	font-weight: bold;
	float: right;
	color: #dd294d;
	color: #fff;
	font-size:24px;
}
.link_btn:hover{
	opacity: 0.8;
}
@media screen and (min-width:769px) {
.only-sp {
	display: none !important;
}
.link_btn{
	min-width: 360px;
}
}

@media screen and (max-width:768px) {
.only-pc {
	display: none !important;
}
.link_btn{
	height:60px;
	line-height: 60px;
	margin-bottom:15px;
}
}
@media screen and (max-width:460px) {
.link_btn{
	width:100%;
	margin-right:0;
}
}
/*header
========================================*/
#header{
	position:relative;
	padding:30px 0 80px;
}
#header .innr {
	position: relative;
	max-width: 90%;
}

#header .logo a{
	display: block;
	width:287px;
	height:40px;
}
#header .logo a img{
	width: 100%;
	height:auto;
}
.contactset {
	position: fixed;
	top: 0;
	right:3%;
	z-index: 10;
	background:#465daa;
	color:#fff;
	font-weight: bold;
	padding:20px;
	border-radius:0 0 30px 30px;
}
.contactset a,.contactset a i{
	color:#fff;
	font-size:18px;
	margin-top:15px;
}
.contactset a:last-child:before{
	content:"/";
	margin:0 0.5em;
}
#menu{
    position:absolute;
    right:calc(310px + 3%);
    bottom:20px;
	padding:3px 1em;
	background: #f6f6f6;
	border-radius:25px;
}
#menu a{
	display: inline-block;
	padding:15px 1em;
	line-height: 1;
	color:#000;
	font-weight: bold;
}
#menu a.active,#menu a:hover{
	display: inline-block;
	color:#fff;
	border-radius:25px;
	background: #74a1d5;
}
#menu a:last-child {
	display: none;
}
#topmain {
	height: 600px;
    background: url(/common/img/main_top.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
#topmain .title{
	font-weight: bold;
	font-size:40px;
}
#topmain .title span{
	color:#dd294d;
	display: inline-block;
    padding-bottom: 0.5em;
	line-height: 1.2;
	font-size:120%;
}
#topmain_recruit {
	height: 600px;
    background: url(/common/img/main_recruit.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
	display: flex;
    align-items: center;
}
#topmain_recruit .title{
	text-align: center;
	font-weight: bold;
	font-size:40px;
	width:47%;
	padding:0 50% 0 3%;
}
.swiper-wrapper{
	position:relative;
}
.swiper{
	width:100%;
	height:500px;
} 
.swiper .swiper-slide.slide01{
    background: url(/common/img/slider01_bg_pc.jpg) no-repeat;
    background-size:cover;
    background-position: center;
	display: flex;
	align-items: center;
}
.swiper .swiper-slide.slide01 .title{
	margin-left:10%;
	width:30%;
	height:auto;
	max-width: 400px;
}
.swiper .swiper-slide.slide01 .img{
	position: absolute;
	bottom:-10px;
	right:10%;
	width:45%;
	height:auto;
}
.swiper .swiper-slide .title img ,.swiper .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper .swiper-slide.slide02{
    background: url(/common/img/slider02_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	display: flex;
	align-items: center;
}
.swiper .swiper-slide.slide02 .title{
	margin-left:10%;
	width:50%;
	height:auto;
	max-width: 500px;
}
.swiper .swiper-slide.slide03{
    background: url(/common/img/slider03_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper .swiper-slide.slide04{
    background: url(/common/img/slider04_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper .swiper-slide.slide04 .title{
	position: absolute;
    bottom: 30px;
    right: 60px;
    width: 40%;
    height: auto;
    max-width: 500px;
}
.swiper .swiper-slide.slide04 .title img{
	width:100%;
	height:auto;
}
.swiper .swiper-slide.slide05{
    background: url(/common/img/slider05_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: left;
	display: flex;
	align-items: center;
}
.swiper .swiper-slide.slide05 .title{
    width: auto;
    height: 400px;
	margin-left:10%;
}
.swiper .swiper-slide.slide05 .title img{
	width:auto;
	height:100%;
}
.swiper-button-prev path,.swiper-button-next path{
	fill:#fff;
}
.swiper-pagination-bullet{
	background:#fff;
	opacity: 1;
	width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active{
	background:#465daa;
}
@media screen and (max-width:1440px) {
#menu a:first-child{
	display:none;
}
}
@media screen and (max-width:1240px) {
#menu{
	padding:3px 0.5em;
}
#menu a{
	font-size:14px;
	padding:12px 0.5em;
}
#topmain {
	height: 500px;
}
#topmain .title{
	font-size:30px;
}
#topmain_recruit {
	height: 500px;
}
#topmain_recruit .title{
	font-size:30px;
}
.swiper{
	width:100%;
	height:400px;
} 
.swiper .swiper-slide.slide05 .title{
    height: 300px;
}
}
@media screen and (min-width:1025px) {
.menubtn {
	display: none;
}
}
@media screen and (max-width:1024px) {
#header{
    padding:15px 0;
}
#header .logo a{
	display: block;
	width:215.25px;
	height:30px;
}
.menubtn {
	position: fixed;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 91;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
}
#menu.togmenu {
	display: none;
}
.menubtn i {
	color: #465daa;
}
#menu {
    position: fixed;
    top: 60px;
    bottom: inherit;
    left: 0;
	right: inherit;
    width: 100%;
    z-index: 80;
    padding: 0;
    height: auto;
    line-height: 1.5;
    border-left: 0px;
    border-radius: 0;
}
#menu a {
	line-height: 1;
	display: block;
	border-top: 1px solid #ccc;
	border-right: 0px;
	padding: 15px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}
#menu a.active,#menu a:hover {
	background: #f6f6f6;
	border-radius:0px;
	color:#000;
}
#menu a:last-child {
	border-top: 0px;
	background: #465daa;
	color:#fff;
	display: inline-block;
}
#menu a:last-child i{
	color:#fff;
}
#header .contactset {
	display: none;
}
#topmain {
	height: 500px;
}
#topmain .title{
	font-size:3vw;
}
#topmain_recruit {
	height: 500px;
}
#topmain_recruit .title{
	font-size:3vw;
}
}
@media screen and (max-width:768px) {

#topmain {
	height: 400px;
}
#topmain .title {
    font-size: 20px;
}
#topmain_recruit {
	height: 400px;
	background: url(/common/img/main_recruit.jpg) no-repeat;
    background-size: cover;
    background-position: 60% center;
}
#topmain_recruit .title {
    font-size: 20px;
    width: 65%;
    padding: 0 0 0 3%;
}
.swiper{
	width:100%;
	height:300px;
} 
.swiper .swiper-slide.slide01{
    background: url(/common/img/slider01_bg_sp.jpg) no-repeat;
    background-size:cover;
    background-position: center;
	display: flex;
	align-items: center;
}
.swiper .swiper-slide.slide02{
    background: url(/common/img/slider02_bg_sp.jpg) no-repeat;
    background-size:cover;
    background-position: center;
	display: flex;
	align-items: center;
}
.swiper .swiper-slide.slide03{
    background: url(/common/img/slider03_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position:left;
}
.swiper .swiper-slide.slide04{
    background: url(/common/img/slider04_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper .swiper-slide.slide04 .title{
	position: absolute;
    bottom: 30px;
    right: 10%;
    width: 60%;
    height: auto;
    max-width: 300px;
}
.swiper .swiper-slide.slide05{
    background: url(/common/img/slider05_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: left;
	display: flex;
	align-items: center;
}
.swiper .swiper-slide.slide05 .title{
    width: auto;
    height: 200px;
	margin-left:15%;
}
}


@media screen and (max-width:480px) {
#topmain {
	height: 300px;
}
#topmain .title {
    font-size: 18px;
}
#topmain_recruit {
	height: 300px;
}
#topmain_recruit .title {
    font-size: 16px;
}
.swiper .swiper-slide.slide01 .title{
	margin-top:40px;
	width:50%;
	height:auto;
}
.swiper .swiper-slide.slide01 .img{
	width:80%;
	height:auto;
}
.swiper .swiper-slide.slide02 .title{
	margin-top:40px;
	width:70%;
	height:auto;
}
.swiper .swiper-slide.slide04 .title{
    right: 20%;
}
}

@media screen and (max-width:370px) {
}
/*contents
========================================*/

main {
	
}
main section {
	padding:80px 0;
}
main h1{
	background: #465daa;
	color:#fff;
	padding: 20px 3%;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}
main h2 {
    font-weight: bold;
	margin-bottom: 60px;
	font-size: 30px;
	text-align: center;
	background: #74a1d5;
	padding:10px;
	color:#fff;
}
main.top h2 {
	font-size: 40px;
	color:#000;
	background: transparent;
	padding:0;
}
main h3 {
    font-weight: bold;
	margin-bottom: 40px;
	font-size:24px;
}
main h3.sdgstitle{
    border: 4px solid;
    padding: 10px;
    display: flex;
    align-items: center;
}
main h3.sdgstitle img{
    width:100px;
	height:100px;
	margin-right:10px;
}
main h3.sdgstitle.sdgs7{
    border-color: #fcc30b;
	margin-bottom:20px;
}
main h3.sdgstitle.sdgs12{
    border-color: #bf8b2e;
}
main h3.sdgstitle.sdgs3{
border-color: #4c9f38;
	margin-bottom:20px;
}
main h3.sdgstitle.sdgs9{
border-color: #fd6925;
}
main h3.sdgstitle.sdgs11{
border-color: #fd9d24;
}
main h3.sdgstitle.sdgs4{
border-color: #c5192d;
	margin-bottom:20px;
}
main h3.sdgstitle.sdgs8{
border-color: #a21942;
}
main h4 {
	font-size:20px;
    font-weight: bold;
	margin-bottom: 30px;
	color: #465daa;
}
main p {
	line-height: 2;
	margin-bottom: 40px;
}
.text_wrap{
	margin-bottom: 60px;
}
.pm0 {
	margin-bottom: 0 !important;
}
.bg_pink{
	background:#ffeded;
}
.bg_gray{
	background:#f4f4f4;
}
.fbox{
	display:flex;
	flex-wrap:wrap;
}
.ph_left,.ph_right{
	justify-content: space-between;
    align-items: flex-start;
}
.ph_left img,.ph_right img{
    width: 25%;
	max-width: 300px;
    height: auto;
}
.ph_left .text,.ph_right .text{
    width: 72%;
}
.set_3{
	justify-content: space-between;
}
.set_3 div{
	width:31.333%;
}
.set_3 div img{
	width:100%;
	height:auto;
	margin-bottom:20px
}
.set_3 div h3{
	color:#000;
	margin-bottom:20px;
}
.ph1{
	width:100%;
	margin:0 auto 60px;
}
.ph1 img{
	width:100%;
	height:auto;
}
.ph2 {
    margin-bottom: 30px;
}
.ph2 li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    text-align: center;
    line-height: 2;
}
.ph2 li:nth-child(2n) {
    margin-right: 0;
}
.ph2 li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/*下層ページ*/
.dlwrap{
	margin-bottom:30px;
}
.dlwrap{
	border-top: 2px dotted #ccc;
}
.dlwrap dl{
	border-bottom: 2px dotted #ccc;
	padding: 20px 0;
}
.dlwrap dt{
	float: left;
	width: 150px;
}
.dlwrap dd{
	padding-left: 150px;
}
.arrow-down{
	text-align: center;
	color:#17a740;
	font-size: 40px;
    line-height: 1;
}
/* 既存の共通余白に ol_style2 も含める */
.ul_style, .ol_style, .ol_style2 {
    margin-bottom: 40px;
}
.ul_style li {
    list-style: disc;
    margin-left: 1.5em;
    line-height: 2;
}
.ol_style li {
    margin-left: 1.5em;
    line-height: 2;
}

/* 1. 2. 3. */
.ol_style {
    counter-reset: item;
}
.ol_style > li {
    list-style: none;
    margin-left: 1.5em;   /* ul_style と同じ */
    line-height: 2;
    position: relative;
}
.ol_style > li::before {
    counter-increment: item;
    content: counter(item) ".";
    position: absolute;
    left: -1.5em;
}

/* (1) (2) (3) */
.ol_style2 {
    counter-reset: item;
}
.ol_style2 > li {
    list-style: none;
    margin-left: 1.5em;   /* ul_style と同じ */
    line-height: 2;
    position: relative;
}
.ol_style2 > li::before {
    counter-increment: item;
    content: "(" counter(item) ")";
    position: absolute;
    left: -1.5em;
}
.block{
	background: #f6f6f6;
	padding:40px 40px 0.1px;
	position: relative;
}
.block_title{
	font-size: 30px;
    font-weight: bold;
    padding: 0.5em;
    line-height: 1;
    position: absolute;
    top: -1em;
    left: 50%;
    margin-left: -3.5em;
    background: #dd294d;
    color: #fff;
}
.block h2:before{
	background: none;
	height: 0;
}
.sdgs_matome{
	padding:10px;
	border:1px solid #74a1d5;
	font-weight:bold;
}
.flow_item{
	margin-left:35px;
	padding-bottom:40px;
	padding-left:60px;
	border-left:5px solid #dd294d;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.block .flow_item:last-child{
	padding-bottom:0;
	margin-bottom:40px;
}
.flow_item img{
	width:27%;
	height:auto;
}
.flow_item .text{
	width:70%;
}
.flow_item h3{
	margin-bottom:1em;
}
.flow_item.flow_01:before,.flow_item.flow_03:before,.flow_item.flow_05:before{
	content:"9:00";
	font-size:20px;
	width:80px;
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dd294d;
	color:#fff;
	position: absolute;
	top:0;
	left:-40px;
	border-radius: 50%;
} 
.flow_item.flow_03:before{
	content:"13:00";
} 
.flow_item.flow_05:before{
	content:"18:00";
} 
.link_wrap .link_btn{
	margin:0 auto;
}
.block_list li{
	position:relative;
	counter-increment: number;
	margin-bottom:30px;
	line-height: 2;
	background: #f7f7f7;
    padding: 50px 30px 30px;
}
.block_list li:before{
    content:counter(number,decimal-leading-zero);
	font-size: 30px;
	line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
	padding-bottom: 5px;
    border-bottom: 4px solid #dd294d;
	font-family: "A-OTF UD新ゴ Pro", A-OTF UD Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_list li img{
	float:right;
	margin:0 0 15px 15px;
}
.block_list li p:last-child{
	margin-bottom:0;
}
.block_list_innr{
	display: none;
}
.read_more,.close{
	margin-bottom:0;
	cursor: pointer;
}
.read_more:hover,.close:hover{
	text-decoration: underline;
}
.read_more.active{
	display: none;
}
.tel_number{
	font-size: 24px;
    color: #dd294d;
}

.link_wrap{
	text-align: center;
}
.dl_wrap{
    border-top: 1px solid #ccc;
	margin-bottom:40px;
}
.dl_wrap dl{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	line-height: 2;
	border-bottom: 1px solid #ccc;
}
.dl_wrap dt,.dl_wrap dd{
	padding:15px;
	box-sizing: border-box;
}
.dl_wrap dt{
    width:20%;
	font-weight:bold;
	background:#f6f6f6;
}
.dl_wrap dd{
    width:80%;
}
.news_wrap .dl_wrap{
	margin-bottom:40px;
}
.news_wrap .dl_wrap dd{
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    font-size: 110%;
    font-weight: bold;
	align-items: flex-start;
}
.news_wrap .dl_wrap dd{
    display: flex;
    justify-content: space-between;
    font-size: 110%;
    font-weight: bold;
}
.news_wrap .dl_wrap dd .news_text{
	width: 73%;
	line-height: 1.5;
}
.news_wrap .dl_wrap dd .news_text span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 1em;
}
.news_wrap .dl_wrap dd .news_text .link{
	text-align: right;
    font-size: 16px;
    margin-top: 1em;
	
}
.news_wrap .dl_wrap dd .news_text .link a{
	display: inline-block;
    padding: 3px 1em;
    font-size: 16px;
    border-radius: 30px;
    background: #465daa;
    color: #fff;
	transition: all 0.3s ease;
}
.news_wrap .dl_wrap dd .news_text .link a:hover {
    transform: translateY(-2px);
	background: #74a1d5;
	color:#fff;
}
.news_wrap .dl_wrap dd img{
    width: 25%;
    height: auto;
}
.new-label{
	color:#e50000;
}

.dl_wrap2{
    border-top: 1px solid #ffc9cf;
}
.dl_wrap2 dl{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	line-height: 2;
	border-bottom: 1px solid #ffc9cf;
}
.dl_wrap2 dl:nth-child(odd) {
    background: #fff;
}
.dl_wrap2 dt,.dl_wrap2 dd{
	padding:10px;
	box-sizing: border-box;
}
.dl_wrap2 dt{
    width:30%;
	font-weight:bold;
	background:#dd294d1a;
}
.dl_wrap2 dd{
    width:70%;
}

  
  

/* ===== 修理サービスの流れ ===== */
.service-flow {
	margin: 32px 0 40px;
  }
  
  .flow-step__title {
	margin: 10px 0 0;
	font-weight: 700;
	line-height: 1.5;
  }
  .flow-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom:40px;
  }
  .flow-step__desc {
	margin: 8px 0 0;
	color: #4b5563;
	font-size: 0.95rem;
	line-height: 1.7;
  }
  .flow-step {
	position: relative;
	border: 1px solid #74a1d5;
	background: #fff;
	padding: 18px 20px;
	position: relative;
  }
  .flow-step__image{
	margin-top:10px;
  }
  .flow-step__image img{
	width: 100%;
    height: auto;
    max-width: 275px;
  }

  /* 共通：ステップ間の余白 */
.flow-list > .flow-step + .flow-step,
.flow-list > .flow-step + .flow-branch,
.flow-list > .flow-branch + .flow-step {
  margin-top: 36px;
}

/* 通常ステップの矢印（01→02、分岐→04） */
.flow-list > .flow-step + .flow-step::before,
.flow-list > .flow-branch + .flow-step::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  line-height: 1;
  color: #74a1d5;
}

/* 分岐コンテナの矢印（SPでのみ使う） */
.flow-list > .flow-step + .flow-branch::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  line-height: 1;
  color: #74a1d5;
}

/* PC: 3-1 / 3-2 それぞれに矢印 */
@media screen and (min-width: 769px) {
  /* 02→分岐の単一矢印は消す */
  .flow-list > .flow-step + .flow-branch::before {
    content: none;
	}

  .flow-step--branch {
    position: relative;
  }

  .flow-step--branch::before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    line-height: 1;
    color: #74a1d5;
  }
  .before_text{
	position: absolute;
    top: -2em;
    left: 0;
    font-weight: bold;
    color: #465daa;
  }
}

  .flow-step__num {
	display: inline-block;
	min-width: 56px;
	padding: 4px 10px;
	border-radius: 9999px;
	background: #465daa;
	color: #fff;
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-align: center;
  }
  
  .flow-step__text {
	margin: 10px 0 0;
	font-weight: 600;
	line-height: 1.7;
  }
  
  /* 3-1 / 3-2 分岐 */
  .flow-branch {
	position: relative;
  }
  
  .flow-branch__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
  }
  
  .flow-step--branch {
	margin-top: 0;
  }
  
@media screen and (max-width:1024px) {
.set_3 div{
	width:48.5%;
}
.set_3 div:last-child{
	margin-bottom:0;
}
}
@media screen and (max-width:768px) {
main {

}	
main p {
	margin-bottom: 20px;
}
.text_wrap{
	margin-bottom: 40px;
}
main section {
	padding: 60px 0;
}
main h1{
	font-size: 24px;
}
main h2{
	font-size: 22px;
	margin-bottom: 40px;
}
main h3 {
	margin-bottom: 20px;
	font-size:18px;
}
main h4 {
	margin-bottom: 20px;
}
.arrow-down {
    font-size: 30px;
}
table.table01 th, table.table01 td{
	padding:7px;
	font-size:14px;
}
.ph_left img,.ph_right img{
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.ph_left .text,.ph_right .text{
    width: 100%;
}
.ph_right .text{
    order:2;
}
.ph_right img{
    order:1;
}
.set_3 div{
	width:100%;
}
.dl_wrap dt,.dl_wrap dd,.dl_wrap2 dt,.dl_wrap2 dd{
    width:100%;
}
.block{
	padding:20px 20px 0.1px;
	margin-top: 40px;
}
.block_title{
	font-size: 20px;
}
.flow_item {
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 40px;
}
.block .flow_item:last-child{
    padding-bottom: 0;
    margin-bottom: 20px;
}
.flow_item.flow_01:before, .flow_item.flow_03:before, .flow_item.flow_05:before {
    font-size: 16px;
    width: 50px;
    height: 50px;
	left: -27px;
}
.flow_item img{
    width:100%;
	max-width: 300px;
	margin-bottom:15px;
}
.flow_item .text {
    width: 100%;
}
.flow-step__image{
	justify-content: center;
  }
.ul_style, .ol_style, .ol_style2 {
    margin-bottom: 20px;
}
.ph2 {
    margin-bottom: 15px;
}
.ph1{
	width:100%;
	margin:0 auto 40px;
}
.unkerlink{
	margin-top: -70px;
    padding-top: 70px;
}
.news_wrap .dl_wrap{
    margin-bottom:30px;
}
.dl_wrap{
     margin-bottom:30px;
}
.flow-list {
	margin-bottom:20px;
  }
.flow-branch__inner {
	grid-template-columns: 1fr;
	gap: 12px;
  }

  .service-flow {
	margin-top: 24px;
  }
  .flow-step--branch::before {
    color:#fff;
  }
  .before_text{
	position: absolute;
    top: -2em;
    left: 0;
    font-weight: bold;
    color: #465daa;
  }
  .flow-step--branch.hav_margin{
	margin-top:25px;
  }
}

@media screen and (max-width:460px) {
.ph-left p,.ph-right p {
	float:none;
	width:100%;
}
.ph-left img, .ph-right img {
	margin-right: 0;
	width: 80%;
	display: block;
	float: none;
	margin: 0 auto 15px;
}
.ph2 {
    margin-bottom: 0;
}
.ph2 li {
    text-align: center;
    margin-bottom: 15px;
    line-height: 2;
	width:100%;
	margin-right:0;
}

.dl_wrap dt,.dl_wrap dd,.dl_wrap2 dt,.dl_wrap2 dd{
	padding:7px;
}
.news_wrap .dl_wrap dd .news_text{
	width: 100%;
	order:2;
}
.news_wrap .dl_wrap dd img{
    width: 100%;
    height: auto;
	order:1;
	margin-bottom:15px;
}
.news_wrap .dl_wrap dd{
    padding-bottom:20px;
}
.news_wrap .dl_wrap{
    margin-bottom:20px;
}
.dl_wrap{
    margin-bottom:20px;
}
}
/*トップ*/
#about{
	padding-bottom:0;
}
.ps_wrap{
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.ps_wrap img{
	width:56%;
	height:auto;
}
.ps_wrap .top_text{
	width:40%;
	padding:0 2%;
	height:auto;
}
.top_text_title{
	text-align: center;
	margin:60px 0 40px;
	font-size:36px;
	font-weight:bold;
}
.top_text_title img{
	width:300px;
	height:auto;
}
.news_wrap{
	width: 94%;
    margin: -250px auto 0;
    background: #f7f7f7;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 30px;
}
.news_wrap.news_wrap_page{
	margin: 0;
	padding: 0;
	background:#fff;
}

.js-animate {
  opacity: 0;
}
.js-animate.animate__fadeInLeft {
  opacity: 1;
}
.js-animate.animate__fadeInRight {
  opacity: 1;
}
@media screen and (max-width:1024px) {
.ps_wrap{
    margin-top:40px;
}
.ps_wrap > img{
    order:0;
	width:90%;
}
.ps_wrap > img.reverce{
    margin:0 0 0 auto;
}

.ps_wrap .top_text{
    order:1;
	width:100%;
	padding:0 3%;
	box-sizing: border-box;
}
.top_text_title{
    margin: 40px 0;
}
#news > img{
    height:300px;
}	
.news_wrap{
    margin: -200px auto 0;
	padding:30px;
}
	
}
@media screen and (max-width:768px) {
.top_text_title {
    margin: 40px 0 20px;
	font-size:24px;
}
.top_text_title img{
    width:200px;
}
#news > img{
    height:200px;
}	
.news_wrap{
    margin: -140px auto 0;
	padding:20px;
}
}
/*パンくず --------------------*/

#kuzu {
	position: absolute;
	top: -3em;
	font-size: 14px;
}
#kuzu ol li {
	display: inline-block;
}
#kuzu ol li a:after {
	color: #dd294d;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: bold;
	margin: 0 0.5em;
}
#kuzu ol li:last-child a {
	color: #333;
}
#kuzu ol li:last-child a:after {
	content: '';
	margin: 0;
}

@media screen and (min-width:769px) {
#kuzu {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
}

@media screen and (max-width:768px) {
#kuzu {
	padding: 0 0 15px;
	margin: 0 auto;
	position: initial;
}
#kuzu ol li {
	display: inline;
}
}
/*footer
========================================*/

#footer {
	background:url(/common/img/footer_bg.jpg) no-repeat;
	background-position: center;
}
#footer .innr {
	padding: 80px 0;
	justify-content: space-between;
}
#footer .logo {
	padding: 0 0 40px;
}
#footer .logo a{
	display: inline-block;
    line-height: 1;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}
#footer p{
	margin-bottom:30px;
}
#footer p,#footer a{
	color:#fff;
}
.footer-menu{
	display: flex;
}
.footer-menu .footer-list1{
	margin-right:40px;
}
.footer-menu .footer-list1 a,.footer-menu .footer-list2 a{
	display: block;
	margin-bottom:0.7em;
}
.footer-menu .footer-listsp{
	display: none;
}
.copyright {
	text-align: right;
	color: #fff;
	margin-top:-1em;
	width:100%;
}
.pagetop {
	display: none;
	width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    cursor: pointer;
    z-index: 99;
    background: #74a1d5;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.pagetop i {
	color: #fff;
	font-size: 20px;
}
.pagetop:hover {
	box-sizing: border-box;
	border:2px solid #74a1d5;
	background:#fff;
}
.pagetop:hover i {
	color: #74a1d5;
}
.contact_sp{
	display: none;
}
#footer_contact {
    background: #465daa ;
    color: white;
    padding: 60px 3%;
    text-align: center;
}

#footer_contact .title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

#footer_contact p {
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.btn {
    background: white;
    color: #4a5f9d;
    padding: 15px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.btn i{
	color: #4a5f9d;
}
.btn:hover {
    transform: translateY(-2px);
	background: #74a1d5;
	color:#fff;
}
.btn:hover i{
	color:#fff;
}
.btn2 {
    background: #4a5f9d;
    color: white;
    padding: 15px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.btn2 i{
	color: white;
}
.btn2:hover {
    transform: translateY(-2px);
	background: #74a1d5;
}
.contact-info {
    font-size: 1.1rem;
    line-height: 2;
}

@media screen and (max-width:1024px) {
#footer .innr {
	padding: 40px 0;
}
#footer .logo {
    padding: 0 0 20px;
	text-align: center;
}
#footer .logo a{
    width: 215.25px;
    height: 30px;
}
#footer .logo a img{
    width: 100%;
    height: auto;
}
.contact_sp{
	display: none;
	position: fixed;
	top: inherit;
	bottom:10px;
	left: 0;
	z-index: 90;
	width: 100%;
	box-sizing: border-box;
	width: calc(97% - 70px);
    padding-left: 3%;
	text-align: center;
	font-size: 18px;
}
.contact_sp a{
	background: #465daa;
	color:#fff;
	height:54px;
	border-radius:27px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.contact_sp a i{
	color:#fff;
	margin-right:0.5em;
}
#footer_contact {
    padding: 40px 3%;
}
#footer_contact .title {
        font-size: 2rem;
    }
#footer_contact p{
    margin-bottom: 20px;
}
.button-container {
    flex-direction: column;
    align-items: center;
}

.btn {
    width: 100%;
    max-width: 300px;
	box-sizing: border-box;
    justify-content: center;
	padding:15px 30px;
}
.btn2 {
	padding:15px 30px;
}
.footer-info{
    width:100%;
}
.footer-menu .footer-list1, .footer-menu .footer-list2{
	display: none;
}
.footer-menu .footer-listsp{
	display: block;
	margin-top:20px;
}
.footer-menu .footer-listsp a{
	display: block;
	margin-bottom:0.5em;
}
.footer-menu .footer-listsp a i{
	color:#fff;
}
#footer p{
    margin-bottom: 20px;
}

.copyright {
	margin-top:20px;
	padding-bottom:64px;
}
.pagetop {
	width:54px;
	height:54px;
	right: 10px;
	bottom: 10px;
}
        
}
/*メールフォーム
================================================*/
.mailform {
	margin-bottom: 15px;
	display: flex;
	flex-wrap:wrap;
	border-bottom:1px solid #ccc;
}
form#mailformpro {
	padding: 0;
}
.mfp_colored{
	backgruond:#fff;
}
div.mfp_ok {
	display: none !important;
}
div.mfp_err {
	padding: 0;
	background-image: none;
	background: #ffeded;
    color: #dd294d;
    padding: 5px;
}
.problem {
	background-color: #f7f7f7;
}
.must {
	background-color: #dd294d;
	padding: 4px 0.7em;
    border-radius: 15px;
	border: 0px;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	float:none;
	display: inline-block;
	color:#fff;
	font-size:14px;
}
form#mailformpro dl dt, form#mailformpro dl dd {
	font-size: 16px;
	text-align: left;
}
form#mailformpro dl dt {
	width: 30%;
	padding:10px;
	font-weight: bold;
	box-sizing:border-box;
	background: #f6f6f6;
}
form#mailformpro dl dt.mfp_colored {
	background: #f6f6f6;
}
form#mailformpro dl dd {
	width: 70%;
	padding: 10px;
	box-sizing:border-box;
	border-top: solid 1px #CCC;
}
form#mailformpro label.mfp_not_checked {
	border: 0px;
}
form#mailformpro label.mfp_checked, form#mailformpro label.mfp_not_checked {
	border: 0px;
	background-color: transparent;
	box-shadow: none;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
	box-shadow: none;
	padding: 10px;
	text-shadow: none;
	font-size:16px;
}
.mfp_element_select-one {
	width: 140px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	background: #465daa;
	border: 0px;
	color: #fff;
	text-shadow: none;
	font-size: 20px;
    background: #465daa;
    border: 0px;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
	font-weight: bold;
    line-height: 1;
    padding: 0.9em;
    border-radius: 30px;
    min-width: 240px;
	border: 0px solid ;
	transition: all 0.3s ease;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
	box-shadow: none;
	transform: translateY(-2px);
	background: #74a1d5;
	color:#fff;

}
div#mfp_phase_confirm h4 {
	text-align: left;
	font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}
.mfp_colored {
	background-color: #fff;
}
table#mfp_confirm_table tr{
	border-top:1px solid #ccc;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #fff;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	font-size: 15px;
	padding: 15px 10px;
}
table#mfp_confirm_table tr th{
	font-weight:bold;
	background: #f6f6f6;
	width:30%;
}
table#mfp_confirm_table tr td{
	width:70%;
}
table#mfp_confirm_table{
	border-top: 0px;
}
form#mailformpro label {
	white-space: normal;
}
div.mfp_buttons{
	padding-top:20px;
}
table#mfp_confirm_table{
	border-bottom:1px solid #ccc;
}
@media screen and (min-width :768px) {
.must {
	float:right;
}
}
@media screen and (max-width :800px) {
.must {
	margin: 0 5px 0 0;
}
	
div#mfp_phase_confirm h4 {
	margin-bottom: 15px;
    font-size: 18px;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	padding: 10px;
	box-sizing: border-box;
}
form#mailformpro dl dt,form#mailformpro dl dd {
	width: 100%;
	box-sizing: border-box;
}
.mfp_element_select-one {
	width: auto;
}
	div.mfp_buttons button{
			font-size:20px;
}
table#mfp_confirm_table{
	border-bottom:2px solid #ccc;
}
	#mfp_button_send{
		margin-bottom:10px;
	}
	
	
}
