@charset "utf-8";
/* CSS Document */

/* google webfont */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,900;1,900&display=swap');

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-sans-jp-black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}



/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Black.otf') format('opentype');
}

/* 明朝体 */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Black.otf') format('opentype');
}

/* Myriad Pro*/
@font-face {
  font-family: 'Mryiad';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/myriad/myriad-apple-bold-italic.woff') format('woff'),
       url('../../_font/myriad/myriad-apple-bold-italic.otf') format('opentype');
}


/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

.br-pc {
  display: block;
}

[pc-tab] {
  display: block;
}

[tab] {
  display: none !important;
}

[tab-nav] {
  display: none !important;
}
[tab960] {
  display: none !important;
}


@media screen and (min-width:736px) {
  [sp] {
  display: none !important;
  }
}

@media (min-width:1100px) {
  [sp] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}
@media (min-width:1101px) {
  [sp-nav] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}

@media (max-width:1180px) {
  [pc] {
  display: none !important;
  }
  [tab] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  [tab-nav] {
  display: block !important;
  }
  [pc-tab] {
  display: none !important;
  }
  
  [tab960] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.br-sp {
  display: block;
}

.br-pc {
  display: inline;
}
}
@media (min-width:1181px) { .display-sp{display:none!important} }
@media (max-width:1180px) { .display-pc{display:none!important} }


/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

[class*="layout-flex"] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.layout-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
}

}

/* ****************************************************************************************************
   * 通常ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

@media (min-width:1181px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1180px) {
  .header-pc {
    display: none !important;
  }
}

@media (min-width:1101px) {
  #header {
    position:fixed;
    top: 0;
    z-index:9998;
    width: 100%;
    transition: .3s;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    transition: .2s;
  }
}

#header .body {
  max-width: 100%;
  margin: 1em auto 0;
  width: calc(100% - 240px);
  border-radius: 60px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  
  display: flex;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  #header .body {
    width: calc(100% - 40px);
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-header {
    z-index: 9998;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    padding: 0.5em 1.5em;
    background: rgba(255,255,255,.7);
    position: relative;
  }
  #header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
  }
  #header.scroll {
    box-shadow: -3px 3px 3px rgba(0,0,0,.2);
  }
  #header .body {
    padding: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダーテキスト
/* ------------------------------------------------------------------------------------------------- */

#header-text {
  position: relative;
  font-size: 1.2rem;
  max-width: 100%;
  margin: 0 auto;
  width: calc(100% - 240px);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  #header-text {
    width: calc(100% - 40px);
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  #header-text {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  padding: 0 0.5em;
  min-width: 175px;
}
#header .logo a {
  display: block;
  width: 100%;
}
#header .logo img {
  display: block;
  transition: 0.6s;
  width: 125px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  #header .logo {
    transition: 0.6s;
    margin-top: 0.5em;
    width: auto;
  }
  #header .logo img {
    height: 35px;
    width: auto;
  }
  #header[class*="inview-"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header .contents.layout-2 {}

#header .right-column {
  width: auto;
}
#header .right-column > .inner-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contents {
    position: initial;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 右側コンテンツエリア
/* ------------------------------------------------------------------------------------------------- */

#header .right-column .detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}


/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#header .tel {
  line-height: 1.4;
  margin-left: 1em;
}
#header .tel span {
  display: block;
  font-size: 1.4rem;
}
#header .tel .js-tel {
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.2em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
#header .tel .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-icon-tel.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  #header .tel {
    line-height: 1.4;
    margin-left: 0;
    padding: 0.7em;
  }
  #header .tel span {
    display: block;
  }
  #header .tel .js-tel {
    padding-left: 1.4em;
  }
  #header .tel .js-tel a {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0.7em 2.5em 0.7em 0;
  font-size: 1.5rem;
  font-weight: bold;
}
#header .nav ul.dropdown {
  display: table;
}
#header.scroll .nav ul.dropdown {
  margin-top: 0;
}
#header .nav ul.dropdown > li {
  position: relative;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  text-align: center;
  transition: 0.2s;
}
#header .nav ul.dropdown > li a {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s;
  margin: 0 15px;
}
#header .nav ul.dropdown > li[current] > a {
  color: var(--c-orange);
}
#header .nav ul.dropdown > li:hover > a {
  color: var(--c-orange);
  opacity: 1;
}

@media (max-width:1180px) {

#header .nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1em;
  border-radius: 0;
  /*box-shadow: none;*/
  height: 100vh;
}
#header.scroll .nav {
  width: 100%;
  display: flex;
  margin: 0;
}

