@charset "utf-8";

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いになる場合は、【ＰＲ枠】のリンクは全て削除禁止です。
（※加工後の削除も禁止させていただいておりますのでご了承ください。）
PR枠の削除（有料プラン）に関するお問い合わせや、その他ご不明な点は、
https://www.megapx.com/contact.html、または
https://www.s-hoshino.com/info.htmlのフォームよりお問い合わせください。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #fff;
	background-color: #FFF;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.2;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: brightness(120%);
}

li {
	list-style-type: none;
}

a {
	color: #0099CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #FF2C33;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
	background-color: #111;
	background-color: rgba(255,255,255,0.9);
}


header h1 a img {
	display: block;
	position: absolute;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #ff001b;
	font-size: 14px;
	line-height: 30px;
	color: #EEE;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #DDD;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #FFF;
}

.pankuzu li i {
	padding-right: 5px;
}

/*ページヘッダー*/
.shape_top{
width: 100%;
/*transform: translateY(-100px);*/
}


.shape_bottom{
width: 100%;
/*transform: translateY(50px);*/
}

/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #FFF;
	color: #111;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cont_wrap {
	max-width: 1400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
}

#sub_top {
	background-color: #555;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 500px;
	line-height: 30px;
	padding-top: 180px;
	width: 100%;
	background-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 34px;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}


#index_top #top_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 560px;
	height: 500px;
	margin-top: -250px;
	margin-left: -280px;
	color: #FFF;
	background-color: #ff001b;
	background-color: rgba(34,176,206,0.9);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#index_top #top_catch h2 {
	font-size: 50px;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
}
#index_top #top_catch p {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2.4;
}

.sm-slider{
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}


.content h2 {
	font-size: 28px;
	line-height: 2.2;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ff001b;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top:100px;
	clear: both;
}

.content h2 i {
	padding: 10px;
	color: #71F0BD;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 24px;
	color: #42CBE3;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.content h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}

/*h２装飾*/
.content h2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  width: 40px;     /* 画像サイズに合わせて調整 */
  height: 20px;    /* 画像サイズに合わせて調整 */
  
  background: url(../img/h2_item.png) no-repeat center;
  background-size: contain;
}

.content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	position: relative;
	/*margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;*/
	font-weight: 500;
	color: #333;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
	letter-spacing: 0.05em;
}

.content h3 span {
	font-size: 15px;
	color: #555;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #597E84;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADC4C7;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	text-align:center;
}

.content .ul_news li {
	font-size: 16px;
}
.content .ul_news li a span.date {
	padding-right: 20px;
	color: #888;
}

.content .ul_news li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F90;
	color: #FFF;
	margin-right: 5px;
}
.content .ul_news li span.i_con.cl2 {
	background-color: #36BEAD;
}

.content .ul_news li a {
	display: block;
	color: #333;
	line-height: 30px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content .ul_news li a:hover {
	color: #000;
	background-color: #FFF;
}


.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 50px;
	right: 0;
	bottom: 0;
}


.img_left {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	max-width: 50%;
}
.img_right {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 20px;
	max-width: 50%;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #455E65;
}

.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

.content .cont_wrap .txt_box {
	background-color: #E6EDEE;
	padding: 20px;
	margin: 20px;
}
.content .cont_wrap .txt_box h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6CACD;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #333;
}
.content .cont_wrap .txt_box h3::after {
	display: none;
}

a.ap {
	padding-top: 50px;
	margin-top: -50px;
}


.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}

.pc_br_none{
display:none;
}
@media (min-width: 0px) and (max-width: 781.98px){
.pc_br_none{
display:block;
}
.sp_br_none{
display:none;
}
}

/*
コンテンツ大ボタン
-------------------------------------------*/
.btn_cnt a {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	background-color: #ff001b;
	margin-top: 20px;
	margin-right: auto;
	/*margin-bottom: 30px;*/
	margin-left: auto;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-weight: bold;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.btn_cnt a i {
	padding-right: 10px;
}
.btn_cnt a:hover {
	color: #ff001b;
	background-color: #FFF;
}

.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}


