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


.service_bg{
	background-image: url(../images/original_01.jpg);
	width: 100%;
    height: 300px;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
	margin-bottom: 50px;
	margin-top:80px;/*ナビの高さ分引く*/
}


.service_bg::after{ 
	content:'';
	position: absolute;
	background:rgba(0,100,200,0.5);
    /*background: linear-gradient(90deg, rgba(144,197,252,1) 0%, rgba(170,210,252,1) 47%, rgba(214,236,255,1) 100%);*/
    width: 100%; 
	height: 300px;
    top:0;
    left:0;
    z-index:0;
	margin-top:80px;/*ナビの高さ分引く*/
}

.service_bg h2{
	position: relative;
	z-index: 1;
	color: #fff;
    padding-top: 120px;
	text-align: center;
    line-height: 1.1em;
    font-weight: 600;
}

.service_bg h2 span{
	font-size:50%;
　　font-family: 'Oswald', sans-seｒrif;
   font-weight: 400;
}

.part h2 ::before{
    border-bottom: none;
}

.service_template{
	max-width: 1200px;
	margin : 0 auto;
	text-align:center;
}


/*------ページ内リンクボタンはじめ▼-------*/
#sr_page_link {
	max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
	padding: 0 10px;
	align-items: center;
    flex-wrap: wrap;
	
	/*stickyで固定*/
	position: -webkit-sticky;/*Safari*/
	position: sticky;
	/*固定したい位置*/
	top: 80px;
	z-index: 99;
    background: #fff;
}

#sr_page_link li{
	width: 33%;
  	padding: 8px 4px;
  　list-style: none;
}

#sr_page_link li:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -13px;
	/*border: 10px solid transparent;*/
	/*border-top: 0px solid #dcdcdc;*/
	/*アニメーションの指定*/
	/*transition:all 0.3s ease-in-out;*/
}


#sr_page_link li a{
    text-decoration: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	height: 70px;
	position: relative;
	display: flex;
	cursor: pointer;
	transition: all 0.2s;
}

#sr_page_link li span {
	width: 100%;
	border-radius: 10px;
}

.p-link01::before{
  content:'▼';
  font-size:1rem;
  color: #ccc;
	position: absolute;
	top:30%;
	right: 20px;
}

.p-link02::before{
  content:'▼';
  font-size:1rem;
  color: #ccc;
	position: absolute;
	top:30%;
	right: 20px;
}

@media screen and (max-width:960px) {
.p-link01::before{
  font-size:0.8rem;
  right: 5px;
}
	
	
.p-link02::before{
  content:'▼';
  font-size:0.8rem;
 right: 5px;
}
}


/*定形テンプレート･オリジナル形状*/
     .header_link {
        color: #5297c4;
		border: 2px solid #5297c4;
		border-radius: 10px;
      }

      .header_link.is-active {
        color: #FFF;
      }

      .header_link.is-active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #5297c4;
		border-radius: 8px;
        width: 100%;
        height: 100%;
        z-index: -1;
      }


/*追加オプション*/
 .header_link02 {
        color: #FF8F00;
	    border: 2px solid #FF8F00;
		border-radius: 10px;
      }

      .header_link02.is-active {
        color: #FFF;
      }

      .header_link02.is-active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #FF8F00;
		border-radius: 8px;
        width: 100%;
        height: 100%;
        z-index: -1;
      }



/*----画面幅960px以下-----------------------*/
@media screen and (max-width:960px) {
	#sr_page_link li{
	width: 33%;
}
	
	#sr_page_link li a{
		padding:5px 5px 5px 10px;
		font-size: 17px;
		height: 60px;
		text-align: left;
}
	
	#sr_page_link li a::before{
	right: 10px;
}
}

/*----画面幅520px以下-----------------------*/
@media screen and (max-width:520px) {
	#sr_page_link {
	padding: 0 5px;
}

	#sr_page_link li{
	width: 50%;
	padding: 5px 3px;
}
	#sr_page_link li a{
		padding:5px 5px;
		font-size: 15px;
		height: 60px;
}
}

/*------ページ内リンクボタンおわり▲-------*/



/*===================================
           共通設定はじめ▼
===================================*/
.service_all {
	max-width: 1200px;
	margin: 0 auto 80px auto;
}

.service_all h3{
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
}

