@charset "utf-8";
/* CSS Document */

/* google webfont */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@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;
}


@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:1100px) {
  #header .display-pc { display:none!important }
  .fixed-header {
    display: none !important;
  }
}

@media (max-width:1200px) {
  [pc] {
  display: none !important;
  }
  [tab] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {

  [tab-nav] {
  display: block !important;
  }
  [pc-tab] {
  display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.br-sp {
  display: block;
}

.br-pc {
  display: inline;
}
}

/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  max-width: 1120px;
  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:1201px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1200px) {
  .header-pc {
    display: none !important;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  font-size: 1.5rem;
  transition: 0.3s;
}

#header.scroll {
  background:#fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

#header .header-inner {
  padding: 0 0 0 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1840px) {
  /*ブラウザの幅が736px以下の時*/
  #header .header-inner {
    padding: 0 0 0 20px;
  }
}

@media (max-width:1200px) {
  #sp-header {
  /*
    position: absolute;
    top: 0;
    left: 0;
*/
    z-index: 9998;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    color: #2d4791;
    padding: 5px;
  }
  #header {
    position: /*absolute*/sticky;
    top: /*25px*/0;
    height: 55px;
    z-index: 99999;
    background: #fff;
  }
  body.layout-lower
  #header {
    position:sticky;
    top: 0;
    background: #fff;
  }
  #header.scroll {
    position: sticky;
    top: 0;
    min-height: 55px;
  }
  #header .header-inner {
    padding: 0 0 0 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダーテキスト
/* ------------------------------------------------------------------------------------------------- */

#header .text {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

#header.scroll .text {
  color: #2d4791;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1840px) {
  /*ブラウザの幅が736px以下の時*/
  #header .text {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #header .text {
    color: #2d4791;
    margin-bottom: 0;
  }
  #header.scroll .text {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {}

#header.scroll .contents .logo img.logo-1 {
  display: none;
}
#header.scroll .contents .logo img.logo-2 {
  display: block;
}
@media (min-width:737px) {
  #header .contents .logo img.logo-1 {
    display: block;
  }
  #header .contents .logo img.logo-2 {
    display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1840px) {
  #header .logo {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 0.5em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    display: block;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 0;
  }
  #header .contents .logo img.logo-1 {
    display: none;
  }
  #header .contents .logo img.logo-2 {
    display: block;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:980px) {

#header .logo {
  width: 301px;
}
#header .logo img {
  margin: 5px 0;
}
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .logo {
  height: 45px;
  display: table;
  margin-top: 0;
  width: auto;
}
#header .logo a {
  display: table-cell;
  vertical-align: middle;
}

#header .logo img {
  width: 200px;
  display: inline-block;
  margin: 0 0 5px;
  padding-top: 10px;
}
#header .contents .logo img.logo-2 {
  display: block;
}
#header .contents .logo img.logo-1 {
  display: none;
}
#header.scroll .contents .logo img.logo-1 {
  display: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
}

#header .contents .layout-2 {
  width: 100%;
}
#header .right-column {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1840px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#header .right-column {
  margin-bottom:0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#header .right-column .detail {}
#header .right-column .detail .item {
  text-align: right;
  margin-right: 40px;
}
#header .right-column .detail .js-tel {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Roboto",Arial, Helvetica, "sans-serif";
  padding-left: 1em;
}
#header.scroll .right-column .detail .js-tel,
body.layout-lower
#header.scroll .right-column .detail .js-tel {
  color: #2d4791;
}
#header .right-column .detail .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-tel.png") no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header.scroll .right-column .detail .js-tel::before,
body.layout-lower
#header.scroll .right-column .detail .js-tel::before {
  background: url("../../_images/_common/header-telb.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1840px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column .detail {
    width: calc( 100% - 150px);
    display: flex;
    align-items: center;
  }
  #header .right-column .detail .item {
    text-align: right;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -7px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column .detail .item {
    display: none;
  }
  #header .right-column .detail .js-tel {
    position: relative;
    color: #2d4791;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Roboto",Arial, Helvetica, "sans-serif";
    padding-left: 1em;
    margin-left: 10px;
  }
  #header .right-column .detail .js-tel::before {
    background: url("../../_images/_common/header-telb.png") no-repeat;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1024px) {

#header .right-column .detail .js-tel {
  position: relative;
  color:#2d4791;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Roboto",Arial, Helvetica, "sans-serif";
  padding-left: 1em;
  margin-left: 10px;
  margin-right: auto;
  display: block;
  text-align: left;
}