/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 800;
}
.to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	background-color:#ff001b;
	color: #FFF;
	text-align: center;
	font-size: 26px;
	line-height: 50px;
	border-radius: 50px;
	
}
.to_top a:hover {
	background-color:#e9dcdc;
	color: #FFF;
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #FFF;
	color: #345;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
	width: 20%;
	padding: 10px;
}

footer .cont_wrap .f_box.lg {
	width: 60%;
}

footer .cont_wrap p {
	font-size: 13px;
}

footer .cont_wrap ul {
	padding: 0px;
}

footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #555;
}

footer .cont_wrap ul li.contact {
	display:block !important;
	margin:0pc !important;
}

footer .cont_wrap ul li.contact a {
	text-align: center;
	color: #FFF;
	background-color: #ff001b;
	font-size: 14px;
	padding: 2px;
	margin-top: 5px;
	border-radius: 30px;
	width: 150px;
}

footer .cont_wrap ul li.contact a:hover {
	color: #ff001b;
}
footer .cont_wrap ul li.contact a::before {
	display: none;
}

footer .cont_wrap ul li a::before {
	content: "・ ";
	color: #999;
}

footer .cont_wrap ul li a:hover {
	color: #111;
	background-color: #fdf5f5;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #55838A;
	letter-spacing: 1px;
	background-color: #FFF;
	padding-top: 18px;
	line-height: 22px;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #55838A;
}


/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFFFFF00;
}

.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #F03600;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up,
.pick_up2 {
	width: 100%;
	padding-top: 3rem;
    padding-bottom: 3rem;
}


.pick_up ul,
.pick_up2 ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media screen and (max-width:640px){
.pick_up ul,
.pick_up2 ul {
	gap:30px;
}
}

.pick_up ul li,
.pick_up2 ul li {
	width: 32%;
	position: relative;
}
.pick_up ul li a,
.pick_up2 ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 15px;
}
.pick_up ul li a img,
.pick_up2 ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}

.pick_up ul li a:hover img,
.pick_up2 ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before,
.pick_up2 ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a:hover::before,
.pick_up2 ul li a:hover::before {
	background-color:rgba(190 54 54 / 90%);
}


.pick_up ul li a div {
	color: #FFF;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: -20px;
	margin-left: -40%;
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}
.pick_up2 ul li a div {
    color: #FFF;
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    display: block;
    width: 80%;
    margin-top: -20px;
    margin-left: 0;
    position: absolute;
    left: 10%;
    bottom: 10%;
    font-weight: bold;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 10;
}

.pick_up ul li a div span {
	font-size: 16px;
	letter-spacing: 2px;
}

@media (min-width: 641px) and (max-width: 1039.98px){
.pick_up2 ul li a div {
font-size: 1.5rem !important;
}
}
/*
コンテンツボックス
-------------------------------------------*/

.box_cont {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.box_cont .box_c_in {
	width: 48%;
	min-height: 200px;
	padding: 10px;
	border: 1px solid #CFDEE0;
	margin-bottom: 30px;
}

.box_cont .box_c_in:hover {
	background-color: #FFF;
	border-top-color: #ff001b;
	border-right-color: #ff001b;
	border-bottom-color: #ff001b;
	border-left-color: #ff001b;
}

.box_cont .box_c_in img {
	max-width: 100%;
	padding: 20px;
}

.content .box_cont .box_c_in h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}

/*
背景入り帯
-------------------------------------------*/
.top_h2::before{
	display:none !important;
}

