@charset "utf-8";
/*ベースカラー*/
/*
メインカラー
#df0522(223.5.34)

サブカラー
#f6bec8(246.190.200)

背景カラー
#e0f1ee(224.241.238)

ボタンカラー
#e3973e(227.151.62)

黄色：#ffdc2a(255.220.42)
黄緑：#2eb6aa(46.182.170)
紫：#928ec4(146.142.196)
水色：#5bade1(91.173.225)
緑：#88c23f(136.194.63)
赤：#ec6d5e(236.109.94)
オレンジ：#f5a200(245.162.0)
*/

:root {
  --fontMainColor: #0091ea;
  --borderColor: #0091ea;
}

.maincolor {
  background-color: rgba(64, 196, 255, 0.9);
}

.sectioncolor01 {
  background-color: rgba(246, 190, 200);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* common parts */
.topicTitle {
  text-align: center;
  padding-top: 1.2em;
  padding-bottom: 0.9em;
  margin-bottom: 1.2em;
  color: white;
  background-color: #df0522;
}

.topicTitle p {
  font-size: 1.2em;
}

.topicMainTitle {
  text-align: center;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  color: #df0522;
}

.topicTitlePink p {
  font-size: 1.2em;
}

.bgtypePink {
  background-color: pink;
  color: white;
}

.border2 {
    color: #018a76;
	font-size: 16px;
	line-height: 20px;
	padding: .5em 0;
	border-top: 1px solid #018a76;
	border-bottom: 1px solid #018a76;
    text-align: center;
}

.border3 h1,h2 {
  border-bottom: solid 3px #f6bec8;
  position: relative;
  color: #df0522;
  text-align: center;
}

.border3 h1:after,h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #df0522;
  bottom: -3px;
  width: 30%;
}

/* header */
header .main-nav{
	top: 0;
	left: 0;
	width: 100%;
}
header .main-nav-scrolled{
	background-color: rgba(0,0,0,0.4);
}
.navbar-light .navbar-nav .nav-link{
	color: #018a76;
}
.navbar-light .navbar-nav .active .nav-link{
	color: rgba(91,173,225,0.5);
}

/*for test*/
.text-imgdata img {
  max-width: 50%;
  width: 1200px;
  height: auto;
}

/* top */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.main-img {
    max-width: 100%;
    width: 1600px;
    height: 700px;
    background-image: url(../img/dummy/kazuhiro17810000_TP_V.jpg);
    background-size: cover;
}

/* staff-message-wrapper */
#staff-message-wrapper{
  line-height: 1.5em;
  font-size: 18px;
}

.smw_message {
    margin-top: 50px;
    margin-bottom: 50px;
}

.smw_message p {
    line-height: 38px;
}

.smw_story h2,h3 {
  text-align: center;
  color: #df0522;
  font-weight: 400;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
}

.smw_fix {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  color: #ec6d5e;
  font-weight: 400;
}

.sm-wrapper-img01 {
    max-width: 100%;
    width: 240px;
    height: 320px;
    background-image: url(../img/dummy/dummy_staff01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.sm-wrapper-img02 {
    max-width: 100%;
    width: 240px;
    height: 320px;
    background-image: url(../img/dummy/dummy_staff02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* strength-wrapper */
#strength-wrapper {
  padding-top: 1.5em;
    margin-bottom: 1.5em;
}

.st-titleBorder {
  border-bottom: 2px solid var(--borderColor);
}

/* staffvoice-wrapper */
.sv-titlecolor {
    color: var(--fontMainColor);
}

.sv-bodercolor {
    color: var(--fontMainColor);
}

#staffvoice-wrapper h3 {
    color: #df0522;
    border-bottom: dashed 2px #df0522;
    text-align: left;
}

#staffvoice-wrapper p {
  line-height: 3.0em;
}

/* 代表のメッセージ */
.ceomes-title-img {
    margin: 0 auto;
    max-width: 100%;
    width: 800px;
    height: 103px;
    background-image: url(../img/message01_1.png);
    background-size: cover;
}

.ceomes-ceo-img {
    max-width: 100%;
    width: 200px;
    height: 241px;
    background-image: url(../img/message01_2.png);
    background-size: cover;
}

.ceomes-staff-img {
    max-width: 100%;
    width: 200px;
    height: 200px;
    background-image: url(../img/message2.png);
    background-size: cover;
}

/* 働く秘密 */
.secwrp-bold {
    font-size: 1.2em;
    font-weight: bold;
}

.secwrap-font-bold {
    font-weight: bold;
    font-size: 1.4em;
    color: var(--borderGreen);
}

#secret-wrapper {
  margin-bottom: 30px;
}

/* スタッフボイス */
#staffvoice-wrapper {
  padding-bottom: 30px;
}

.stvBox {
  border: 1px solid #5bade1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.stvBoxText {
  padding: 15px 15px 15px 15px;
  background-color: white;
  color: #5bade1;
}

