@charset "utf-8";
/* CSS Document */

/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* google webfont */


/* ゴシック体 */

@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');
}


/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

.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:1120px) {
  [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:1121px) { .display-sp{display:none!important} }
@media (max-width:1120px) { .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;
  align-items: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
}

}

/* ****************************************************************************************************
   * 通常ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

@media (min-width:1121px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1120px) {
  .header-pc {
    display: none !important;
  }
}


#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  padding: 0;
  transition: .2s;
}
#header.scroll {
  background: #fff;
}

#header .body {
  max-width: 1400px;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-header {
    z-index: 9998;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    padding: 5px;
    background: #fff;
    
    position: relative;
  }
  #header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
  }
  #header.scroll {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
  }
  #header .body {
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダーテキスト
/* ------------------------------------------------------------------------------------------------- */

#header .text {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0 .5em 0 0;
  color: #fff;
}
#header.scroll .text {
  color: #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #header .text {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  position: relative;
  transition: 0.8s;
  display: block;
}

#header .logo a {
  display: block;
}
#header .logo img {
}
#header.scroll .logo {
  transition: 0.8s;
}
#header.scroll .logo img {
  width: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo img {
    width: 90px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-top: 0;
    margin-left: 0;
    width: auto;
  }
  #header .logo img {
    width: auto;
    height: 50px;
  }
  #header.scroll .logo img {
    width: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-top: 0;
    margin-left: 0;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo-area {
  line-height: 1.4;
}
#header .logo-area a {
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
}
#header.scroll .logo-area a {
  color: #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1160px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo-area {
    line-height: 1.4;
  }
  #header .logo-area a {
    font-size: 2.2rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo-area a {
    color: #000;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 中身
/* ------------------------------------------------------------------------------------------------- */

#header .content {
  width: calc(100% - 180px - 200px);
  padding: 10px 10px 0;
  padding-left: 20px;
  padding-right: 50px;
}
#header.scroll .content {
  width: calc(100% - 100px - 200px);
}
@media (max-width:1500px) {
  #header .content {
    width: calc(100% - 100px - 200px);
    padding-left: 20px;
    padding-right: 30px;
  }
}
@media (max-width:1240px) {
  #header .content {
    padding-left: 0;
    padding-right: 30px;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #header .content {
    width: calc(100% - 60px);
    padding: 0;
  }
  #header.scroll .content {
    width: calc(100% - 60px);
  }
}

#header .content .row-1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#header .content .row-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contents.layout-2 {
    display: flex;
    align-items: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話／お問い合わせ
/* ------------------------------------------------------------------------------------------------- */

#header .info-area {
  display: flex;
  justify-content: flex-end;
}
#header .info-area .contact-btn {
  width: 200px;
  height: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 173, 227, 1) 0%, rgba(0, 58, 129, 1) 50%);
}
#header .info-area .contact-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .info-area .contact-btn span {
  position: relative;
  padding-left: 2.0em;
  color: #fff;
}
#header .info-area .contact-btn span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/form-icon.png") no-repeat;
  width: 21px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #header .info-area {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#header .tel {
  margin-top: 0;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
#header.scroll .tel {
  color: #000;
}
#header .tel > * {
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: flex-end;
}
#header .tel small {
  display: block;
  font-size: 2.0rem;
}
#header .tel .js-tel {
  position: relative;
  font-size: 3.0rem;
  margin-left: 0.2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #header .tel {
    display: none;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: auto;
}
#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;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s;
  font-weight: bold;
  margin: 0 0 0 30px;
  color: #fff;
}
#header.scroll .nav ul.dropdown > li a {
  color: #000;
}


#header .nav ul.dropdown > li a::after {}

#header .nav ul.dropdown > li[current] > a:after,
#header .nav ul.dropdown > li:hover > a:after {
  left: 0;
  width: 100%;
}
#header .nav ul.dropdown > li[current] > a {
  color: var(--c-l-blue);
}
#header .nav ul.dropdown > li:hover > a {
  color: var(--c-l-blue);
  opacity: 1;
}
#header .nav ul.dropdown > li a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--c-l-blue);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: .2s;
}

#header.scroll .nav ul.dropdown > li a::before,
body.layout-lower
#header.scroll .nav ul.dropdown > li a::before {
  color: var(--c-blue);
}

#header .nav ul.dropdown > li[current] > a:before,
#header .nav ul.dropdown > li:hover > a:before {
  left: 0;
  width: 100%;
}


@media (max-width:1120px) {

#header .nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-top: 0;
}
#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::after {
  display: none;
}
#header .nav ul.dropdown li:first-child::before {
  display: none;
}
#header .nav ul.dropdown > li > a {
  display: block;
  text-align: left;
  padding: 0.7em;
  margin: 0 auto;
}
#header .nav ul.dropdown > li > a:hover:before,
#header .nav ul.dropdown > li[current] > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}