.service_all h3 span{
	color:#FFBE43;
;}

.service_all p{
	margin-bottom: 30px;
	padding: 0 10px;

}

.service_sab_p{
	text-align: center;
}


@media screen and (max-width:960px) {
.service_all h3{
	font-size: 2.3rem;
}
}

/*===================================
           共通設定おわり▲
===================================*/


/*------------------------------------------------
               定形テンプレートはじめ▼
------------------------------------------------*/

/*=========タブメニューはじめ▼=============*/
#tab_menu {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 10px;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#tab_menu li{
	width: 33%;
	text-align: center;
	list-style: none;
	background:#BCDAEE;
	position: relative;
	border-radius: 30px;
}

/*タブメニュー選択　矢印が出てくる▼*/
#tab_menu li:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #5297c4;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
#tab_menu li.tab-first, #tab_menu li:hover {
	background:#5297c4;
}

#tab_menu li.tab-first:after, #tab_menu li:hover:after{
	display: block;
}
/*タブメニュー選択　矢印が出てくる▲*/

#tab_menu li.selected {
	background: #5297c4;
}

#tab_menu li a {
	display: block;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
    white-space: nowrap;
}



@media screen and (max-width:960px) {
#tab_menu li {
	font-size: 0.9rem;
	}
}
	
@media screen and (max-width:520px) {
	
#tab_menu{
	    height: 140px;
	margin-bottom: 10px;
	}
#tab_menu li:nth-child(3) {
	font-size: 0.8rem;
}
	
#tab_menu li{
	width: 48%;
	/*margin-bottom: 22px;*/
	}
	
}
/*============タブメニューおわり▲============*/

/*==============タブ中身はじめ▼=============*/
.service_area{
	margin: 0 auto;
	max-width: 1500px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
	padding: 0 20px;
}

.service_area h4{
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  font-weight: 600;
  /*height: 60px;*/
  vertical-align: middle;
  font-size: 1.4rem;
}

.sr_category01{
	 background: #5297c4;
}


/*3つ目の要素を左寄せにするため空白の4つ目を作る*/
.service_area::after{
  content:"";
  display: block;
  width:24%; 
}

.service_area::before{
  content:"";
  display: block;
  width:24%; 
  order: 1; /* 疑似要素beforeの順番を必ず指定する*/
}

.service_area03 article{
    width:24%;
	margin-top: 10px;  
	margin-bottom: 10px; 
}

.service_area03 article img{
	width:100%;}

.service_area03 div{
	border: 1.5px solid #5297c4;
}


@media screen and (max-width:960px) {
.service_area03 article{
    width: 33%;
	margin-top: 10px;  
}
	
/*3つ目の要素を左寄せにするため空白の4つ目を作る*/
.service_area::after{
  width:33%; 
}
	
	
.service_area h4{
  font-size: 1.2rem;
}
	
}

@media screen and (max-width:520px) {
.service_area03 article{
    width: 48%;  
}
	
/*3つ目の要素を左寄せにするため空白の4つ目を作る*/
.service_area::after{
  width:48%; 
}

}



/*ダウンロードボタン▼*/
.btn03{
  width: 90%;
  height: 50px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #FF9300;
  border-radius: 5px;
  transition: all .2s;
  color: #fff;
  margin: 10px auto;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
}

.btn03:hover{
  background-color: #FFBD00;
  color: #fff;
}
/*=========タブ中身おわり▲=============*/

/*------------------------------------------------
               定形テンプレートおわり▲
------------------------------------------------*/

/*------------------------------------------------
               オリジナルはじめ▼
------------------------------------------------*/
.ser_back{
	background: #EEF8FF;
}
.service_original{
	padding: 30px 20px;
}

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


.sr_original_area div{
    width:32%;
}

.sr_original_area div img{
     width:100%;
	 height: 100%;
}

/*注意事項▼*/
.sr_notice{
	margin: 50px auto;
	padding: 20px;
	border: 2.5px solid #D40003;
	background: #fff;
}

.sr_notice_box {
	max-width: 700px;
	margin: 0 auto;
	display: flex;
}

.sr_notice div img{
	height: 300px;
	width: 220px;
	padding-right: 20px;
	display: block;
	margin: 0 auto;
}

/*形によっては難しい形状〜*/
.sr_notice_p{
	color: #D40003;
	font-size: 1.7rem;
	font-weight: 600;
}

