@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a[href^="tel:"] {
  cursor: default;
}

html {
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "meiryo", "MSゴシック", sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  color: #333;
  font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
}

body {
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-feature-settings: "palt";
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
nav {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

section {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a {
    transition: 0s;
  }
  a:hover {
    opacity: 1;
  }
}
b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

svg {
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}

table th {
  font-weight: normal;
}

ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/* ==================================================
	print
================================================== */
@media print {
  body {
    width: 1150px;
    transform: scale(0.9);
    transform-origin: 0 0;
    overflow-y: visible !important;
  }
  .js_fadein {
    opacity: 1;
    transform: translate(0, 0);
  }
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
  }
  [data-no-print] {
    display: none !important;
  }
}
/* ==================================================
	layout
================================================== */
.ly_contBase {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

.ly_contWide {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}

.ly_contNews {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.ly_sideMenu {
  width: 200px;
  flex-shrink: 0;
}
.ly_sideMenu_item {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 5px;
}
.ly_sideMenu_item a {
  display: block;
  color: #003264;
  font-weight: bold;
  background-color: #e5eaef;
  padding: 18px 0 15px 30px;
}
.ly_sideMenu_item a.active {
  background-color: #003264;
  color: #fff;
}

.ly_sideCont {
  width: 750px;
  margin-right: 50px;
}

@media screen and (min-width: 768px) {
  .ly_contWrap {
    padding-bottom: 336px;
    min-height: 100%;
    position: relative;
  }
  .ly_contWrap .ly_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ly_contNews {
    display: block;
  }
  .ly_sideMenu {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .ly_sideMenu_item {
    width: 49%;
  }
  .ly_sideMenu_item a {
    text-align: center;
    padding: 10px 0;
  }
  .ly_sideCont {
    width: 100%;
    margin-right: 0;
  }
}
/* ==================================================
	block
================================================== */
.bl_Links {
  width: 1000px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.bl_Links_list {
  display: flex;
  justify-content: space-between;
}
.bl_Links_tel {
  width: 48%;
  border: 2px solid #003264;
  padding: 24px 0;
}
.bl_Links_tel p {
  color: #003264;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_Links_tel p a {
  color: #003264;
  font-size: 3.8rem;
}
.bl_Links_tel p span {
  font-size: 1.4rem;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "meiryo", "MSゴシック", sans-serif;
}
.bl_Links_apply {
  width: 48%;
  position: relative;
}
.bl_Links_apply a {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #006bd1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bl_Links_list {
    flex-wrap: wrap;
  }
  .bl_Links_tel {
    width: 100%;
    margin-bottom: 20px;
  }
  .bl_Links_tel p {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bl_Links_tel p a {
    font-size: 2.4rem;
  }
  .bl_Links_tel p span {
    font-size: 1.2rem;
  }
  .bl_Links_apply {
    width: 100%;
  }
  .bl_Links_apply a {
    position: static;
    font-size: 2rem;
    padding: 24px 0;
    height: auto;
  }
}

/* ==================================================
	element
================================================== */
.el_ttl_01 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #003264;
  text-align: center;
  padding-bottom: 36px;
}
.el_ttl_01::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background-color: #003264;
}
.el_ttl_02 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  text-align: center;
  padding-bottom: 36px;
}
.el_ttl_02::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background-color: #fff;
}
.el_ttl_03 {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #003264;
  text-align: center;
  padding-bottom: 36px;
  line-height: 1.2;
}
.el_ttl_03 span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
}
.el_ttl_03::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background-color: #003264;
}
.el_btn_01 {
  display: block;
  width: 240px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #003264;
  padding: 17.5px 0;
}
.el_btn_02 {
  display: block;
  width: 240px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #003264;
  text-align: center;
  background-color: #fff;
  padding: 17.5px 0;
}
.el_link_external img {
  width: 16px;
  vertical-align: middle;
  margin-left: 8px;
}
.el_wip {
  font-size: 70%;
  display: block;
}
@media screen and (max-width: 767px) {
  .el_ttl_01 {
    padding-bottom: 20px;
  }
  .el_ttl_02 {
    padding-bottom: 20px;
  }
  .el_ttl_03 {
    padding-bottom: 20px;
  }
}