/* Q&A */
#qanda-wrapper {
  margin-bottom: 30px;
}

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background:#FFF;
	left: 20%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #FFF;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #FFF;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #FFF;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	border: 3px solid #FFF;
	margin: 0 0 15px 25%;
	color: #333;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius:80px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+86,ededed+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 86%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 86%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 86%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
-webkit-box-shadow: 13px 0px 19px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 13px 0px 19px 0px rgba(0,0,0,0.17);
box-shadow: 13px 0px 19px 0px rgba(0,0,0,0.17);
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #dcdcdc;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
/*.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}*/

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #6cbfee;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position:relative;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #FFF;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 100px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -85px 50px 0px 0px;
	}
}

/* 求人情報 */
.jobwrp-tag {
    background-color: #df0522;
    color: white;
}

.jobwrp-body {
    background-color: white;
    color: black;
}

.jobwrp-body ul {

}

.btn-tpi-color {
    background-color: rgba(240, 98, 146, 0.9);
    color: white;
}

/* footer */
footer {
    width: 100%;
    bottom: 0;
    font-weight: lighter;
}
.footerHeader{
    width:100%;
    padding:0.2em;
    background-color:rgba(223,5,34,1.0);
    text-align:center;
    color:white;
}
footer h3{
    font-weight:lighter;
    color: #df0522;
}
footer ul{
    padding-left:5px;
    list-style:none;
}
footer p{
    text-align : justify;
    font-size : 12px;
}
footer iframe {
    width:100%;
    position:relative;
    height:170px;
}
.sm{
    list-style:none;
    overflow:auto;
}
.sm li {
    display: inline;
    padding:5px;
    float:left;
}
.sm li a img {
    width:32px;
}

.footerIconImg img{
  width: 50%;
  height: auto;
}

.div-decorator
{
    border-top:3px solid #428BCA;
    border-right:3px solid #D9534F;
    border-bottom:3px solid #5CB85C;
    border-left:3px solid #F0AD4E;
    margin:30px;
    border-radius:20px;
}
.div-heading
{
    border-bottom:1px dashed #5BC0DE;
    padding-top:15px;
    padding-bottom:15px;
    margin:0px;
    background-color:#F5F5F5;
    border-radius:20px 20px 0px 0px;
}
.heading
{
    color:#5FC9E5;
}
.div-content
{
    padding:30px
}
.btn-circle
{
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg
{
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl
{
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

/* WRENCHING */
@keyframes wrench {
0%{transform:rotate(-12deg)}
8%{transform:rotate(12deg)}
10%{transform:rotate(24deg)}
18%{transform:rotate(-24deg)}
20%{transform:rotate(-24deg)}
28%{transform:rotate(24deg)}
30%{transform:rotate(24deg)}
38%{transform:rotate(-24deg)}
40%{transform:rotate(-24deg)}
48%{transform:rotate(24deg)}
50%{transform:rotate(24deg)}
58%{transform:rotate(-24deg)}
60%{transform:rotate(-24deg)}
68%{transform:rotate(24deg)}
75%,100%{transform:rotate(0deg)}
}
.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
animation: wrench 2.5s ease infinite;
transform-origin-x: 90%;
transform-origin-y: 35%;
transform-origin-z: initial;
}
.faa-wrench.animated.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast {
animation: wrench 1.2s ease infinite;
}
.faa-wrench.animated.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow {
animation: wrench 3.7s ease infinite;
}

/* BELL */
@keyframes ring {
0%{transform:rotate(-15deg)}
2%{transform:rotate(15deg)}
4%{transform:rotate(-18deg)}
6%{transform:rotate(18deg)}
8%{transform:rotate(-22deg)}
10%{transform:rotate(22deg)}
12%{transform:rotate(-18deg)}
14%{transform:rotate(18deg)}
16%{transform:rotate(-12deg)}
18%{transform:rotate(12deg)}
20%,100%{transform:rotate(0deg)}
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
animation: ring 2s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0px;
transform-origin-z: initial;
}
.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
animation: ring 1s ease infinite;
}
.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
animation: ring 3s ease infinite;
}

/* VERTICAL */
@keyframes vertical {
0%{transform:translate(0,-3px)}
4%{transform:translate(0,3px)}
8%{transform:translate(0,-3px)}
12%{transform:translate(0,3px)}
16%{transform:translate(0,-3px)}
20%{transform:translate(0,3px)}
22%,100%{transform:translate(0,0)}
}
.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
animation: vertical 2s ease infinite;
}
.faa-vertical.animated.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
animation: vertical 1s ease infinite;
}
.faa-vertical.animated.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
animation: vertical 4s ease infinite;
}

