@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 就労継続支援B型 アビーム
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-abeam::before {
  content: "";
  display: block;
  background: url("../../_images/abeam/abeam-bg.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-position: bottom;
}

body.page-abeam-blog::before {
  content: "";
  display: block;
  background: url("../../_images/_common/bg.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-position: bottom;
}

/* ****************************************************************************************************
   * アビームコンテンツ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#side-nav {
  position: fixed;
  top: 166px;
  right: 0;
  z-index: 2;
}

body.header-active #side-nav {
  top: 97px;
  transition: 0.1s;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #side-nav {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 2;
  }
  body.header-active #side-nav {
    top: 50px;
    transition: 0.1s;
  }
}

.dropmenu {
  width: 240px;
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
  border-radius: 0 0 0 10px;
}
.dropmenu li {
  position: relative;
}
.dropmenu li a {
  display: block;
  margin: 0;
  padding: 13px 15px;
  font-size: 14px;
  line-height: 1;
  background: #333333;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0 0 0 10px;
}
.dropmenu li:hover a {
  border-radius: 0;
}
.dropmenu li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.dropmenu li ul {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 100%;
  left: 0;
}
.dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.dropmenu li ul li a{
  border-top: 1px solid #dddddd;
  background: #1680c3;
  color: #fff;
    border-radius: 0;
}
.dropmenu li ul li a:after {
  content: none;
}
.dropmenu li ul li:first-child a{
  border-top: none;
}
@media screen and (min-width: 601px) {
  .dropmenu li:hover a:after {
    transform: rotate(180deg);
    transition: .1s;
  }
  .dropmenu li:hover ul li{
    overflow: visible;
    height: 40px;
  }
  .dropmenu li ul li a:hover {
    background: #1b1464;
    transition: .5s;
  }
}
@media screen and (max-width: 600px) {
  .dropmenu li.active_sp a:after {
    transform: rotate(180deg);
    transition: .1s;
  }
  .dropmenu li.active_sp ul li{
    overflow: visible;
    height: 40px;
  }
}


/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-abeam
#breadcrumb {
  margin-top: 40px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-nengajo
  #breadcrumb {
    margin: 0;
    padding-top: 40px;
  }
}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-abeam .visual {
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
}

body.layout-abeam .visual::after {
  content: "";
  display: block;
  background: url("../../_images/abeam/catch-logo.png") no-repeat;
  background-position: right bottom;
  width: 999px;
  height: 345px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

body.layout-abeam .visual .body {
  max-width: 1080px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-100%);
}


body.layout-abeam .visual .icon {
  position: absolute;
  top: 10%;
  left: 0;
  transform: translateY(-50%);
}


body.layout-abeam .visual .catch {
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

body.layout-abeam .visual .catch .title {
  text-align: center;
  font-size: 4.8rem;
  position: relative;
  display: block;
  line-height: 1.4;
}
body.layout-abeam .visual .catch .title span {
  font-size: 2.4rem;
  display: block;
  padding: 0;
}

body.layout-abeam .visual .catch p {
  font-size: 1.8rem;
  line-height: 1.6;
}

body.layout-abeam .visual .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

body.layout-abeam .visual {
  min-height: 360px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin-top: 0;
}
body.layout-abeam .visual::after {
  content: "";
  display: block;
  background: url("../../_images/abeam/catch-logo.png") no-repeat;
  background-position: right bottom;
  width: 249px;
  height: 86px;
  background-size: 249px 86px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
body.layout-abeam .visual .body {
  max-width: 1080px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}

body.layout-abeam .visual .icon {
  position: absolute;
  top: -15%;
  left: 5%;
  transform: translateY(-50%);
}

body.layout-abeam .visual .icon img {
  width: 80px;
}


body.layout-abeam .visual .catch .title {
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  display: block;
  line-height: 1.4;
}
body.layout-abeam .visual .catch .title span {
  font-size: 2.0rem;
  display: block;
}

body.layout-abeam .visual .catch p {
  font-size: 1.4rem;
  line-height: 1.6;
}


body.layout-abeam .visual .catch .text-1 {
  color:#fc4f1e;
  font-size: 5.0rem;
  font-family: 'Mryiad';
  line-height: 1.0;
}

body.layout-abeam .visual .catch .text-2 {
  margin-top: 0;
  font-size: 2.0rem;
  font-weight: bold;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.layout-abeam .visual {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  margin-top: 0;
}
body.layout-abeam .visual .catch {
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 背景画像
/* ------------------------------------------------------------------------------------------------- */

body.layout-abeam .visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  max-width: 980px;
  padding-left:40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

.title {
  color: #1b1464;
}
.title span {
  position: relative;
  display: inline-block;
  padding-left:2em;
}
.title span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.title-1 {
  border-bottom: 2px solid #b8ebff;
}
.title-1::before {
  background: #1680c3;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .title span {
    position: relative;
    display: inline-block;
    padding-left:1.5em;
  }
  .title span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ****************************************************************************************************
   * 就労継続支援B型 アビーム ／アビームにご相談したいことやお見積のご依頼はこちらから！
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#information {
  position: relative;
  width: 100%;
}

#information::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(0%);
  z-index: -1;
}