#header .right-column .detail .js-tel a {
  display: block;
  text-align: left;
  color:#2d4791;
  margin: 0;
}
#header .right-column .detail .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-telb.png") no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .right-column .detail .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-telb.png") no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせボタン
/* ------------------------------------------------------------------------------------------------- */

#header .contact {
  position: relative;
  background: #2d4791;
  color: #fff;
  padding: 15px;
  text-align: center;
}
#header .contact > * {
  position: relative;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 25px;
}

#header .contact a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color:#fff !important;
  padding:20px;
  background: #007ad0;
  transition: 0.3s;
  margin-right: 0 !important;
}

#header .contact span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/header-contact.png") no-repeat;
  width: 23px;
  height: 16px;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

#header .contact:hover {
  background: #007ad0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1840px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contact {
    position: relative;
    background: #2d4791;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
  #header .contact > * {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
  }
  #header .contact a {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    color:#fff !important;
    padding:10px;
    background: #007ad0;
    transition: 0.3s;
    margin-right: 0 !important;
  }
  #header .contact span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/header-contact.png") no-repeat;
    width: 23px;
    height: 16px;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #header .contact {
    display: none;
  }
}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
}
#header .nav ul.dropdown {
  display: table;
  margin-right: 20px;
}
#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;
  font-weight: 500;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: block;
  margin: 0 20px;
  line-height: 1.4;
  color:#fff;
  font-weight: bold;
}
#header .nav ul.dropdown > li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 15px;
  height: 15px;
  margin-left: .4em;
}
#header.scroll .nav ul.dropdown > li a[target="_blank"]::after,
body.layout-lower
#header.scroll .nav ul.dropdown > li a[target="_blank"]::after {
  background: url("../../_images/_common/detail-icon-3.png") no-repeat;
}


#header.scroll .nav ul.dropdown > li a,
body.layout-lower
#header.scroll .nav ul.dropdown > li a {
  color:#2d4791;
}

#header .nav ul.dropdown > li a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background:#fff;
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  transition: .2s;
}
#header.scroll .nav ul.dropdown > li a::before,
body.layout-lower
#header.scroll .nav ul.dropdown > li a::before {
  background:#2d4791;
}

#header .nav ul.dropdown > li[current] > a:before,
#header .nav ul.dropdown > li:hover > a:before {
  left: 0;
  width: 100%;
}
#header .nav ul.dropdown > li[current] > a,
#header .nav ul.dropdown > li:hover > a {
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1840px) {
  /*ブラウザの幅が736px以下の時*/
  #header .nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  #header .nav ul.dropdown {
    display: table;
    margin-right: 0;
  }
}

@media (max-width:1200px) {

#header .nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-right: 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: /*1.2em*/0.7em;
  margin: 0 auto;
  color: #2d4791;
}

#header .nav ul.dropdown > li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon-3.png") no-repeat;
  width: 15px;
  height: 15px;
  margin-left: .4em;
}

#header .nav ul.dropdown > li > a:before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  background: #2d4791;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.2s left, 0.2s right;
}
#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:#2d4791;
}
#header .nav ul.dropdown > li[current] a {
  color:#2d4791;
}

  #header .nav ul.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0;
  }
  #header .nav ul.dropdown li.parent {
  display: block;
  border-right: 0 !important;
  border-bottom: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown li.parent a {
  width: calc( 100% - 50px );
  margin: 0;
  }
  #header .nav ul.dropdown li.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;
  }
  #header .nav ul.dropdown li.parent.active:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #header .nav ul.dropdown > li a {
  height: auto;
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 8px;
}
#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.75em 1em;
  margin: 0;
  color: #333;
}
#header .nav ul.dropdown ul li a[target="_blank"]::after {
  background: url("../../_images/_common/detail-icon-3.png") no-repeat;
}
#header .nav ul.dropdown ul li a:hover {
  background: #eff1f5;
}

@media (max-width:1200px) {

  #header .nav ul.dropdown ul {
  margin-top: 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 {
  padding-left: 2em;
  border: 0;
  }

/* 外部リンク*/
  #header .nav ul.dropdown li ul li a.link {
    position: relative;
  }
  #header .nav ul.dropdown li ul li a.link::after {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-nav-detail.png") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translateY(-50%);
}


  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top:2px;
  right: 2px;
  width: 50px;
  height: 0;
  padding-top: 50px;
  background: #2d4791;
  -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: 2px;
  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: /*47px*/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;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 2.5px;
  right: 2px;
  width: 50px;
  height: 0;
  padding-top: 50px;
  background: #2d4791;
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  }
}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------
   * 動画