/* ==================================================
	helper
================================================== */
br.hp_activePc,
img.hp_activePc {
  display: block;
}

br.hp_activeSmp,
img.hp_activeSmp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.hp_activePc,
  img.hp_activePc {
    display: none;
  }
  br.hp_activeSmp,
  img.hp_activeSmp {
    display: block;
  }
}
.el_plainTxt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .el_plainTxt {
    font-size: 1.4rem;
  }
}

.hp_alignCenter {
  text-align: center;
}

.hp_alignCenterLeft {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hp_alignCenterLeft {
    text-align: left;
  }
}

.hp_alignRight {
  text-align: right;
}

.hp_alignRightLeft {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hp_alignRightLeft {
    text-align: left;
  }
}

.hp_clearboth {
  clear: both;
}

.hp_clearfix {
  content: "";
  display: block;
  clear: both;
}

.hp_textIndent16-14 {
  text-indent: -16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .hp_textIndent16-14 {
    text-indent: -14px;
    padding-left: 14px;
  }
}

.hp_lineHeight2 {
  line-height: 2;
}

.hp_mb35-25 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .hp_mb35-25 {
    margin-bottom: 25px;
  }
}

.hp_mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hp_mb40 {
    margin-bottom: 20px;
  }
}

.hp_mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hp_mb60 {
    margin-bottom: 30px;
  }
}

.hp_mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .hp_mb80 {
    margin-bottom: 40px;
  }
}

.hp_displayIb {
  display: inline-block;
}

