@charset "UTF-8";

/* 共有ベース定義
----------------------------------------------- */
html {
   min-width: 1100px;
}

body {
   background: url("../img/share/body_bg.jpg") repeat center top;
   color: #fff;
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 26px;
   letter-spacing: 0.1em;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
}

.fnt-meiryo {
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-notoserifjp {
   font-family: 'Noto Serif JP', serif;
}

/*=============================================*/
/*                 テキスト 変更のみ            */
/*===========================================*/
.shadw_img {
   -webkit-box-shadow: 0px 0px 8px #3a3734;
   -moz-box-shadow: 0px 0px 8px #3a3734;
   box-shadow: 0px 0px 8px #3a3734;
}

.shadw {
   -webkit-box-shadow: 0px 3px 10px #baab89;
   -moz-box-shadow: 0px 3px 10px #baab89;
   box-shadow: 0px 3px 10px #baab89;
}

/*=============================================*/
/*                テキストリンク設定           */
/*=============================================*/
/*全体のリンク*/
a {
   position: relative;
   transition: all 0.3s;
}

a img {
   transition: all 0.3s;
}

a:hover {
   text-decoration: underline;
}

a:hover img {
   opacity: 0.7;
}

.non-over a img {
   opacity: 1;
}

/*=============================================*/
/*                100%メイン囲み              */
/*=============================================*/
div#wrapper {
   min-width: 1100px;
   width: 100%;
   overflow: hidden;
}

.inner {
   width: 1000px;
   margin: 0 auto;
   position: relative;
}

/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/
/* header */
header {
   position: relative;
}

#header {
   display: flex;
   flex-wrap: wrap;
   background: url("../img/share/header_bg.jpg") repeat center top;
}

#header h1 {
   font-size: 14px;
   line-height: 26px;
   letter-spacing: 0;
   color: #afafaf;
   position: absolute;
   top: 44px;
   right: 48px;
   z-index: 1;
}

.header_left {
   width: 400px;
   box-sizing: border-box;
   padding: 20px 50px 42px;
}

.header_left nav {
   padding: 48px 0 0 25px;
}

.header_left nav p+p {
   padding-top: 14px;
}

.header_left nav a {
   display: block;
   font-weight: bold;
   font-size: 18px;
   line-height: 26px;
   letter-spacing: 0.1em;
   border-bottom: 1px solid transparent;
   padding-bottom: 9px;
   position: relative;
}

.header_left nav a small {
   font-size: 13px;
   color: #959595;
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
   font-weight: 700;
   position: absolute;
   top: 0;
   left: 144px;
}

.header_left nav a:hover,
.header_left nav a.active {
   color: #ff0000;
   border-bottom-color: #ca1b1b;
   text-decoration: none;
}

.header_left nav a:hover small,
.header_left nav a.active small {
   color: #fff;
}

.header_left nav a.active {
   pointer-events: none;
}

.header_left .btn-en {
   padding-top: 35px;
}

.header_left .sub-nav {
   font-weight: bold;
   font-size: 15px;
   line-height: 13px;
   letter-spacing: 0;
   text-align: center;
   padding-top: 62px;
   padding-bottom: 6px;
}

.header_left .sub-nav li {
   display: inline-block;
   padding: 0 16px;
}

.header_left .sub-nav li+li {
   border-left: 2px solid #acacac;
}

.header_left .sub-nav a:hover {
   color: #ff0000;
}

.header_left .sns {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding-top: 17px;
}

.header_left .sns li {
   padding: 0 6px;
}

#header #key {
   width: calc(100% - 400px);
   box-sizing: border-box;
   padding: 20px 20px 20px 0;
}

.btn-corona {
   position: absolute;
   top: 82px;
   right: 50px;
   z-index: 1;
}
#header h2 {
  position: absolute;
	bottom: 50px;
	right: 50px;
}

#header01 .row {
   width: 100%;
   background-color: rgba(0, 0, 0, 0.3);
   position: absolute;
   top: 0;
   left: 0;
}

#header01 .row .inner {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}

