@charset "UTF-8";
/* りゅうせきフロントライン2026　common CSS */
/*---------------------------------------------
	base-setting
  ---------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  /*overflow-y: auto;*/
  min-height: 100%;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
/* .deliver div h3 {
} */
img, abbr, acronym, fieldset {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  backface-visibility: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1025px) {
  img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
  }
}
ul li {
  list-style-type: none;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
  min-height: 100vh;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #111;
  line-height: 1.75;
  text-align: left;
  background: #fff;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  color: #111;
  cursor: pointer !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
::selection {
  /*background: #389281;*/
  background: #111;
  color: #fff;
}
::-moz-selection {
  background: #111;
  color: #fff;
}
a img {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (hover:hover) {
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*---------------------------------------------
	General Settings
  ---------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex-grow: 1;
}
@media screen and (min-width: 520px) {
  .sponly {
    display: none;
  }
}
/*---------------------------------------------
	Header
  ---------------------------------------------*/
header {
  background: #fff;display: flex;
  justify-content: space-between;
}
header h1 {
  padding: 1em;
}
@media screen and (max-width: 519px) {
  header h1 {
    width: 400px;
    line-height: 1;
    position: relative;padding-bottom:2em;
  }
  header h1 img.logo1 {
    margin-left: -16px;margin-top:-8px;
  }
  header h1 img.logo2 {
    width: 200px;
    position: absolute;
    bottom: 16px;
    left: 4px;
  }
}
@media screen and (min-width: 520px)and (max-width: 959px) {
  header h1 a {
    display: flex;
    align-items: center;
  }
  header h1 img.logo1 {
    width: 150px;
  }
  header h1 img.logo2 {
    width: 200px;
  }
}
/*@media screen and (min-width: 520px) {
  header h1 img.logo2 {
    width: 250px;
  }
}*/
@media (min-width: 520px) and (max-width: 599px) {}
@media screen and (min-width: 600px) {
  header h1 img.logo1 {
    width: 200px;
  }
  header h1 img.logo2 {
    width: 250px;
  }
}
@media screen and (min-width: 960px)and (max-width: 1159px) {
  header h1 {
    width: 300px;
    line-height: 1;
  }
  header h1 img.logo1 {
    width: 180px;
  }
  header h1 img.logo2 {
    width: 200px;
  }
}
@media screen and (min-width: 1160px) {
  header h1 a {
    display: flex;
    align-items: center;
  }
  header h1 img.logo2 {
    width: 250px;
  }
}
@media screen and (min-width: 1260px) {
  header h1 img.logo2 {
    width: 300px;
  }
}
header .h_nav a {
  color: #004869;
}
@media screen and (max-width: 959px) {
  header ul.h_nav {
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 2em;
    flex-wrap: wrap;
  }
  header ul.h_nav li {
    margin-bottom: .5em;
    width: 100%;
  }
  header ul.h_nav li a {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    color: #004869;
    background: #fff;
    padding: .7em;
    border-radius: 3em;
  }
}
@media screen and (min-width: 960px) {
header {
  display: flex;
  justify-content: space-between;
}
  header {
    position: fixed;
    left: 0;
    background: #fff;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100px;
    box-shadow: 0 0 8px #ddd;
  }
  .headerspace {
    height: 100px;
  }
  header ul.h_nav {
    display: flex;
  }
  header ul.h_nav a {
    font-weight: bold;
  }
  header ul.h_nav li {
    margin-right: 2em;
    line-height: 100px;
    position: relative;
  }
  header ul.h_nav > li a::after {
    background-color: #7EB7D2;
    bottom: 20px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%;
  }
  header ul.h_nav li.recruite {
    margin-right: 0;
  }
  header ul.h_nav li.recruite a {
    background: #e83817;
    color: #fff;
    width: 120px;
    text-align: center;
    display: block;
  }
  header ul.h_nav li.recruite a::after {
    display: none;
  }
  header ul.h_nav li.nopc {
    display: none;
  }
}
@media screen and (min-width: 1160px) {
  header ul.h_nav li {
    margin-right: 2.5em;
    /*line-height: 100px;*/
  }
}
@media screen and (min-width: 1260px) {
  header ul.h_nav a {
    font-size: 1.1em;
  }
}
@media (hover:hover) {
  header ul.h_nav li a:hover::after {
    transform: scale(1, 1);
  }
  header ul.h_nav li.recruite a:hover {
    background: red;
  }
}
/*ハンバーガー*/
.l-drawer__checkbox {
  display: none;
}
@media screen and (max-width: 959px) { /*スマホ用メニュー*/
  /*ドロワー*/
  .l-drawer {
    position: relative;
    background: #fff;
  }
  .l-drawer__checkbox {
    display: none;
  }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    top: 20px;
    /* background: transparent;
    border-radius: 50%;*/
    background: #004869;
    /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);*/
  }
  .l-drawer__icon .menutext {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    text-align: center;
  }
  .l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    background: #fff;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 4px;
    margin: auto;
  }
  .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    content: '';
  }
  .l-drawer__icon-parts:before {
    top: 7px;
    bottom: auto;
  }
  .l-drawer__icon-parts:after {
    top: -7px;
    bottom: auto;
  }
  .l-drawer__overlay {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }
  .l-drawer__menu {
    background: #7EB7D2;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    /*right: 0;*/
    opacity: 0;
    right: -100%;
  }
  .l-drawer__menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-drawer__icon {
    z-index: 100;
  }
  .l-drawer__menu {
    z-index: 99;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0;
    opacity: 1;
  }
  .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
}
/*@media (min-width: 520px) and (max-width: 767px) {
  .l-drawer__icon {
    right: 20px;
    top: 20px;
  }
}*/
@media screen and (max-width: 519px) {
  .l-drawer__icon {
    right: 16px;
    top: 16px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer__icon, .l-drawer__checkbox, .pcnone {
    display: none;
  }
}
/*---------------------------------------------
	footer
  ---------------------------------------------*/
footer {}
/*フッターカラー*/
footer .foot_frame {
  background: #004869;
  border-top-right-radius: 3em;
  position: relative;
}
footer .f_nav {
  color: #fff;
  padding: 2em;
}
footer .f_nav a {
  color: #fff;
}
footer .f_nav ul {
  margin: 1em 0;
}
footer .f_nav li {
  padding-bottom: 8px;
}
footer .f_nav li a {
  display: inline-block;
  position: relative;
}
footer .f_nav li a:after {
  background-color: #E83817;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  width: 100%;
}
footer .f_nav .other li {
  font-size: .9em;
}
footer .f_nav .jigyo_number {
  font-size: .9em;
}
footer .corp_en {
  text-align: center;
  padding: 2em;
}
footer .recruite a {
  background: #e83817;
  padding: .5em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
}
footer .f_nav h3 {
  border-bottom: 1px solid #fff;
  font-size: .9em;
  padding-bottom: 10px;
  line-height: 1.3;
}
footer .f_nav h3 span {
  font-size: 2em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth"100;
  letter-spacing: 1px;
}
footer .f_nav > div {
  margin-bottom: 2em;
}
footer .mark {
  margin: 2em 0 .5em;
}
footer .mark img {
  width: 80px;
  margin-right: 6px;
}
@media screen and (max-width: 599px) {
  footer .f_logo {
    text-align: center;
    padding: 4em 2em 1em;
    width: 300px;
    margin: 0 auto;
  }
  footer .f_logo .logo1 {
    width: 180px;
  }
  footer .f_logo .logo2 {}
  footer .corp_en {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  footer .f_logo {
    padding: 4em 1em 1em;
    display: flex;
    align-items: center;
  }
  footer .f_logo .logo1 {
    width: 240px;
  }
  footer .f_logo .logo2 {
    width: 240px;
  }
  footer .f_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .f_nav > div {
    width: 45%;
  }
  footer .f_nav > div:last-child {
    width: 100%;
  }
  footer .corp_en {
    width: 340px;
    margin: 0 auto;
  }
  footer .recruite {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    line-height: 50px;
  }
}
@media screen and (min-width: 800px) {
  footer .corp_en {
    width: 400px;
  }
  footer .recruite {
    width: 200px;
    line-height: 60px;
  }
  footer .f_nav > div {
    width: auto;
    margin-right: 2em;
  }
  footer .f_nav > div:last-child {
    width: auto;
  }
  footer .f_nav > div:nth-child(4) {}
}
@media screen and (min-width: 960px) {
  footer .foot_frame {
    border-top-right-radius: 5em;
  }
  footer .f_logo .logo1 {
    width: 280px;
    margin-right: 1em;
  }
  footer .f_logo .logo2 {
    width: 300px;
  }
  footer .f_nav {
    flex-wrap: nowrap;
    max-width: 1260px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1260px) {
  footer .f_nav > div {}
  footer .f_nav > div:last-child {}
  footer .f_nav > div:nth-child(4) {}
}
@media (hover:hover) {
  footer .f_nav li a:hover:after {
    transform: scale(1, 1);
  }
  footer .recruite a:hover {
    background: red;
  }
}
/*グループ*/
footer .ryuseki_group {
  padding: 2em 0;
}
footer .ryuseki_group .ryuseki_logo {
  text-align: center;
  padding: 2em;
}
footer .ryuseki_group .group a {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  footer .ryuseki_group .group li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  footer .ryuseki_group .group a {
    display: block;
    padding: .5em 2em;
  }
}
@media screen and (min-width: 600px) {
  footer .ryuseki_group .group {
    display: flex;
    justify-content: center;
  }
  footer .ryuseki_group .group ul {
    margin: 0 1em
  }
  footer .ryuseki_group .group li {
    padding-bottom: 8px;
  }
  footer .ryuseki_group .group li a {
    display: inline-block;
    position: relative;
  }
  footer .ryuseki_group .group li a:after {
    background-color: #E83817;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  footer .ryuseki_group {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  footer .ryuseki_group .group ul {
    margin: 0 2em
  }
}
@media (hover:hover) {
  footer .ryuseki_group .group li a:hover:after {
    transform: scale(1, 1);
  }
}
/*---------------------------------
pagetop
--------------------------------*/
#page_top {
  position: fixed;
  right: 10px;
  bottom: -50px;
  /*border: 1px solid #ddd;*/
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#page_top.up {
  bottom: 10px;
}
#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-bottom: none;
}
#page_top a img {
  width: 100%;
}
/*---------------------------------------------
アニメーション
  ---------------------------------------------*/