.sr_notice_box p{
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 1.3rem;
}

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

.sr_original_area div img{
     width:100%;
	 height: 200px;
	object-fit: cover;
}
	
	
}


@media screen and (max-width:520px) {	
.sr_notice_box {
	display: block;
}
	
.sr_notice div img{
	height: 280px;
	width: 200px;
	padding-right: 20px;
	display: block;
	margin: 0 auto;
}
	
.service_original{
	padding: 30px 10px;
}	
}

/*リストデザイン矢印▼*/
ul.notice_list {
  
  padding:0.5em;
  list-style-type:none;
}
ul.notice_list li {
  position:relative;
  padding: 0em 0.3em 0.3em 1.5em;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
ul.notice_list li::before,
ul.notice_list li::after {
  position: absolute;
  content: '';
}
ul.notice_list li::before {
  top: .35em;
  left: 0em;
  width: 20px;
  height: 20px;
  background-color: #D40003;
  border-radius: 100%;
}
ul.notice_list li::after {
  top: 0.7em;
  left: 0.3em;
  width: 7px;
  height: 7px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(-45deg);
}


/*フッターお問い合わせボタン追加設定▼*/
.btn04{
  width: 100%;
  height: 50px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #fff;
  border-radius: 30px;
  transition: all .2s;
  color: #FF9300;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
	border: 2px solid #FF9300;
}

.btn04:hover{
  background-color:  #FF9300;
  color: #fff;
}
/*注意事項▲*/


/*デザイン承ります▼*/
.sr_design{
	display: flex;
	padding: 20px 40px;
	margin: 20px auto;
}

.sr_design h4{
	font-size: 1.9rem;
	font-weight: 600;
	color: #5297c4;
	padding: 10px 0px 10px 60px;
	background:url("../images/pen_icon.svg");
	line-height: 35px;/*アイコンの大きさ*/
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-bottom: 2.5px solid #5297c4;
	white-space: nowrap;
}

.sr_design div img{
	width: 350px;
	padding-left: 30px;
}

.sr_design_box_p{
	position: relative;
    background:#fff;
	padding: 30px 55px 0px 55px;
	border-radius: 15px;
}

/*吹き出し▼*/
.sr_design_box_p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 20px solid transparent;
  border-left: 20px solid #fff;
}

@media screen and (max-width:960px) {	
.sr_design{
	padding: 0px;
}
	
.sr_design h4{
	font-size: 1.3rem;
	padding: 5px 0px 5px 40px;
	line-height: 30px;/*アイコンの大きさ*/
}
	
.sr_design_box_p{
	padding: 20px 10px;
}
	
.sr_design div img{
	width: 250px;
	padding-left: 15px;
}	
}

@media screen and (max-width:520px) {	
.sr_design{
	display: block;
	}
	
	
/*吹き出し▼*/
.sr_design_box_p::after {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  margin-top: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
}
	
	
.sr_design div img{
	width: 250px;
	margin: 0 auto;
	padding-left: 0px;
	display: block;
}	
}
	


/*デザイン承ります▲*/
/*------------------------------------------------
               オリジナルおわり▲
------------------------------------------------*/
/*------------------------------------------------
               追加オプションはじめ▼
------------------------------------------------*/

.service_option_box{
	display: flex;
}

.service_option_box div{
   　border: 2px solid #5297c4;
	justify-content: space-between;
	width: 48%;
}


/*------------------------------------------------
               追加オプションおわり▲
------------------------------------------------*/

.service_area{
	margin: 0 auto;
    display: flex;
    /*justify-content: space-around;*/
    flex-wrap: wrap;
	padding: 0 10px;
}

.service_area div{
	background: #fff;
	overflow: hidden;
}

.sr_category02{
	position: relative;
	background: #FF8F00;
	margin-bottom: 30px;
}

.sr_category02:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FF8F00;
}

.service_area p{
	margin-top: 20px;
}

.service_area01 article{
    width:48%;
	margin: 30px auto;   
}

.service_area01 article img{
     width:80%;
	 height:80%;
	 margin: 0 auto;
	display: block;
}

@media screen and (max-width:960px) {	
.service_area01 article img{
	 width:100%;
	 height:100%;
     object-fit: cover;
}
}



