
@charset "UTF-8";
#top-recruit { position: relative; margin: 80px auto; padding: 80px 0;}#top-recruit:before { content: ""; display: block; width: 70%; height: 100%; background: linear-gradient(135deg, #0B9EFE, #87d0ff); position: absolute; z-index: 1; left: 0; top: 0; border-radius: 0 30px 30px 0;}#top-recruit #inner {position: relative; z-index: 2;}#top-recruit #inner img {border-radius: 10px;}
#top-recruit h2 {color: #ffffff;	font-size: 140%;	font-weight: bold;	border-bottom: 1px solid #fff;}
@media (min-width: 1300px){ .rec-list-wrap { font-size: 1.1rem; } #form { font-size: 1.1rem; }}
@media (min-width: 768px){ #form-text { padding: 2.5vw; width: 45vw; min-width: 600px; } #form-text { margin-bottom: 3vw; }}
@media (max-width: 767px){#top-recruit:before { width: 100%; border-radius: 30px 30px 30px 30px;}}