#header .nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}
#header .nav ul.dropdown > li > a {
  display: block;
  text-align: left;
  padding: 0.7em;
  margin: 0 auto;
}
#header .nav ul.dropdown > li span.parent {
  padding: 0.7em;
}
#header .nav ul.dropdown > li[current] {
  color:var(--c-orange);
}
#header .nav ul.dropdown > li[current] a,
#header .nav ul.dropdown > li[current] .parent {
  color:var(--c-orange);
}

  #header .nav ul.dropdown .active .parent {
  background: #f7da7b;
  }

  #header .nav ul.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0;
  } 
  #sp-nav ul.dropdown .parent:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--c-orange);
  border-bottom: 2px solid var(--c-orange);
  transform: rotate(45deg);
  background: none;
  }
  #sp-nav ul.dropdown .active .parent:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #header .nav ul.dropdown > li a {
  height: auto;
  text-align: left;
  border-radius: 0;
  margin: 0;
  }
  #header .nav ul.dropdown > li a::after {
    display: none;
  }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 採用情報 ／ お問い合わせ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown > li[class^="style-"][current] > a {
  color: #fff;
}
#header .nav ul.dropdown > li[class^="style-"]:hover > a {
  color: #fff;
  opacity: 1;
}
#header .nav ul.dropdown > li[class^="style-"] a:hover {
  background: var(--c-black);
}

/* ----------------------------------------------------------------------------------------------------
   * 採用情報
/* ------------------------------------------------------------------------------------------------- */

#header ul.dropdown li.style-left a {
  background: var(--c-orange);
  color: #fff;
  border-radius: 60px 0 0 60px;
  padding: 0.3em 1em;
  margin-left: 10px;
  margin-right: 0;
}
#header ul.dropdown li.style-left a span {
  position: relative;
  padding-left: 1.5em;
}
#header ul.dropdown li.style-left a span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-icon-recruit.png") no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* 採用情報-下層*/
#header ul.dropdown li.style-left ul li a {
  background: none;
  color: var(--c-black);
  border-radius: 0;
  padding: 0.5em;
  margin: 0;
  text-align: left;
}
#header ul.dropdown li.style-left ul li:hover {
  background: #f7da7b;
}
#header ul.dropdown li.style-left ul li a:hover {
  background: none !important;
  opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせ
/* ------------------------------------------------------------------------------------------------- */

#header ul.dropdown li.style-right a {
  background: var(--c-orange);
  color: #fff;
  border-radius: 0 60px 60px 0;
  padding: 0.3em 1em;
  margin: 0;
  border-left: 2px solid #fff;
}
#header ul.dropdown li.style-right a span {
  position: relative;
  padding-left: 1.5em;
}
#header ul.dropdown li.style-right a span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-icon-form.png") no-repeat;
  width: 17px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  #header ul.dropdown li.style-right a {
    border-radius: 0;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  padding-top: 0;
  border-radius: 0 0 10px 10px;
}
#header .nav ul.dropdown ul li {
  text-align: left;
  background: #fff;
}
#header .nav ul.dropdown ul li ~ li {
  border-top: 1px solid #f2f2f2;
}
#header .nav ul.dropdown ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.5em;
  margin: 0;
  text-align: left;
}
#header .nav ul.dropdown ul li:hover {
  background: #f7da7b;
  opacity: 1;
}
#header .nav ul.dropdown ul li a:hover {
  opacity: 1;
}

/* 事業内容*/
#header .nav ul.dropdown ul.child-1 li:last-child {
  border-radius: 0 0 10px 10px;
}

/* 会社案内／採用情報*/
#header .nav ul.dropdown ul.child-2 li:first-child,
#header .nav ul.dropdown ul.child-3 li:first-child {
  border-radius: 10px 10px 0 0;
}
#header .nav ul.dropdown ul.child-2 li:last-child,
#header .nav ul.dropdown ul.child-3 li:last-child {
  border-radius: 0 0 10px 10px;
}


@media (max-width:1180px) {
  /* child*/
  #header .nav ul.dropdown ul {
  margin-top: 0;
  left: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
  }
  #header .nav ul.dropdown > li > ul > li > a{
  border-top: 0;
  padding-left: 2em;
  }
  #header .nav ul.dropdown ul li {
  border: none;
  padding: 0;
  }
  #header .nav ul.dropdown ul li a {
  border: 0;
  }