#information .inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

#information .body {
  padding: 0 !important;
}

#information .logo {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #information {
    position: relative;
    width: 100%;
    padding: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトルエリア
/* ------------------------------------------------------------------------------------------------- */

#information .title-area {
  max-width: 500px;
  margin: 20px auto 0;
}

#information .title-area .title-2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

#information .caption {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}

#information .images {
  text-align: center;
}

#information .images img {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #information .title-area .title-2 {
    text-align: center;
    font-size: 1.8rem;
  }
  
  #information .caption {
    font-size: 1.8rem;
  }
}

/* ****************************************************************************************************
   * ニュース
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#news {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #fff;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#news ul {
  max-width: 890px;
  margin: 0 auto;
}

#news ul li {
  font-size: 1.6rem;
}

#news ul li ~ li {
  margin-top: 1em;
}

#news ul li a {
  display: flex;
  justify-content: flex-start;
  transition: 0.3s;
}
#news ul li a:hover {
  background: #e5e5e5;
}

#news ul li time {
  margin-right: 30px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#news ul li a {
  display: block;
  justify-content: flex-start;
  transition: 0.3s;
}
#news ul li a:hover {
  background: #e5e5e5;
}

#news ul li time {
  display: block;
  margin-right: 0;
}

}

/* ****************************************************************************************************
   * ナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  background: rgb(255,255,255);
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.service .page-nav {}

.service .page-nav ul.layout-flex {}

.service .page-nav ul.layout-flex li {
  text-align: center;
}

.service .page-nav ul.layout-flex a {
  position: relative;
}
.service .page-nav ul.layout-flex li a::before {
  content: "";
  display: block;
  margin: 0 auto;
}

.service .page-nav ul.layout-flex p {
  text-align: center;
  line-height: 1.2;
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service .page-nav ul.layout-flex li {
    width: 25%;
    text-align: center;
  }
  .service .page-nav ul.layout-flex li:nth-child(n+5) {
    margin-top: 20px;
  }
}

/* --アイコン----------------------------------------------------------*/