#header .nav ul.dropdown > li[current] {
  color:var(--c-blue);
}
#header .nav ul.dropdown > li[current] a,
#header .nav ul.dropdown > li[current] .parent {
  color:var(--c-blue);
}
  #header .nav ul.dropdown .active .parent {
  background: #efefef;
  }

  #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 #848473;
  border-bottom: 2px solid #848473;
  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-top: 0;
  color: #000;
  }
  #header .nav ul.dropdown > li a::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown ul {
  position: absolute;
  left: 35px;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 0;
}
#header .nav ul.dropdown ul li {
  background: #fff;
  text-align: left;
  border: 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;
  color: #000;
}
#header .nav ul.dropdown ul li a:hover {
  background: #efefef;
  opacity: 1;
}

@media (max-width:1120px) {
  /* 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: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown ul li {
  border: none;
  padding: 0;
  }
  #header .nav ul.dropdown ul li a {
  border: 0;
  padding-left: 2em;
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
  position: relative;
  left: 0;
  transition: 0.2s left;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: 0;
  right: -290px;
  bottom: 0;
  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;
  }
}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#sp-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
#sp-nav ul.dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media (max-width:1120px) {

#sp-nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-top: 0;
}
#header.scroll .nav {
  width: 100%;
  display: flex;
  margin:0;
}

#sp-nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}

#sp-nav ul.dropdown li::after {
  display: none;
}
#sp-nav ul.dropdown li:first-child::before {
  display: none;
}
#sp-nav ul.dropdown > li > a,
#sp-nav ul.dropdown > li > span {
  display: block;
  text-align: left;
  padding: 0.7em;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
}

#sp-nav ul.dropdown > li > a:before {
  display: none;
}
#sp-nav ul.dropdown > li > a:hover:before,
#sp-nav ul.dropdown > li[current] > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}

#sp-nav ul.dropdown > li[current] {
  color:var(--c-blue);
}
#sp-nav ul.dropdown > li[current] a {
  color:var(--c-blue);
}

  #sp-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 {
  display: block;
  border-right: 0 !important;
  position: relative;
/*  width: calc( 100% - 50px );*/
  margin: 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-blue);
  border-bottom: 2px solid var(--c-blue);
  transform: rotate(45deg);
  background: none;
  }
  #sp-nav ul.dropdown .active .parent:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #sp-nav ul.dropdown > li a {
  height: auto;
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#sp-nav ul.dropdown ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 0;
}
#sp-nav ul.dropdown li.nav02 ul {
  width: 200px;
}
#sp-nav ul.dropdown li.nav02 ul li > a {
  margin: 0;
}

#sp-nav ul.dropdown ul li {
  background: #fff;
  text-align: left;
  border: 1px solid #f2f2f2;
}
#sp-nav ul.dropdown ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0;
  color: #333;
}
#sp-nav ul.dropdown ul li a::before {
  display: none;
}

#sp-nav ul.dropdown ul li a:hover {
  background: #ffece6;
}

@media (max-width:1120px) {

  #sp-nav ul.dropdown ul {
  margin-top: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
  }
  #sp-nav ul.dropdown > li > ul > li > a{
  border-top: 1px solid #e4e4e4;
  }
  #sp-nav ul.dropdown ul li {
  border: none;
  padding: 0;
  }
  #sp-nav ul.dropdown ul li a {
  padding-left: 2em;
  border: 0;
  }

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 0;
  padding-top: 50px;
  background: var(--c-blue);
  -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;
  left: auto;
  bottom: 0;
  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 #sp-nav {
  right: 0;
  }
}

