@charset "UTF-8";
/* ---------------
Base
Common
Drawer
Header
Footer
Contents
--------------- */
/* Base
=================================================== */
html {
  width: 100%;
  font-size: 62.5%;
  font-weight: 300; }

body {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #111111;
  font-family: Garamond, "Times New Roman", "A-OTF リュウミン Pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em; }

body::after {
  -webkit-transition: all 0.25s ease-in-out;
  content: "";
  transition: all 0.25s ease-in-out; }

body.drawer-open::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.9);
  content: ""; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  line-height: 1.8; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

a,
img,
fill,
stroke,
button {
  -webkit-transition: all 0.25s ease-in-out;
  display: inline-block;
  transition: all 0.25s ease-in-out; }

a:link {
  color: #33336D;
  text-decoration: underline; }

a:visited {
  color: #33336D;
  text-decoration: underline; }

a:hover {
  color: #33336D;
  text-decoration: none; }

a:active {
  color: #33336D;
  text-decoration: none; }

a:focus {
  outline: none; }

a[target="_blank"], a.mail {
  word-break: break-all; }

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a > img {
  width: 100%; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto 100px;
  border: 0;
  background-color: #cccccc; }
  @media screen and (max-width: 560px) {
    hr {
      margin: 0 auto 80px; } }

ul,
ol {
  padding-left: 0;
  list-style-type: none; }

dd {
  margin: 0; }

figure {
  margin: 0; }
  figure img {
    margin-bottom: 10px; }
  figure figcaption {
    font-size: 1.3rem; }

table {
  width: 100%;
  margin: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-collapse: collapse; }
  table caption {
    text-align: left; }
  table th,
  table td {
    padding: 10px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-weight: normal;
    text-align: left;
    vertical-align: middle; }
    @media screen and (max-width: 560px) {
      table th,
      table td {
        padding: 5px; } }
  table thead th {
    font-weight: 600;
    text-align: center; }

/* Common
=================================================== */
.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.mb200 {
  margin-bottom: 200px !important; }

[class^="center"] {
  text-align: center; }

@media screen and (max-width: 560px) {
  .center-pc {
    text-align: left; } }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.bold {
  font-weight: 500; }

.normal {
  font-weight: normal; }

a.call {
  color: #BBA000;
  text-decoration: none;
  pointer-events: none; }
  @media screen and (max-width: 560px) {
    a.call {
      color: #33336D;
      pointer-events: auto; } }

.blank::after {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
  background: url(../images/common/icon_new.svg) 0 0 no-repeat;
  background-size: 14px 14px;
  content: ""; }

.noicon::after {
  display: none !important; }

.marker {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, rgba(235, 255, 0, 0.45)));
  background: -webkit-linear-gradient(transparent 40%, rgba(235, 255, 0, 0.45) 40%);
  background: linear-gradient(transparent 40%, rgba(235, 255, 0, 0.45) 40%); }

.vertical {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.nowrap {
  white-space: nowrap; }

.tablet_l,
.tablet,
.phone,
.se {
  display: none; }

@media screen and (max-width: 960px) {
  .tablet_l {
    display: block; }
  .pc_l {
    display: none; } }

@media screen and (max-width: 768px) {
  .tablet {
    display: block; } }

@media screen and (max-width: 560px) {
  .phone {
    display: block; }
    .phone.inline {
      display: inline-block; }
  .pc {
    display: none; } }

@media screen and (max-width: 374px) {
  .se {
    display: block; } }

.font_l {
  font-size: 3.24rem; }

.font_xm {
  font-size: 2.4rem; }
  @media screen and (max-width: 560px) {
    .font_xm {
      font-size: 18px; } }

.font_xs {
  font-size: 1.2rem; }

.font_s {
  font-size: 1.3rem; }

.red {
  color: #ED1C24; }

.block {
  display: block; }

.jp {
  font-family: Garamond, "Times New Roman", "A-OTF リュウミン Pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }

.en {
  font-family: Garamond, "Times New Roman", serif;
  letter-spacing: 1px; }

.cf:before, .cf:after {
  display: table;
  content: ""; }

.cf:after {
  clear: both; }

.upp {
  text-transform: uppercase; }

.link-arrow {
  font-size: 1.2rem; }
  .link-arrow a {
    position: relative;
    padding-right: 40px;
    color: #111111;
    text-decoration: none; }
    .link-arrow a .icon {
      -webkit-transition: 0.2s ease all;
      position: absolute;
      top: 50%;
      right: 0;
      width: 20px;
      height: 20px;
      margin-top: -12px;
      overflow: hidden;
      border: 1px solid #111111;
      border-radius: 100%;
      transition: 0.2s ease all; }
      .link-arrow a .icon:before, .link-arrow a .icon:after {
        -webkit-transition: 0.2s ease all;
        display: block;
        position: absolute;
        top: 4px;
        left: 7px;
        margin: auto;
        font-weight: bold;
        line-height: 1;
        content: ">";
        transition: 0.2s ease all; }
      .link-arrow a .icon:before {
        -webkit-transform: translateX(0) scale(0.6, 1.3);
        transform: translateX(0) scale(0.6, 1.3);
        opacity: 1; }
      .link-arrow a .icon:after {
        -webkit-transform: translateX(-15px) scale(0.6, 1.3);
        transform: translateX(-15px) scale(0.6, 1.3);
        color: #fff;
        opacity: 0; }
    .link-arrow a:hover .icon {
      background-color: #111111; }
      .link-arrow a:hover .icon:before {
        -webkit-transform: translateX(20px) scale(0.6, 1.3);
        transform: translateX(20px) scale(0.6, 1.3);
        opacity: 0; }
      .link-arrow a:hover .icon:after {
        -webkit-transform: translateX(0) scale(0.6, 1.3);
        transform: translateX(0) scale(0.6, 1.3);
        opacity: 1; }

.link-arrow-b a {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  text-decoration: none; }
  .link-arrow-b a .icon {
    -webkit-transform: translateY(-50%);
    -webkit-transition: 0.2s ease all;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    border: 1px solid #111111;
    border-radius: 100%;
    background-color: #fff;
    font-size: 1.2rem;
    transition: 0.2s ease all; }
    .link-arrow-b a .icon:before, .link-arrow-b a .icon:after {
      -webkit-transition: 0.2s ease all;
      display: block;
      position: absolute;
      top: 5px;
      left: 6px;
      margin: auto;
      font-weight: bold;
      line-height: 1;
      content: ">";
      transition: 0.2s ease all; }
    .link-arrow-b a .icon:before {
      -webkit-transform: rotate(90deg) translate(0, 0) scale(0.6, 1.3);
      transform: rotate(90deg) translate(0, 0) scale(0.6, 1.3);
      opacity: 1; }
    .link-arrow-b a .icon:after {
      -webkit-transform: rotate(90deg) translate(-15px, 0) scale(0.6, 1.3);
      transform: rotate(90deg) translate(-15px, 0) scale(0.6, 1.3);
      color: #fff;
      opacity: 0; }
  .link-arrow-b a:hover .icon {
    background-color: #111111; }
    .link-arrow-b a:hover .icon:before {
      -webkit-transform: rotate(90deg) translate(20px, 0) scale(0.6, 1.3);
      transform: rotate(90deg) translate(20px, 0) scale(0.6, 1.3);
      opacity: 0; }
    .link-arrow-b a:hover .icon:after {
      -webkit-transform: rotate(90deg) translate(0, 0) scale(0.6, 1.3);
      transform: rotate(90deg) translate(0, 0) scale(0.6, 1.3);
      opacity: 1; }

.img-lg img {
  width: 100%; }

/*----- layout -----*/
#container {
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%; }

@-webkit-keyframes bgimg {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes bgimg {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.contents {
  width: calc( 100% - 100px); }
  .contents p {
    margin-bottom: 1.5rem; }
  @media screen and (max-width: 560px) {
    .contents {
      width: 100%;
      padding-top: 60px; } }
  @media print {
    .contents {
      width: 100%; } }

main {
  width: calc( 100% - 174px); }

.wrapper {
  width: 94%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 560px) {
    .wrapper {
      width: 84%; } }

.wrap_l {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto; }

.wrap_m {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto; }

.wrap_s {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto; }

/*----- title -----*/
.headline span {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.8rem; }

.headline .ttl {
  font-size: 2.4rem;
  font-weight: normal; }

@media screen and (max-width: 560px) {
  .headline span {
    margin-bottom: 1.5rem;
    font-size: 1.5rem; }
  .headline .ttl {
    font-size: 1.8rem; } }

.heading {
  font-size: 3rem;
  font-weight: normal; }
  @media screen and (max-width: 560px) {
    .heading {
      font-size: 2.4rem; } }

.subhead {
  font-size: 2.1rem;
  font-weight: normal; }

/*----- button -----*/
.button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 15px 5px;
  background-color: #BBA000;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none; }
  .button a:hover {
    background-color: rgba(187, 160, 0, 0.9); }

/*----- list -----*/
.list_dot > li {
  position: relative;
  margin-bottom: 3px;
  padding: 0 0 0 1em; }
  .list_dot > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    margin-top: 2px;
    content: "・"; }
  .list_dot > li:last-child {
    margin-bottom: 0; }

.list_disc li {
  position: relative;
  margin-bottom: 3px;
  padding: 0 0 0 1em; }
  .list_disc li::before {
    display: block;
    position: absolute;
    top: 0;
    top: 0.6em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50vh;
    background-color: #111111;
    content: ""; }
  .list_disc li:last-child {
    margin-bottom: 0; }

.list_maru li {
  position: relative;
  margin-bottom: 3px;
  padding: 0 0 0 1em; }
  .list_maru li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    margin-top: 2px;
    content: "◎"; }
  .list_maru li:last-child {
    margin-bottom: 0; }

.list_decimal li {
  margin-bottom: 3px;
  margin-left: 26px;
  list-style-type: decimal; }
  .list_decimal li:last-child {
    margin-bottom: 0; }

.list_num > li {
  position: relative;
  padding-left: 1.2em; }
  .list_num > li::before {
    display: block;
    position: absolute;
    left: 0;
    width: 1.2em; }
  .list_num > li:nth-child(1)::before {
    content: "①"; }
  .list_num > li:nth-child(2)::before {
    content: "②"; }
  .list_num > li:nth-child(3)::before {
    content: "③"; }
  .list_num > li:nth-child(4)::before {
    content: "④"; }
  .list_num > li:nth-child(5)::before {
    content: "⑤"; }

/*----- attention -----*/
.list_atte > li,
.atte {
  position: relative;
  padding: 0 0 0 1em; }
  .list_atte > li::before,
  .atte::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "※"; }

.attention {
  color: #ED1C24; }

/*----- Contents -----*/
.wide {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw; }

@media screen and (max-width: 560px) {
  .wide-sp {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important; } }

.margin-side {
  width: 94%; }
  @media screen and (max-width: 560px) {
    .margin-side {
      width: 84%; } }

.margin-bottom_l {
  margin-bottom: 120px !important; }
  @media screen and (max-width: 560px) {
    .margin-bottom_l {
      margin-bottom: 60px !important; } }

.margin-bottom_m {
  margin-bottom: 70px !important; }
  @media screen and (max-width: 560px) {
    .margin-bottom_m {
      margin-bottom: 35px !important; } }

.margin-bottom_s {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 560px) {
    .margin-bottom_s {
      margin-bottom: 20px !important; } }

[class^="column2"] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  [class^="column2"] > .img.left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  [class^="column2"] > .img.right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 560px) {
    [class^="column2"] {
      display: block; }
      [class^="column2"] > .img {
        width: 100% !important;
        margin: 0 auto 20px; }
      [class^="column2"] > .txt {
        width: 100% !important;
        margin: 0 auto 30px; } }

.topicpath {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  font-size: 1.5rem; }
  .topicpath li:not(:last-child)::after {
    -webkit-transform: scale(0.6, 1.2);
    display: inline-block;
    margin: 0 5px;
    transform: scale(0.6, 1.2);
    content: ">"; }

.page_nav ul li a {
  border-width: 2px;
  border-style: solid;
  border-color: #33336D; }
  .page_nav ul li a::after {
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 0.25s ease-in-out;
    transform: rotate(90deg);
    content: "";
    transition: all 0.25s ease-in-out; }

.define > dt {
  position: relative;
  padding: 0 40px 0 20px;
  cursor: pointer; }
  .define > dt::after {
    position: absolute;
    top: 0;
    right: 15px;
    content: "＋"; }
  .define > dt.open::after {
    content: "−"; }

.define > dd {
  display: none; }

.scrolltable {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
  overflow: auto; }
  .scrolltable::-webkit-scrollbar {
    height: 10px; }
  .scrolltable::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .scrolltable::-webkit-scrollbar-thumb {
    background: #bcbcbc; }
  @media screen and (max-width: 560px) {
    .scrolltable {
      margin-right: -9%; }
      .scrolltable .inner {
        width: 730px; } }

.scrolltxt {
  display: none;
  margin-bottom: 5px !important; }

.dl_3em dt {
  position: relative;
  width: 3em;
  float: left;
  clear: both; }

.dl_3em dd {
  padding-bottom: 5px;
  padding-left: 3em; }

.dl_3hem dt {
  position: relative;
  width: 3.5em;
  float: left;
  clear: both; }

.dl_3hem dd {
  padding-bottom: 5px;
  padding-left: 3.5em; }

.dl_3hem dt span {
  display: inline-block;
  width: 2.3em; }

#loading {
  -webkit-transition: all 1s;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  transition: all 1s; }
  #loading > div {
    position: absolute;
    top: calc(50% - 57px);
    left: calc(50% - 42px);
    width: 84px; }
    #loading > div img {
      width: 100%; }

.loaded {
  visibility: hidden;
  opacity: 0; }

.map {
  position: relative;
  width: 100%;
  margin-bottom: 80px; }
  .map::before {
    display: block;
    padding-top: 27%;
    content: ""; }
  .map .in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 560px) {
    .map {
      position: relative;
      width: 100%;
      margin-bottom: 40px; }
      .map::before {
        display: block;
        padding-top: 90%;
        content: ""; }
      .map .in {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; } }

@-webkit-keyframes zoom {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 1; } }