.service .page-nav ul.layout-flex li.item-1 a::before {
  background: url("../../_images/abeam/nav-menu-01.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-1:hover a::before {
  background: url("../../_images/abeam/nav-menu-01.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-2 a::before {
  background: url("../../_images/abeam/nav-menu-02-off.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-2:hover a::before {
  background: url("../../_images/abeam/nav-menu-02.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-3 a::before {
  background: url("../../_images/abeam/nav-menu-03-off.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-3:hover a::before {
  background: url("../../_images/abeam/nav-menu-03.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-4 a::before {
  background: url("../../_images/abeam/nav-menu-04-off.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-4:hover a::before {
  background: url("../../_images/abeam/nav-menu-04.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-5 a::before {
  background: url("../../_images/abeam/nav-menu-05-off.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-5:hover a::before {
  background: url("../../_images/abeam/nav-menu-05.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-6 a::before {
  background: url("../../_images/abeam/nav-menu-06-off.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-6:hover a::before {
  background: url("../../_images/abeam/nav-menu-06.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-7 a::before {
  background: url("../../_images/abeam/nav-menu-07-off.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-7:hover a::before {
  background: url("../../_images/abeam/nav-menu-07.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-8 a::before {
  background: url("../../_images/abeam/nav-menu-08-off.png") no-repeat;
  width: 51px;
  height: 51px;
}
.service .page-nav ul.layout-flex li.item-8:hover a::before {
  background: url("../../_images/abeam/nav-menu-08.png") no-repeat;
  width: 51px;
  height: 51px;
}


/* ****************************************************************************************************
   * abeamとは
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.abeam {
  position: relative;
  margin-top: 300px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.abeam .title span::before {
  background: url("../../_images/abeam/nav-menu-01.png") no-repeat;
  width: 51px;
  height: 51px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
  .abeam {
    position: relative;
    margin-top: 150px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }

  .abeam .title span::before {
    background: url("../../_images/abeam/nav-menu-01.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.abeam .contents.layout-2 {}

.abeam .contents.layout-2 .content {
  width: 50%;
  margin-right: 1%;
}

.abeam .contents.layout-2 .images {
  width: 49%;
  text-align: center;
}

.abeam .list ul.style {}
.abeam .list ul.style li {
  display: table;
}
.abeam .list ul.style span {
  display: table-cell;
  color: #1680c3;
}


.abeam .list .images {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .abeam .contents.layout-2 .content {
    width: 100%;
    margin-right: 0;
  }
  .abeam .contents.layout-2 .images {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
}

/* ****************************************************************************************************
   * 利用したいと思ったら
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.guide {
  position: relative;
  margin-top: 300px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.guide .title span::before {
  background: url("../../_images/abeam/nav-menu-02.png") no-repeat;
  width: 51px;
  height: 51px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

  .guide {
    position: relative;
    margin-top: 150px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }

  .guide .title span::before {
    background: url("../../_images/abeam/nav-menu-02.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.guide .images {
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.guide .list ul.style {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.guide .list ul.style li {
  display: table;
}
.guide .list ul.style span {
  display: table-cell;
  color: #1680c3;
}


/* ****************************************************************************************************
   * センパイの声
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.voice {
  position: relative;
  margin-top: 300px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.voice .title span::before {
  background: url("../../_images/abeam/nav-menu-03.png") no-repeat;
  width: 51px;
  height: 51px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

  .voice {
    position: relative;
    margin-top: 150px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }

  .voice .title span::before {
    background: url("../../_images/abeam/nav-menu-03.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.voice .box {
  max-width: 500px;
  margin: 20px auto;
}

.voice .item {}

.voice .item ~ .item {
  margin-top: 20px;
}

.voice .item .icon {
  width: 15%;
}

.voice .item .detail {
  width: 83%;
  margin-left: 2%;
  position: relative;
  border:1px solid #989898;
  border-radius: 10px;
  padding: 20px 35px;
  box-shadow: -5px 4px 0px 0px rgba(152, 152, 152, 1);
}

.voice .item .detail::before {
  content: "";
  display: block;
  background: url("../../_images/abeam/fukidashi-icon.png") no-repeat;
  width: 23px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .voice .box {
    max-width: 500px;
    margin: 20px auto;
  }
  
  .voice .item.layout-2 {
    display: flex;
    align-items: center;
  }
  .voice .item .icon {
    width: 15%;
  }
  .voice .item .icon img {
    width: 27px;
  }

  .voice .item .detail {
    width: 83%;
    margin-left: 2%;
    position: relative;
    border:1px solid #989898;
    border-radius: 10px;
    padding: 10px;
    box-shadow: -5px 4px 0px 0px rgba(152, 152, 152, 1);
  }
  
  .voice .item .detail::before {
    content: "";
    display: block;
    background: url("../../_images/abeam/fukidashi-icon.png") no-repeat;
    width: 23px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
  }
}

/* ****************************************************************************************************
   * よくある質問
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq {
  position: relative;
  margin-top: 300px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.faq .title span::before {
  background: url("../../_images/abeam/nav-menu-04.png") no-repeat;
  width: 51px;
  height: 51px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

  .faq {
    position: relative;
    margin-top: 150px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }
  .faq .title span::before {
    background: url("../../_images/abeam/nav-menu-04.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.faq .title-1 {}

.faq .title-1 span {
  position: relative;
  padding-left: 2.55em;
}
.faq .title-1 span::before {
  content: "Q";
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.0;
  color: #1b1464;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .title-1 span {
    position: relative;
    padding-left: 2em;
  }
  .faq .title-1 span::before {
    content: "Q";
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.0;
    color: #1b1464;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ****************************************************************************************************
   * 印刷について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.printing {
  position: relative;
  margin-top: 300px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.printing .title span::before {
  background: url("../../_images/abeam/nav-menu-05.png") no-repeat;
  width: 51px;
  height: 51px;
}

.printing .align-c.color-1 {
  color: #1b1464;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .printing {
    position: relative;
    margin-top: 150px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }
  .printing .title span::before {
    background: url("../../_images/abeam/nav-menu-05.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.printing .contents.layout-2 {}

.printing .contents.layout-2 .content {
  width: 50%;
  margin-right: 1%;
}

.printing .contents.layout-2 .images {
  width: 49%;
  text-align: center;
}

.printing .list .images {
  text-align: center;
}

.printing .contents.layout-flex-2 .content .text a {
  color: #3333ff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .printing .contents.layout-2 .content {
    width: 100%;
    margin-right: 0;
  }
  .printing .contents.layout-2 .images {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
}



/*--主要取引先一覧-----------------------------------------------*/

#partners {
  padding-top: 160px;
}

#partners .title-1::before {
  display: none;
}

#partners .title-1 small {
  font-size: 1.6rem;
  padding-left: 1em;
}

#partners ul.layout-flex-2 > :nth-child(n+3) {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #partners {
    padding-top: 60px;
  }
  #partners ul.layout-flex-2 > * ~ * {
    margin-top: 0;
  }
}

/* ****************************************************************************************************
   * 受注作業について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.work {
  position: relative;
  margin-top: 300px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.work .title span::before {
  background: url("../../_images/abeam/nav-menu-06.png") no-repeat;
  width: 51px;
  height: 51px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .work {
    position: relative;
    margin-top: 150px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }
  .work .title span::before {
    background: url("../../_images/abeam/nav-menu-06.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.work .contents.layout-2 {}

.work .contents.layout-2 .content {
  width: 39%;
  margin-right: 1%;
}

.work ul.style {}
.work ul.style li {
  display: table;
}
.work ul.style span {
  display: table-cell;
  color: #1680c3;
}
.work .contents.layout-2 .images {
  width: 60%;
  text-align: center;
}

.work .layout-flex-2 {
  max-width: 780px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.work .layout-flex-2 .images {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .work .contents.layout-2 .content {
    width: 100%;
    margin-right: 0;
  }
  .work .contents.layout-2 .images {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
}

/* ****************************************************************************************************
   * オリジナル水引製品
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.product {
  position: relative;
  margin-top: 300px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.product .title span::before {
  background: url("../../_images/abeam/nav-menu-08.png") no-repeat;
  width: 51px;
  height: 51px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .product {
    position: relative;
    margin-top: 150px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }
  .product .title span::before {
    background: url("../../_images/abeam/nav-menu-08.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.product .images {
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * リンク
/* ------------------------------------------------------------------------------------------------- */

.product .link-btn {}

.product .link-btn a {
  display: inline-block;
}

.product .link-btn a span {
  display: block;
  color: #3333ff;
}


/* ****************************************************************************************************
   * お見積り・お問い合せ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.contact-form {
  position: relative;
  margin-top: 300px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.contact-form .title span::before {
  background: url("../../_images/abeam/nav-menu-07.png") no-repeat;
  width: 51px;
  height: 51px;
}

.contact-form .title-1::before {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .contact-form {
    position: relative;
    margin-top: 150px;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }
  .contact-form .title span::before {
    background: url("../../_images/abeam/nav-menu-07.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  #contact-form-2 > .body {
    padding: 0 !important;
  }
}


/* ****************************************************************************************************
   * お問い合わせフォーム
**************************************************************************************************** */

#contact-form-2 {
  padding-top: 60px;
}

/* ----------------------------------------------------------------------------------------------------
   * 入力　確認　完了
/* ------------------------------------------------------------------------------------------------- */

#main *[class*="mwblock-"],
#main *[class*="mwinline-"] {
  display: none;
}

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
/*  margin-top: 40px;*/
}

#main .mw_wp_form_input .mwblock-input {
  display: block;
/*  margin-top: 40px;*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
}
#main .mw_wp_form_input .mwblock-input {
  display: block;
}

}

#main .mw_wp_form_input .mwblock-input a {
  display: block;
  text-align: center;
  color:#00d2ff;
  text-decoration: underline;
}
#main .mw_wp_form_input .mwblock-input a:hover {
  text-decoration: none;
}

#main .mw_wp_form_preview .mwinline-preview {
  display: inline;
}

#main .mw_wp_form_input .mwinline-input {
  display: inline;
}


#main .mw_wp_form_input .mwblock-message a {
  color: #3f9d16;
}
#main .mw_wp_form_input .mwblock-message a:hover {
  color: #3f9d16;
  text-decoration: underline;
}

/* ****************************************************************************************************
   * メールフォームからのお問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main-contents input {
  max-width: 100%;
  background: #ededef;
  padding: 0.5em;
  border: 0px;
  border-top: 1px solid #51535b;
  border-left: 1px solid #51535b;
}

#main-contents input[type="text"],
#main input[type="email"],
#main input[type="tel"] {
}

#main input[name="pref"] {
  width: 10em;
}

#main input[name="zip"] {
  width: 20em;
}

#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="fax"] {
  width: /*15em*/80%;
}

#main input[name="company"],
#main input[name="companykana"],
#main input[name="busyo"],
#main input[name="position"],
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr1"],
#main input[name="addr2"],
#main input[name="addr3"] {
  width: /*25em*/80%;
}


#main textarea {
  width: 100%;
  height: auto;
  background: #ededef;
  border: 0px;
  border-top: 1px solid #51535b;
  border-left: 1px solid #51535b;

}

#main .mw_wp_form_input .require th {
  position: relative;
}
#main .mw_wp_form_input .require th:after {
  content: '※';
  display: inline;
  color: #f00;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main input[name="zip"] {
  width: 90%;
}