/* ------------------------------------------------------------------------------------------------- */

#visual {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}
@media (max-width:1600px) {
  #visual {
    height: 0;
    padding-top: 56.25%;
    z-index: -1;
  }
}
#visual .body {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 1360px;
  margin: 0 auto;
}
#visual .body img {
  max-width: 30%;
  width: auto;
}
@media (max-width:768px) {
  #visual {
    height: auto;
    padding-top: 100%;
    margin-bottom: 30px;
  }
  #visual .body img {
    max-width: 40%;
  }
}
/*

#main .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
@keyframes rotation {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
#visual .video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-top-color: var(--c-blue);
  border-radius: 50%;
  margin-top: -50px;
  margin-left: -50px;
  animation: .8s rotation infinite;
}
#visual .video > * {
  position: relative;
  z-index: 2;
}
#visual .video video {
  position: absolute;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}
@media (max-width:768px) {
  #visual .video:before {
    width: 60px;
    height: 60px;
    border-width: 3px;
    margin-top: -30px;
    margin-left: -30px;
  }
  #visual .video video {
    height: 100%;
  }
}

#visual iframe {
  min-width: 100% !important;
  min-height: 100% !important;
  margin-top: 0 !important;
  transform: scale(1.4) translateY(1%);
  pointer-events: none;
  height: auto;
}
body:not(.yt-ready) #visual .video-container {
  opacity: 0;
}
body.yt-ready #visual .video-container {
  opacity: 1;
  transition: .2s;
  transition-delay: 1s;
}

#visual .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

*/


#visual {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: #fff;
}
#visual .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
#visual .video: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;
}
#visual .video > * {
  position: relative;
  z-index: 1;
}
#visual .video video {
/*  width: 100%;*/
  height: 100%;
}

#visual iframe {
  min-width: 100% !important;
  min-height: 100% !important;
  margin-top: 0 !important;
  transform: scale(1.8);
  pointer-events: none;
  opacity: 0;
  transition: .2s;
  transition-delay: 1s;
}
.loaded #visual iframe {
  opacity: 1;
}

@media (max-width:640px) {
  #visual {
    height: auto;
    padding-top: 0;
  }
  #visual .video {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }
  #visual .video:before {
    width: 60px;
    height: 60px;
    border-width: 3px;
    margin-top: -30px;
    margin-left: -30px;
  }
}





/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

body.layout-index #visual .catch {
  position: absolute;
  bottom: 13em;
  left: 120px;
  right: 120px;
  z-index: 5;
}

body.layout-index #visual .catch .text {
  font-size: 6.0rem;
  color: #fff;
  font-weight: 900;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
body.layout-index #visual .catch .text i {
  display: block;
  font-size: 2.5rem;
  font-family: "Roboto",Arial, Helvetica, "sans-serif";
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
body.layout-index #visual .catch .text-1 {
  font-size: 2.0rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
body.layout-index #visual .catch .text-1 .pc-br {
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {
body.layout-index #visual .catch {
  position: absolute;
  bottom: 5em;
  left: 120px;
  right: 120px;
  z-index: 5;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  body.layout-index #visual .catch .text {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 900;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {

body.layout-index #visual .catch {
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: auto;
  z-index: 5;
}
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index #visual .catch {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 5;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  body.layout-index #visual .catch .text {
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
  }
  body.layout-index #visual .catch .text i {
    display: block;
    font-size: 1.2rem;
    font-family: "Roboto",Arial, Helvetica, "sans-serif";
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
  }
  body.layout-index #visual .catch .text-1 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0.5em;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
  }
  body.layout-index #visual .catch .text-1 .pc-br {
    display: inline;
  }
}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower .visual {
  position: relative;
}

body.layout-lower .visual .bg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

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.5rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