/* Header
=================================================== */
.alert {
  padding: 3px;
  background-color: #111111;
  color: #ffffff;
  text-align: center; }

.skip {
  position: absolute;
  top: -50px;
  left: 0;
  height: 1px;
  margin: 0;
  overflow: hidden; }

header {
  -webkit-transition: all 0.25s ease-in-out;
  z-index: 30;
  position: sticky;
  top: 0;
  left: 0;
  width: 100px;
  background-color: #fff;
  transition: all 0.25s ease-in-out; }
  header .header {
    width: 100%; }
    header .header .logo {
      width: 50px;
      height: calc( 100vh - 200px);
      min-height: 530px;
      margin: 0 auto; }
      header .header .logo a {
        display: block;
        padding-top: 35px;
        line-height: 0.8;
        text-decoration: none; }
      header .header .logo img {
        width: 100%; }
    header .header h1.logo span {
      -webkit-transform: translateY(-100%);
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      overflow: hidden;
      transform: translateY(-100%);
      white-space: nowrap; }
    header .header .header-btn {
      width: 100%; }
      header .header .header-btn-entry {
        width: 100%;
        height: 100px; }
        header .header .header-btn-entry a {
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          flex-flow: column;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          background-color: #BBA000;
          color: #111111;
          text-align: center;
          text-decoration: none; }
          header .header .header-btn-entry a img {
            display: block;
            width: 22px;
            margin-bottom: 3px; }
  header .drawer-btn {
    z-index: 20;
    position: relative;
    width: 100%;
    height: 100px;
    padding: 38px 0;
    background-color: #111111;
    cursor: pointer; }
    header .drawer-btn-inner {
      position: relative;
      width: 24px;
      height: 14px;
      margin: 0 auto; }
      header .drawer-btn-inner span {
        -webkit-transition: all 0.25s ease-in-out;
        display: block;
        position: absolute;
        top: 9px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.25s ease-in-out; }
        header .drawer-btn-inner span::before, header .drawer-btn-inner span::after {
          -webkit-transition: all 0.25s ease-in-out;
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #fff;
          content: "";
          transition: all 0.25s ease-in-out; }
        header .drawer-btn-inner span::before {
          top: -9px; }
        header .drawer-btn-inner span::after {
          bottom: -9px; }
    .drawer-open header .drawer-btn span {
      background-color: inherit; }
    .drawer-open header .drawer-btn span::before {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
      background-color: #fff; }
    .drawer-open header .drawer-btn span::after {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
      background-color: #fff; }
  @media screen and (max-width: 560px) {
    header {
      position: fixed;
      width: 100%; }
      header .header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0; }
        header .header .logo {
          width: calc(100% - 60px);
          height: auto;
          min-height: auto;
          margin: 0 auto; }
          header .header .logo a {
            padding-top: 0; }
          header .header .logo img {
            display: block;
            width: 88.88889%;
            max-width: 280px;
            margin: 0 0 0 15px; }
          header .header .logo span {
            display: none; }
        header .header .header-btn {
          width: 60px; }
          header .header .header-btn-entry {
            display: none; }
      header .drawer-btn {
        width: 60px;
        height: 60px;
        padding: 23px 0; }
        header .drawer-btn-inner {
          width: 24px;
          height: 14px; }
          header .drawer-btn-inner span {
            top: 6px; }
            header .drawer-btn-inner span::before {
              top: -6px; }
            header .drawer-btn-inner span::after {
              bottom: -6px; }
        .drawer-open header .drawer-btn span::before {
          -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg); }
        .drawer-open header .drawer-btn span::after {
          -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg); } }
  @media print {
    header {
      display: none; } }