/* ****************************************************************************************************
   * 傾斜背景
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.slant-bg {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  overflow: hidden;
}
.slant-bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #efefef;
  transform: skewY(-20deg) translateY(300px);
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #efefef;
    transform: skewY(-30deg) translateY(200px);
    z-index: -1;
  }
}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-index #visual {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 47%;
  min-height: 900px;
}
body.layout-index #visual::after {
  content: "";
  display: block;
  background: url("../../_images/index/visual-logo.png") no-repeat;
  width: 300px;
  height: 410px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-100%,-40%);
}
body.layout-index #visual .body {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 100%;
  width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
  transform: translateY(-50%);
}
body.layout-index #visual .body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual::after {
    content: "";
    display: block;
    background: url("../../_images/index/visual-logo.png") no-repeat;
    width: 150px;
    height: 205px;
    background-size: 150px 205px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-150%,-80%);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual {
    min-height: 100%;
  }
  body.layout-index #visual::after {
    transform: translate(-20%,-80%);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual::after {
    content: "";
    display: block;
    background: url("../../_images/index/visual-logo.png") no-repeat;
    width: 150px;
    height: 205px;
    background-size: 150px 205px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-20%,0);
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual::after {
    content: "";
    display: block;
    background: url("../../_images/index/visual-logo.png") no-repeat;
    width: 75px;
    height: 102px;
    background-size: 75px 102px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-20%,0);
  }
}

@media (max-width:640px) {
  body.layout-index #visual {
    padding-top: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

body.layout-index #visual .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
@keyframes rotation {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
body.layout-index #visual .slider:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100px;
  height: 100px;
  border: 5px solid #b8bcc8;
  border-top-color: var(--c-yellow);
  border-radius: 50%;
  margin-top: -50px;
  margin-left: -50px;
  animation: .8s rotation infinite;
}

body.layout-index #visual .slider img {
  width: 100%;
  min-height: 900px;
  object-fit: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual .slider img {
    width: 100%;
    min-height: 375px;
    object-fit: cover;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

body.layout-index #visual .catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 100%;
  width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
  transform: translateY(-50%);
}

body.layout-index #visual .catch .text {
  font-size: 6.5rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.4;
}
body.layout-index #visual .catch .text span {
  font-size: 2.6rem;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual .catch {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    max-width: 100%;
    width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
    transform: translateY(-100%);
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual .catch .text {
    font-size: 4.0rem;
    color: #fff;
    font-weight: 900;
    line-height: 1.4;
  }
  body.layout-index #visual .catch .text span {
    font-size: 2.0rem;
    display: block;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual + .catch {
    position: relative;
    transform: translateY(0%);
    z-index: 1;
    background-color: var(--c-blue);
    text-align: center;
    padding: 1em;
  }
  body.layout-index #visual + .catch .text {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 900;
    line-height: 1.4;
  }
  body.layout-index #visual + .catch .text span {
    font-size: 1.8rem;
    display: block;
  }
}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower .visual {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 23%;
}
body.layout-lower .visual .body {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  max-width: 1120px;
}
body.layout-lower .visual .title {
  position: relative;
  font-size: 4.0rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
body.layout-lower .visual .title::after {
  content: attr(data-text);
  display: block;
  line-height: 1.0;
  font-size: 2.0rem;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.layout-lower .visual {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 35%;
}
body.layout-lower .visual .body {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(0);
  max-width: 1120px;
}
body.layout-lower .visual .title {
  position: relative;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
body.layout-lower .visual .title::after {
  content: attr(data-text);
  display: block;
  line-height: 1.0;
  font-size: 1.4rem;
  color: #fff;
}
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  padding: 10px 0 0;
}

#breadcrumb div.body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #breadcrumb {
    padding: 5px 0 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {}

#breadcrumb ol li {
  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-l-blue);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

}

/* ****************************************************************************************************
   * 下層タイトルエリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * タイトル画像
/* ------------------------------------------------------------------------------------------------- */

#main .title-area {
  background-position: center;
  display: flex;
  justify-content: center;
}

#main .title-area .title {
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
  color: var(--c-blue);
  line-height: 1.4;
}
#main .title-area .title::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-back-icon.png") no-repeat;
  width: 34px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -40px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .title-area .title {
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--c-blue);
    line-height: 1.4;
  }
  #main .title-area .title::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-back-icon.png") no-repeat;
    width: 17px;
    height: 20px;
    background-size: 17px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -20px auto 0;
  }
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-nav {
  padding-bottom: 100px;
}
.page-nav .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav {
    padding-bottom: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
}

.page-nav ul.layout-flex-3 li {
  width: 32.5%;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  transition: 0.2s color,0.2s all;
  max-width: 270px;
}

.page-nav ul li:hover,
.page-nav ul li[current] {}

.page-nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  background: var(--c-l-blue);
  text-decoration: none;
  padding: 2rem 0.5rem;
  line-height: 1.6;
  text-align: center;
}
.page-nav ul li a:hover,
.page-nav ul li.current a {
  background: var(--c-blue);
  color: #fff;
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/  
  .page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
  }
  .page-nav ul.layout-flex-3 li {
    width: 48%;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    transition: 0.2s color,0.2s all;
  }
  .page-nav ul.layout-flex-4 li:nth-child(n+3),
  .page-nav ul.layout-flex-5 li:nth-child(n+3) {
    margin-top: 20px;
  }
  .page-nav ul li a {
     padding: 1.5rem 0.5rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    transition: 0.2s color,0.2s all;
  }
}


/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}