/*すぐに*/
@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
/*スクロールすると*/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
  &.fadein-left {
    transform: translate(-30px, 0);
  }
  &.fadein-right {
    transform: translate(30px, 0);
  }
  &.fadein-up {
    transform: translate(0, 30px);
  }
  &.fadein-bottom {
    transform: translate(0, -30px);
  }
  &.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
@keyframes slideFromRight {
  0%, 60% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideUp {
  0%, 60% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideDown {
  0%, 60% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*注釈※付*/
.notearea {}
.notearea ul {
  margin-left: 1.1em;
  margin-right: 0;
  list-style: none;
}
.notearea ul li {
  position: relative;
}
.notearea ul li:before {
  content: "※";
  position: absolute;
  left: -1.1em;
}
/*---------------------------------------------
パンクズ
  ---------------------------------------------*/
.breadcrumbs {
  margin: 1em;
  z-index: 3;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs li {
  font-size: .85em;
  position: relative;
}
.breadcrumbs li:first-of-type {
  padding-left: 14px;
}
.breadcrumbs li:first-of-type::before {
  content: "";
  background-image: url("../img/common/bc_home.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 10px;
  background-size: 14px auto;
  background-position: center center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 4px;
}
.breadcrumbs li:not(:first-of-type) {
  padding-left: 20px;
}
.breadcrumbs li:not(:first-of-type)::before {
  content: "";
  background-image: url("../img/common/bc_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: 8px auto;
  vertical-align: middle;
  position: absolute;
  left: 6px;
  top: 5px;
}
.breadcrumbs li a {
  border-bottom: 1px solid #000;
}
/*---------------------------------------------
404
  ---------------------------------------------*/
.nopage {
  padding: 4em 2em;
}
.nopage h1 {
  text-align: center;
  font-size: 3em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth"100;
  letter-spacing: 1px;
  color: #7EB7D2;
  line-height: 3;
}
.nopage p {
  text-align: center;
  font-size: 1em;
}
.nopage .s_btn {
  width: 200px;
  margin: 2em auto 4em;
}
.nopage .s_btn a {
  background: #7eb7d2;
  color: #fff;
  display: block;
  padding: .5em;
  font-weight: bold;
  text-align: center;
  border-radius: 2em;
}
@media (hover:hover) {
  .nopage .s_btn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
/*---------------------------------------------
共通
  ---------------------------------------------*/
.width_l {
  max-width: 1260px;
  margin: 0 auto;
  display: block;
}
.width_m {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}
.width_s {
  max-width: 760px;
  margin: 0 auto;
  display: block;
}
.bg_lightblue {
  background: rgba(126, 183, 210, 0.20);
}
.bg_grey {
  background: rgba(179, 179, 180, 0.20);
}
/* リンクボタン */
.linkbtn {
  margin: 1em 0;
}
.linkbtn a {
  background: #f5cd27;
  border-radius: 2em;
  padding: .7em 3em .7em 2em;
  font-weight: bold;
  position: relative;
}
.linkbtn a:after {
  content: "";
  background-image: url("../img/top/arrow.svg");
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  /*.linkbtn {
    margin: 2em 0;
  }*/
}
@media (hover:hover) {
  .linkbtn a:hover {
    background: #000;
    color: #f5cd27;
  }
}