/* Footer
=================================================== */
.entry-btn {
  margin-bottom: 50px;
  font-size: 1.8rem; }
  .entry-btn a {
    display: block;
    position: relative;
    padding: 8px 20PX;
    background-color: #BBA000;
    color: #111111;
    text-decoration: none; }
    .entry-btn a::after {
      -webkit-transform: translateY(-50%);
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 22px;
      height: 24px;
      transform: translateY(-50%);
      background: url(../images/common/icon_entry.svg) no-repeat left top;
      background-size: 22px 24px;
      content: ""; }

.sns-link {
  color: #ffffff;
  text-align: center; }
  .sns-link dt {
    margin-bottom: 10px;
    font-size: 1.2rem; }
  .sns-link .sns-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .sns-link .sns-list li {
      margin: 0 10px;
      line-height: 0.3; }
      .sns-link .sns-list li img {
        width: 100%; }
    .sns-link .sns-list li:not(:last-child) {
      width: 20px; }
    .sns-link .sns-list li:last-child {
      width: 68px; }

.corp-btn {
  text-align: center; }
  .corp-btn a {
    color: #ffffff; }
    .corp-btn a .icon {
      border: 1px solid #ffffff; }
      .corp-btn a .icon:after {
        color: #fff; }
    .corp-btn a:hover .icon {
      background-color: #111111; }

.footer {
  position: relative; }
  .footer::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-color: #111111;
    content: ""; }
  .footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #111111; }
  .footer-img {
    width: 45.6%; }
  .footer-info {
    z-index: 2;
    width: 35%;
    padding-top: 60px; }
    .footer-info .logo {
      max-width: 300px;
      margin-bottom: 40px; }
    .footer-info .footer-nav-list {
      max-width: 300px;
      margin-bottom: 30px; }
      .footer-info .footer-nav-list li {
        margin-bottom: 10px;
        font-size: 1.8rem; }
        .footer-info .footer-nav-list li a {
          display: block;
          position: relative;
          color: #ffffff;
          text-decoration: none; }
          .footer-info .footer-nav-list li a .icon {
            -webkit-transition: 0.2s ease all;
            position: absolute;
            top: 50%;
            right: 0;
            width: 20px;
            height: 20px;
            margin-top: -12px;
            overflow: hidden;
            border: 1px solid #ffffff;
            border-radius: 100%;
            transition: 0.2s ease all; }
            .footer-info .footer-nav-list li a .icon:before, .footer-info .footer-nav-list li a .icon:after {
              -webkit-transition: 0.2s ease all;
              display: block;
              position: absolute;
              top: 4px;
              left: 7px;
              margin: auto;
              font-size: 1.2rem;
              font-weight: bold;
              line-height: 1;
              content: ">";
              transition: 0.2s ease all; }
            .footer-info .footer-nav-list li a .icon:before {
              -webkit-transform: translateX(0) scale(0.6, 1.3);
              transform: translateX(0) scale(0.6, 1.3);
              opacity: 1; }
            .footer-info .footer-nav-list li a .icon:after {
              -webkit-transform: translateX(-15px) scale(0.6, 1.3);
              transform: translateX(-15px) scale(0.6, 1.3);
              color: #fff;
              opacity: 0; }
          .footer-info .footer-nav-list li a:hover .icon {
            background-color: #111111; }
            .footer-info .footer-nav-list li a:hover .icon:before {
              -webkit-transform: translateX(20px) scale(0.6, 1.3);
              transform: translateX(20px) scale(0.6, 1.3);
              opacity: 0; }
            .footer-info .footer-nav-list li a:hover .icon:after {
              -webkit-transform: translateX(0) scale(0.6, 1.3);
              transform: translateX(0) scale(0.6, 1.3);
              opacity: 1; }
    .footer-info .entry-btn {
      max-width: 300px;
      margin-bottom: 50px; }
    .footer-info .sns-link {
      max-width: 300px; }
    .footer-info .corp-btn {
      max-width: 300px; }
  .footer .copyright {
    margin-bottom: 0;
    padding: 18px 0;
    background-color: #111111;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center; }
  .footer .logo-sp,
  .footer .address {
    display: none; }
  @media screen and (max-width: 560px) {
    .footer {
      padding-bottom: 20px;
      background-color: #111111; }
      .footer::before {
        display: none; }
      .footer-inner {
        display: block;
        width: 100%;
        max-width: 100%; }
      .footer-img {
        width: 100%; }
        .footer-img img {
          width: 100%; }
      .footer-info {
        width: 84%;
        max-width: 300px;
        margin: 0 auto;
        padding-top: 50px; }
        .footer-info .logo {
          display: none; }
        .footer-info .logo-sp {
          display: block;
          max-width: 242px;
          margin: 50px auto 10px; }
        .footer-info .address {
          display: block;
          margin-bottom: 20px;
          color: #ffffff;
          font-size: 1.3rem;
          letter-spacing: 0;
          text-align: center; } }
  @media print {
    .footer {
      display: none; } }

.totop {
  z-index: 3;
  position: fixed;
  right: 3%;
  bottom: 25px; }
  .totop a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50vh;
    background-color: #111111; }
    .totop a::after {
      -webkit-transform: rotate(45deg);
      display: block;
      width: 8px;
      height: 8px;
      margin: 5px auto 0;
      transform: rotate(45deg);
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      content: ""; }
  @media print {
    .totop {
      display: none; } }

/* Drawer Menu
=================================================== */
.drawer-menu {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(-100%);
  -webkit-transition: 0.4s linear;
  visibility: hidden;
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding-left: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translateX(-100%);
  background-color: #111111;
  opacity: 0;
  transition: 0.4s linear; }
  .drawer-menu::after {
    -webkit-transform: scaleX(0);
    -webkit-transform: translateX(0);
    -webkit-transform-origin: left center;
    -webkit-transition: 0.4s linear;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    visibility: hidden;
    z-index: 1;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform: translateX(0);
    transform-origin: left center;
    content: "";
    opacity: 0;
    transition: 0.4s linear;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .drawer-open .drawer-menu {
    -webkit-transform: translateX(0);
    visibility: visible;
    transform: translateX(0);
    opacity: 1; }
    .drawer-open .drawer-menu::after {
      -webkit-transform: scaleX(1);
      -webkit-transform-origin: left center;
      -webkit-transform: translateY(0);
      visibility: visible;
      top: 0;
      transform: scaleX(1);
      transform: translateY(0);
      transform-origin: left center;
      opacity: 1; }
    .drawer-open .drawer-menu-inner {
      visibility: visible;
      z-index: 16;
      position: relative;
      width: 94%;
      max-width: 300px;
      margin: 0 auto; }
  @media screen and (max-width: 560px) {
    .drawer-menu {
      -webkit-transform: translateX(0);
      -webkit-transform: translateY(-100%);
      max-width: 100%;
      padding-left: 0;
      transform: translateX(0);
      transform: translateY(-100%); }
      .drawer-open .drawer-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
        .drawer-open .drawer-menu::after {
          -webkit-transform: scaleX(1);
          -webkit-transform-origin: left center;
          -webkit-transform: translateY(0);
          visibility: visible;
          top: 0;
          transform: scaleX(1);
          transform: translateY(0);
          transform-origin: left center;
          opacity: 1; }
        .drawer-open .drawer-menu-inner {
          width: 84%; } }
  .drawer-menu-content {
    margin: 80px auto 50px; }
    @media screen and (max-width: 560px) {
      .drawer-menu-content {
        margin: 90px auto 50px; } }
    .drawer-menu-content .nav-global-list {
      width: 100%;
      margin-bottom: 30px;
      padding-top: 1.2em;
      border-top: 1px solid #333333; }
      .drawer-menu-content .nav-global-list a {
        display: block;
        position: relative;
        color: #ffffff;
        font-size: 1.8rem;
        text-decoration: none; }
        .drawer-menu-content .nav-global-list a .icon {
          -webkit-transition: 0.2s ease all;
          position: absolute;
          top: 50%;
          right: 0;
          width: 20px;
          height: 20px;
          margin-top: -12px;
          overflow: hidden;
          border: 1px solid #ffffff;
          border-radius: 100%;
          transition: 0.2s ease all; }
          .drawer-menu-content .nav-global-list a .icon:before, .drawer-menu-content .nav-global-list a .icon:after {
            -webkit-transition: 0.2s ease all;
            display: block;
            position: absolute;
            top: 4px;
            left: 7px;
            margin: auto;
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 1;
            content: ">";
            transition: 0.2s ease all; }
          .drawer-menu-content .nav-global-list a .icon:before {
            -webkit-transform: translateX(0) scale(0.6, 1.3);
            transform: translateX(0) scale(0.6, 1.3);
            opacity: 1; }
          .drawer-menu-content .nav-global-list a .icon:after {
            -webkit-transform: translateX(-15px) scale(0.6, 1.3);
            transform: translateX(-15px) scale(0.6, 1.3);
            color: #fff;
            opacity: 0; }
        .drawer-menu-content .nav-global-list a:hover .icon {
          background-color: #111111; }
          .drawer-menu-content .nav-global-list a:hover .icon:before {
            -webkit-transform: translateX(20px) scale(0.6, 1.3);
            transform: translateX(20px) scale(0.6, 1.3);
            opacity: 0; }
          .drawer-menu-content .nav-global-list a:hover .icon:after {
            -webkit-transform: translateX(0) scale(0.6, 1.3);
            transform: translateX(0) scale(0.6, 1.3);
            opacity: 1; }
      .drawer-menu-content .nav-global-list .menu-item {
        margin-bottom: 1.2em;
        padding-bottom: 1.2em;
        border-bottom: 1px solid #333333; }

/* Home
=================================================== */
.kv {
  position: relative;
  width: 100vw;
  margin-bottom: 150px;
  margin-left: -100px; }
  @media print {
    .kv {
      margin-left: 0; } }
  .kv .swiper-container img {
    width: 100%; }
  .kv-txt {
    z-index: 2;
    position: absolute;
    top: 38%;
    right: 0;
    width: calc(100% - 100px); }
    .kv-txt-inner {
      -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8));
      width: 94%;
      max-width: 1266px;
      margin: 0 auto;
      filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8)); }
  @media screen and (max-width: 560px) {
    .kv {
      margin-bottom: 40px;
      margin-left: 0; }
      .kv-txt {
        top: auto;
        bottom: 80px;
        width: 100%; }
        .kv-txt-inner {
          width: 84%; } }

.swiper-pagination {
  -webkit-transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  right: 30px !important;
  bottom: 75px !important;
  left: auto !important;
  width: 6px !important;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity; }
  @media screen and (max-width: 560px) {
    .swiper-pagination {
      right: 20px !important;
      bottom: 25px !important; } }

.swiper-pagination span {
  display: block !important;
  margin: 0 0 25px !important; }

.swiper-pagination-bullet {
  -webkit-box-shadow: 0 0 6px 0 rgba(17, 17, 17, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px !important;
  height: 6px !important;
  border: 1px solid #ffffff;
  border-radius: 50% !important;
  background-color: transparent;
  box-shadow: 0 0 6px 0 rgba(17, 17, 17, 0.4);
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  background-color: #fff !important; }

.home .vision {
  margin-bottom: 150px; }
  .home .vision-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
    .home .vision-inner .headline {
      width: 48%; }
  .home .vision-txt {
    width: 50%; }
    .home .vision-txt p:not(:last-child) {
      margin-bottom: 50px; }
  @media screen and (max-width: 560px) {
    .home .vision {
      margin-bottom: 40px; }
      .home .vision-inner {
        display: block; }
        .home .vision-inner .headline {
          width: 100%; }
      .home .vision-txt {
        width: 100%; }
        .home .vision-txt p:not(:last-child) {
          margin-bottom: 50px; } }

.home .news {
  margin-bottom: 100px;
  background-color: #111111; }
  .home .news-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 100px 0 130px;
    color: #fff; }
    .home .news-inner .headline {
      width: 48%; }
  .home .news-latest {
    width: 50%;
    margin-top: 90px; }
  @media screen and (max-width: 560px) {
    .home .news {
      margin-bottom: 80px; }
      .home .news-inner {
        display: block;
        padding: 50px 0; }
        .home .news-inner .headline {
          width: 100%; }
      .home .news-latest {
        width: 100%;
        margin-top: 40px; } }

.home .pickup {
  margin-bottom: 100px; }
  .home .pickup .headline {
    margin-bottom: 60px; }
  .home .pickup-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home .pickup-list::after {
      position: relative;
      width: 30%;
      content: ""; }
    .home .pickup-list li {
      width: 30%;
      margin-bottom: 50px; }
      .home .pickup-list li a {
        color: #111111;
        text-decoration: none; }
      .home .pickup-list li h3 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        font-weight: normal; }
      .home .pickup-list li .img {
        -webkit-box-shadow: 0 0 6px 0 rgba(17, 17, 17, 0.2);
        margin-bottom: 15px;
        box-shadow: 0 0 6px 0 rgba(17, 17, 17, 0.2); }
      .home .pickup-list li .notes {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .home .pickup-list li .notes .category {
          padding: 0 10px;
          background-color: #BBA000;
          font-size: 1.4rem; }
        .home .pickup-list li .notes .link {
          position: relative;
          padding-right: 40px;
          font-size: 1.4rem; }
          .home .pickup-list li .notes .link .icon {
            -webkit-transition: 0.2s ease all;
            position: absolute;
            top: 50%;
            right: 0;
            width: 20px;
            height: 20px;
            margin-top: -12px;
            overflow: hidden;
            border: 1px solid #111111;
            border-radius: 100%;
            font-size: 1.2rem;
            transition: 0.2s ease all; }
            .home .pickup-list li .notes .link .icon:before, .home .pickup-list li .notes .link .icon:after {
              -webkit-transition: 0.2s ease all;
              display: block;
              position: absolute;
              top: 4px;
              left: 7px;
              margin: auto;
              font-weight: bold;
              line-height: 1;
              content: ">";
              transition: 0.2s ease all; }
            .home .pickup-list li .notes .link .icon:before {
              -webkit-transform: translateX(0) scale(0.6, 1.3);
              transform: translateX(0) scale(0.6, 1.3);
              opacity: 1; }
            .home .pickup-list li .notes .link .icon:after {
              -webkit-transform: translateX(-15px) scale(0.6, 1.3);
              transform: translateX(-15px) scale(0.6, 1.3);
              color: #fff;
              opacity: 0; }
      .home .pickup-list li a:hover .notes .link .icon {
        background-color: #111111; }
        .home .pickup-list li a:hover .notes .link .icon:before {
          -webkit-transform: translateX(20px) scale(0.6, 1.3);
          transform: translateX(20px) scale(0.6, 1.3);
          opacity: 0; }
        .home .pickup-list li a:hover .notes .link .icon:after {
          -webkit-transform: translateX(0) scale(0.6, 1.3);
          transform: translateX(0) scale(0.6, 1.3);
          opacity: 1; }
  @media screen and (max-width: 560px) {
    .home .pickup {
      margin-bottom: 80px; }
      .home .pickup .headline {
        margin-bottom: 40px; }
      .home .pickup-list {
        display: block; }
        .home .pickup-list::after {
          display: none; }
        .home .pickup-list li {
          width: 100%;
          max-width: 300px;
          margin: 0 auto 40px; } }

.home .keyperson {
  margin-bottom: 100px;
  padding: 150px 0 0;
  background-color: #F0F0F0; }
  .home .keyperson .headline {
    margin-bottom: 80px; }
  .home .keyperson-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .home .keyperson-list_item:nth-child(odd) {
      width: 56.5%;
      margin-bottom: 100px; }
      .home .keyperson-list_item:nth-child(odd) .keyperson-list_item_inner {
        width: 53.09735%; }
    .home .keyperson-list_item:nth-child(even) {
      width: 42.2%;
      margin-bottom: 100px; }
      .home .keyperson-list_item:nth-child(even) .keyperson-list_item_inner {
        width: 71.09005%; }
    .home .keyperson-list_item:nth-child(1) .keyperson-list_item_inner {
      margin-left: auto; }
    .home .keyperson-list_item:nth-child(2) {
      -webkit-transform: translateY(280px);
      transform: translateY(280px); }
      .home .keyperson-list_item:nth-child(2) .keyperson-list_item_inner {
        margin-left: auto; }
    .home .keyperson-list_item:nth-child(4) {
      -webkit-transform: translateY(280px);
      transform: translateY(280px); }
    .home .keyperson-list_item:nth-child(5) .keyperson-list_item_inner {
      margin-right: auto;
      margin-left: auto; }
    .home .keyperson-list_item a {
      color: #111111;
      text-decoration: none; }
      .home .keyperson-list_item a:hover .img img {
        opacity: .7; }
    .home .keyperson-list_item .img {
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      margin-bottom: 15px;
      background-color: #fff;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
    .home .keyperson-list_item .ttl {
      margin-bottom: 10px;
      font-size: 1.8rem;
      font-weight: normal; }
    .home .keyperson-list_item .name {
      margin-bottom: 0; }
    .home .keyperson-list_item .position {
      margin: 0;
      font-size: 1.2rem; }
  @media screen and (max-width: 560px) {
    .home .keyperson {
      margin-bottom: 60px;
      padding: 50px 0 0; }
      .home .keyperson .headline {
        margin-bottom: 60px; }
      .home .keyperson-list {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto; }
        .home .keyperson-list_item {
          width: 100% !important;
          margin-bottom: 70px !important; }
          .home .keyperson-list_item .keyperson-list_item_inner {
            width: 100% !important; }
        .home .keyperson-list_item:nth-child(2) {
          -webkit-transform: translateY(0);
          transform: translateY(0); }
        .home .keyperson-list_item:nth-child(4) {
          -webkit-transform: translateY(0);
          transform: translateY(0); } }

/* Contents
=================================================== */
.mv {
  position: relative;
  height: 765px; }
  .mv-inner {
    position: relative;
    width: 94%;
    max-width: 1366px;
    height: 100%;
    margin: 0 auto; }
  .mv-txt {
    -webkit-transform: translateY(-50%);
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8)); }
    .mv-txt span {
      -webkit-transform: translateY(-100vh);
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      overflow: hidden;
      transform: translateY(-100vh);
      white-space: nowrap; }
  @media screen and (max-width: 560px) {
    .mv {
      height: 420px; }
      .mv-inner {
        width: 84%; }
      .mv-txt img {
        width: auto;
        height: 60px; } }
  .page-vision .mv {
    margin-bottom: 70px;
    background: url(../images/vision/img_kv.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 560px) {
      .page-vision .mv {
        background: url(../images/vision/img_kv_sp.jpg) no-repeat center center;
        background-size: cover; } }
  .page-work .mv {
    margin-bottom: 70px;
    background: url(../images/work/img_kv.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 560px) {
      .page-work .mv {
        background: url(../images/work/img_kv_sp.jpg) no-repeat center center;
        background-size: cover; } }
  .page-about .mv {
    margin-bottom: 70px;
    background: url(../images/about/img_kv.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 560px) {
      .page-about .mv {
        background: url(../images/about/img_kv_sp.jpg) no-repeat center center;
        background-size: cover; } }
  .page-faq .mv {
    margin-bottom: 70px;
    background: url(../images/faq/img_kv.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 560px) {
      .page-faq .mv {
        background: url(../images/faq/img_kv_sp.jpg) no-repeat center center;
        background-size: cover; } }
  .page-requirement .mv {
    margin-bottom: 70px;
    background: url(../images/requirement/img_kv.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 560px) {
      .page-requirement .mv {
        background: url(../images/requirement/img_kv_sp.jpg) no-repeat center center;
        background-size: cover; } }
  .post-type-archive-member .mv {
    background: url(../images/member/img_kv.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 560px) {
      .post-type-archive-member .mv {
        background: url(../images/member/img_kv_sp.jpg) no-repeat center center;
        background-size: cover; } }

.page-nav {
  width: 94%;
  max-width: 1366px;
  margin: 0 auto; }
  .page-nav-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 50px; }
    .page-nav-list li {
      margin: 0 20px 20px; }
      .page-nav-list li.none a {
        opacity: .5;
        pointer-events: none; }
  @media screen and (max-width: 560px) {
    .page-nav {
      width: 84%; }
      .page-nav-list {
        display: block;
        margin: 0 auto 50px; }
        .page-nav-list li {
          margin: 0 0 15px; } }

.column2-lg .img {
  width: 57.4%;
  margin-top: 100px;
  margin-right: -13.4%; }

.column2-lg .txt {
  width: 48%; }

@media screen and (max-width: 560px) {
  .column2-lg .img {
    width: 100%;
    margin: 0 auto; } }

.column2-half > div {
  width: 48%; }
  @media screen and (max-width: 560px) {
    .column2-half > div {
      width: 100%; } }

.mb-lg {
  margin-bottom: 150px !important; }
  @media screen and (max-width: 560px) {
    .mb-lg {
      margin-bottom: 100px !important; } }

@-webkit-keyframes pulseAnim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulseAnim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.bg-arrow {
  position: relative; }
  .bg-arrow::before {
    position: absolute;
    top: 0;
    left: calc(50% - 16px);
    width: 0;
    height: 0;
    border-width: 26px 16px 0 16px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    content: ""; }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.image {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden; }
  .image::before {
    display: block;
    padding-top: 83%;
    content: ""; }
  .image .in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.image img {
  -webkit-transition: opacity 3.5s ease;
  display: block;
  opacity: 0;
  transition: opacity 3.5s ease; }

.visible.image img {
  -webkit-animation: zoomOut 5s ease-in-out forwards;
  animation: zoomOut 5s ease-in-out forwards;
  opacity: 1; }

.fadeIn {
  -webkit-transition: all 0.9s ease-in-out;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.9s ease-in-out; }

.js-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Vision
=================================================== */
.vision-cont {
  margin-bottom: 200px; }
  .vision-cont .lead {
    margin-bottom: 100px; }
  @media screen and (max-width: 560px) {
    .vision-cont {
      margin-bottom: 120px; }
      .vision-cont .lead {
        margin-bottom: 30px; } }

.dl-vision dt {
  font-size: 1.8rem;
  font-weight: 600; }

.dl-vision dd:not(:last-child) {
  margin-bottom: 4rem; }

.y100 {
  margin-bottom: 150px; }
  @media screen and (max-width: 560px) {
    .y100 {
      margin-bottom: 80px; } }
  .y100 .img-lg {
    z-index: -1;
    position: relative;
    margin-top: -85px; }
    @media screen and (max-width: 560px) {
      .y100 .img-lg {
        margin-top: -35px; } }
  .y100-cont {
    margin-bottom: 100px;
    padding: 80px 0 140px;
    background-color: #F0F0F0; }
    @media screen and (max-width: 560px) {
      .y100-cont {
        margin-bottom: 80px;
        padding: 40px 0; } }
    .y100-cont .lead {
      max-width: 720px;
      margin: 0 auto 50px; }
    .y100-cont .youtube {
      position: relative;
      width: 100%;
      margin-bottom: 80px;
      background-color: #fff; }
      .y100-cont .youtube::before {
        display: block;
        padding-top: 56%;
        content: ""; }
      .y100-cont .youtube .in {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      @media screen and (max-width: 560px) {
        .y100-cont .youtube {
          position: relative;
          width: 100%;
          margin-bottom: 60px; }
          .y100-cont .youtube::before {
            display: block;
            padding-top: 56%;
            content: ""; }
          .y100-cont .youtube .in {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
    .y100-cont .brand {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      max-width: 900px;
      margin: 0 auto; }
      .y100-cont .brand > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        flex-direction: column;
        width: 28.88889%; }
        .y100-cont .brand > div p {
          margin-top: auto; }
        .y100-cont .brand > div:nth-child(1)::after {
          display: block;
          position: absolute;
          top: 26%;
          left: 109%;
          width: 15px;
          height: 15px;
          background: url(../images/vision/icon_plus.svg) no-repeat left top;
          background-size: 100% 100%;
          content: ""; }
        .y100-cont .brand > div:nth-child(2)::after {
          display: block;
          position: absolute;
          top: 26.5%;
          left: 109%;
          width: 15px;
          height: 13px;
          background: url(../images/vision/icon_arrow.svg) no-repeat left top;
          background-size: 100% 100%;
          content: ""; }
      .y100-cont .brand img {
        display: block;
        max-width: 130px;
        margin: 0 auto 25px; }
      @media screen and (max-width: 560px) {
        .y100-cont .brand {
          display: block; }
          .y100-cont .brand > div {
            display: block;
            width: 100%;
            margin-bottom: 100px; }
            .y100-cont .brand > div:nth-child(1)::after {
              top: 110%;
              left: calc( 50% - 8px); }
            .y100-cont .brand > div:nth-child(2)::after {
              -webkit-transform: rotate(90deg);
              top: 110%;
              left: calc( 50% - 8px);
              transform: rotate(90deg); }
            .y100-cont .brand > div:last-child {
              margin-bottom: 0; }
          .y100-cont .brand img {
            display: block;
            max-width: 130px;
            margin: 0 auto 25px; } }
  .y100-cont2 {
    max-width: 720px;
    margin: 0 auto; }

/* Work
=================================================== */
.list-product {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 102.5%;
  margin: 0 -1.25% 100px; }
  .list-product li {
    width: 17.56098%;
    margin-right: 1.21951%;
    margin-bottom: 40px;
    margin-left: 1.21951%; }
    .list-product li figcaption {
      font-size: 1.4rem; }
  @media screen and (max-width: 560px) {
    .list-product {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto 50px; }
      .list-product li {
        width: 46.875%;
        margin-right: 0;
        margin-left: 0; } }

.environment {
  margin-bottom: 130px;
  padding: 80px 0 180px;
  background-color: #111111;
  color: #ffffff; }
  @media screen and (max-width: 560px) {
    .environment {
      margin-bottom: 80px;
      padding: 50px 0; } }

.list-envi {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .list-envi li {
    margin-bottom: 50px; }
    .list-envi li figcaption {
      font-size: 1.2rem; }
  .list-envi li:nth-child(1) {
    width: 77%; }
  .list-envi li:nth-child(2) {
    width: 82%;
    margin-left: auto; }
  .list-envi li:nth-child(3) {
    width: 43%;
    margin-top: 100px; }
  .list-envi li:nth-child(4) {
    width: 53%; }
  @media screen and (max-width: 560px) {
    .list-envi {
      display: block; }
      .list-envi li {
        width: 100% !important;
        margin-bottom: 30px; }
        .list-envi li img {
          display: block;
          position: relative;
          right: 50%;
          left: 50%;
          width: 100vw;
          max-width: 100vw;
          margin-right: -50vw;
          margin-left: -50vw; }
      .list-envi li:nth-child(3) {
        margin-top: 0; } }

.strategy {
  margin-bottom: 150px;
  overflow-x: hidden; }
  @media screen and (max-width: 560px) {
    .strategy {
      margin-bottom: 100px; } }

.organization {
  margin-bottom: 150px;
  padding: 100px 0 150px;
  background: url(../images/work/bg_organization.jpg) no-repeat center bottom;
  background-size: cover; }
  @media screen and (max-width: 560px) {
    .organization {
      margin-bottom: 100px;
      padding: 80px 0; } }

.list-type {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px; }
  .list-type::after {
    position: relative;
    width: 30%;
    content: ""; }
  .list-type li {
    width: 30%;
    margin-bottom: 60px; }
    .list-type li h3 {
      margin: 10px 0 10px;
      font-size: 1.8rem;
      font-weight: normal; }
  @media screen and (max-width: 560px) {
    .list-type {
      display: block; }
      .list-type li {
        width: 100%; } }

.system .img-lg {
  margin-bottom: 100px; }
  @media screen and (max-width: 560px) {
    .system .img-lg {
      margin-bottom: 80px; } }

/* Member
=================================================== */
.carousel {
  margin-bottom: 100px;
  padding: 70px 0 50px;
  background-color: #F0F0F0; }
  .carousel .swiper-slide a {
    color: #111111;
    text-decoration: none; }
    .carousel .swiper-slide a:hover .img img {
      opacity: .7; }
    .carousel .swiper-slide a .img {
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      margin-bottom: 15px;
      background-color: #fff;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
    .carousel .swiper-slide a .ttl {
      margin-bottom: 10px;
      font-size: 1.8rem;
      font-weight: normal; }
    .carousel .swiper-slide a .name {
      margin-bottom: 0; }
    .carousel .swiper-slide a .position {
      margin-bottom: 0;
      font-size: 1.2rem; }
  .carousel .swiper-button-prev {
    top: 35%;
    left: 9%;
    width: 50px;
    height: 50px;
    background: url(../images/common/icon_prev.svg) no-repeat left top;
    background-size: 100% 100%; }
  .carousel .swiper-button-next {
    top: 35%;
    right: 9%;
    width: 50px;
    height: 50px;
    background: url(../images/common/icon_next.svg) no-repeat left top;
    background-size: 100% 100%; }
  @media screen and (max-width: 560px) {
    .carousel {
      margin-bottom: 0; }
      .carousel .swiper-button-prev {
        left: 1%; }
      .carousel .swiper-button-next {
        right: 1%; } }
  .carousel.sato .swiper-slide.sato .img img {
    opacity: .7; }
  .carousel.kawana .swiper-slide.kawana .img img {
    opacity: .7; }
  .carousel.sato_h .swiper-slide.sato_h .img img {
    opacity: .7; }
  .carousel.igarashi .swiper-slide.igarashi .img img {
    opacity: .7; }
  .carousel.kitayama .swiper-slide.kitayama .img img {
    opacity: .7; }

.single-member .mv {
  margin-bottom: 150px; }
  @media screen and (max-width: 560px) {
    .single-member .mv {
      height: 480px;
      margin-bottom: 30px; } }
  .single-member .mv .mv-ttl {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: calc( 50% - 50px);
    width: 220px;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 560px) {
      .single-member .mv .mv-ttl {
        left: 50%;
        width: 150px; } }

.mv.sato {
  background: url(../images/member/img_mv_sato.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 560px) {
    .mv.sato {
      background: url(../images/member/img_mv_sato_sp.jpg) no-repeat center center;
      background-size: cover; } }
  @media screen and (max-width: 560px) {
    .mv.sato .mv-ttl {
      -webkit-transform: translate(0, -50%);
      left: 0;
      transform: translate(0, -50%); } }

.mv.kawana {
  background: url(../images/member/img_mv_kawana.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 560px) {
    .mv.kawana {
      background: url(../images/member/img_mv_kawana_sp.jpg) no-repeat center center;
      background-size: cover; } }

.mv.sato_h {
  background: url(../images/member/img_mv_sato_h.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 560px) {
    .mv.sato_h {
      background: url(../images/member/img_mv_sato_h_sp.jpg) no-repeat center center;
      background-size: cover; } }
  .mv.sato_h .mv-ttl {
    -webkit-transform: translate(0, -50%);
    right: 10%;
    transform: translate(0, -50%); }
    @media screen and (max-width: 560px) {
      .mv.sato_h .mv-ttl {
        right: 0; } }

.mv.igarashi {
  background: url(../images/member/img_mv_igarashi.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 560px) {
    .mv.igarashi {
      background: url(../images/member/img_mv_igarashi_sp.jpg) no-repeat center center;
      background-size: cover; } }

.mv.kitayama {
  background: url(../images/member/img_mv_kitayama.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 560px) {
    .mv.kitayama {
      background: url(../images/member/img_mv_kitayama_sp.jpg) no-repeat center center;
      background-size: cover; } }

.column2-member .img {
  width: 42%; }

.column2-member .txt {
  width: 50%; }

@media screen and (max-width: 560px) {
  .column2-member {
    margin-bottom: 80px; } }

.column2-member2 .img {
  width: 52%;
  margin-right: -18%; }

.column2-member2 .txt {
  width: 58%; }

@media screen and (max-width: 560px) {
  .column2-member2 {
    margin-bottom: 80px; }
    .column2-member2 .img {
      margin-right: 0; } }

.member-contents {
  margin-bottom: 150px; }
  @media screen and (max-width: 560px) {
    .member-contents {
      margin-bottom: 0; } }

.member-contents2 {
  margin-bottom: 150px;
  padding: 200px 0 150px;
  overflow-x: hidden;
  background-color: #111111;
  color: #ffffff; }
  @media screen and (max-width: 560px) {
    .member-contents2 {
      margin-bottom: 80px;
      padding: 50px 0 1px; } }

.profile {
  margin-top: 3rem; }
  .profile .name {
    font-size: 1.8rem;
    font-weight: 600; }
  .profile .cont {
    font-size: 1.2rem; }
    .profile .cont .career {
      margin-bottom: 40px; }
      .profile .cont .career dt {
        width: 7em;
        float: left;
        clear: both; }
      .profile .cont .career dd {
        padding-left: 7em; }
    .profile .cont .day {
      font-size: 1.8rem; }
    .profile .cont .schedule dt {
      width: 4em;
      float: left;
      clear: both; }
    .profile .cont .schedule dd {
      padding-left: 4em; }

.column-member-last {
  position: relative; }
  .column-member-last > .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%; }
  .column-member-last > .txt {
    width: 50%;
    margin-left: auto; }
  .column-member-last > .note {
    width: 50%;
    margin-left: auto; }
  @media screen and (max-width: 560px) {
    .column-member-last {
      margin-bottom: 50px; }
      .column-member-last > .img {
        position: relative;
        width: 100%;
        max-width: 420px;
        margin-right: 0;
        margin-left: 0; }
      .column-member-last > .txt {
        width: 100%;
        margin-bottom: 40px; }
      .column-member-last > .note {
        width: 100%; } }

/* News
=================================================== */
.post-type-archive-post .mv,
.single-post .mv {
  height: 300px;
  margin-bottom: 80px;
  background: url(../images/news/img_kv.jpg) no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 560px) {
    .post-type-archive-post .mv,
    .single-post .mv {
      height: 200px;
      background: url(../images/news/img_kv_sp.jpg) no-repeat center top;
      background-size: cover; } }

.news-cont {
  margin-bottom: 100px; }
  .news-cont .wrapper {
    max-width: 720px; }
    .news-cont .wrapper .ttl {
      margin-bottom: 10px;
      font-size: 2.4rem;
      font-weight: normal; }
    .news-cont .wrapper .date {
      margin-bottom: 3rem;
      font-size: 1.2rem; }
  .news-cont-inner {
    padding: 40px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE; }
    .news-cont-inner p:not(:last-child) {
      margin-bottom: 2rem; }

section.archive {
  margin-bottom: 150px;
  padding: 80px 0;
  background-color: #111111; }
  section.archive .wrapper {
    max-width: 500px;
    color: #ffffff; }

.news-latest_dl {
  padding-top: 2rem;
  border-top: 1px solid #ffffff; }

.news-latest_dt {
  width: 9em;
  float: left;
  clear: both; }

.news-latest_dd {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-left: 9em;
  border-bottom: 1px solid #ffffff; }
  .news-latest_dd a {
    display: block;
    position: relative;
    padding-right: 25px;
    color: #ffffff; }
    .news-latest_dd a .icon {
      -webkit-transition: 0.2s ease all;
      position: absolute;
      top: 50%;
      right: 0;
      width: 20px;
      height: 20px;
      margin-top: -12px;
      overflow: hidden;
      border: 1px solid #ffffff;
      border-radius: 100%;
      transition: 0.2s ease all; }
      .news-latest_dd a .icon:before, .news-latest_dd a .icon:after {
        -webkit-transition: 0.2s ease all;
        display: block;
        position: absolute;
        top: 4px;
        left: 7px;
        margin: auto;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1;
        content: ">";
        transition: 0.2s ease all; }
      .news-latest_dd a .icon:before {
        -webkit-transform: translateX(0) scale(0.6, 1.3);
        transform: translateX(0) scale(0.6, 1.3);
        opacity: 1; }
      .news-latest_dd a .icon:after {
        -webkit-transform: translateX(-15px) scale(0.6, 1.3);
        transform: translateX(-15px) scale(0.6, 1.3);
        color: #fff;
        opacity: 0; }
    .news-latest_dd a:hover .icon {
      background-color: #111111; }
      .news-latest_dd a:hover .icon:before {
        -webkit-transform: translateX(20px) scale(0.6, 1.3);
        transform: translateX(20px) scale(0.6, 1.3);
        opacity: 0; }
      .news-latest_dd a:hover .icon:after {
        -webkit-transform: translateX(0) scale(0.6, 1.3);
        transform: translateX(0) scale(0.6, 1.3);
        opacity: 1; }

@media screen and (max-width: 560px) {
  .news-latest_dt {
    width: 100%;
    margin-bottom: 5px;
    float: none; }
  .news-latest_dd {
    padding-left: 0; } }

/* About
=================================================== */
.aboutus {
  margin-bottom: 150px;
  overflow-x: hidden; }
  @media screen and (max-width: 560px) {
    .aboutus {
      margin-bottom: 80px; } }
  .aboutus .lead {
    max-width: 720px;
    margin: 0 auto 80px; }
  .aboutus .wrapper > .img {
    margin-bottom: 120px; }
    @media screen and (max-width: 560px) {
      .aboutus .wrapper > .img {
        margin-bottom: 50px; } }
  .aboutus .dl-about dd {
    margin-bottom: 2rem; }

.award .img-lg {
  margin-bottom: 150px; }
  @media screen and (max-width: 560px) {
    .award .img-lg {
      margin-bottom: 80px; } }

.award .history {
  max-width: 700px;
  margin: 0 auto 150px; }
  @media screen and (max-width: 560px) {
    .award .history {
      margin-bottom: 80px; } }

.award .dl-history dd {
  margin-bottom: 2rem; }

/* FAQ
=================================================== */
.faq {
  margin-bottom: 80px;
  padding: 50px 0 100px;
  background-color: #F0F0F0; }
  .faq .wrapper {
    max-width: 720px;
    margin-bottom: 60px; }
    .faq .wrapper .qa {
      margin-bottom: 20px;
      padding: 1px 20px;
      border: 1px solid #33336D;
      background-color: #fff; }
      .faq .wrapper .qa .q {
        position: relative;
        margin: 0;
        padding: 20px 40px 20px 2.5rem;
        color: #33336D;
        font-size: 1.8rem;
        font-weight: normal;
        cursor: pointer; }
        .faq .wrapper .qa .q::before {
          position: absolute;
          top: 20px;
          left: 0;
          content: "Q."; }
        .faq .wrapper .qa .q .icon {
          -webkit-transition: 0.2s ease all;
          position: absolute;
          top: 50%;
          right: 0;
          width: 20px;
          height: 20px;
          margin-top: -12px;
          overflow: hidden;
          border: 1px solid #111111;
          border-radius: 100%;
          font-size: 1.2rem;
          transition: 0.2s ease all; }
          .faq .wrapper .qa .q .icon:before, .faq .wrapper .qa .q .icon:after {
            -webkit-transition: 0.2s ease all;
            display: block;
            position: absolute;
            top: 4px;
            left: 7px;
            margin: auto;
            font-weight: bold;
            line-height: 1;
            content: ">";
            transition: 0.2s ease all; }
          .faq .wrapper .qa .q .icon:before {
            -webkit-transform: rotateZ(90deg) translate(1px, 1px) scale(0.7, 1.3);
            transform: rotateZ(90deg) translate(1px, 1px) scale(0.7, 1.3);
            opacity: 1; }
          .faq .wrapper .qa .q .icon:after {
            -webkit-transform: rotateZ(90deg) translate(-16px, 1px) scale(0.7, 1.3);
            transform: rotateZ(90deg) translate(-16px, 1px) scale(0.7, 1.3);
            color: #fff;
            opacity: 0; }
        .faq .wrapper .qa .q:hover .icon {
          background-color: #111111; }
          .faq .wrapper .qa .q:hover .icon:before {
            -webkit-transform: rotateZ(90deg) translate(16px, 1px) scale(0.7, 1.3);
            transform: rotateZ(90deg) translate(16px, 1px) scale(0.7, 1.3);
            opacity: 0; }
          .faq .wrapper .qa .q:hover .icon:after {
            -webkit-transform: rotateZ(90deg) translate(1px, 1px) scale(0.7, 1.3);
            transform: rotateZ(90deg) translate(1px, 1px) scale(0.7, 1.3);
            opacity: 1; }
        .faq .wrapper .qa .q.open .icon:before, .faq .wrapper .qa .q.open .icon:before {
          -webkit-transform: rotateZ(270deg) translate(1px, 0) scale(0.7, 1.3);
          transform: rotateZ(270deg) translate(1px, 0) scale(0.7, 1.3); }
        .faq .wrapper .qa .q.open .icon:after {
          -webkit-transform: rotateZ(270deg) translate(-16px, 0) scale(0.7, 1.3);
          transform: rotateZ(270deg) translate(-16px, 0) scale(0.7, 1.3); }
        .faq .wrapper .qa .q.open:hover .icon:before {
          -webkit-transform: rotateZ(270deg) translate(16px, 0) scale(0.7, 1.3);
          transform: rotateZ(270deg) translate(16px, 0) scale(0.7, 1.3); }
        .faq .wrapper .qa .q.open:hover .icon:after {
          -webkit-transform: rotateZ(270deg) translate(1px, 0) scale(0.7, 1.3);
          transform: rotateZ(270deg) translate(1px, 0) scale(0.7, 1.3); }
      .faq .wrapper .qa .a {
        display: none;
        position: relative;
        padding: 2rem 0 0 2.5rem;
        border-top: 1px solid #CCCCCC; }
        .faq .wrapper .qa .a::before {
          -webkit-transform: translateY(-2rem);
          -webkit-transition: 0.6s ease all;
          position: absolute;
          top: 2rem;
          left: 0;
          transform: translateY(-2rem);
          font-size: 1.8rem;
          line-height: 1.4;
          content: "A.";
          transition: 0.6s ease all; }
        .faq .wrapper .qa .a .dl-qa dt {
          width: 3.5em;
          float: left;
          clear: both; }
        .faq .wrapper .qa .a .dl-qa dd {
          margin-bottom: 5px;
          padding-left: 3.5em; }
        .faq .wrapper .qa .a .dl-qa dd:last-child p {
          line-height: 2.2; }
      .faq .wrapper .qa .q.open + .a::before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  @media screen and (max-width: 560px) {
    .faq {
      margin-bottom: 50px;
      padding: 50px 0 20px; }
      .faq .wrapper {
        margin-bottom: 50px; }
        .faq .wrapper .qa .q {
          font-size: 1.5rem; }
        .faq .wrapper .qa .a::before {
          font-size: 1.5rem;
          line-height: 1.8; } }

/* Requirement
=================================================== */
.requirement {
  margin-bottom: 80px;
  padding: 50px 0;
  background-color: #F0F0F0; }
  @media screen and (max-width: 560px) {
    .requirement {
      padding-bottom: 1px; } }
  .requirement .wrapper {
    max-width: 720px;
    margin-bottom: 70px; }
    .requirement .wrapper .detail {
      margin-bottom: 30px;
      padding: 20px;
      border: 1px solid #cccccc;
      background-color: #fff; }
      .requirement .wrapper .detail-list {
        margin: 0; }
        .requirement .wrapper .detail-list dt {
          width: 8em;
          float: left;
          clear: both; }
        .requirement .wrapper .detail-list dd {
          padding-left: 8em; }
          .requirement .wrapper .detail-list dd:not(:last-child) {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #cccccc; }
      @media screen and (max-width: 560px) {
        .requirement .wrapper .detail {
          padding: 15px; }
          .requirement .wrapper .detail-list dt {
            width: 100%;
            float: none; }
          .requirement .wrapper .detail-list dd {
            padding-left: 0; } }

.flow .wrapper {
  max-width: 720px; }
  .flow .wrapper .list-flow {
    margin-bottom: 80px; }
    .flow .wrapper .list-flow > li {
      padding: 40px 10px;
      background-color: #F0F0F0; }
      .flow .wrapper .list-flow > li:not(:last-child) {
        position: relative;
        margin-bottom: 50px; }
        .flow .wrapper .list-flow > li:not(:last-child)::after {
          -webkit-transform: rotate(45deg) translateX(-50%);
          display: block;
          position: absolute;
          top: calc( 100% + 20px);
          left: 50%;
          width: 8px;
          height: 8px;
          transform: rotate(45deg) translateX(-50%);
          border-right: 1px solid #111111;
          border-bottom: 1px solid #111111;
          content: ""; }
      .flow .wrapper .list-flow > li .inner {
        max-width: 560px;
        margin: 0 auto; }
        .flow .wrapper .list-flow > li .inner h3 {
          margin: 0;
          font-size: 1.8rem;
          font-weight: normal;
          text-align: center; }
        .flow .wrapper .list-flow > li .inner .list_atte {
          margin: 1.5rem 0 0;
          color: #ED1C24;
          font-size: 1.2rem; }

.dl-note > dd {
  margin-bottom: 50px; }
  .dl-note > dd .address {
    padding: 20px;
    border: 1px solid #cccccc; }
    .dl-note > dd .address dl {
      margin: 0; }
      .dl-note > dd .address dl dt {
        width: 8em;
        float: left;
        clear: both; }
      .dl-note > dd .address dl dd {
        padding-left: 8em; }
        .dl-note > dd .address dl dd:not(:last-child) {
          margin-bottom: 20px;
          padding-bottom: 15px;
          border-bottom: 1px solid #cccccc; }

@media screen and (max-width: 560px) {
  .dl-note > dd .address {
    padding: 15px; }
    .dl-note > dd .address dl dt {
      width: 100%;
      float: none; }
    .dl-note > dd .address dl dd {
      padding-left: 0; }
      .dl-note > dd .address dl dd:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px; } }

/* 404
==================================================================================== */
.error404 .contents .img {
  max-width: 80px;
  margin: 0 auto 60px; }

/* Pagination
=================================================== */
.wp-pagenavi,
.pagination {
  text-align: center; }
  .wp-pagenavi a,
  .wp-pagenavi span,
  .pagination a,
  .pagination span {
    display: inline-block;
    width: 2em;
    margin: 0 5px 10px;
    border: 1px solid #33336D;
    font-family: Garamond, "Times New Roman", serif;
    line-height: 2;
    text-decoration: none; }
    .wp-pagenavi a.next, .wp-pagenavi a.prev,
    .wp-pagenavi span.next,
    .wp-pagenavi span.prev,
    .pagination a.next,
    .pagination a.prev,
    .pagination span.next,
    .pagination span.prev {
      width: 1em;
      border: none; }
  .wp-pagenavi a:hover,
  .wp-pagenavi .current,
  .pagination a:hover,
  .pagination .current {
    background-color: #33336D;
    color: #111111; }

.paging {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px; }
  .paging > div {
    width: 49%; }
    .paging > div.next a {
      position: relative;
      padding-right: 40px;
      color: #111111;
      font-size: 1.2rem;
      text-decoration: none; }
      .paging > div.next a .icon {
        -webkit-transition: 0.2s ease all;
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 20px;
        margin-top: -12px;
        overflow: hidden;
        border: 1px solid #111111;
        border-radius: 100%;
        transition: 0.2s ease all; }
        .paging > div.next a .icon:before, .paging > div.next a .icon:after {
          -webkit-transition: 0.2s ease all;
          display: block;
          position: absolute;
          top: 4px;
          left: 7px;
          margin: auto;
          font-weight: bold;
          line-height: 1;
          content: ">";
          transition: 0.2s ease all; }
        .paging > div.next a .icon:before {
          -webkit-transform: translateX(0) scale(0.6, 1.3);
          transform: translateX(0) scale(0.6, 1.3);
          opacity: 1; }
        .paging > div.next a .icon:after {
          -webkit-transform: translateX(-15px) scale(0.6, 1.3);
          transform: translateX(-15px) scale(0.6, 1.3);
          color: #fff;
          opacity: 0; }
      .paging > div.next a:hover .icon {
        background-color: #111111; }
        .paging > div.next a:hover .icon:before {
          -webkit-transform: translateX(20px) scale(0.6, 1.3);
          transform: translateX(20px) scale(0.6, 1.3);
          opacity: 0; }
        .paging > div.next a:hover .icon:after {
          -webkit-transform: translateX(0) scale(0.6, 1.3);
          transform: translateX(0) scale(0.6, 1.3);
          opacity: 1; }
    .paging > div.prev a {
      position: relative;
      padding-left: 40px;
      color: #111111;
      font-size: 1.2rem;
      text-decoration: none; }
      .paging > div.prev a .icon {
        -webkit-transition: 0.2s ease all;
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        margin-top: -12px;
        overflow: hidden;
        border: 1px solid #111111;
        border-radius: 100%;
        transition: 0.2s ease all; }
        .paging > div.prev a .icon:before, .paging > div.prev a .icon:after {
          -webkit-transition: 0.2s ease all;
          display: block;
          position: absolute;
          top: 4px;
          left: 7px;
          margin: auto;
          font-weight: bold;
          line-height: 1;
          content: "<";
          transition: 0.2s ease all; }
        .paging > div.prev a .icon:before {
          -webkit-transform: translateX(0) scale(0.6, 1.3);
          transform: translateX(0) scale(0.6, 1.3);
          opacity: 1; }
        .paging > div.prev a .icon:after {
          -webkit-transform: translateX(-15px) scale(0.6, 1.3);
          transform: translateX(-15px) scale(0.6, 1.3);
          color: #fff;
          opacity: 0; }
      .paging > div.prev a:hover .icon {
        background-color: #111111; }
        .paging > div.prev a:hover .icon:before {
          -webkit-transform: translateX(20px) scale(0.6, 1.3);
          transform: translateX(20px) scale(0.6, 1.3);
          opacity: 0; }
        .paging > div.prev a:hover .icon:after {
          -webkit-transform: translateX(0) scale(0.6, 1.3);
          transform: translateX(0) scale(0.6, 1.3);
          opacity: 1; }
  .paging .next {
    text-align: right; }