.obi_001 {
	background-image: url(../img/obi_001.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15%;
	padding-right: 20px;
	padding-bottom: 15%;
	padding-left: 20px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	color: #333;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 500px;
}

.content .obi_001 h2 {
	color: #ff001b;
	border-bottom: none;
	padding-bottom: 0px;
}


.obi_001 p {
	line-height: 2.4;
}


.obi_002 {
	width: 100%;
	height: auto;
	background-image: url(../img/obi_002.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 50%;
	position: relative;
	border-radius: 50px;
}

.obi_002 .box_in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	color: #FFF !important;
	background-color: rgba(0,0,0,0.1);
	border-radius:50px;
}

.obi_002 h2 {
	font-size: 36px;
	text-align: center;
    line-height: 1.5;
    margin-bottom: 1.5rem;
	color: #FFF !important;
}


.obi_002 p {
	line-height: 2;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:960px){
.obi_002 h2 {
	font-size: 24px;
/*	margin-top:1.5rem;*/
}
.obi_002 p {
	text-align: left;
	padding:0 1rem;
}
}

@media screen and (max-width:460px){
.obi_002 h2 {
font-size: 21px;
/*margin-top:1.5rem;*/
}
}


.obi_003 {
	width: 100%;
	height: auto;
	background-image: url(../img/obi_003.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 50%;
	position: relative;
	border-radius: 50px;
}

.obi_003 .box_in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	color: #FFF !important;
	background-color: rgba(0,0,0,0.1);
	border-radius:50px;
}

.obi_003 h2 {
	font-size: 36px;
	text-align: center;
    line-height: 1.5;
    margin-bottom: 1.5rem;
	color: #FFF !important;
}


.obi_003 p {
	line-height: 2;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:960px){
.obi_003 h2 {
	font-size: 24px;
/*	margin-top:1.5rem;*/
}
.obi_003 p {
	text-align: center;
	padding:0 1rem;
}
}

@media screen and (max-width:460px){
.obi_003 h2 {
font-size: 21px;
/*margin-top:1.5rem;*/
}
}

@media screen and (min-width:960px){
body {
	font-size: 16px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}


header h1 a img {
	top: 23px;
	left: 10px;
	height: 44px;
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	margin-left: 200px;
	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 10px;
	line-height: 30px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(17,187,221,0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #ff001b;
	top:0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #ff001b !important;
}

#g_navi.txt_w li a {
	color: #FFF;
}

header.fixed #g_navi.txt_w li a {
	color: #111;
}

#g_navi li.contact a {
	background-color: #ff001b;
	color: #FFF !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#g_navi li.contact a:hover {
	background-color: #FFF;
	color: #ff001b !important;
}
#g_navi li.contact a::before {
	display: none;
}


/*
ヘッダー
-------------------------------------------*/

#index_top {
	min-height: 850px;
}
#sub_top.business {
	background-image: url(../img/sub_top_business.jpg);
}
#sub_top.about {
	background-image: url(../img/sub_top_about.jpg);
}
#sub_top.recruit {
	background-image: url(../img/sub_top_recruit.jpg);
}
#sub_top.contact_top {
	background-image: url(../img/sub_top_contact.jpg);
}
#sub_top.privacypolicy {
	background-image: url(../img/sub_top_contact.jpg);
}


.no_pc {
	display: none !important;
}

}

@media (min-width: 640px) and (max-width: 1199.98px){
#sub_top {
    height: 400px !important;
}
}
/*-- /960px～ --*/

@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -590px;
}

}

@media screen and (max-width:960px){

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #ff001b;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #ff001b;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.85);
	display: none;
	padding-left: 10%;
	padding-right: 10%;
}
#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}


#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 15px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
#g_navi ul li a:hover {
	color: #ff001b;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #ff001b;
	color: #FFF;
	width: 90%;
	border-radius: 30px;
}

#g_navi ul li.contact a:hover {
	background-color: #FFF;
	color: #ff001b;
}


/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/

header {
	height: 52px;
}

header h1 a img {
	top: 10px;
	left: 10px;
	height: 36px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}



#sub_top.business {
	background-image: url(../img/sub_top_business_sp.jpg) !important;
}
#sub_top.about {
	background-image: url(../img/sub_top_about_sp.jpg) !important;
}
#sub_top.recruit {
	background-image: url(../img/sub_top_recruit_sp.jpg) !important;
}
#sub_top.contact_top {
	background-image: url(../img/sub_top_contact_sp.jpg) !important;
}
#sub_top.privacypolicy {
	background-image: url(../img/sub_top_contact_sp.jpg) !important;
}