#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="fax"] {
  width: 100%;
}
#main input[name="company"],
#main input[name="companykana"],
#main input[name="busyo"],
#main input[name="position"],
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr1"],
#main input[name="addr2"],
#main input[name="addr3"] {
  width: 100%;
}

}

/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
}

#main .form-button .btn {
  position: relative;
  z-index: 1;
  width: 240px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 15px 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background: #666666;
  border: 1px solid #666666;
  border-radius: 0;
  transition: 0.3s;
}

#main .form-button .btn > * {
  display: block;
  position: relative;
  z-index: 1;
}

#main .form-button .btn::before {
  display: none;
}

#main .form-button .btn::after {}

#main .form-button .btn:hover {
  cursor: pointer;
  opacity: 0.7;
  transform: 0.3s;
}

#main .form-button .btn:hover:after {}

/* ----------------------------------------------------------------------------------------------------
   * 戻る
/* ------------------------------------------------------------------------------------------------- */

#main .form-button .btn-1 {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  padding: 15px 1em;
  font-weight: bold;
  line-height: 1.5;
  border: 0;
}

#main .form-button .btn-1 > * {
  display: block;
  position: relative;
  z-index: 1;
}

#main .form-button .btn-1::before {
  display: none;
}

#main .form-button .btn-1::after {
  display: none;
}
#main .form-button .btn-1:hover {
  cursor: pointer;
  opacity: 0.7;
  transform: 0.3s;
}