/* ==================================================
	Header
================================================== */
.ly_header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transition: all ease 0.5s;
}
.ly_header.scroll {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.ly_header.scroll img:first-child {
  opacity: 0;
}
.ly_header.scroll img:nth-child(2) {
  opacity: 1;
}
.ly_header.scroll .ly_nav_item a {
  color: #003264;
}
.ly_header_inner {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  max-width: 94%;
  margin: 0 auto;
  height: 100%;
}
.ly_header_logo {
  width: 350px;
  max-width: 45%;
  position: relative;
}
.ly_header_logo a {
  display: block;
  height: 100%;
}
.ly_header_logo img {
  max-width: 350px;
  width: 100%;
  padding: 0 30px 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: opacity ease 0.5s;
}
.ly_header_logo img:first-child {
  opacity: 1;
}
.ly_header_logo img:nth-child(2) {
  opacity: 0;
}

.ly_nav {
  width: 55%;
  height: 100%;
}
.ly_nav_inner {
  height: 100%;
}
.ly_nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 2%;
}
.ly_nav_item a {
  font-size: 1.8rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ly_header {
    display: block;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .ly_header_inner {
    display: block;
    max-width: 100%;
  }
  .ly_header_logo {
    width: calc(100% - 70px);
    max-width: none;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ly_header_logo img {
    padding: 0 15px;
  }
  .ly_nav {
    padding-right: 0;
    width: 100%;
  }
  .ly_nav_inner {
    display: none;
    background-color: rgba(0, 50, 100, 0.9);
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 80px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .ly_nav_list {
    display: block;
    height: auto;
  }
  .ly_nav_item {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .ly_nav_item a {
    display: block;
    padding: 20px 0 15px;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
  }
  .js_scroll_prevent {
    position: fixed;
    z-index: -20;
    width: 100%;
    height: 100%;
  }
  .js_nav_toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .js_nav_toggle div {
    position: relative;
    margin: 0 auto 0 auto;
    width: 36px;
  }
  .js_nav_toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  .js_nav_toggle span:nth-child(1) {
    top: 16px;
  }
  .js_nav_toggle span:nth-child(2) {
    top: 28px;
  }
  .js_nav_toggle span:nth-child(3) {
    top: 40px;
  }
  .ly_header.scroll .js_nav_toggle span {
    background-color: #003264;
  }
  .ly_nav.open .js_nav_toggle span:nth-child(1) {
    top: 26px;
    transform: rotate(405deg);
  }
  .ly_nav.open .js_nav_toggle span:nth-child(2) {
    width: 0;
  }
  .ly_nav.open .js_nav_toggle span:nth-child(3) {
    top: 26px;
    transform: rotate(-405deg);
  }
  .js_navClose_wrap {
    cursor: pointer;
    border: #fff 1px solid;
    padding: 10px 12px;
    width: 194px;
    margin: 20px auto 0 auto;
    z-index: 99;
    display: flex;
  }
  .js_navClose_wrap p {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    padding-top: 6px;
    color: #fff;
  }
  .js_btn_navClose {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .js_btn_navClose div {
    position: relative;
    margin: 0 auto 0 auto;
  }
  .js_btn_navClose span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  .js_btn_navClose span:nth-child(1) {
    top: 15px;
    transform: rotate(405deg);
  }
  .js_btn_navClose span:nth-child(2) {
    top: 15px;
    transform: rotate(-405deg);
  }
}
/* ==================================================
	Sub Header
================================================== */
.ly_subHeader {
  margin-bottom: 20px;
  height: 350px;
  background-color: #006bd1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.ly_subHeader._recruit {
  background-image: url(../img/recruit/bg_subheader.jpg);
}
.ly_subHeader._company {
  background-image: url(../img/about/bg_subheader.jpg);
}
.ly_subHeader._works {
  background-image: url(../img/works/bg_subheader.jpg);
}
.ly_subHeader._worksChild {
  background-image: url(../img/works/bg_subheader.jpg);
  margin-bottom: 0;
}
.ly_subHeader._mini {
  height: 280px;
}
.ly_subHeader._mini .ly_subHeader_ttl {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 3.2rem;
}
.ly_subHeader_inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.ly_subHeader_ttl {
  color: #fff;
  font-size: 5rem;
  font-family: "游明朝", YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  text-align: center;
  padding-bottom: 70px;
}
.ly_subHeader_ttl span {
  display: block;
  font-size: 2.4rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.ly_subHeader_bread {
  display: flex;
}
.ly_subHeader_breadItem {
  position: relative;
  margin-right: 25px;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.ly_subHeader_breadItem a {
  color: #006bd1;
}
.ly_subHeader_breadItem::after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
}
.ly_subHeader_breadItem:last-of-type {
  margin-right: 0;
  flex-shrink: 1;
}
.ly_subHeader_breadItem:last-of-type::after {
  content: "";
}
.ly_subHeader_txt {
  position: absolute;
  bottom: 30px;
}
.ly_subHeader_txt.__2Line {
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .ly_subHeader {
    height: auto;
    padding-top: 60px;
    margin-bottom: 10px;
  }
  .ly_subHeader._worksChild {
    margin-bottom: 0;
  }
  .ly_subHeader._mini {
    height: auto;
  }
  .ly_subHeader._mini .ly_subHeader_ttl {
    font-size: 2.1rem;
  }
  .ly_subHeader_inner {
    height: 140px;
    background-position: 90% bottom;
  }
  .ly_subHeader_ttl {
    font-size: 4rem;
    padding-bottom: 40px;
    line-height: 1.2;
  }
  .ly_subHeader_ttl span {
    font-size: 1.6rem;
  }
  .ly_subHeader_breadItem {
    font-size: 1.1rem;
  }
  .ly_subHeader_txt {
    position: static;
    margin-top: 50px;
    font-size: 1.4rem;
  }
}

/* ==================================================
	footer
================================================== */
.ly_footer {
  padding: 50px 0 30px;
  background-color: #003264;
  color: #fff;
}
.ly_footer a {
  color: #fff;
  line-height: 30px;
}
.ly_footer_inner {
  width: 1000px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.ly_footer_logo {
  width: 320px;
  max-width: 37%;
}
.ly_footer_logo p {
  font-size: 1.4rem;
  padding-top: 15px;
}
.ly_footer_group {
  display: inline-block;
  padding-top: 15px;
}
.ly_footer_group a {
  background-color: #fff;
  padding: 10px 20px 12px;
  display: flex;
  align-items: center;
}
.ly_footer_group a span {
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 5px;
}
.ly_footer_group a:first-child {
  height: 52px;
  margin-bottom: 10px;
}
.ly_footer_group a:first-child img {
  height: 40px;
  margin-right: 20px;
}
.ly_footer_group a:first-child br {
  display: none;
}
.ly_footer_group a:nth-child(2) {
  height: 42px;
  margin-bottom: 10px;
}
.ly_footer_group a:nth-child(2) img {
  width: 140px;
  margin: 0 0 0px 5px;
}
.ly_footer_group a:nth-child(3) {
  height: 42px;
  margin-bottom: 20px;
}
.ly_footer_group a:nth-child(3) img {
  width: 140px;
  margin: 0 0 0px 5px;
}
.ly_footer_list {
  width: 60%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 30px;
}
.ly_footer_ttl a {
  font-weight: bold;
  font-size: 1.6rem;
}
.ly_footer_ttl._alt {
  padding-bottom: 10px;
}
.ly_footer_childList a {
  font-size: 1.4rem;
}
.ly_footer_copyright {
  width: 1000px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .ly_footer a {
    line-height: inherit;
  }
  .ly_footer_inner {
    display: block;
  }
  .ly_footer_logo {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .ly_footer_logo p {
    font-size: 1.2rem;
  }
  .ly_footer_group a {
    padding: 8px 16px 12px;
  }
  .ly_footer_group a:first-child {
    padding: 7px 12px 8px;
  }
  .ly_footer_group a:first-child img {
    margin-right: 12px;
  }
  .ly_footer_group a:first-child br {
    display: block;
  }
  .ly_footer_group a:nth-child(2) {
    margin-bottom: 10px;
    height: auto;
    display: block;
    padding: 7px 12px 8px;
  }
  .ly_footer_group a:nth-child(2) img {
    margin-left: 0;
  }
  .ly_footer_group a:nth-child(3) {
    margin-bottom: 0;
    height: auto;
    display: block;
    padding: 7px 12px 8px;
  }
  .ly_footer_group a:nth-child(3) img {
    margin-left: 0;
  }
  .ly_footer_group span {
    text-align: left;
  }
  .ly_footer_list {
    width: 100%;
    display: block;
    padding: 40px 0 30px;
  }
  .ly_footer_item_inner {
    border-bottom: 1px solid #fff;
  }
  .ly_footer_item:first-child {
    border-top: 1px solid #fff;
  }
  .ly_footer_ttl a {
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px;
  }
  .ly_footer_ttl.el_item_ac {
    display: inline-block;
    width: 80%;
  }
  .ly_footer_ttl._alt {
    padding-bottom: 0;
  }
  .ly_footer_btn {
    float: right;
    background-color: #5257b1;
    width: 20%;
    height: 42px;
    cursor: pointer;
    position: relative;
  }
  .ly_footer_btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f107";
    color: #ccc;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ly_footer_btn.js_ac_active::after {
    content: "\f106";
  }
  .ly_footer_childList {
    display: none;
    padding-bottom: 10px;
  }
  .ly_footer_childList li {
    padding: 5px 10px;
  }
  .ly_footer_copyright {
    text-align: center;
  }
  .ly_footer_copyright small {
    font-size: 1.2rem;
  }
}
.ly_gotop a {
  display: block;
  position: fixed;
  bottom: -200px;
  right: 20px;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.8);
  width: 70px;
  height: 70px;
  padding-top: 10px;
  transition: all 0.5s ease;
}
.ly_gotop.scroll a {
  bottom: 30px;
}
.ly_gotop img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

/* ==================================================
	fadein エフェクト 未使用
================================================== */
.js_fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.js_fadein.js_effectScroll {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=common.css.map */