/*
フッター
-------------------------------------------*/
footer {
	border-bottom-width: 60px;
}

footer .cont_wrap .f_box {
	width: 50%;
	text-align: left;
}
footer .cont_wrap .f_box.lg {
	width: 100%;
}

.no_sp {
	display: none;
}

}
/*-- /～960px --*/



/*
無限ループ
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}


.loop_wrap_base h2 {
	font-weight: normal;
	color: #111;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 24px;
}
.loop_wrap_base h2 span {
	letter-spacing: 0.2em;
	font-size: 14px;
	color: #555;
}

.loop_wrap {
  display: flex;
  width: 220%;
  height: auto;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 20%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
}
.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #36BEAD;
	color: #FFF;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #333;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #FF9900;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}



/*
SNSボタン
-------------------------------------------*/

.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	background-color: rgba(17,187,221,0.8);
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #FFF;
	color: #ff001b;
}


@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	padding-right: 60px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
#index_top #top_catch {
	top: 25%;
	left: 5%;
	width: 90%;
	height: 50%;
	margin-top: 0px;
	margin-left: 0px;
}


#index_top #top_catch h2 {
	font-size: 40px;
}

#index_top #top_catch p {
	font-size: 12px;
}

#sub_top {
	height: 180px;
	padding-top: 100px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}

.pick_up ul li,
.pick_up2 ul li {
	width: 100%;
}



.obi_001 {
	background-image: url(../img/obi_001_sp.jpg);
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 50px;
}

.obi_001 p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.obi_002 {
	background-image: url(../img/obi_002_sp.jpg);
	padding: 0 0 130%;
	border-radius: 30px;
}

.obi_002 .box_in {
	border-radius:50px;
}

.obi_003 {
	background-image: url(../img/obi_003_sp.jpg);
	padding: 0 0 130%;
	border-radius: 30px;
}

.obi_003 .box_in {
	border-radius:50px;
}

.loop_wrap {
  width: 400%;
}

.box_cont {
	padding-right: 10px;
	padding-left: 10px;
}

.box_cont .box_c_in {
	width: 100%;
	padding: 5px;
}

.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
}
}

@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


#index_top #top_catch h2 {
	font-size: 30px;
}

#sub_top {
	font-size: 24px;
}

.content h2 {
	font-size: 24px;
}

.content .obi_001 h2 {
	font-size: 22px;
}

}



/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);
}


/*------------------------------*/
.section-1{
background-image: url(../img/item-1.png);
    background-position-x: left;
    background-size: 500px;
    background-repeat: no-repeat;
}

.section-2{
background-image: url(../img/item-2.png);
    background-position-x: right;
    background-size: 500px;
    background-repeat: no-repeat;
}

@media screen and (max-width:767.98px){
.section-1 {
    background-image: url(../img/item-1.png);
    background-position-x: center;
    background-position-y: bottom;
    background-size: 250px;
    background-repeat: no-repeat;
}

.section-2 {
    background-image: url(../img/item-2.png);
    background-position-x: right;
    background-position-y: bottom;
    background-size: 250px;
    background-repeat: no-repeat;
}

.sp-none{
display:none;
}
}

@media (min-width: 640px){
.pc-none{
display:none !important;
}
.br-h2{
display:none !important;
}
}

.obi_002 .box_in p a.tel {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2;
}
.obi_002 .box_in p a.tel strong {
	padding-left: 10px;
	font-size: 150%;
}



.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 24px;
	color: #3EADBD;
	padding: 15px;
	border-bottom-color: #8ED1DB;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #328B98;
}


/*
about
-------------------------------------------*/
/*代表ご挨拶*/
.greetings_p_1{
font-size:18px !important;
font-weight:600;
}

.text-ceo{
font-size:24px;
font-weight:600;
line-height: 1.5;
color:#333;
}