#main .form-button .btn-1:hover:after {
  left: 0.8em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .form-button .btn-1 {
  margin-bottom: 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

.contact-form table {}

.contact-form table > tbody > tr > th[scope="row"] {
  vertical-align: middle;
  border: 0;
}
.contact-form table > tbody > tr > td {
  border: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.contact-form table {}

.contact-form table > tbody > tr > th[scope="row"] {
  border-bottom: none;
}

.contact-form table > tbody > tr > td {
  margin-bottom: 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * トップページへ戻るボタン
/* ------------------------------------------------------------------------------------------------- */

.contact-form .btn {}

.contact-form .btn::after {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: 0.2s left;
  left: 40px;
  right: auto;
}

.contact-form .btn:hover:after {
  left: 1.2em;
}


/* ****************************************************************************************************
   * 就労継続支援B型事業所　abeam（アビーム）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.info {
  position: relative;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

.info .body {
  max-width: 980px !important;
  border-top: 1px solid #999999;
  padding: 0 40px !important;
}

.info .body > .column {
  margin-top: 40px;
}

.info .title-1 {
  font-weight: bold;
}
.info .title-1::before {
  display: none;
}

.info .map {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.info .images {
  text-align: center;
}

/* ****************************************************************************************************
   * アビームブログ 一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#abeam-blog {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0.0000001) 100%);
}

#abeam-blog .body {
  padding: 0 50px !important;
}

#abeam-blog .item-1 {
  padding-bottom: 100px;
}

body.page-abeam-blog .title {
  line-height: 1.4;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#abeam-blog ul {}

#abeam-blog ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
}

#abeam-blog ul li ~ li {
  margin-top: 10px;
}

#abeam-blog ul li a {
  color: #fff;
}

#abeam-blog ul li a:hover {
  opacity: 0.5;
}

#abeam-blog ul li .day {
  width: 7em;
  font-size: 1.6rem;
  color: #333333;
  margin-right: 10px;
}

#abeam-blog ul li .text {
  width: 80%;
  font-size: 1.6rem;
  color: #333333;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #abeam-blog ul li {
    display: block;
    justify-content: flex-start;
    align-items: center;
  }
  #abeam-blog ul li a {}
  #abeam-blog ul li .day {
    width: 7em;
    font-size: 1.6rem;
    color: #333333;
    margin-right: 10px;
  }
  
  #abeam-blog ul li .text {
    display: block;
    width: 100%;
    margin-top: 1em;
    font-size: 1.6rem;
    color: #333333;
  }

}
/* ****************************************************************************************************
   * あかりブログ 詳細
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#abeam-blog-single {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0.0000001) 100%);
}

#abeam-blog-single .body {
  padding: 0 50px !important;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#abeam-blog-single .day {
  margin-top: 0.5em;
  display: block;
}

#abeam-blog-single .content img {
  display: block;
  margin: 0 auto;
}

#abeam-blog-single .link-btn .btn {
  color: #0000ff;
  font-size: 1.2rem;
}



/* ****************************************************************************************************
   * 年賀状印刷
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-nengajo
#main {
  background: #fff;
}

.nengajyo {
  position: relative;
  padding-top: 110px;
  padding-bottom: 100px;
  background: rgb(255,255,255);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .nengajyo {
    position: relative;
    padding-top: 110px;
    padding-bottom: 100px;
    background: rgb(255,255,255);
  }
  .nengajyo .title span {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.nengajyo ul li a {
  color: #0000ff;
}

.nengajyo .images a {
  transition: 0.6s;
}
.nengajyo .images a:hover {
  opacity: 0.7;
}


/* ****************************************************************************************************
   * お問い合わせ先
**************************************************************************************************** */

body.page-nengajo
.info {
  padding-bottom: 40px;
}

body.page-nengajo
.info .body {
  border: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

body.page-nengajo
.info .link-btn .btn {
  color: #0000ff;
  font-size: 1.2rem;
  transition: 0.6s;
}

body.page-nengajo
.info .link-btn .btn-1 {
  transition: 0.6s;
}
body.page-nengajo
.info .link-btn .btn-1:hover {
  opacity: 0.7;
}

body.page-nengajo
.info .link-btn ~ .link-btn {
  margin-top: 100px;
}

