/* ---------------- // reset ---------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* ---------------- base ---------------- */
body {
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック",
    sans-serif;
  /*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
  /*font-family: 'yugo','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
  color: #222;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* body{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */
table {
  border-collapse: collapse;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}
input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
}
th,
td {
  border-collapse: collapse;
}
table th,
table td {
  white-space: nowrap;
}
ul,
ol {
  list-style-type: none;
}
img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
}
img {
  max-width: 100%;
  height: auto;
  width/***/: auto;
}
/* ---------------- link ---------------- */
a {
  transition: all 0.3s ease-out;
}
a:link {
  text-decoration: none;
  color: #222;
}
a:visited {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: none;
  color: #222;
}
a:active {
  text-decoration: none;
  color: #222;
}
/* ---------------- clearfix ---------------- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}
.clearfix {
  display: inline-block;
}
/*\*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
/* ---------------- reset // ---------------- */
/* ---------------- font ---------------- */
@font-face {
  font-family: "josefinsans";
  src: url("../fonts/JosefinSans-Regular.woff") format("woff"),
    url("../fonts/JosefinSans-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "josefinsans_b";
  src: url("../fonts/JosefinSans-Bold.woff") format("woff"),
    url("../fonts/JosefinSans-Bold.ttf") format("truetype");
  font-display: swap;
}
.century {
  font-family: "josefinsans", sans-serif;
  font-weight: normal;
}
.century_b {
  font-family: "josefinsans_b", sans-serif;
}
.futura_bt_md {
  font-family: "josefinsans";
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.disable_mouse {
  pointer-events: none;
}

/*--------------------------------------
nowrap
--------------------------------------*/
.nowrap {
  white-space: nowrap;
}
/*--------------------------------------
box-sizing
--------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -mos-box-sizing: border-box;
  -mz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
/*--------------------------------------
transition
--------------------------------------*/
.tra {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/*--------------------------------------
コンテンツ
--------------------------------------*/
.page_body {
  width: 100%;
  padding: 0 1em;
}
.inner_01 {
  padding: 25px 0;
}
.nav_col {
  position: fixed;
  z-index: 12;
  width: 100%;
  height: 40px;
  background: url(../images/common/bg_01.jpg);
}
.side_area {
  position: absolute;
  top: 0;
  left: 0;
}
.contents_col {
  position: relative;
  padding: 40px 0 0;
  background: url(../images/common/bg_01.jpg);
}
@media only screen and (min-width: 541px) {
  .nav_col {
    height: 50px;
  }
  .contents_col {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .inner_01 {
    padding: 50px 0;
    overflow: hidden;
  }
  .nav_col {
    width: 330px;
    height: 100%;
    padding: 0;
    float: left;
    overflow: hidden;
  }
  .nav_col_inner {
    width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
  }
  .contents_col {
    padding: 0 0 0 330px;
  }
  .side_area {
    width: auto;
    height: auto;
    padding: 20px 0;
    position: inherit;
    background: #fff;
  }
}
@media only screen and (min-width: 1301px) {
  .page_body {
    width: 960px;
    margin: auto;
    padding: 0;
  }
}
/*ナビエリア*/
.logo {
  padding: 5px 0 0 5px;
}
.logo img {
  width: 190px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
}
.logo a {
  text-align: center;
}
.sp_br01 {
  display: block;
}
.sp_nav_logo {
  margin: 50px 0;
  text-align: center;
}
.sp_nav_logo img {
  width: 220px;
  height: 257px;
}
@media only screen and (min-width: 541px) {
  .logo {
    padding: 10px 0 0 10px;
  }
  .logo img {
    width: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .logo {
    display: block;
    float: none;
    width: 330px;
    padding: 0;
    text-align: center;
  }
  .logo img {
    width: 267px;
    height: 59px;
  }
  .sp_br01 {
    display: none;
  }
}
/*ナビ*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.drawer-hamburger {
  display: block;
  z-index: 14;
  width: 85px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #000;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  right: 12px;
  width: 19px;
  height: 2px;
  margin: 0;
  background: #fff;
}
.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
}
.drawer--left .drawer-nav {
  -webkit-transition: left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -7px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 7px;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 13.25rem;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer-hamburger:hover {
  background-color: #000;
}
.drawer-nav {
  width: 80%;
  margin: 0 0 50px;
  background: transparent;
  z-index: 13;
  overflow-y: scroll;
}
.drawer-overlay {
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.8);
}
.drawer-hamburger-txt {
  position: absolute;
  left: 9px;
  bottom: 12px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.member_col {
  padding: 0 0 0;
  background: url(../images/common/bg_01.jpg);
}
.member_space {
  height: 40px;
  background: #000;
}
.member_txt {
  padding: 30px 40px 10px 35px;
  font-size: 12px;
}
.member_link {
  padding: 0 40px 0 0;
  padding: 5px 40px 5px 35px;
  background: #930012;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s ease-out;
}
.member_link a {
  display: block;
  padding: 10px 30px 10px 35px;
  background: #930012;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s ease-out;
}
.gnav > .nav_sp_inner > ul {
  margin: auto;
  padding: 0;
  border-top: none;
}
.gnav > .nav_sp_inner > ul.drawer-menu {
  padding: 20px 0 45px;
  border-top: dotted #222 1px;
  background: #000;
}
.gnav > .nav_sp_inner > ul > li {
  font-weight: bold;
}
.gnav > .nav_sp_inner > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 35px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.gnav > .nav_sp_inner > ul > li > span {
  position: relative;
  display: block;
  padding: 15px 35px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.gnav > .nav_sp_inner > ul > li > span > span.nav_on {
  position: absolute;
  top: 50%;
  left: 90%;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
}
.gnav > .nav_sp_inner > ul > li > span > span.nav_on:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  margin: 8px 0 0;
  background: #fff;
}
.gnav > .nav_sp_inner > ul > li > span > span.nav_on:after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  width: 1px;
  height: 18px;
  background: #fff;
  opacity: 1;
  animation: gnav_hover01 1s linear 0s;
}
.gnav > .nav_sp_inner > ul > li > span.gnav_hover > span.nav_on:after {
  opacity: 0;
  top: 15px;
  animation: gnav_hover02 0.5s linear 0s;
}
.gnav > ul {
  margin: auto;
  padding: 0;
  border-top: none;
}
.gnav > ul.drawer-menu {
  padding: 20px 0 45px;
  border-top: dotted #222 1px;
  background: #000;
}
.gnav > ul > li {
  font-weight: bold;
}
.gnav > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 35px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.gnav > ul > li > span {
  position: relative;
  display: block;
  padding: 15px 35px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.gnav > ul > li > span > span.nav_on {
  position: absolute;
  top: 50%;
  left: 90%;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
}
.gnav > ul > li > span > span.nav_on:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  margin: 8px 0 0;
  background: #fff;
}
.gnav > ul > li > span > span.nav_on:after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  width: 1px;
  height: 18px;
  background: #fff;
  opacity: 1;
  animation: gnav_hover01 1s linear 0s;
}
.gnav > ul > li > span.gnav_hover > span.nav_on:after {
  opacity: 0;
  top: 15px;
  animation: gnav_hover02 0.5s linear 0s;
}
.gnav small {
  font-size: 10px;
}
@keyframes gnav_hover01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gnav_hover02 {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: 15px;
  }
}
.inner_nav {
  /*
	display: none;
*/
  background: #b3b3b4;
}
.inner_nav ul li a {
  display: block;
  padding: 7px 35px;
  font-size: 14px;
  transition: all 0.1s ease-out;
}
.inner_nav ul li a:hover {
  transition: all 0.1s ease-out;
}
.inner_nav ul li a span {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 14px;
  transition: all 0.1s ease-out;
}
.drawer--right .drawer-nav {
  right: -80%;
  transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
  background: url(../images/common/bg_01.jpg);
}
.recruit_btn {
  margin: 20px 0 0;
  background: #000;
}
.recruit_btn a {
  position: relative;
  display: block;
  padding: 15px 35px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 481px) {
  .drawer-hamburger {
    margin: 0;
  }
  .drawer-nav {
    width: 50%;
  }
  .drawer--right .drawer-nav {
    right: -50%;
  }
}
@media only screen and (min-width: 541px) {
  .drawer-hamburger {
    height: 50px;
  }
  .drawer-hamburger-txt {
    left: 7px;
    bottom: 16px;
    font-size: 12px;
  }
  .member_space {
    height: 50px;
  }
}
@media only screen and (min-width: 641px) {
  .drawer-nav {
    width: 35%;
  }
  .drawer--right .drawer-nav {
    right: -35%;
  }
}
@media only screen and (min-width: 1025px) {
  .member_col {
    display: block;
    width: 280px;
    margin: 50px 0 0;
    padding: 10px 35px 10px 0;
  }
  .member_space {
    display: none;
  }
  .member_txt {
    padding: 0 0 5px 35px;
    font-size: 14px;
  }
  .member_link {
    padding: 0;
  }
  .member_link a {
    font-size: 18px;
  }
  .member_link a:hover {
    background: #680012;
    transition: all 0.3s ease-out;
  }
  .drawer-hamburger {
    display: none;
  }
  .drawer-nav {
    width: 100%;
    padding: 0;
    background: transparent;
  }
  .drawer--right .drawer-nav {
    right: -100%;
  }
  .gnav > ul {
    width: 280px;
    margin: 20px 0 0;
    background: #000;
  }
  .gnav > ul > li > a {
    font-size: 18px;
  }
  .gnav > ul > li > span {
    font-size: 18px;
  }
  .gnav > ul > li > span > span.nav_on:before {
    width: 20px;
    margin: 10px 0 0;
  }
  .gnav > ul > li > span > span.nav_on:after {
    left: 10px;
    height: 20px;
  }
  .gnav > ul > li > span > span.nav_on {
    left: 80%;
  }
  .gnav > ul > li > a:hover {
    color: #808080;
  }
  .gnav > ul > li > span:hover {
    color: #808080;
  }
  .inner_nav ul li a {
    font-size: 18px;
  }
  .inner_nav ul li:hover a {
    color: #808080;
  }
  .recruit_btn {
    width: 280px;
    margin: 20px 0 60px;
    border: none;
  }
  .recruit_btn a {
    font-size: 18px;
  }
  .recruit_btn a:hover {
    color: #808080;
  }
}
/*--------------------------------------
language
--------------------------------------*/
.language {
  padding: 30px 0 10px;
  background: url(../images/common/bg_01.jpg);
}
.language_list {
  float: right;
  padding: 14px 20px 0 0;
}
.top_language_icon_sp .language_list {
  float: right;
  padding: 10px 20px 10px 0;
}
.language_list li {
  padding: 0 0 0 13px;
  float: left;
}
.language_list li:nth-child(1):after {
  content: "";
  display: block;
  float: right;
  width: 1px;
  height: 17px;
  margin: 4px 0 0 20px;
  background: #000;
  transform: rotate(26deg);
}
.language_list li:nth-child(1) a {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../images/common/language_en.jpg) left 2px no-repeat;
  background-size: 18px 12px;
  font-size: 11px;
}
.language_list li:nth-child(2) a {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../images/common/language_ja.jpg) left 2px no-repeat;
  background-size: 18px 12px;
  font-size: 11px;
}
.top_language_icon {
  display: none;
}
.top_language_icon_sp {
  display: block;
  position: fixed;
  top: 40px;
  z-index: 12;
  width: 100%;
  background: url(../images/common/bg_01.jpg);
}
.twitter_link_icon a {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 0;
  border-radius: 50%;
  background: url(../images/common/twitter-icon.svg) 50% no-repeat;
  background-size: 100%;
  position: fixed;
  top: 7px;
  right: 90px;
  z-index: 13;
}

.contents_col {
  position: relative;
}
/* PC版だけ英語日本語のメニューを浮かせる */
.lang_float {
  position: inherit;
  background: url(../images/common/bg_01.jpg);
  padding-bottom: 5px;
  z-index: 0;
  right: inherit;
  top: inherit;
}
.lang_f_top {
  top: inherit;
}

@media only screen and (min-width: 541px) {
  .language {
    padding: 0;
  }
  .language_list {
    padding: 14px 150px 0 0;
  }
  .twitter_link_icon a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    top: 4px;
  }
}
@media only screen and (min-width: 641px) {
  .language {
    display: block;
  }
  .top_language_icon_sp {
    display: none;
  }
  /* PC版だけ英語日本語のメニューを浮かせる */
  .lang_float {
    position: absolute;
    background: none;
    z-index: 9000;
    right: 10px;
    top: 0px;
  }
  .lang_f_top {
    top: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .language_list {
    padding: 0;
  }
  .language_list li:nth-child(1) a {
    background: url(../images/common/language_en.jpg) left 2px no-repeat;
    background-size: 25px 17px;
    font-size: 14px;
  }
  .language_list li:nth-child(2) a {
    background: url(../images/common/language_ja.jpg) left 2px no-repeat;
    background-size: 25px 17px;
    font-size: 14px;
  }
  .twitter_link_icon {
    display: none;
  }
}
/*--------------------------------------
パンくず
--------------------------------------*/
.breadcrumb {
  margin: 33px 0 0;
  padding: 10px 0;
  background: #ababab;
}
.breadcrumb ul {
  padding: 0 0 0 10px;
}
.breadcrumb ul li {
  float: left;
  color: #fff;
  font-size: 11px;
}
.breadcrumb ul li a {
  padding: 0 5px;
  color: #fff;
  transition: all 0.5s ease-out;
}
.breadcrumb ul li a:hover {
  color: #930012;
  transition: all 0.5s ease-out;
}
.breadcrumb ul li span {
  padding: 0 5px;
  color: #fff;
}
@media only screen and (min-width: 641px) {
  .breadcrumb {
    margin: 0;
  }
  .breadcrumb ul li {
    font-size: 14px;
  }
  .breadcrumb ul {
    padding: 0 0 0 50px;
  }
}
/*--------------------------------------
ボタン
--------------------------------------*/
.link_btn_01 {
  position: relative;
  display: block;
  padding: 5px 10px;
  background: #e3d6e4;
  border: solid #e3d6e4 3px;
  font-size: 14px;
  font-weight: bold;
}
.link_btn_01:hover {
  background: #fff;
  border: solid #e3d6e4 3px;
}
.link_btn_01 svg {
  position: absolute;
  top: 50%;
  right: 3%;
  margin: -7px 0 0;
}
/*--------------------------------------
タイトル
--------------------------------------*/

/*--------------------------------------
下部ヘッダー
--------------------------------------*/
/*--------------------------------------
フッター
--------------------------------------*/
footer {
  padding: 20px 0;
  background: #333;
}
.footer_contets {
  width: 100%;
  margin: auto;
}
.footer_logo img {
  width: 200px;
  height: 25px;
}
.footer_txt {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid #fff 1px;
  font-size: 13px;
  color: #fff;
  line-height: 2em;
}
.footer_txt p a {
  color: #fff !important;
}
.address_name {
  margin: 0 0 5px;
  font-size: 13px;
}
.copy {
  margin: 20px 0 0;
  text-align: center;
  color: #fff;
  font-size: 11px;
}
.address_br {
  display: block;
}
@media only screen and (min-width: 481px) {
  .footer_nav ul li {
    margin: 0 0 10px;
  }
  .copy {
    margin: 50px 0 0;
    font-size: 10px;
  }
}
@media only screen and (min-width: 641px) {
  footer {
    padding: 60px 0 30px;
  }
  .footer_contets {
    padding: 0 50px;
  }
  .footer_logo img {
    width: 383px;
    height: 44px;
  }
  .address_name {
    font-size: 18px;
  }
  .footer_txt {
    font-size: 16px;
  }
  .copy {
    margin: 50px 0 0;
    font-size: 13px;
  }
  .address_br {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  .footer_logo {
    float: left;
  }
}
@media only screen and (min-width: 1301px) {
  .footer_contets {
    margin: auto;
    padding: 0;
  }
}
/* -------------------------------------------------------
page_top
------------------------------------------------------- */
/* -------------------------------------------------------
page_top
------------------------------------------------------- */
.page_top {
  position: fixed;
  right: 2%;
  bottom: 30px;
  z-index: 100;
}
.page_top a {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/common/page_top.svg) no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}
@media only screen and (min-width: 641px) {
  .page_top a {
    width: 50px;
    height: 50px;
    -webkit-background-size: 50px;
    background-size: 50px;
  }
}
/* -------------------------------------------------------
ローダー
------------------------------------------------------- */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}
.loader {
  width: 100%;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  text-align: center;
}
#loader-4 span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #930012;
  margin: 35px 5px;
  opacity: 0;
}
#loader-4 span:nth-child(1) {
  animation: opacitychange 1s ease-in-out 0s infinite;
}
#loader-4 span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
#loader-4 span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}
@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