/*会社概要*/
.company{
background-image:url(../img/about_item_1.png);
background-position-x: right;
background-position-y: bottom;
background-size: 500px;
background-repeat: no-repeat;
}

@media (min-width: 0px) and (max-width: 1199.98px){
.company {
    background-image:none !important;
}
}

/*アクセス*/
.access_flex{
	display:flex;
	gap:100px;
}
@media (min-width: 0px) and (max-width: 767.98px){
.access_flex{
	display:block;
}
.access-left{
width:100% !important;
margin-bottom: 15px;
}

.access-right{
width:100% !important;
}
}

.access-left{
width:50%;
}

.access-right{
width:50%;
}

.access-right h3{
margin-bottom:15px;
}

.access-right ul{
margin-bottom:30px;
padding-left: 30px;
}

.access-right ul li{
list-style-type: disclosure-closed;
}



/*沿革*/
.history_list{
display:block;
gap:30px;
}

.history_item{
display:flex;
width:100%;
border-radius: 15px;
border: 1px solid #eee;
padding: 15px;
gap:30px;
margin-bottom: 12px;
align-items: center;
box-shadow: #eee 0px 5px 5px;
}

.history_group_1{
display:flex;
justify-content: space-between;
align-items: center;
}

.card_top{
min-width:156px;
}

.history_item h3{
margin:0;
color:#333;
padding: 0px;
text-align:center;
min-width: 150px;
}

.history_item h3::after {
    display: none;
}

.c_name_1{
padding: 0.5rem 0.8rem;
border:1px solid #ddd;
border-radius:30px;
background: #ff001b0f;
}

.c_name_2{
padding: 0.5rem 0.8rem;
border:1px solid #ddd;
border-radius:30px;
background: #eaeaea;
}

.card_text p{
margin:0;
font-size:16px;
line-height:1.7;
padding:10px;
}

@media (min-width: 0px) and (max-width: 767.98px){
.history_item{
display:block;
}
.history_item h3{
min-width: 0px !important;
}
.card_text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    padding: 15px 0px 0px 0px!important;
}
}


/*両社合併*/
.history_item_2{
width:100%;
background:#f5edd5;
border-radius: 15px;
border: 1px solid #eee;
padding: 15px;
margin-top: 30px;
margin-bottom: 60px;
align-items: center;
box-shadow: #eee 0px 5px 5px;
}
.history_item_2 h3{
text-align: center;
color: #333;
padding: 10px;
margin-bottom: 0px;
margin-top: 30px;
font-weight: 600;
}
.history_item_2 h4{
font-size:2.3rem;
text-align:center;
color: #dfa905;
border-bottom-width: 0px;
border-bottom-style: dotted;
border-bottom-color: #ADC4C7;
margin: 0px;
line-height: 2.5rem;
}
.history_item_2 .text-center{
margin:0px;
}


/*認証取得*/
.certification{
color:#333;

}

.certification_list{
display:flex;
justify-content: space-between;
margin-bottom: 60px;
gap:30px;
}

.certification_item{
border-radius: 15px;
border: 1px solid #eee;
padding: 15px;
margin-bottom: 12px;
box-shadow: #eee 0px 5px 5px;
}

.c_name_3{
font-size:18px !important;
padding: 0px !important;
margin:0 0 15px 0 !important;
border:1px solid #ddd;
border-radius:30px;
background: #ff001b;
color:#fff;
width:120px;
font-weight: 600;
}

.certification_item .text-left{
margin:0px !important;
padding:0px !important;
}


@media (min-width: 0px) and (max-width: 767.98px){
.certification_list{
display:block;
}
.certification_item .text-center{
text-align:center;
}
}

/*
business
-------------------------------------------*/
.business_flex{
display:flex;
flex-wrap: wrap;
margin-top:50px;
margin-bottom: 1.5rem;
justify-content: space-between;
gap:40px;
}

.concept_card{
border: 3px #FE2E35 dashed;
border-radius: 30px;
width:47.5%;
}