/* 事業内容*/
#header .nav ul.dropdown ul.child-1 li:last-child {
  border-radius: 0;
}

/* 会社案内／採用情報*/
#header .nav ul.dropdown ul.child-2 li:first-child,
#header .nav ul.dropdown ul.child-3 li:first-child {
  border-radius: 0;
}
#header .nav ul.dropdown ul.child-2 li:last-child,
#header .nav ul.dropdown ul.child-3 li:last-child {
  border-radius: 0;
}


  /* icon */
  .icon-menu-trigger {
    display: block !important;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 45px;
    height: 0;
    padding-top: 45px;
    background: var(--c-orange);
    border-radius: 10px;
    -webkit-appearance: none;
    border: none;
    z-index: 9999999999;
  }
  .icon-menu-trigger:before,
  .icon-menu-trigger:after,
  .icon-menu-trigger span:before {
  content: '';
  position: absolute;
  left: 20%;
  display: block;
  width: 60%;
  height: 0;
  padding-top: 1px;
  background: #fff;
  }
  .icon-menu-trigger:before {
  top: 29%;
  transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
  top: 47%;
  transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
  top: 66%;
  transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
  top: 50%;
  transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
  opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
  top: 50%;
  transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
  position: relative;
  left: 0;
  transition: 0.2s left;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: 0;
  right: -290px;
  bottom: 10px;
  z-index: 9999;
  width: 290px !important;
  background: #fff;
  overflow-y: auto;
  transition: 0.2s right;
  }
  .nav-fixed #sp-nav {
  top: 0;
  }
  #wrapper.nav-active {
  right: 0;
  }
  .nav-active #header .nav {
  right: 0;
  }
}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main .visual {
  position: relative;
}

/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

#main .visual .catch {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
#main .visual .catch .text {
  position: relative;
  color: var(--c-orange);
  font-size: 10.0rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 1.0;
}
#main .visual .catch span {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  background: var(--gradient-o-right);
  padding: 0 1em;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #main .visual .catch {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #main .visual .catch .text {
    font-size: 4.5rem;
  }
  #main .visual .catch span {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    padding: 0 1em;
    color: #fff;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

.slider {
  width: 100%;
  /*  height: 100vh;*/
}
.slider .slick-slide {
  overflow: hidden;
  outline: none;
  position: relative;
}
.slider .slick-slide img {
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー　ページャ
/* ------------------------------------------------------------------------------------------------- */

#main .slider .dots-wrap {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

#main .slider .dots-wrap li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5em;
}
#main .slider .dots-wrap li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border:none;
  border-radius: 100%;
  transition: .2s;
  background: #cccccc;
}
#main .slider .dots-wrap li.slick-active button {
  background-color: #1471b0;
}

#main .slider .dots-wrap li:last-child {
  margin-bottom: 0;
}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}

body.layout-lower
#visual .body {
  position: relative;
  max-width: 1170px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 500px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body {
    height: 200px;
    padding: 0 20px 30px;
  }
}

/* ****************************************************************************************************
   * 下層ページ背景
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#main-contents {
  background: url("../../_images/_common/lower-bg.png") repeat;
}



/* ****************************************************************************************************
   * 共通タイトル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main .title-area {}

#main .title {
  font-weight: bold;
  color: #fff;
}
#main .title::after {
  content: attr(data-txt);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 8.0rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.0;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #main .title {
    font-size: 1.6rem;
  }
  #main .title::after {
    font-size: 5.5rem;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .title::after {
    font-size: 3.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 共通　見出しタイトル
/* ------------------------------------------------------------------------------------------------- */

#main .title-1 {
  position: relative;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 0.2em 1em;
/*  min-height: 70px;*/

  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦中央 */
  align-items: flex-start; /* 左寄せ */
}
#main .title-1::before {
  content: "";
  display: block;
  background: linear-gradient( to top, rgb(255,198,59) 50%, rgb(255,138,0) 50%);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: /*70px*/100%;
  transform: translateY(-50%);
}

#main .title-1 span {
  display: block;
  font-size: 1.8rem;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #main .title-1 {
    font-size: 2.0rem;
    padding: 0.5em 1em;
  }
  #main .title-1::before {
    width: 5px;
    height: 100%;
  }
  #main .title-1 span {
    font-size: 1.5rem;
  }
}



/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
}