body.layout-lower .visual .title::before {
  content: attr(data-text);
  display: block;
  line-height: 1.0;
  font-size: 2.5rem;
  font-family: "Roboto",Arial, Helvetica, "sans-serif";
  color:#fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

body.layout-lower .visual .body {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}

body.layout-lower .visual .title {
  position: relative;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
body.layout-lower .visual .title::before {
  content: attr(data-text);
  display: block;
  line-height: 1.0;
  font-size: 1.6rem;
  font-family: "Arial", "メイリオ";
  color:#fff;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.layout-lower .visual .bg img {
  width: 100%;
  height: 19vh;
  object-fit: cover;
}

}

/* ****************************************************************************************************
   * 下層タイトル
**************************************************************************************************** */

body.layout-lower
.title {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #007ad0;
}
body.layout-lower
.title::before {
  content: attr(data-text);
  display: block;
  line-height: 1.0;
  font-size: 4.0rem;
  font-family: "Roboto",Arial, Helvetica, "sans-serif";
  color:#040000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  .title {
    position: relative;
    font-size:1.8rem;
    font-weight: bold;
    color: #007ad0;
  }
  body.layout-lower
  .title::before {
    content: attr(data-text);
    display: block;
    line-height: 1.0;
    font-size: 2.8rem;
    font-family: "Roboto",Arial, Helvetica, "sans-serif";
    color:#040000;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
.title-1 {
  position: relative;
  font-size: 2.7rem;
  font-weight: bold;
  border-bottom: 3px solid #f0f0f0;
}
body.layout-lower
.title-1::before {
  content: attr(data-text);
  display: block;
  line-height: 1.0;
  font-size: 1.6rem;
  font-family: "Roboto",Arial, Helvetica, "sans-serif";
  color: #007ad0;
}

body.layout-lower
.title-1::after {
  content: "";
  display: block;
  width: 200px;
  border-bottom: 3px solid #007ad0;
  position: absolute;
  bottom: -3px;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  .title-1 {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 3px solid #f0f0f0;
  }
  body.layout-lower
  .title-1::before {
    content: attr(data-text);
    display: block;
    line-height: 1.0;
    font-size: 1.4rem;
    font-family: "Roboto",Arial, Helvetica, "sans-serif";
    color: #007ad0;
  }
  body.layout-lower
  .title-1::after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 3px solid #007ad0;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
.title-2 {
  position: relative;
  background: #007ad0;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding-left: 2em;
}

body.layout-lower
.title-2::before {
  content: "";
  display: block;
  background: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  .title-2 {
    position: relative;
    background: #007ad0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 2em;
    line-height: 1.6;
  }
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {}

#breadcrumb div.body {}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  margin: 20px 0;
}
#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:#007ad0;
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb ol {
  margin: 10px 0;
}
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#page-nav {
  padding-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav {
    padding-top: 0;
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#page-nav ul li {
  width: 23.5%;
  position: relative;
  font-weight: bold;
  padding: 0;
  margin: 0;
  transition: 0.2s color,0.2s all;
}

#page-nav ul li:hover,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  color: #007ad0;
  text-decoration: none;
  padding: 1.5rem;
  border:1px solid #d6dbe7;
  line-height: 1.6;
  text-align: left;
}
#page-nav ul li a:hover,
#page-nav ul li.current a {
  background: #2d4791;
  border: 1px solid #2d4791;
  color: #fff;
}
#page-nav ul li a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #007ad0;
  border-right: solid 2px #007ad0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transition: 0.2s right;
}
#page-nav ul li.current a::after {
  border-color: #fff;
}
#page-nav ul li a:hover::after,
#page-nav ul li.current a:hover::after {
  right: 1.0em;
  border-color: #fff;
}


/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}


/* ****************************************************************************************************
   * お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#common-contact {
  padding-top: 100px;
  padding-bottom: 90px;
  background: url("../../_images/_common/contact-bg.jpg") no-repeat;
  background-size: cover;
}

#common-contact .body {
  max-width: 1040px;
}

#common-contact .contents {
  align-items: center;
}

#common-contact p {
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../../_images/_common/contact-bg.jpg") no-repeat;
    background-size: cover;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#common-contact .title {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
#common-contact .title::before {
  color: #fff;
  font-size: 6.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .title {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #common-contact .title::before {
    color: #fff;
    font-size: 2.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#common-contact .detail {}

#common-contact .detail p {
  margin-top: 50px;
}

#common-contact ul.layout-2 {
  max-width: 780px;
  margin: 50px auto 0;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .detail {}
  
  #common-contact .detail p {
    margin-top: 20px;
  }
  
  #common-contact ul.layout-2 {
    max-width: 780px;
    margin: 30px auto 0;
    align-items: center;
  }
  #common-contact ul.layout-2 li ~ li {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#common-contact .tel {
  position: relative;
  line-height: 1.0;
  font-weight: 700;
  font-family: "Roboto",Arial, Helvetica, "sans-serif";
  color: #fff;
  font-size: 4.0rem;
  padding-left: 1.0em;
  transition: 0.3s;
}
#common-contact .tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-tel.png") no-repeat;
  width: 32px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact li {
    text-align: center;
  }
  #common-contact .tel {
    font-size: 3.0rem;
  }
  #common-contact .tel a {
    color: #fff;
  }
  #common-contact .tel::before {
    content: "";
    display: block;
    background: url("../../_images/_common/contact-tel.png") no-repeat;
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * メール
/* ------------------------------------------------------------------------------------------------- */