@media (min-width: 0px) and (max-width: 859.98px){
.business_flex{
display:block;
margin-bottom: 1.5rem;
gap:0px;
}
.concept_card{
border: 3px #FE2E35 dashed;
border-radius: 30px;
width:100%;
margin-bottom:30px;
}
.card_inner_top {
padding: 16px 20px !important;
}
.card_inner_bottom {
    padding: 20px 20px !important;
}
}

.card_inner_top{
background:#FE2E35;
padding:16px 40px;
border-radius: 25px 25px 0 0;
}
.card_inner_top h3{
color:#fff;
margin-bottom:0px !important;
font-weight: 600;
}
.h3_accent{
font-size: 28px !important;
color: #fff !important;
margin-right: 12px;
padding-left: 0px !important;
}

.card_inner_bottom{
padding:30px 40px;
}
.card_inner_bottom h4{
text-align:left !important;
margin:0 0 20px !important;
padding:0px !important;
color:#FE2E35;
}
.card_inner_bottom p{
text-align:left !important;
margin:0 0 16px !important;
padding:0px !important;
}
.card_inner_bottom ul{
padding-left: 20px;
}
.card_inner_bottom ul li{
list-style:disc;
}

/*製造の流れ*/
.flow_p_1 {
    font-size: 18px !important;
    font-weight: 600;
}
.flow_card{
width:47.5%;
}
@media (min-width: 0px) and (max-width: 859.98px){
.business_flex{
display:block;
margin-bottom: 1.5rem;
gap:0px;
}
.flow_card{
width:100%;
margin-bottom:30px;
padding-right: 15px;
}
.flow_card h3{
margin-left:20px !important;
}
.flow_card p{
margin: 0 0 0 20px !important;
}
}

.flow_card img{
width:100%;
}
.flow_card h3{
margin-left:35px;
margin-top:30px;
margin-bottom: 15px;
font-weight: 500;
}
.flow_card p{
text-align:left !important;
margin:0 0 0 35px;
padding:0px !important;
}


/*
recruit
-------------------------------------------*/
/*ページヘッダー*/
.recruit_page_header .shape_bottom,
.recruit_page_header{
background:#fcf2f2 !important;
}
.recruit_cont{
background:#fcf2f2;
}

/*導入*/
.lead {
  position: relative;
}

/* 左画像 */
.lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 350px;
  height: 493px;
  background: url(../img/lead_left.png) no-repeat center/cover;
  transform: translateY(-50%);
}

/* 右画像 */
.lead::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 305px;
  height: 493px;
  background: url(../img/lead_right.png) no-repeat center/cover;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 1299.98px){
.lead::before,
.lead::after{
background-size: 75%;
width: 300px;
}
}

@media (max-width: 992px) {
  .lead::before,
  .lead::after {
    display: none;
  }
}



.lead p {
    font-size: 18px !important;
    font-weight: 600;
}

.recruitment{
width:100%;
margin:30px 0;
}
.recruitment_sp{
display:none;
}
@media (min-width: 0px) and (max-width: 781.98px){
.recruitment{
display:none;
}
.recruitment_sp{
display:block !important;
}
}

.recruitment_cont {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 50%,
    #fcf8dd 50%,
    #fcf8dd 100%
  );
}

.job_description{
background-color: #fcf8dd;
}

.job_flex{
display:flex;
background:#fff;
border-radius:30px;
margin:0 auto 50px;
padding:40px;
justify-content: space-between;
align-items: center;
width: 1140px;
}
@media (min-width: 782px) and (max-width: 1199.98px){
.job_flex{
width: 100%;
gap:50px;
}
.job_img,
.job_cont{
width:auto !important;
}
}

.job_reverse{
flex-direction: row-reverse;
}
@media (min-width: 0px) and (max-width: 781.98px){
.job_reverse,
.job_flex {
flex-direction: column;
width: 100%;
padding: 40px 20px;
gap:20px;
}
.job_img,
.job_cont{
width:auto !important;
}
.job_img{
text-align:center !important;
margin-bottom:30px;
}
.btn_job a{
margin-left:auto !important;
margin-bottom:0px !important;
}
.job_flex p{
font-size:1rem;
}
.note_p{
text-align:left !important;
margin: 0 !important;
}
}