#breadcrumb div.body {
  max-width: 1120px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: 1.4;
}
#breadcrumb ol li {
  font-size: 1.4rem;
  vertical-align: middle;
  display: inline-block;
}
#breadcrumb ol li::after {
  content: '>';
  margin: 0 10px 0 10px;
}
#breadcrumb ol li:last-child::after {
  content: none;
}
#breadcrumb ol li a {
  text-decoration: none;
  color:var(--c-orange);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #breadcrumb ol {
    padding-top: 0.5em;
  }
  #breadcrumb ol li {
    font-size: 1.6rem;
    vertical-align: middle;
    display: inline-block;
  }
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-nav {
  padding-top: 90px;
}

.page-nav .body {
  max-width: 1120px;
}


.page-nav.pc-nav {
  display: block;
}
.page-nav.sp-nav {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav.pc-nav {
    display: none;
  }
  .page-nav.sp-nav {
    display: block;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
}

.page-nav ul li {
  position: relative;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 0.5% 15px;
  width: 225px;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .page-nav ul li {
/*    width: 225px;*/
    position: relative;
    padding: 0;
    transition: 0.2s color,0.2s all;
    margin: 0 auto;
    width: 46%;
  }
  .page-nav ul li ~ li {
    margin-top: 0;
  }
  .page-nav ul li:nth-child(n+5) {
    margin-top: 0;
  }
  .page-nav ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  .page-nav ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.page-nav ul li:hover,
.page-nav ul li[current] {}

.page-nav ul li a {
  position: relative;
  display: block;
  border: 1px solid var(--c-orange);
  text-decoration: none;
  padding: 0.5em;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  color: var(--c-orange);
  border-radius: 10px;
}

.page-nav ul li a:hover,
.page-nav ul li.current a {
  background: var(--c-orange);
  color: #fff;
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li a {
    font-size: 1.6rem;
  }
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ****************************************************************************************************
   * フッター下部（お問い合わせ）
**************************************************************************************************** */

#common-contact {
  position: relative;
  background: url("../../_images/_common/contact-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 2;
  width: calc( 100% - 120px );
  border-radius: 0 60px 60px 0;
  margin-bottom: -260px;
}

#common-contact .body {
  max-width: 1120px;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    z-index: 2;
    width: 100%;
    border-radius: 0 60px 60px 0;
    margin-bottom: -100px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

#common-contact .inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-around;
}
#common-contact .inner .lead {}
#common-contact .inner .lead p {
  color: #fff;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .inner {
    display: block;
  }
  #common-contact .inner .lead {
    margin-top: 1em;
  }
  #common-contact .inner .lead p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-2 {
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin-top: 40px;
}
#common-contact .layout-flex-2 > * {
  width: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 {
    justify-content: flex-start;
    margin-top: 20px;
  }
  #common-contact .layout-flex-2 > * {
    width: auto;
    margin: 0 2% 2%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 > * {
    width: /*100%*/auto;
    margin: 0 auto 2%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-2 li .text-1 {
  font-size: 4.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #fff;
}
#common-contact .layout-flex-2 li .text-1 span {
  position: relative;
  padding-left: 1.0em;
}
#common-contact .layout-flex-2 li .text-1 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-icon.png") no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 li .text-1 {
    font-size: 2.4rem;
    text-align: center;
  }
  #common-contact .layout-flex-2 li .text-1 span {
    position: relative;
    padding-left: 1.0em;
  }
  #common-contact .layout-flex-2 li .text-1 span a {
    color: #fff;
  }
  #common-contact .layout-flex-2 li .text-1 span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/contact-icon.png") no-repeat;
     width: 19px;
    height: 19px;
    background-size: 19px 19px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * メールでのお問い合わせ
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-2 li .btn {
  position: relative;
  width: 470px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  background: #fff;
  color: var(--c-black);
  border-radius: 60px;
  padding: 1em 1em 1em 4em;
  transition: 0.6s;
  text-align: left;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
#common-contact .layout-flex-2 li .btn::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-form.png") no-repeat;
  width: 30px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -12px;
}
#common-contact .layout-flex-2 li .btn span {
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--c-orange);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#common-contact .layout-flex-2 li .btn span::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
  margin-left: -4px;
}
#common-contact .layout-flex-2 li:hover .btn {
  opacity: 1;
  background: var(--c-black);
  color: #fff;
}
#common-contact .layout-flex-2 li .btn:hover span::after {
  margin-left: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 li .btn {
    width: 100%;
    padding: 1em 1em 1em 5em;
    min-width: 370px;
    font-size: 1.4rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 li .btn {
    width: 100%;
    padding: 0.8em 1em 0.8em 4em;
    min-width: auto;
    max-width: 330px;
  }
  #common-contact .layout-flex-2 li .btn::before {
    background: url("../../_images/_common/contact-form.png") no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px 12px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -6px;
  }
}