#header01 h1 {
   font-size: 14px;
   line-height: 26px;
   color: #afafaf;
}

#header01 .tel {
   margin-right: -47px;
}

#header01 .logo {
   position: absolute;
   top: 40px;
   left: 50%;
   transform: translateX(-50%);
}

#header01 #key {
   width: 100%;
   height: 685px;
}

#header01 nav {
   background: url("../img/share/nav_bg.jpg") repeat center top;
   padding: 30px 0;
   position: relative;
   z-index: 9;
}

#header01 nav .inner {
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding-left: 65px;
}

#header01 nav p+p {
   margin-left: 53px;
}

#header01 nav a {
   display: block;
   font-size: 15px;
   line-height: 26px;
   letter-spacing: 0.1em;
   text-align: center;
}

#header01 nav a small {
   display: inline-block;
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
   font-weight: 300;
   font-style: italic;
   color: #959595;
   font-size: 11px;
   letter-spacing: 0.05em;
   line-height: 20px;
   border-bottom: 1px solid transparent;
   padding-top: 2px;
}

#header01 nav a:hover,
#header01 nav a.active {
   text-decoration: none;
}

#header01 nav a:hover small,
#header01 nav a.active small {
   border-bottom-color: #9d0000;
}

#header01 nav a.active {
   pointer-events: none;
}

#header01 nav .btn-en {
   margin-left: 37px;
}

#header01 nav .nav-right {
   text-align: center;
   padding-top: 20px;
   position: absolute;
   top: 100%;
   right: 0;
}

#header01 nav .nav-right .sns li {
   padding-top: 14px;
}

/*=============================================*/
/* container
/*=============================================*/
div#container {
   width: 100%;
   box-sizing: border-box;
   position: relative;
}

/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
#footer {
   padding-bottom: 100px;
}

#footer nav {
   display: flex;
   justify-content: center;
   align-items: center;
   background: url("../img/share/header_bg.jpg") repeat center top;
   color: #fff;
   letter-spacing: 0;
   padding: 29px 0 26px;
}

#footer nav p+p:before {
   content: "/";
   display: inline-block;
   padding: 0 15px;
}

#footer nav a:hover {
   color: #ff0000;
}

#footer .inner {
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding: 58px 0 0 97px;
}

#footer .col:nth-child(1) {
   width: 300px;
   text-align: center;
   padding-top: 17px;
}

#footer .logo {
   border-bottom: 1px solid #938c87;
}

#footer .sub-nav {
   font-weight: bold;
   font-size: 15px;
   line-height: 13px;
   letter-spacing: 0;
   text-align: center;
   padding-top: 31px;
   padding-bottom: 11px;
}

#footer .sub-nav li {
   display: inline-block;
   padding: 0 16px;
}

#footer .sub-nav li+li {
   border-left: 2px solid #acacac;
}

#footer .sub-nav a:hover {
   color: #ff0000;
}

#footer .sns {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding-top: 15px;
}

#footer .sns li {
   padding: 0 6px;
}

#footer .col:nth-child(2) {
   width: 450px;
   margin-left: 105px;
}

#footer .info dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   line-height: 25px;
   letter-spacing: 0;
   border-bottom: 1px solid #938c87;
   padding-bottom: 12px;
}

#footer .info dl+dl {
   padding-top: 12px;
}

#footer .info dl>* {
   display: table-cell;
   vertical-align: top;
}

#footer .info dl dt {
   width: 159px;
}

#footer .btn_recruit {
   text-align: right;
   padding: 30px 0;
}

#footer .cookies-link {
   padding-top: 14px;
   letter-spacing: 0;
}

#footer .rss {
   background: url("../img/share/rss-bg.jpg") no-repeat center top/cover;
   color: #21272a;
   padding: 26px 24px 27px 24px;
}

#footer .rss h3 {
   font-weight: bold;
   font-size: 25px;
   letter-spacing: 0.09em;
   line-height: 30px;
   color: #be0f0f;
}

#footer .rss #feed {
   line-height: 30px;
   letter-spacing: 0;
   padding-top: 7px;
}