.job_img,
.job_cont{
width:47%;
}

.job_reverse .job_img{
text-align:right;
}

.job_flex h4{
margin: 0;
padding: 0;
font-size: 18px;
color: #333;
}

.job_flex p{
text-align:left !important;
padding:0 !important;
margin:0 0 15px !important;
font-size:1.2rem;
line-height: 1.5;
}

.job_flex ul {
margin-left:1.5rem;
}
.job_flex li {
list-style-type: disc;
}

.btn_job a {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 240px;
    background-color: #ff001b;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 0;
    line-height: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    clear: both;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.btn_job a:hover {
color: #ff001b;
background-color: #FFF;
border: 1px #ff001b solid;
}


/*福利厚生について*/
.benefits_p_1 {
    font-size: 18px !important;
    font-weight: 600;
}

.benefit_img{
margin: auto;
width: 100%;
}
.benefit_img_sp{
display:none;
}
@media (min-width: 0px) and (max-width: 781.98px){
.benefit_img{
display:none !important;
}
.benefit_img_sp{
display:block !important;
}
}

.benefit_cont {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 50%,
    #fdecec 50%,
    #fdecec 100%
  );
}

.benefit_cont_2 {
  background:#fdecec;
}
.benefit_flex {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
}

.benefit_flex div{
    background: #fff;
    padding: 30px;
    border-radius: 30px;
	text-align:center;
	width: 550px;
	margin-bottom:50px;
	box-shadow: 0 10px 10px #00000036;
}
@media (min-width: 992px) and (max-width: 1199.98px){
.benefit_flex div{
    padding: 30px;
    border-radius: 30px;
	width: 450px;
	margin-bottom:50px;
}
}
@media (min-width: 768px) and (max-width: 991.98px){
.benefit_flex div{
    padding: 30px;
    border-radius: 30px;
	width: 350px;
	margin-bottom:50px;
}
}


.benefit_flex h3{
	text-align:left;
	margin:0 0 20px 0 !important;
	padding:0 !important;
}

.benefit_flex p{
	text-align:left;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.5;
}

.benefit_flex img{
margin-bottom: 30px;
}


/*cta*/
.fas,
.fa-phone-alt {
    font-family: "Font Awesome 5 Free";
}

.recruit_cta{
background: linear-gradient(
    to top,
    transparent 0%,
    transparent 50%,
    #fdecec 50%,
    #fdecec 100%
  );
}

.recruit_cta .cta_time{
	margin-top:20px;
}

/*
contact
------------------------------------------------------------*/
.contact_h2{
margin-bottom: 50px !important;
}

.contact{
display:flex;
justify-content: center;
align-items: center;
gap:12px;
flex-wrap: wrap;
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}

.contact_flex{
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}

.p_tel_01,
.p_fax_01{
font-size:2rem !important;
font-weight: 600;
background:#FF2D34;
color:#fff;
border-radius: 50px;
margin:0px !important;
width:150px;
padding:2px !important;
text-align:center !important;
line-height: 1.5;
}

.p_tel_02,
.p_fax_02{
font-size:3rem !important;
font-weight: 600;
color:#333;
margin:0px !important;
line-height: 1.5;
padding:5px !important;
text-align:center !important;
}

@media (min-width: 0px) and (max-width: 575.98px){
.contact_flex{
gap:0;
margin-bottom:2rem;
}
.p_tel_01,
.p_fax_01{
font-size:1.5rem !important;
margin: auto !important;
}

.p_tel_02,
.p_fax_02{
font-size:2rem !important;
}
}

.p_time{
text-align: center !important;
margin: auto 0 100px !important;
}



/*個人情報保護方針
------------------------------------------------------------*/
.privacypolicy_content p{
text-align: left !important;
margin: 0 0 1rem;
padding: 0;
}
.privacypolicy_content .p-end{
margin-bottom:50px !important;
}