/* HORIZONTAL */
@keyframes horizontal {
0%{transform:translate(0,0)}
6%{transform:translate(5px,0)}
12%{transform:translate(0,0)}
18%{transform:translate(5px,0)}
24%{transform:translate(0,0)}
30%{transform:translate(5px,0)}
36%,100%{transform:translate(0,0)}
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
animation: horizontal 3s ease infinite;
}

/* FLASHING */
@keyframes flash {
0%,100%,50%{opacity:1}
25%,75%{opacity:0}
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
animation: flash 2s ease infinite;
}
.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
animation: flash 1s ease infinite;
}
.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
animation: flash 3s ease infinite;
}

/* BOUNCE */
@keyframes bounce {
0%,10%,20%,50%,80%,100%{transform:translateY(0)}
40%{transform:translateY(-15px)}
60%{transform:translateY(-15px)}
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
animation: bounce 2s ease infinite;
}
.faa-bounce.animated.faa-fast,
.faa-bounce.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
animation: bounce 1s ease infinite;
}
.faa-bounce.animated.faa-slow,
.faa-bounce.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
animation: bounce 3s ease infinite;
}

/* SPIN */
@keyframes spin{
0%{transform:rotate(0deg)}
100%{transform:rotate(359deg)}
}
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
animation: spin 1.5s linear infinite;
}
.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
animation: spin 0.7s linear infinite;
}
.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
animation: spin 2.2s linear infinite;
}

/* FLOAT */
@keyframes float{
0%{transform: translateY(0)}
50%{transform: translateY(-6px)}
100%{transform: translateY(0)}
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
animation: float 2s linear infinite;
}
.faa-float.animated.faa-fast,
.faa-float.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
animation: float 1s linear infinite;
}
.faa-float.animated.faa-slow,
.faa-float.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
animation: float 3s linear infinite;
}

/* PULSE */
@keyframes pulse {
0% {transform: scale(1.1)}
50% {transform: scale(0.8)}
100% {transform: scale(1.1)}
}
.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
animation: pulse 2s linear infinite;
}
.faa-pulse.animated.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast {
animation: pulse 1s linear infinite;
}
.faa-pulse.animated.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow {
animation: pulse 3s linear infinite;
}

/* SHAKE */
.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
animation: wrench 2.5s ease infinite;
}
.faa-shake.animated.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-fast {
animation: wrench 1.2s ease infinite;
}
.faa-shake.animated.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-slow {
animation: wrench 3.7s ease infinite;
}

/* TADA */
@keyframes tada {
0% {transform: scale(1)}
10%,20% {transform:scale(.9) rotate(-8deg);}
30%,50%,70% {transform:scale(1.3) rotate(8deg)}
40%,60% {transform:scale(1.3) rotate(-8deg)}
80%,100% {transform:scale(1) rotate(0)}
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
animation: tada 2s linear infinite;
}
.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
animation: tada 1s linear infinite;
}
.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
animation: tada 3s linear infinite;
}

/* PASSING */
@keyframes passing {
0% {transform:translateX(-50%); opacity:0}
50% {transform:translateX(0%); opacity:1}
100% {transform:translateX(50%); opacity:0}
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
animation: passing 2s linear infinite;
}
.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
animation: passing 1s linear infinite;
}
.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
animation: passing 3s linear infinite;
}

/* PASSING REVERSE */

@keyframes passing-reverse {
0% {transform:translateX(50%); opacity:0}
50% {transform:translateX(0%); opacity:1}
100% {transform:translateX(-50%); opacity:0}
}

.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse {
animation: passing-reverse 2s linear infinite;
}
.faa-passing-reverse.animated.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast {
animation: passing-reverse 1s linear infinite;
}
.faa-passing-reverse.animated.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow {
animation: passing-reverse 3s linear infinite;
}

/* WAVE */
@keyframes burst {
0% {opacity:.6}
50% {transform:scale(1.8);opacity:0}
100%{opacity:0}
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
animation: burst 2s infinite linear
}
.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
animation: burst 1s infinite linear
}
.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
animation: burst 3s infinite linear
}

/* 応募フォーム */
.bottom-follow-banner {
    margin-top: 3.8em;
    margin-bottom: 1.2em;
    height: 100px;
    line-height: 100px;
    background: #df0522;
    border-radius: 0.25em;
    color:#fff;
}

.bottom-follow-banner a {
    color:#fff;
    text-decoration: none;
    display: block;
    font-size: 30px;
    font-weight: bold;
}

/* スマホ向けレイアウト */
@media all and (max-width: 670px) {
    /*.main-img {
        max-width: 100%;
        max-height: 100%;
        width: 670px;
        height: 716px;
        background-image: url(../img/dummy/dummy_top_mb.jpg);
        background-size: cover;
    }*/
    /*.ceomes-title-img {
        margin: 0 auto;
        max-width: 100%;
        width: 300px;
        height: 118px;
        background-image: url(../img/mobile/message01m_1.png);
        background-size: cover;
    }*/
}