#footer .rss #feed p span {
   display: inline-block;
   font-weight: bold;
   margin-right: 16px;
}

#footer .rss #feed p a {
   display: inline-block;
}

#footer.footer01 {
   background: url("../img/share/footer_bg.jpg") repeat center top;
}

#footer.footer01 .footer-row {
   text-align: center;
}

#footer.footer01 address {
   padding-top: 32px;
}

/* ナビゲーション部（フッター）
----------------------------------------------- */
address {
   letter-spacing: 0;
   padding-top: 65px;
}

#socialbuttons {
   text-align: center;
   padding-top: 29px;
   margin: 0 -10px;
}

#socialbuttons>* {
   float: none;
   margin-right: 3px;
}

#pagetop {
   bottom: 15px;
   right: 15px;
}

/* =========================================================
   CLEAR
========================================================= */
.clear {
   clear: both !important;
}

/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {
   zoom: 1 !important;
}

/* for IE 5.5-7 */
.border-animation {
   height: 100%;
   overflow: visible;
   position: relative;
}

.border-animation::before,
.border-animation::after,
.border-animation .border-outer::before,
.border-animation .border-outer::after,
.border-animation .border-inner::before,
.border-animation .border-inner::after,
.border-animation .border-inner2::before,
.border-animation .border-inner2::after {
   content: "";
   position: absolute;
   z-index: 1;
}

.border-animation::before,
.border-animation::after {
   background: #d00000 none repeat scroll 0 0;
   height: 100%;
   transition: all 0.3s ease 0s;
   width: 1px;
}

.border-animation {
   display: block;
}

.border-animation::before {
   left: 0;
   top: 0;
}

.border-animation::after {
   bottom: 0;
   right: 0;
}

.border-animation:hover::before,
.border-animation:hover::after {
   height: 0;
}

.border-animation .border-outer {
   height: 100%;
}

.border-animation .border-outer::before,
.border-animation .border-outer::after {
   background: #d00000 none repeat scroll 0 0;
   height: 1px;
   transition: all 0.3s ease 0s;
   width: 100%;
}

.border-animation .border-outer::before {
   right: 0;
   top: 0;
}

.border-animation .border-outer::after {
   bottom: 0;
   left: 0;
}

.border-animation .border-outer:hover::before,
.border-animation .border-outer:hover::after {
   width: 0;
}

.border-animation .border-inner {
   height: 100%;
}

.border-animation .border-inner::before,
.border-animation .border-inner::after {
   background: #312921 none repeat scroll 0 0;
   height: 1px;
   transition: all 0.5s ease 0s;
   width: 100%;
}

.border-animation .border-inner::before {
   left: 5px;
   top: 5px;
}

.border-animation .border-inner::after {
   bottom: -5px;
   right: -5px;
}

.border-animation .border-inner:hover::before,
.border-animation .border-inner:hover::after {
   width: 0;
}

.border-animation .border-inner2 {
   height: 100%;
}

.border-animation .border-inner2::before,
.border-animation .border-inner2::after {
   background: #312921 none repeat scroll 0 0;
   height: 100%;
   transition: all 0.5s ease 0s;
   width: 1px;
}

.border-animation .border-inner2::before {
   right: -5px;
   top: 5px;
}

.border-animation .border-inner2::after {
   bottom: -5px;
   left: 5px;
}

.border-animation .border-inner2:hover::before,
.border-animation .border-inner2:hover::after {
   height: 0;
}

/* -- -- */
.nav-fixed {
   width: 100%;
   background: url("../img/share/header_bg.jpg") repeat center top;
   box-sizing: border-box;
   color: #fff;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 90;
   padding: 10px 0;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}

.nav-fixed.fixed {
   opacity: 1;
   visibility: visible;
}

.nav-fixed .inner {
   display: flex;
   flex-wrap: wrap;
}

.nav-fixed .nav {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   font-weight: bold;
   font-size: 18px;
   line-height: 25px;
   letter-spacing: 0.1em;
   padding-right: 35px;
}

.nav-fixed .nav li+li {
   margin-left: 20px;
}