.privacypolicy_content h3{
margin: 50px 0 20px;
}
.privacypolicy_content h4{
margin:0px;
font-size:1rem !important;
color: #333;
border: 0px;
letter-spacing: 0;
padding:0px;
}

/* リスト装飾リセット */
.privacypolicy_content ol {
  padding-left: 0;
  margin-left: 0;
}

.privacypolicy_content ol li {
  list-style: none;
}

/* 親：(1)(2) */
.privacypolicy_content ol.parent {
  counter-reset: parent;
}

.privacypolicy_content ol.parent > li {
  counter-increment: parent;
  position: relative;
  padding-left: 1.4em;
}

.privacypolicy_content ol.parent > li::before {
  content: "(" counter(parent) ")";
  position: absolute;
  left: 0;
  top: 0;
}

/* 子：①② */
.privacypolicy_content ol.parent > li > ol {
  counter-reset: child;
  margin-top: 0.5em;
}

.privacypolicy_content ol.parent > li > ol > li {
  counter-increment: child;
  position: relative;
  padding-left: 1.5em;
}

.privacypolicy_content ol.parent > li > ol > li:nth-child(1)::before { content: "①"; }
.privacypolicy_content ol.parent > li > ol > li:nth-child(2)::before { content: "②"; }
.privacypolicy_content ol.parent > li > ol > li:nth-child(3)::before { content: "③"; }
.privacypolicy_content ol.parent > li > ol > li:nth-child(4)::before { content: "④"; }
.privacypolicy_content ol.parent > li > ol > li:nth-child(5)::before { content: "⑤"; }

.privacypolicy_content ol.parent > li > ol > li::before {
  position: absolute;
  left: 0;
  top: 0;
}

/*table*/
#table-id-2{
width:100%;
}

#table-id-2 td,
#table-id-2 th{
border:1px solid #ccc;
padding:5px;
}

#table-id-2 th{
background:#f4d0d2 !important;
}

#table-id-2 .col-1{
width:50%;
background:#fbf1f2;
}
#table-id-2 .col-2{
width:50%;
background:#fff;
}


/*ページヘッダー
------------------------------------------------------------*/
/* 波ヘッダー全体（白帯） */
.sub_waveHeader{
  position: relative;
  background: #ffffff00;
}

/* 白帯の中身 */
.sub_waveHeader__inner{
  max-width: 100%;
  margin: 0;
  padding: 70px 20px 40px;
  text-align: center;
  background: #ffffff;
}
@media (min-width: 0px) and (max-width: 767.98px){
.sub_waveHeader__inner{
  padding: 60px 20px 40px;
}
}


/* 見出し */
.sub_title{
  margin: 0 0 10px;
  font-size: 44px;
  letter-spacing: .12em;
  color: #ff001b;
}

/* pankuzuの背景色を“白帯用”に上書き（今の #15394A を消す） */
.sub_waveHeader .pankuzu{
  background: transparent;
  color: #666;
  padding: 0;
  margin-top: 6px;
}
.sub_waveHeader .pankuzu ul{
  width: auto;
  max-width: none;
  display: inline-block;
}
.sub_waveHeader .pankuzu li a{
  color: #666;
}
.sub_waveHeader .pankuzu li a:hover{
  color: #ff001b;
}


#sub_top{
  position: relative;   /* ← これが重要 */
  overflow: hidden;     /* はみ出し防止 */
}

/* 波を下に固定 */
#sub_top .shape_top{
  position: absolute;
  bottom: 0px;   /* 隙間防止 -1px*/
  left: 0;
  width: 100%;
}

/* 画像を横いっぱいに */
#sub_top .shape_top img{
  width: 100%;
  height: auto;
  display: block;
}


/* SP */
@media (max-width:640px){
  .sub_title{ font-size: 30px; }
  .wave{ height:70px; }
  .wave__stroke{ stroke-width:8; }
  .wave--top{ margin-top:-45px; }
  .wave--bottom{ margin-bottom:-45px; }
}