/* ****************************************************************************************************
   * お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#common-contact {
  padding-top: 70px;
  padding-bottom: 100px;
  background: url("../../_images/_common/contact-bg.png") no-repeat;
  background-size: cover;
}
#common-contact p {
  color: #fff;
}
#common-contact .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#common-contact .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}
#common-contact .title::before {
  content: attr(data-text);
  display: block;
  font-size: 5.5rem;
  line-height: 1.4;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .title {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  #common-contact .title::before {
    content: attr(data-text);
    display: block;
    font-size: 3.5rem;
    line-height: 1.4;
    color: #fff;
  } 
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

#common-contact .lead {
  margin-top: 40px;
}
#common-contact .lead p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .lead {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-2 {
  justify-content: center;
  text-align: center;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 {}
  #common-contact .layout-flex-2 > * {
    width: auto;
    margin: 0 2%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * TEL / FAX
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-2 li .text-1 small {
  font-size: 2.6rem;
}
#common-contact .layout-flex-2 li .text-1 {
  font-size: 4.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 li .text-1 small {
    font-size: 1.3rem;
  }
  #common-contact .layout-flex-2 li .text-1 {
    font-size: 2.0rem;
  }
  #common-contact .layout-flex-2 li .text-1 a {
    color: #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * メールでのお問い合わせ
/* ------------------------------------------------------------------------------------------------- */

#common-contact .layout-flex-2 li .btn-1 span {
  position: relative;
  padding-left: 1.55em;
}
#common-contact .layout-flex-2 li .btn-1 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/form-icon.png") no-repeat;
  width: 21px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#common-contact .layout-flex-2 li .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  background: none;
  padding: 15px 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
#common-contact .layout-flex-2 li .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/link-arrow-w.png") no-repeat;
  width: 22px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
#common-contact .layout-flex-2 li .btn-1:hover::after {
  right: 0.2em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .layout-flex-2 li:nth-child(2) {
    width: 100%;
  }
  #common-contact .layout-flex-2 li .btn-1 {
    margin-top: 1em;
    background: rgba(255,255,255,.4);
  }
}


/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
}

#footer .footer-inner {
  position: relative;
  padding-top: 50px;
}

#footer .footer-inner .body {
  max-width: 1120px;
  padding-bottom: 50px;
}

#footer .footer-inner .detail {
  max-width: 35%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner .layout-2 {
    display: block;
  }
  #footer .footer-inner .detail {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    position: relative;
    padding-top: 30px;
  }
  #footer .footer-inner .body {
    max-width: 1120px;
    padding-bottom: 30px;
  }
  #footer .footer-inner .detail {
    max-width: 100%;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所エリア
/* ------------------------------------------------------------------------------------------------- */

#footer address {
  font-size: 1.6rem;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address {
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {}


#footer .logo span {
  display: block;
  margin-top: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    width: 60px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {
}

#footer .nav ul.item li.parent {
  padding-left: 1.55em;
  padding-right: 1em;
}
#footer .nav ul.item li.parent::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 18px;
  height: 20px;
  background-size: 18px 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6px;
}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 20px;
}

#footer .nav ul.item > li a {}

#footer .nav ul.item > li a:hover {
  color: var(--c-brown);
}

#footer .nav ul.item > li a:hover {}

#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;
}

#footer .nav ul.item li ul li::before {
  content: "";
  display: block;
  color: var(--c-blue);
  width: 7px;
  height: 2px;
  background: var(--c-blue);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {}

/* :::::::: ブレイクポイント :::::::: */

@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 a:hover {
  text-decoration: underline;
}

}

/* :::::::: ブレイクポイント :::::::: */

@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: 57%;
  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*/ auto;
  margin: 0 auto;
  margin-top: 20px;
}
#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-blue);
  color: #fff;
  letter-spacing: 0;
}
#footer .actab .actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  color:#333;
  background: #ffffff;
}
#footer .actab .actab-content p {
  margin: 0.5em;
}
/* :checked */
#footer .actab input:checked ~ .actab-content {
  max-height: 100em;
  background: #efefef;
  margin-top: 0.5em;
}
/* 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;
  background: #efefef;
  padding: 10px 0;
}

#footer div.copyright p {
  text-align: center;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright p {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 12em;
  right: 3.125%;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: var(--c-blue);
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.6s;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #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 {
    position: fixed;
    bottom: 5em;
    right: 3.125%;
    font-size: 77%;
    z-index: 999;
    margin-top: 0;
  }
  #pagetop a {
    background: var(--c-blue);
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    transition: 0.6s;
  }
  #pagetop a:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-left: solid 2px #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;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー（スマホ用）
/* ------------------------------------------------------------------------------------------------- */

.fix-footer-btn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: var(--c-blue);
}

.fix-footer-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