.nav-fixed .nav a {
   display: block;
   border-bottom: 1px solid transparent;
}

.nav-fixed .nav a:hover,
.nav-fixed .nav a.active {
   color: #ff0000;
   border-color: #ff0000;
   text-decoration: none;
}

.nav-fixed .nav a.active {
   pointer-events: none;
}

.nav-fixed .sub-nav {
   font-weight: bold;
   font-size: 14px;
   line-height: 25px;
   letter-spacing: 0;
   text-align: center;
   border-right: 2px solid #fff;
   border-left: 2px solid #fff;
   padding: 0 36px;
}

.nav-fixed .sub-nav a {
   border-bottom: 1px solid transparent;
}

.nav-fixed .sub-nav a:hover,
.nav-fixed .sub-nav a.active {
   color: #ff0000;
   border-color: #ff0000;
   text-decoration: none;
}

.nav-fixed .sub-nav a.active {
   pointer-events: none;
}

.nav-fixed .nav-fixed_right {
   text-align: center;
   padding-top: 28px;
   position: absolute;
   top: 100%;
   right: 10px;
}

.nav-fixed .sns li {
   padding-top: 14px;
}

/* -- -- */
.modal-content {
   background-color: #fff;
   color: #000;
   letter-spacing: 0.15em;
   line-height: 32px;
   padding: 50px 100px;
}

.modal-content h2 {
   font-weight: bold;
   font-size: 26px;
   text-align: center;
}

.modal-content .txt {
   padding: 50px 0;
}

.modal-content ul {
   display: flex;
   flex-wrap: wrap;
   border: 1px solid #000;
   line-height: 40px;
   padding: 30px 50px;
}

.modal-content ul li {
   width: 50%;
   text-align: left;
   box-sizing: border-box;
   padding-left: 20px;
   position: relative;
}

.modal-content ul li:before {
   content: '□';
   position: absolute;
   top: 0;
   left: 0;
}

/* -- -- */
.button a {
   display: block;
   width: 310px;
   background-color: #171717;
   font-weight: bold;
   font-size: 20px;
   line-height: 36px;
   letter-spacing: 0;
   color: #fff;
   text-decoration: none;
   box-sizing: border-box;
   padding: 20px 0 23px 66px;
   position: relative;
}

.button a:before {
   content: '';
   width: 6px;
   height: 100%;
   background-color: #ff0000;
   position: absolute;
   top: 0;
   left: 7px;
}

.button a:after {
   content: '';
   width: 26px;
   height: 17px;
   background: url("../img/share/button-arrow.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 16px;
   transform: translateY(-50%);
}

.button a .line {
   display: block;
   border-bottom: 2px solid #ff0000;
   position: absolute;
   right: 100%;
   bottom: 0;
   left: 0;
   transition: all 0.3s;
}

.button a:hover .line {
   right: 0;
}

.button.red a {
   background-color: #ff0000;
}

.button.red a:before {
   background-color: #fff;
}

.button.red a:after {
   background-image: url("../img/share/button-arrow-white.png");
}

.button.red a .line {
   border-color: #fff;
}

.btn_new a {
   display: block;
   width: 310px;
   background-color: #ff0000;
   font-weight: bold;
   font-size: 20px;
   line-height: 36px;
   letter-spacing: 0;
   color: #fff;
   text-decoration: none;
   box-sizing: border-box;
   padding: 20px 0 23px 66px;
   position: relative;
}

.btn_new a:before {
   content: '';
   width: 6px;
   height: 100%;
   background-color: #fff;
   position: absolute;
   top: 0;
   left: 7px;
}

.btn_new a:after {
   content: '';
   width: 26px;
   height: 17px;
   background: url("../img/share/button-arrow-white.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 16px;
   transform: translateY(-50%);
}

.btn_new a .line {
   display: block;
   border-bottom: 2px solid #fff;
   position: absolute;
   right: 100%;
   bottom: 0;
   left: 0;
   transition: all 0.3s;
}

.btn_new a:hover .line {
   right: 0;
}

/* -- -- */
.cl-red {
   color: #ff0000;
}

/* -- -- */