/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
}

#footer .footer-inner {
  position: relative;
  background: var(--gradient-o-right);
  padding-top: 330px;
  padding-bottom: 80px;
}

#footer .footer-inner .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner .layout-2 {
    display: block;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    position: relative;
    padding-top: 130px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所エリア
/* ------------------------------------------------------------------------------------------------- */

#footer .detail {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
}

#footer address {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .detail {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  #footer address {
    margin-top: 1em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    width: 87px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {}

#footer .nav ul.item li.parent {
  padding-left: 1.25em;
  padding-right: 1em;
}
#footer .nav ul.item li.parent::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 9px;
  height: 16px;
  background-size: 9px 16px;
  position: absolute;
  top: 10px;
  left: 0;
}
#footer .nav ul.item li {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#footer .nav ul.item li a {
  color: #fff;
}
#footer .nav ul.item > li ul {
  margin-top: 10px;
  margin-left: 0.5em;
}

#footer .nav ul.item li ul li {
  list-style: none;
  position: relative;
  margin-bottom: 13px;
  font-weight: normal;
  font-size: 1.4rem;
}

#footer .nav ul.item li ul li::before {
  content: "";
  display: block;
  color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {}


#footer .nav ul.item > li .box {
  display: flex;
  flex-wrap: wrap;
  min-width: 360px;
}
#footer .nav ul.item > li .box div ~ div {
  margin-left: 2em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .nav {
  width: 100%;
  display: flex;
  font-size: 1.4rem;
  margin-top: 0;
}

#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  font-size: 1.4rem;
}

#footer .nav ul.item li {
  margin-bottom: 0.75em;
}


#footer .nav ul.item li ul li a {
  font-size: 1.4rem;
}

#footer .nav ul.item > li > a {}

#footer .nav ul.item > li ul {
  font-size: 0.9rem;
  padding-top: 0.5em;
  padding-left: 1em;
}

#footer .nav ul.item > li .box {
  display: block;
  flex-wrap: wrap;
  min-width: 100%;
}
#footer .nav ul.item > li .box div ~ div {
  margin-left: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {

#footer .nav {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 0 15px;
}
#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サイトマップ
/* ------------------------------------------------------------------------------------------------- */

#footer .actab {
  width: 100%;
  margin-top: 0;
}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
}
#footer .actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#footer .actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
  background: var(--c-orange);
  color: #fff;
  letter-spacing: 0;
  border: 1px solid #fff;
  border-radius: 60px;
}
#footer .actab .actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  color:#333;
}
#footer .actab .actab-content p {
  margin: 0.5em;
}
/* :checked */
#footer .actab input:checked ~ .actab-content {
  max-height: 100em;
  margin-top: 0.5em;
  border-radius: 10px;
}
/* Icon */
#footer .actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
#footer .actab input[type=checkbox] + label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-top: -6px;
  transform: rotate(45deg);
  color:#fff;
}
#footer .actab input[type=checkbox]:checked + label::after {
  top: 57%;
  transform: rotate(225deg);
}
#footer .actab a {
  display: inline !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer div.copyright {
  position: relative;
  padding-bottom: 20px;
}

#footer div.copyright p {
  text-align: center;
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright p {
    font-size: 1.1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 2em;
  right: 3.125%;
  z-index: 999;
  margin-top: 0;
  
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
}
#pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}

#pagetop a {
  background: var(--c-orange);
  color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  transition: 0.6s;
  border-radius: 100%;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -4px;
  transition: 0.2s right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #pagetop {
    bottom: 3.8em;
    right: 0.2em;
  }
  #pagetop a {
    width: 30px;
    height: 30px;
  }
  #pagetop a:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
  }
}



/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー（スマホ用）
/* ------------------------------------------------------------------------------------------------- */

.fix-footer-btn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: var(--c-orange);
}

.fix-footer-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fix-footer-btn ul li {}
.fix-footer-btn ul li img {
  width: auto;
  height: 50px;
  object-fit: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .fix-footer-btn ul li {
  }
  .fix-footer-btn ul li a {
    display: block;
    text-align: center;
  }
  .fix-footer-btn ul li a img {
  }
}