#common-contact .form {
  position: relative;
  display: block;
  min-width: 400px;
  max-width: 400px;
  background: #fff;
  color: #007ad0;
  text-align: left;
  padding: 20px;
}

#common-contact .form span {
  position: relative;
  display: block;
  padding-left: 2.5em;
  font-size: 1.8rem;
  font-weight: bold;
}
#common-contact .form span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-form.png") no-repeat;
  width: 23px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#common-contact .form span::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #007ad0;
  border-right: solid 2px #007ad0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transition: 0.2s right;
}

#common-contact .form:hover {
  background: #eff1f5;
}
#common-contact .form:hover span::after {
  right: -0.8em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #common-contact .form {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #fff;
    color: #007ad0;
    text-align: left;
    padding: 1em 3em 1em 1em;
  }
  #common-contact .form span {
    position: relative;
    display: block;
    padding-left: 2.5em;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
  background: #fff;
}

#footer .footer-inner {
  max-width: 100%;
  background: #f4f4f4;
}

#footer .footer-inner .body {
  max-width: 1120px;
  padding: 60px 20px 70px;
  margin: 0 auto;
}

#footer .content {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
}

#footer .content.layout-2 {
  align-items: center;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer {
  padding-bottom: 6.4%;
}

#footer .footer-inner .body {
  max-width: 1120px;
  padding: 30px 20px;
  margin: 0 auto;
}
#footer .content {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo img {
    width: 200px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所
/* ------------------------------------------------------------------------------------------------- */

#footer address {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address {
    margin-top: 1em;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {
/*  width: 33.3333%;*/
}

#footer .nav ul.item li.parent {
  padding-left: 1.25em;
}
#footer .nav ul.item li.parent::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-nav-arrow.png") no-repeat;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: 0;
}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 20px;
}

#footer .nav ul.item > li a {}

#footer .nav ul.item > li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon-2.png") no-repeat;
  width: 18px;
  height: 18px;
  margin-left: .4em;
}

#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: #007ad0;
  width: 10px;
  height: 2px;
  background: #007ad0;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {
  font-size: 1.4rem;
}
#footer .nav ul.item li ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon-3.png") no-repeat;
  width: 15px;
  height: 15px;
  margin-left: .4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .nav {
  width: 100%;
  display: flex;
  font-size: 14px;
  margin-top: 0;
  padding: 20px;
}

#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
}

#footer .nav ul.item li {
  margin-bottom: 0.75em;
}

#footer .nav ul.item > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#footer .nav ul.item > li > a {}

#footer .nav ul.item > li ul {
  font-size: 0.9em;
  padding-top: 0.5em;
  padding-left: 1em;
}

#footer .nav ul.item li a:hover {
  text-decoration: underline;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#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:1100px) {

#footer .actab {
  width: 100%;
  margin-top: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
#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: #007ad0;
  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: 1em;
}
/* :checked */
#footer .actab input:checked ~ .actab-content {
  max-height: 100em;
  background: #fff;
}
/* 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: 3px solid;
  border-bottom: 3px 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.count {
  line-height: 0;
}

#footer div.count iframe {
  line-height: 0;
  height: 50px;
}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer div.copyright {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

#footer div.copyright p {
  font-size: 1.4rem;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright p {
    font-size: 1.1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 70px;
  right: 3.125%;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: #007ad0;
  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:1100px) {

#pagetop {
  position: fixed;
  margin-top: 0;
  bottom: 55px;
  right: 10px;
  font-size: 77%;
  z-index: 999;
}
  .nav-active #pagetop {
    right: calc( 3.125% + 290px);
  }
#pagetop a {
  background: #007ad0;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー
/* ------------------------------------------------------------------------------------------------- */

.fixbtn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
  background: #007ad0;
}

.fixbtn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}