@charset "UTF-8";
/*
Theme Name: gckk
Author: gckk.co.jp
Version: 1.0
*/
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/izimodal/1.5.1/css/iziModal.min.css");
html {
  font-size: 100%;
}

body {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  font-family: TazuganeGothicStdN-Light, sans-serif;
}

@media screen and (min-width: 1110px) {
  body {
    font-size: 16px;
  }
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
 * *********************************** */
html {
  font-size: 100%;
}

body {
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a, a:visited {
  color: inherit;
  /*text-decoration: none;*/
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* Scss Document */
.full {
  width: 100%;
}

img, video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#header {
  background-color: #1d262f;
  width: 100%;
  color: white;
  position: relative;
}

#header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(1200px + 8vw);
  margin: 0 auto;
  padding: 12px 4vw;
}

#header .global-header-info__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

#header .nav-site_all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 3rem;
}

#header .nav-site_all-btn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("assets/img/brand/ico-service.png") 50% 50% no-repeat;
  background-size: 16px;
}

#header .nav-site_all-btn span {
  display: inline-block;
  padding-left: 0.75rem;
  color: white;
  line-height: 1;
}

@media screen and (min-width: 830px) {
  #header .nav-site_all-btn span {
    font-size: 1.2rem;
  }
}

#header .nav-site_all-btn.btn_close {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1.2rem 2.0rem;
  min-width: 200px;
  text-align: center;
}

#header .nav-site_all-btn.btn_close span {
  padding: 0;
}

#header .nav-site_all-btn.btn_close::before {
  display: none;
}

#header #nav-site_all {
  display: none;
  position: absolute;
  background-color: #1d262f;
  width: 100%;
  z-index: 100;
}

#header #nav-site_all .nav-site_all-inner {
  max-width: calc(1200px + 8vw);
  margin: 0 auto;
  padding: 0 2vw;
}

#header #nav-site_all .nav-site_all-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

#header #nav-site_all .nav-site_all-inner ul li {
  width: 50%;
  padding: 20px 2vw;
}

@media screen and (min-width: 830px) {
  #header #nav-site_all .nav-site_all-inner ul li {
    width: 33.3333%;
  }
}

#header #nav-site_all .nav-site_all-inner ul li .thumb {
  position: relative;
  width: 100%;
  height: 128px;
}

#header #nav-site_all .nav-site_all-inner ul li .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

#header #nav-site_all .nav-site_all-inner ul li .caption {
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 1.6rem 0 0;
  letter-spacing: 0.1rem;
}

#header #nav-site_all .nav-site_all-inner ul .cat-kotw .thumb {
  background-color: white;
}

#header #nav-site_all .nav-site_all-inner ul .cat-kotw .thumb img {
  width: 240px;
}

#header #nav-site_all .nav-site_all-inner ul .cat-enmokudb .thumb {
  background: url("assets/img/brand/enmokudb_bg.png") center center no-repeat;
  background-size: cover;
}

#header #nav-site_all .nav-site_all-inner ul .cat-enmokudb .thumb img {
  width: 240px;
}

#header #nav-site_all .nav-site_all-inner ul .cat-yougodb .thumb {
  background: url("assets/img/brand/yougodb_bg.png") center center no-repeat;
  background-size: cover;
}

#header #nav-site_all .nav-site_all-inner ul .cat-yougodb .thumb img {
  width: 240px;
}

#header #nav-site_all .nav-site_all-inner ul .cat-kouendb .thumb {
  background: url("assets/img/brand/kouendb_bg.png") center center no-repeat;
  background-size: cover;
}

#header #nav-site_all .nav-site_all-inner ul .cat-kouendb .thumb img {
  width: 170px;
}

#header #nav-site_all .nav-site_all-inner ul .cat-haiyu01 .thumb {
  background: url("assets/img/brand/haiyu_bg.jpg") center center no-repeat;
  background-size: cover;
}

#header #nav-site_all .nav-site_all-inner ul .cat-haiyu01 .thumb img {
  width: 240px;
}

#header #nav-site_all .nav-site_all-inner ul .cat-haiyu02 .thumb {
  background: url("assets/img/brand/haiyuomoide_bg.jpg") center center no-repeat;
  background-size: cover;
}

#header #nav-site_all .nav-site_all-inner ul .cat-haiyu02 .thumb img {
  width: 240px;
}

#header #nav-site_all .nav-site_all-inner .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .nav-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .nav-lang::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("assets/img/brand/ico-lang.png") 50% 50% no-repeat;
  background-size: 16px;
}

#header .nav-lang a {
  font-size: 1.2rem;
  padding-left: 0.75rem;
  line-height: 1;
}

@media screen and (min-width: 830px) {
  #header .nav-lang a {
    font-size: 1.4rem;
  }
}

#header #nav-gloal {
  background-color: white;
  border-bottom: 1px solid silver;
}

#header #nav-gloal ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header #nav-gloal ul li {
  width: 25%;
  text-align: center;
  border-left: 1px solid silver;
}

#header #nav-gloal ul li:last-child {
  border-right: 1px solid silver;
}

#header #nav-gloal ul li a {
  display: block;
  color: #1e1e1e;
  padding: 16px;
}

@media screen and (min-width: 830px) {
  #header #nav-gloal ul li a {
    font-size: 1.8rem;
  }
}

#header #nav-gloal ul li a span {
  position: relative;
  display: inline-block;
}

#header #nav-gloal ul li a span::after {
  content: '';
  display: block;
  border-bottom: 1px solid white;
  position: relative;
  bottom: -4px;
}

#header #nav-gloal ul li .current a span::after {
  border-bottom: 1px solid #6e9553;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

@media screen and (min-width: 830px) {
  header {
    height: 80px;
  }
}

header h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}

@media screen and (min-width: 830px) {
  header h1 a {
    width: 240px;
    padding: 0 24px;
  }
}

header h1 a img {
  width: 100%;
}

header h1.scrollin {
  opacity: 1;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

header h1.scrollout {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.home header {
  border-bottom: 1px solid rgba(34, 34, 34, 0);
}

.navbar {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  width: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 760px) {
  .navbar {
    position: static;
    height: auto;
    display: block;
    background: white;
    opacity: 1;
  }
  .navbar a {
    text-align: center;
  }
  .navbar a::after {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    content: '';
    width: 1%;
    height: 2px;
    background-color: white;
    margin: 0 auto;
  }
  .navbar a:hover::after, .navbar a.current::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #222222;
  }
}

.navbar ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (min-width: 760px) {
  .navbar ul {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 16px;
  }
}

.navbar li {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 760px) {
  .navbar li {
    padding: 0 12px;
  }
}

.navbar li span {
  font-size: 15px;
  color: white;
}

@media screen and (min-width: 760px) {
  .navbar li span {
    color: #222222;
  }
}

.navbar li a, .navbar li span {
  font-size: 18px;
  display: block;
  color: white;
  padding: 1rem 0;
}

@media screen and (min-width: 760px) {
  .navbar li a, .navbar li span {
    font-size: 14px;
    color: #222222;
  }
}

@media screen and (min-width: 830px) {
  .navbar li a, .navbar li span {
    font-size: 16px;
    color: #222222;
  }
}

.navbar .close {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 24px;
  height: 20px;
  margin: 0 16px;
}

@media screen and (min-width: 760px) {
  .navbar .close {
    top: 30px;
    margin: 0 24px;
  }
}

@media screen and (min-width: 760px) {
  .navbar .close {
    display: none;
  }
}

.navbar .close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#hamburger {
  position: relative;
  display: block;
  width: 24px;
  height: 20px;
  margin: 0 16px;
}

@media screen and (min-width: 760px) {
  #hamburger {
    margin: 0 24px;
  }
}

@media screen and (min-width: 760px) {
  #hamburger {
    display: none;
  }
}

#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#hamburger::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}

#hamburger::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #222;
}

.toggle {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
  opacity: 1;
}

/* footer */
footer {
  border-top: 1px solid #222222;
}

footer .inquery {
  text-align: center;
  padding: 40px 0;
}

@media screen and (min-width: 830px) {
  footer .inquery {
    padding: 100px;
  }
}

footer .inquery .logo {
  max-width: 240px;
}

@media screen and (min-width: 830px) {
  footer .inquery .logo {
    max-width: 370px;
  }
}

footer .inquery .lead {
  font-size: 13px;
  margin-top: 16px;
}

@media screen and (min-width: 760px) {
  footer .inquery .lead {
    font-size: 16px;
  }
}

footer .inquery a.button-base {
  width: 248px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-top: 24px;
  color: #fff;
}

footer .footer-bottom {
  font-size: 14px;
  border-top: 1px solid rgba(34, 34, 34, 0.3);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(34, 34, 34, 0.75);
}

@media screen and (min-width: 830px) {
  footer .footer-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bottom ul li {
  margin-right: 24px;
}

footer .footer-bottom ul li a:hover {
  text-decoration: underline;
}

footer .footer-bottom .copyright {
  width: 100%;
  padding: 0.5em;
  text-align: center;
}

@media screen and (min-width: 830px) {
  footer .footer-bottom .copyright {
    width: auto;
    padding: 0;
  }
}

/* LocalNavi */
.local-navi {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  padding: 1.5rem;
  letter-spacing: 0.1rem;
}

.local-navi .search-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.local-navi .search-items li {
  width: 100%;
}

.local-navi .search-items li a {
  display: block;
  border-bottom: 1px solid #f4f4f4;
  padding: 2rem 0;
}

@media screen and (min-width: 1110px) {
  .local-navi {
    padding: 3rem 1.5rem;
  }
  .local-navi .search-items {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .local-navi .search-items li {
    width: auto;
  }
  .local-navi .search-items li a {
    border: none;
    border-right: 1px solid #f4f4f4;
    padding: 0 1rem;
  }
}

/* Form */
.input-text {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D0D0D0;
  border-radius: 0.6rem;
  margin: 0.8rem 0 0 0;
  padding: 0.8rem;
}

@media screen and (min-width: 1110px) {
  .input-text {
    margin: 0 1.6rem 0 0;
    padding: 1.4rem;
  }
}

.mod-searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 1.2rem 0 0 0;
}

@media screen and (min-width: 1110px) {
  .mod-searchbox {
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.mod-searchbox.type-keyword .input-text {
  margin: 0;
}

@media screen and (min-width: 1110px) {
  .mod-searchbox.type-keyword {
    margin: 2.0rem 0 0 0;
  }
  .mod-searchbox.type-keyword .input-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 1.6rem 0 0;
  }
}

.select-wrap {
  position: relative;
  margin: 0 0.8rem 0 0;
}

.select-wrap::before {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 0;
  content: '\f0dc';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 46px;
  color: #7F878C;
  pointer-events: none;
}

.select-wrap select {
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: whitesmoke;
  margin: 0.8rem 0 0 0;
  padding: 1.0rem 1.2rem;
}

.mod-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.2rem 0 0 0;
}

.mod-radio label {
  display: block;
  width: 100%;
  margin: 0.8rem 0 0 0;
}

@media screen and (min-width: 1110px) {
  .mod-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .mod-radio label {
    margin-right: 4rem;
    white-space: nowrap;
  }
}

/* Button */
.block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.2rem 0 0 0;
}

.block-button button {
  margin: 0 0.8rem;
}

@media screen and (min-width: 1110px) {
  .block-button {
    margin: 4.0rem 0 0 0;
    padding: 4.0rem 0 0 0;
    border-top: 1px solid #e0e0e0;
  }
  .block-button input {
    margin: 0 0.8rem;
  }
}

.button-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  background-color: #222222;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-base .icon {
  width: 24px;
  margin-right: 6px;
}

.button-base:hover {
  opacity: 0.75;
}

.button-more {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 1.6em 0 0;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}

.button-more:hover {
  text-decoration: none;
}

@media screen and (min-width: 1110px) {
  .button-more {
    font-size: 18px;
    line-height: 32px;
  }
}

.button-more span {
  display: block;
  position: relative;
  overflow: hidden;
}

.button-more span:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 6px;
  margin-left: 5px;
  background: url(/wp-content/themes/gckk/assets/img/link-arrow.svg) 0 50% no-repeat;
  background-size: cover;
}

.button-more span.no-arrow:after {
  content: "";
  display: none;
}

.button-more:hover span:after {
  -webkit-animation: ArrowMove 1.5s ease-in-out infinite;
          animation: ArrowMove 1.5s ease-in-out infinite;
}

.button-more:hover span.no-arrow {
  opacity: 0.7;
}

@-webkit-keyframes ArrowMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes ArrowMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.button-more:after {
  border: 1px solid #222222;
  bottom: 0px;
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
}

.btn-reset {
  display: inline-block;
  font-size: 1.6rem;
  color: #222222;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 0.6rem;
  margin: 1.2rem 0.4rem 0 0.4rem;
  padding: 1.2rem 2.4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-reset:hover {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}

@media screen and (min-width: 1110px) {
  .btn-reset {
    font-size: 1.8rem;
    margin: 0 0 0 0;
    padding: 1.6rem 6.4rem;
  }
}

.btn-search {
  display: inline-block;
  font-size: 1.6rem;
  color: white;
  background-color: #222222;
  border: 1px solid #222222;
  border-radius: 0.6rem;
  margin: 1.6rem 0.4rem 0 0.4rem;
  padding: 1.2rem 2.4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-width: 160px;
}

.btn-search:hover {
  color: #222222;
  background-color: white;
  border: 1px solid #222222;
}

@media screen and (min-width: 1110px) {
  .btn-search {
    font-size: 1.8rem;
    margin: 0 0 0 0;
    padding: 1.6rem 6.4rem;
  }
}

/* Hadline */
h1, h2, h3, h4 {
  font-family: TazuganeGothicStdN-Medium,sans-serif;
}

.page-headline {
  text-align: center;
  padding: 24px 24px 60px 24px;
  border-bottom: 2px solid rgba(34, 34, 34, 0.3);
  max-width: 1200px;
  margin: 0 auto;
}

.page-headline h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto;
}

@media screen and (min-width: 1110px) {
  .page-headline h1 {
    font-size: 38px;
  }
}

.page-headline h1 .sub-title {
  display: block;
  font-size: 16px;
}

.page-headline h1 .date {
  font-weight: 300;
  color: rgba(34, 34, 34, 0.7);
  font-size: 14px;
  margin-top: 20px;
}

.section h2 {
  /*border-top: 1px solid rgba($def_color, 1);*/
  font-size: 24px;
  font-weight: 600;
  margin: 60px 0 16px 0;
  padding: 0;
}

.section h2.m_set {
  margin: 80px 0 16px 0;
}

@media screen and (min-width: 760px) {
  .section h2 {
    margin: 120px 0 32px 0;
    font-size: 26px;
  }
  .section h2.m_set {
    margin: 120px 0 32px 0;
  }
}

.section h2.first {
  margin-top: 0px;
}

.section-home h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 26px;
  font-weight: 300;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media screen and (min-width: 1110px) {
  .section-home h2 {
    margin-bottom: 32px;
  }
}

.section-home h2::before {
  content: '';
  display: block;
  width: 4px;
  margin-right: 0.6rem;
  background-color: #222222;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  line-height: 1.4;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  margin: 1.0em 0 1.0em 0;
  padding: 0 0 0.5em 0;
}

h3.m_set {
  margin: 3.0em 0 1.0em 0;
}

@media screen and (min-width: 760px) {
  h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  h3.m_set {
    margin: 1.0em 0 1.0em 0;
  }
}

.panel-base h3.repertoire-name {
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: none;
  padding: 0 0 0 0;
}

.panel-base h3.repertoire-name a, .panel-base h3.repertoire-name button {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

h4 {
  font-weight: 600;
  margin: 0.8em 0;
}

.panel-base h3 a, .panel-base h3 button {
  display: inline-block;
  color: #222222 !important;
}

.panel-base h3 a::before, .panel-base h3 button::before {
  content: '\f054';
  color: #222222;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0 1rem;
}

.panel-base h3 a:hover, .panel-base h3 button:hover {
  color: #222222 !important;
}

.title-head {
  display: block;
  border-bottom: 2px solid #222222;
  padding: 0 0 1.2rem 0;
}

@media screen and (min-width: 1110px) {
  .title-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.title-head .typebox {
  color: #222222;
  margin-right: 1rem;
}

.title-head .title {
  font-size: 2.0rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.title-head a.arrow {
  color: #222222 !important;
}

.title-head a.arrow::before {
  content: '\f054';
  color: #222222;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}

.block-result.panel-base .sectionBody {
  display: block;
}

.block-result.panel-base .sectionBody dl {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.4rem 1.0rem;
}

.single h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 60px 0 24px 0;
  padding: 0;
}

.single h3 {
  margin: 2.0em 0 1.0em 0;
  padding: 0 0 0.5em 0;
}

/* Toggle */
.acMenu {
  cursor: pointer;
  margin: 1.2rem 0 0 0;
  border: 1px solid #e0e0e0;
}

@media screen and (min-width: 1110px) {
  .acMenu {
    margin: 1.6rem 0 0 0;
  }
}

.acMenu dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  padding: 1.2rem;
}

.acMenu dt::after {
  display: inline-block;
  content: '\f107';
  font-size: 1.6rem;
  color: #858585;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.acMenu dt.active::after {
  content: '\f106';
}

.acMenu dd {
  display: none;
  padding: 0 1.6rem;
}

@media screen and (min-width: 1110px) {
  .acMenu dd {
    padding: 0 4.2rem 4.2rem;
  }
}

.acMenu dd ul {
  margin: 0 0 0 0;
}

.acMenu dd ul li {
  padding: 1.2rem;
  border-bottom: 1px solid #e0e0e0;
}

.acMenu dd ul li a, .acMenu dd ul li button {
  color: #bc2730;
  text-decoration: none;
  font-weight: bold;
  margin-left: -1.0rem;
}

.acMenu dd ul li a::before, .acMenu dd ul li button::before {
  display: inline-block;
  content: '\f105';
  font-size: 1.4rem;
  color: #858585;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 0.5rem;
}

.acMenu dd ul li a:hover, .acMenu dd ul li button:hover {
  opacity: 0.7;
}

.jumbotron {
  position: relative;
}

@media screen and (min-width: 1110px) {
  .jumbotron {
    max-height: 540px;
  }
}

.jumbotron-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
  max-height: 540px;
  background: url(assets/img/jumbotron-bg@2x.png) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1110px) {
  .jumbotron-inner {
    height: 100vw;
  }
}

.jumbotron-slogan {
  padding: 6.4vw;
  text-align: center;
  background-color: white;
  font-size: 1.6rem;
}

.jumbotron-slogan img {
  max-width: 540px;
  height: auto;
}

.jumbotron-slogan__copy {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 1110px) {
  .jumbotron-slogan__copy {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1110px) {
  .jumbotron-slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4.8vw;
  }
}

@media screen and (min-width: 1110px) {
  #search-box {
    margin: 2.0rem 0 0 0;
  }
  #search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #search-box form .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #search-box form .size-mid {
    width: 200px;
  }
  #search-box form .size-small {
    width: 144px;
  }
  #search-box form .btn-search {
    padding: 1.4rem 3.2rem;
  }
}

.type-cards {
  margin: -36px -16px;
}

@media screen and (min-width: 1110px) {
  .type-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.0rem 4.8rem -1.0rem;
  }
}

.type-cards .type-card {
  background-color: #fff;
  margin: 0.5rem 0;
  padding: 2.0rem 2.0rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1.0rem;
    padding: 0;
    width: 50%;
  }
}

.type-cards .type-card--item {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card--item {
    padding: 2.4rem 2.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
  }
}

.type-cards .type-card--item .serch-block {
  margin: 1.6rem 0 0 0;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card--item .serch-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.type-cards .type-card--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card--item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.type-cards .type-card--item a img {
  width: 64px;
  height: auto;
  margin: 0 auto;
}

.type-cards .type-card--item .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.type-cards .type-card--item .search-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5%;
  width: 25%;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card--item .search-list li {
    padding: 0.8%;
    width: 14.2%;
  }
}

.type-cards .type-card--item .search-list li a {
  display: block;
  width: 100%;
  border: 1px solid #222222;
  padding: 0.8rem 0.2rem;
}

.type-cards .type-card--item .search-list li a .ruby {
  font-size: 1.1rem;
  width: 100%;
  color: #646464 !important;
}

.type-cards .type-card--item .search-list li a .search-name {
  display: block;
  font-size: 1.6rem;
}

.type-cards .type-card--item .search-list li a:hover {
  color: #fff;
  background-color: #222222;
}

.type-cards .type-card--item .search-list li a:hover .ruby {
  color: #fff !important;
}

.type-cards .type-card--item .search-list li a.disabled:hover .ruby {
  color: #646464 !important;
}

.type-cards .type-card--item.type-card--alphabet .search-list li {
  width: 19%;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card--item.type-card--alphabet .search-list {
    width: 50%;
  }
  .type-cards .type-card--item.type-card--alphabet .search-list li a {
    padding: 0.2rem;
  }
}

.type-cards .type-card--container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #222222;
  padding: 0.8rem 0 0.8rem 1.6rem;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card--container {
    padding: 0.8rem 0 0.8rem 0;
  }
}

.type-cards .type-card--container p {
  font-size: 1.4rem;
  color: #646464;
}

.type-cards .type-card--container p::after {
  content: '\f101';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card--container p {
    margin: 1.0rem 0 0 0;
  }
}

.type-cards .type-card--headline {
  font-weight: 900;
}

.type-cards .type-card--headline span {
  font-size: 1.8rem;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card--headline {
    margin: 1.0rem 0 0 0;
  }
}

.type-cards .type-card .type-card--perform {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 1.0rem 0 0 0;
  padding: 0.5rem 1.6rem;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card .type-card--perform {
    border: none;
    margin: 0;
    padding: 2.0rem;
    border-left: 1px solid #e0e0e0;
  }
}

.type-cards .type-card .type-card--perform a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card .type-card--perform a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.type-cards .type-card .type-card--perform a img {
  margin: 1.0rem auto 0 auto;
  width: 20px;
  height: auto;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card .type-card--perform a img {
    width: 64px;
    margin: 0 auto;
  }
}

.type-cards .type-card .type-card--perform a .type-card--container {
  padding: 0.8rem 0 0.8rem 0.8rem;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card .type-card--perform a .type-card--container {
    padding: 0.8rem 0 0.8rem 0;
  }
}

.type-cards .type-card .type-card--perform .type-card--headline span {
  font-size: 1.4rem;
}

@media screen and (min-width: 1110px) {
  .type-cards .type-card .type-card--perform .type-card--headline span {
    font-size: 1.8rem;
  }
}

/* table */
.table-base {
  margin: 1.6rem 0 0 0;
}

.table-base th, .table-base td {
  border: 1px solid #e0e0e0;
  padding: 1.6rem;
}

.table-base th {
  width: 25%;
  background-color: #f3f3f3;
}

/* Base */
html, body {
  color: #222222;
  background-color: white;
  padding: 0;
  margin: 0 !important;
  letter-spacing: 0.05rem;
}

body {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.color-red {
  color: #B70000;
}

main {
  padding: 80px 0 0 0;
}

.home main {
  padding: 0 0 0 0;
}

.contents {
  padding: 40px 0;
}

@media screen and (min-width: 1110px) {
  .contents {
    padding: 100px 0;
  }
}

.contents-body {
  padding: 40px 0;
}

.contents-body .lead {
  font-size: 15px;
  color: rgba(34, 34, 34, 0.75);
  line-height: 1.8;
  letter-spacing: 1px;
}

@media screen and (min-width: 830px) {
  .contents-body {
    font-size: 17px;
  }
}

.contents > p {
  line-height: 1.6;
  margin: 0 0 1em 0;
}

.contents figure {
  text-align: center;
}

.contents figure .c_photo {
  max-width: 1000px;
  padding: 40px 40px 80px;
  margin: 0 auto;
}

.contents .banenr {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1000px;
}

@media screen and (min-width: 1110px) {
  .contents .banenr {
    margin-top: 120px;
  }
}

.contents .banenr a {
  display: block;
}

.contents .banenr a:hover {
  opacity: 0.7;
}

.home .contents {
  padding: 0 0;
}

@media screen and (min-width: 1110px) {
  .home .contents {
    padding: 0 0;
  }
}

.home .contents .banenr {
  margin: 0;
  max-width: none;
}

.home .contents .banenr a {
  display: block;
}

.home .contents .banenr a:hover {
  opacity: 0.7;
}

.hidden {
  opacity: 0;
}

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

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

.section-home {
  padding: 64px 0 20px;
}

@media screen and (min-width: 1110px) {
  .section-home {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1110px) {
  .section-home.pressroom {
    padding: 0 0 80px 0;
  }
}

.container {
  max-width: 1226px;
  padding: 0 24px;
  padding-top: 80px;
  margin-top: -60px;
}

@media screen and (min-width: 1110px) {
  .container {
    margin: 0 auto;
    margin-top: -70px;
  }
}

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

.news-list li {
  padding: 0.25em 0;
}

@media screen and (min-width: 1110px) {
  .news-list li .news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-list li .news-card--data {
  padding: 0.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (min-width: 1110px) {
  .news-list li .news-card--data {
    min-width: 190px;
  }
}

.news-list li .news-card--time {
  min-width: 80px;
}

.news-list li .news-card--category {
  font-size: 12px;
  padding: 3px 4px 1px;
  border: 1px solid #222222;
  margin: 0 12px;
}

.news-list li .news-card--title {
  padding: 0.25em 0;
}

.news-list li .news-card--title:hover {
  text-decoration: underline;
}

#pressroom .flexbox {
  text-align: right;
}

@media screen and (min-width: 1110px) {
  #pressroom .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1110px) {
  #pressroom .button-more {
    margin: 0;
  }
}

#pressroom .news-list li:nth-child(n+4) {
  display: none;
}

@media screen and (min-width: 760px) {
  #pressroom .news-list li:nth-child(n+4) {
    display: block;
  }
}

.archive-news-list {
  margin-top: 40px;
}

.archive-news-list .news-list li {
  padding: 0.8em 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}

.bisiness-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bisiness-data01 {
  width: 100%;
}

.bisiness-data01 h4 {
  margin-top: 4em;
}

.bisiness-data02 {
  width: 100%;
}

.bisiness-photo {
  text-align: center;
}

.bisiness-photo.dummy01 {
  display: block;
}

.bisiness-photo.dummy02 {
  display: none;
}

#case .card-title {
  font-size: 18px;
  margin-top: 12px;
}

#case .card-lead {
  font-size: 14px;
  margin-top: 12px;
  color: rgba(34, 34, 34, 0.75);
  line-height: 1.6;
}

#case .main-case {
  padding: 16px 0;
}

#case .main-case:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 760px) {
  #case .main-case {
    width: 100%;
    padding: 16px 0;
  }
  #case .main-case a {
    display: block;
    width: 100%;
    height: 48vw;
    max-height: 660px;
    overflow: hidden;
    position: relative;
  }
  #case .main-case a:hover {
    opacity: 0.75;
  }
  #case .main-case a .card-photo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
  }
 .card-photo-sp {
    display:none!important;
  }

  #case .main-case .card-photo img {
    width: 100%;
  }
  #case .main-case .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.75);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    bottom: 0;
  }
  #case .main-case .card-body--inner {
    text-align: left;
    padding: 16px 24px;
  }
  #case .main-case .card-body .card-title {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    line-height: 1.2;
  }
  #case .main-case .card-body .card-lead {
    color: #fff;
    margin-top: 12px;
    text-align: left;
    line-height: 1.6;
  }
  #case .main-case a:hover .card-body {
    opacity: 1;
  }
}

@media screen and (max-width:759px) {
  #case .main-case .card-photo {
    display:none!important;
  }
  #case .main-case .card-photo-sp {
    width: 100%;
    position: relative;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    z-index: -1;
  }
}

#topics .card-list, #note .card-list, #relatedpage .card-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 760px) {
  #topics .card-list, #note .card-list, #relatedpage .card-list {
    margin: 0 -23px;
  }
}

#topics .card-list li, #note .card-list li, #relatedpage .card-list li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0;
}

@media screen and (min-width: 760px) {
  #topics .card-list li, #note .card-list li, #relatedpage .card-list li {
    width: 33.3333%;
    padding: 16px 23px;
  }
}

#topics .card-list li a:hover, #note .card-list li a:hover, #relatedpage .card-list li a:hover {
  display: block;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#topics .card-list li .card-title, #note .card-list li .card-title, #relatedpage .card-list li .card-title {
  font-size: 18px;
  margin-top: 12px;
}

#topics .card-list li .card-lead, #note .card-list li .card-lead, #relatedpage .card-list li .card-lead {
  font-size: 14px;
  margin-top: 12px;
  color: rgba(34, 34, 34, 0.75);
  line-height: 1.6;
}

#topics .card-list li .card-time, #note .card-list li .card-time, #relatedpage .card-list li .card-time {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.75);
  margin-top: 12px;
}

#relatedpage {
  border-top: 1px solid rgba(34, 34, 34, 0.3);
  margin-top: 60px;
  padding-top: 40px;
}

#relatedpage .card-list li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0;
}

@media screen and (min-width: 760px) {
  #relatedpage .card-list li {
    width: 50%;
    padding: 16px 23px;
  }
}

@media screen and (min-width: 760px) {
  #members .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
}

#members .member:first-child {
  margin-top: 0;
}

#members .member-photo {
  width: 100%;
}

@media screen and (min-width: 760px) {
  #members .member-photo {
    max-width: 320px;
  }
}

@media screen and (min-width: 830px) {
  #members .member-photo {
    max-width: 400px;
  }
}

@media screen and (min-width: 1110px) {
  #members .member-photo {
    width: 590px;
    max-width: none;
  }
}

#members .member-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px 0 0 0;
}

@media screen and (min-width: 760px) {
  #members .member-data {
    margin: 0 0 0 24px;
    padding: 0 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 830px) {
  #members .member-data {
    margin: 0 0 0 36px;
    padding: 0 0 0;
  }
}

@media screen and (min-width: 1110px) {
  #members .member-data {
    margin: 0 0 0 46px;
    padding: 0 46px;
    padding: 0 46px 0;
  }
}

#members .member-data--position {
  font-size: 14px;
}

#members .member-data--name {
  font-size: 28px;
}

#members .member-data--name2 {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.75);
}

#members .member-data--2 {
  font-size: 18px;
  margin-top: 32px;
}

#members .member-data--3 {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(34, 34, 34, 0.75);
  margin-top: 24px;
}

#members .member.member-2 {
  margin-top: 80px;
}

@media screen and (min-width: 760px) {
  #members .member.member-2 {
    margin-top: 40px;
  }
}

#members .member.member-2 .member-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#members .member.member-2 .member-data {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 760px) {
  #members .member.member-2 .member-data {
    margin: 0 24px 0 0;
  }
}

@media screen and (min-width: 830px) {
  #members .member.member-2 .member-data {
    margin: 0 36px 0 0;
  }
}

@media screen and (min-width: 1110px) {
  #members .member.member-2 .member-data {
    margin: 0 46px 0 0;
  }
}

#members .member.member-3 {
  margin-top: 80px;
}

@media screen and (min-width: 760px) {
  #members .member.member-3 {
    margin-top: 40px;
  }
}

#members .member.member-3 .member-photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#members .member.member-3 .member-data {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 760px) {
  #members .member.member-3 .member-data {
    margin: 0 24px 0 0;
  }
}

@media screen and (min-width: 830px) {
  #members .member.member-3 .member-data {
    margin: 0 36px 0 0;
  }
}

@media screen and (min-width: 1110px) {
  #members .member.member-3 .member-data {
    margin: 0 46px 0 0;
  }
}

#partners {
  padding-bottom: 0;
}

#partners .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1110px) {
  #partners .partner-list {
    margin: 0 -48px;
  }
}

#partners .partner-list > li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-bottom: 40px;
}

@media screen and (min-width: 1110px) {
  #partners .partner-list > li {
    width: 50%;
    margin-bottom: 72px;
    padding: 0 48px;
  }
}

#partners .partner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#partners .partner-photo {
  width: 172px;
}

@media screen and (min-width: 1110px) {
  #partners .partner-photo {
    width: 214px;
  }
}

#partners .partner-data {
  padding: 10px 0px 10px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#partners .partner-data-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#partners .partner-data-category li {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #222222;
  padding: 2px 8px;
  margin-right: 8px;
  min-width: 72px;
  text-align: center;
}

@media screen and (min-width: 1110px) {
  #partners .partner-data-category li {
    font-size: 12px;
  }
}

#partners .partner-data-name {
  font-size: 18px;
  margin-top: 18px;
}

@media screen and (min-width: 1110px) {
  #partners .partner-data-name {
    font-size: 24px;
    margin-top: 24px;
  }
}

#partners .partner-data-profile {
  font-size: 12px;
  margin-top: 12px;
  color: rgba(34, 34, 34, 0.75);
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (min-width: 1110px) {
  #partners .partner-data-profile {
    font-size: 14px;
    margin-top: 16px;
  }
}

#partners .partner-body {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
  color: rgba(34, 34, 34, 0.75);
}

@media screen and (min-width: 1110px) {
  #partners .partner-body {
    margin-top: 24px;
  }
}

#media .media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#media .media-list > li {
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px;
}

@media screen and (min-width: 760px) {
  #media .media-list > li {
    width: 33.333%;
  }
}

@media screen and (min-width: 830px) {
  #media .media-list > li {
    width: 20%;
  }
}

#company .company-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company .company-data1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1110px) {
  #company .company-data1 {
    margin-right: 46px;
  }
}

#company .company-data2 {
  width: 100%;
  margin: 40px 0 0 0;
}

@media screen and (min-width: 1110px) {
  #company .company-data2 {
    width: 580px;
    margin: 0;
  }
}
@media screen and (max-width: 760px) {
  #company .company-data2 {
    display: none;
  }
}



.dlTable dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dlTable dt,
.dlTable dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
}

@media screen and (min-width: 760px) {
  .dlTable dt,
  .dlTable dd {
    padding: 12px 16px;
  }
}

.dlTable dt {
  width: 100%;
  padding-left: 0;
  font-family: TazuganeGothicStdN-Medium;
}

@media screen and (min-width: 760px) {
  .dlTable dt {
    width: 100px;
  }
}

.dlTable dd {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .dlTable dd {
    width: calc(100% - 100px);
  }
}

.dlTable-style--border dl {
  margin-bottom: 32px;
}

.dlTable-style--border dt, .dlTable-style--border dd {
  padding: 16px 0;
}

@media screen and (min-width: 760px) {
  .dlTable-style--border dt, .dlTable-style--border dd {
    padding: 16px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  }
}

.dlTable-style--border dt {
  width: 100%;
  padding: 16px 0 0 0;
  font-family: TazuganeGothicStdN-Medium,sans-serif;
}

@media screen and (min-width: 760px) {
  .dlTable-style--border dt {
    width: 148px;
    padding: 16px 0;
  }
}

.dlTable-style--border dd {
  width: 100%;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}

@media screen and (min-width: 760px) {
  .dlTable-style--border dd {
    width: calc(100% - 148px);
  }
}

.dlTable-style--border .environment dt {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .dlTable-style--border .environment dt {
    width: 240px;
  }
}

.dlTable-style--border .environment dd {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .dlTable-style--border .environment dd {
    width: calc(100% - 240px);
  }
}

.dlTable.event_member dt {
  line-height: 1.6;
}

@media screen and (min-width: 760px) {
  .dlTable.event_member dt {
    width: 100px;
  }
}

.dlTable.event_member dd {
  line-height: 1.6;
}

@media screen and (min-width: 760px) {
  .dlTable.event_member dd {
    width: calc(100% - 100px);
  }
}

.effect-fade {
  opacity: 1;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effect-fade.scroll {
  opacity: 0;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.list-style--disc {
  list-style-type: disc;
  margin-left: 20px;
}

.list-style--disc li {
  padding: 0.25em 0;
}

.main-visual {
  width: 100%;
  height: 100vh;
  min-height: 640px;
  position: relative;
}

@media screen and (max-width: 760px) {
  .main-visual {
    height: 100vh;
    min-height: none;
  }
}

.main-visual video, .main-visual .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1360px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  margin-top: -50px;
}

@media screen and (min-width: 830px) {
  .main-visual video, .main-visual .video {
    width: 70%;
    margin-top: 0;
  }
}

.main-visual .icon_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60px);
          transform: translate(-50%, -60px);
  z-index: 100;
}

.main-visual .icon_scroll::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/gckk/assets/img/icon_scroll.svg) center center no-repeat;
  background-size: 100%;
}

.main-visual .icon_scroll::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: '';
  background-color: #fff;
  padding: 32px;
  border-radius: 40px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-visual .icon_scroll:hover::before {
  background: url(/wp-content/themes/gckk/assets/img/icon_scroll_on.svg) center center no-repeat;
  background-size: 100%;
}

.main-visual .icon_scroll:hover::after {
  background-color: #222222;
}

ul.topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding: 12px 24px;
}

ul.topicpath span {
  margin: 0 0.5em;
}

ul.topicpath li {
  color: rgba(34, 34, 34, 0.75);
}

ul.topicpath li a {
  color: #222222;
}

ul.topicpath br {
  display: none;
}

ol {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

ol li {
  padding: 0.5em 0;
}

ol.list-style--number {
  margin: 0;
  text-indent: inherit;
}

ol.list-style--number > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  counter-increment: cnt;
}

ol.list-style--number > li::before {
  padding-right: 6px;
  content: "(" counter(cnt) ") ";
}

ol.list-style--number ol.indent2 {
  width: 100%;
  padding-left: 2em;
}

.acrobat-install {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.8em 0;
}

.acrobat-install .photo {
  width: 50%;
  max-width: 280px;
}

@media screen and (min-width: 760px) {
  .acrobat-install .photo {
    width: 280px;
  }
}

.acrobat-install p {
  width: 100%;
  padding: 5px 0 0 0;
}

@media screen and (min-width: 760px) {
  .acrobat-install p {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 24px;
  }
}

.link-list li {
  padding: 0.25em 0;
}

.link-list li a {
  font-size: 14px;
  text-decoration: underline;
}

.link-list li a:hover {
  text-decoration: none;
}

.company-head {
  background-color: #F7F7F7;
}

.company-head .container {
  max-width: 960px;
  padding-top: 0;
  margin-top: 0;
}

.company-head .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-head .member-photo {
  width: 60%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.company-head .member-data {
  width: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.company-head .member-data--inner {
  text-align: center;
}

.company-head .member-data--position {
  font-size: 12px;
}

.company-head .member-data--name {
  font-size: 24px;
  margin-top: 10px;
}

.company-head .member-data--name2 {
  display: block;
  font-size: 12px;
  color: rgba(34, 34, 34, 0.75);
  letter-spacing: 2px;
}

@media screen and (min-width: 760px) {
  .company-head .member-data--position {
    font-size: 24px;
  }
  .company-head .member-data--name {
    font-size: 46px;
    margin-top: 20px;
  }
  .company-head .member-data--name2 {
    font-size: 22px;
  }
}

.message-container {
  font-size: 16px;
  max-width: 800px;
  padding-top: 0px;
  margin: 0 auto 0;
}

.message-container p {
  line-height: 1.8;
  margin-bottom: 10px;
}

@media screen and (min-width: 760px) {
  .message-container {
    font-size: 18px;
  }
}

.sort-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sort-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(34, 34, 34, 0.3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sort-list > li a {
  display: block;
  width: 100%;
  padding: 16px 8px;
}

.sort-list > li a:hover {
  background-color: #222222;
  color: #fff;
}

.sort-list > li.yearly {
  position: relative;
}

.sort-list > li.yearly button {
  display: block;
  width: 100%;
  padding: 16px 8px;
}

.sort-list > li.yearly button:hover {
  color: #fff;
  background-color: #222222;
}

.sort-list > li.yearly button::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/gckk/assets/img/icon_dropdown.svg) center center no-repeat;
  background-size: contain;
  margin-left: 8px;
}

.sort-list > li.yearly .yearly-list {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #222222;
  padding: 8px;
}

.sort-list > li.yearly .yearly-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.sort-list > li.yearly .yearly-list li a {
  display: inline-block;
  width: auto;
  padding: 8px 0;
  color: #fff;
}

@media screen and (min-width: 760px) {
  .sort-list > li.yearly .yearly-list li a {
    display: block;
    padding: 8px;
  }
}

.sort-list > li a {
  display: block;
  text-align: center;
}

.dlTable-style--form dt {
  width: 100%;
  padding: 16px 0 0 0;
}

@media screen and (min-width: 760px) {
  .dlTable-style--form dt {
    width: 20%;
    padding: 30px 0;
  }
}

.dlTable-style--form dd {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .dlTable-style--form dd {
    width: 80%;
  }
}

.dlTable-style--form dd textarea, .dlTable-style--form dd input {
  font-size: 16px;
  font-family: TazuganeGothicStdN-Light,sans-serif;
}

.dlTable-style--form .wpcf7-text, .dlTable-style--form .form-input--text {
  background-color: #F0F0F0;
  border: none;
  padding: 16px;
  width: 100%;
  border-radius: 4px;
}

.dlTable-style--form .wpcf7-form-control-wrap {
  display: block;
}

.dlTable-style--form .wpcf7-form-control-wrap.textarea1, .dlTable-style--form .wpcf7-form-control-wrap.textarea2, .dlTable-style--form .wpcf7-form-control-wrap.textarea3 {
  padding: 0;
  padding-left: 3.2em;
}

.dlTable-style--form .wpcf7-form-control-wrap.textarea1 textarea, .dlTable-style--form .wpcf7-form-control-wrap.textarea2 textarea, .dlTable-style--form .wpcf7-form-control-wrap.textarea3 textarea {
  background-color: #F0F0F0;
  border: none;
  padding: 16px;
  width: 100%;
  border-radius: 4px;
}

.dlTable-style--form .wpcf7-form-control-wrap.textarea1 textarea:focus, .dlTable-style--form .wpcf7-form-control-wrap.textarea2 textarea:focus, .dlTable-style--form .wpcf7-form-control-wrap.textarea3 textarea:focus {
  border-radius: 4px;
  outline: 1px solid #222222;
  background-color: #fff;
}

.dlTable-style--form .form-textarea {
  background-color: #F0F0F0;
  border: none;
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  /*margin-left: 1rem;*/
}

.dlTable-style--form .form-textarea:focus {
  border-radius: 4px;
  outline: 1px solid #222222;
  background-color: #fff;
}

.dlTable-style--form .wpcf7-form-control {
  display: block;
  padding: 0 0;
}

@media screen and (min-width: 760px) {
  .dlTable-style--form .wpcf7-form-control {
    padding: 16px 0;
  }
}

.dlTable-style--form input.wpcf7-form-control {
  display: block;
  padding: 16px;
}

.dlTable-style--form .wpcf7-submit {
  background-color: #222222;
  width: 100%;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
}

.dlTable-style--form .wpcf7-submit:hover {
  opacity: 0.75;
}

.dlTable-style--form span.wpcf7-list-item, .dlTable-style--form span.mwform-radio-field, .dlTable-style--form span.mwform-checkbox-field {
  display: block !important;
  padding: 0.4em 0;
  margin: 0 0 0 1.4em;
  text-indent: -1.4em;
}

@media screen and (min-width: 760px) {
  .dlTable-style--form span.wpcf7-list-item, .dlTable-style--form span.mwform-radio-field, .dlTable-style--form span.mwform-checkbox-field {
    padding: 0.4em 0;
  }
}

.dlTable-style--form input:focus {
  border-radius: 4px;
  outline: 1px solid #222222;
  background-color: #fff;
}

.dlTable-style--form .wpcf7-not-valid-tip, .dlTable-style--form .error {
  margin-top: 6px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

.dlTable-style--form input.wpcf7-submit:focus {
  border-radius: 4px;
  outline: 1px solid #222222;
  background-color: #000;
}

.dlTable-style--form .btnBack {
  display: block;
  margin: 40px auto;
  min-width: 240px;
  background: none;
}

.dlTable-style--form .btnBack:hover {
  opacity: 0.7;
}

.dlTable-style--form .btnBack:focus {
  border: none;
  color: #222222;
}

.mw_wp_form_confirm .dlTable-style--form dt {
  width: 100%;
  padding: 16px 0 0 0;
}

@media screen and (min-width: 760px) {
  .mw_wp_form_confirm .dlTable-style--form dt {
    width: 20%;
    padding: 16px 0;
  }
}

.required {
  padding: 0 6px;
  color: orangered;
}

.single .page-cover {
  margin-top: 40px;
}

.single .page-headline {
  max-width: 900px;
  text-align: left;
  padding: 0;
}

.single .page-headline h1 {
  padding: 30px 24px;
}

@media screen and (min-width: 1110px) {
  .single .page-headline h1 {
    font-size: 36px;
    padding: 32px 0;
  }
}

.single .container {
  max-width: 900px;
  padding: 0 24px 40px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (min-width: 1110px) {
  .single .container {
    padding: 0 0 40px 0;
  }
}

.single .contents {
  padding: 0;
}

@media screen and (min-width: 1110px) {
  .single .contents {
    padding: 0 0;
  }
}

.single .contents-body h2 {
  font-size: 18px;
  margin-bottom: 14px;
}

@media screen and (min-width: 760px) {
  .single .contents-body h2 {
    font-size: 24px;
  }
}

.single .contents-body h2:first-child {
  margin: 0 0 14px 0;
}

@media screen and (min-width: 760px) {
  .single .contents-body h2:first-child {
    margin: 0 0 24px 0;
  }
}

.single .contents-body h2.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.single .contents-body h2.question::before {
  display: inline-block;
  content: "Q：";
}

.single .contents-body a {
  text-decoration: underline;
  word-break: break-all;
}

.single .contents-body a:hover {
  text-decoration: none;
}

.single .contents-body strong {
  font-family: TazuganeGothicStdN-Medium,sans-serif;
}

.single .contents-body p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 1em 0;
}

@media screen and (min-width: 760px) {
  .single .contents-body p {
    font-size: 16px;
  }
}

.single .contents-body p > span {
  display: inline-block;
  line-height: 1.4;
}

.single .contents-body > ul, .single .contents-body ol {
  list-style: inherit;
  font-size: 16px;
  line-height: 1.2;
  margin: 1em 0;
  margin-left: 1.4em;
}

@media screen and (min-width: 760px) {
  .single .contents-body > ul, .single .contents-body ol {
    font-size: 18px;
  }
}

.single .contents-body > ul.pg-event-speaker-list, .single .contents-body ol.pg-event-speaker-list {
  list-style: none;
  margin: 0;
}

.single .contents-body > ul.pg-event-speaker-list, .single .contents-body ol.pg-event-speaker-list {
  list-style: none;
  margin: 0;
}

.single .contents-body > ul.sg-list-sm, .single .contents-body ol.sg-list-sm {
  list-style: none;
  margin: 0;
}

.single .contents-body > ul li, .single .contents-body ol li {
  padding: 0.5em 0;
}

.single .contents-body > ol {
  list-style: decimal;
  text-indent: inherit;
}

.single .contents-body sup, .single .contents-body sub {
  font-size: 12px;
}

.single .contents-body .photo-full {
  margin: 2rem 0;
}

.single .contents-body .photo-full img {
  margin-bottom: 1rem;
}

.single .contents-body .biz-servicepack h2 {
  font-size: 20px;
}

@media screen and (min-width: 760px) {
  .single .contents-body .biz-servicepack h2 {
    font-size: 24px;
  }
}

.single .contents-body .biz-servicepack h2.first {
  margin: 40px 0 16px 0;
}

@media screen and (min-width: 760px) {
  .single .contents-body .biz-servicepack h2.first {
    margin: 60px 0 24px 0;
  }
}

.single .contents-body .biz-servicepack figure {
  margin: 32px auto;
  max-width: 1000px;
}

@media screen and (min-width: 760px) {
  .single .contents-body .biz-servicepack figure {
    margin: 60px auto;
  }
}

.single .contents-body .biz-servicepack p + h3 {
  margin-top: 32px;
}

@media screen and (min-width: 1110px) {
  .single .contents-body .biz-servicepack p + h3 {
    margin-top: 60px;
  }
}

.single .contents-body .biz-servicepack .partner-data-profile {
  font-size: 12px;
  margin-top: 12px;
  color: rgba(34, 34, 34, 0.75);
  line-height: 1.6;
  letter-spacing: 0;
}

.single .contents-body .biz-servicepack .logobox {
  display: block;
}

.single .contents-body .biz-servicepack .logobox li {
  margin: 1rem 0;
  text-align: center;
}

.single .contents-body .biz-servicepack .logobox li .img01 {
  max-width: 320px;
}

@media screen and (min-width: 1110px) {
  .single .contents-body .biz-servicepack .logobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem auto;
    max-width: 800px;
  }
  .single .contents-body .biz-servicepack .logobox li {
    width: 50%;
    list-style: none;
    text-align: center;
  }
  .single .contents-body .biz-servicepack .logobox li img.img01 {
    max-width: 360px;
    margin: 16px 0;
  }
  .single .contents-body .biz-servicepack .logobox li img.img02 {
    margin: 0 24px 0 0;
  }
  .single .contents-body .biz-servicepack .partner-list {
    margin: 0 -12px;
  }
  .single .contents-body .biz-servicepack .partner-list > li {
    width: 50%;
    margin-bottom: 2rem;
    padding: 0 12px;
    list-style: none;
  }
  .single .contents-body .biz-servicepack ul.partner-data-category, .single .contents-body .biz-servicepack ol.partner-data-category {
    list-style: inherit;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    margin-left: 0;
  }
  .single .contents-body .biz-servicepack .partner-photo {
    width: 128px;
  }
  .single .contents-body .biz-servicepack .partner-data {
    padding: 0 0px 0 15px;
  }
  .single .contents-body .biz-servicepack .partner-data-name {
    font-size: 16px;
    margin-top: 8px;
  }
  .single .contents-body .biz-servicepack .partner-data-profile {
    font-size: 13px;
    margin: 0;
    margin-top: 14px;
  }
}

.single .contents-footer--press {
  display: block;
  margin-top: 4em;
}

.single .pg-event-speaker-list > li + li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E0E0E0;
}

.single .pg-event-speaker-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.single .pg-event-speaker-detail, .single .pg-event-speaker-image {
  display: inline-block;
  vertical-align: top;
}

.single .pg-event-speaker-detail {
  width: calc(100% - 110px);
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .single .pg-event-speaker-detail {
    width: calc(100% - 90px);
    padding-left: 16px;
  }
}

.single .pg-event-speaker-detail > dt strong {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 760px) {
  .single .pg-event-speaker-detail > dt strong {
    font-size: 16px;
  }
}

.single .pg-event-speaker-detail > dt strong + * {
  margin-top: 8px;
}

.single .pg-event-speaker-detail > dt small {
  display: block;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .single .pg-event-speaker-detail > dt small {
    font-size: 13px;
  }
}

.single .pg-event-speaker-detail > dt + dd {
  margin-top: 12px;
  line-height: 1.6;
}

.single .pg-event-speaker-detail > dd {
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .single .pg-event-speaker-detail > dd {
    font-size: 14px;
  }
}

.single .pg-event-speaker-image {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .single .pg-event-speaker-image {
    width: 90px;
  }
}

.single .profileBox {
  line-height: 1.4;
  color: rgba(34, 34, 34, 0.75);
}

.single .profileBox h4 {
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.single .profileBox p {
  font-size: 14px;
}

.single .borderbox {
  border: 1px solid #d5d5d5;
  padding: 1.5em 2em;
}

.single figure {
  margin-bottom: 2rem;
}

.single figure figcaption {
  font-size: 14px;
  text-align: left;
}

.single .session-header {
  margin: 2rem 0;
  font-weight: 700;
}

.single .session-header .session-name {
  font-size: 16px;
  padding: 0.5rem 0;
}

@media screen and (min-width: 760px) {
  .single .session-header .session-name {
    font-size: 18px;
  }
}

.single .session-header .session-title {
  font-size: 22px;
}

@media screen and (min-width: 760px) {
  .single .session-header .session-title {
    font-size: 24px;
  }
}

.single .toggleBox {
  display: none;
}

.single .btn-toggle {
  font-size: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e0e0e0;
  padding: 1.0rem 1.2rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 3rem;
}

.single .btn-toggle:hover {
  background-color: rgba(34, 34, 34, 0.1);
}

@media screen and (min-width: 760px) {
  .single .btn-toggle {
    font-size: 24px;
    padding: 1.5rem 2.2rem;
  }
}

.single .btn-toggle .icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}

.single .btn-toggle .icon::before, .single .btn-toggle .icon::after {
  display: block;
  content: '';
  background-color: #333;
  border-radius: 10px;
  position: absolute;
  width: 18px;
  height: 4px;
  top: 7px;
  left: 0;
}

.single .btn-toggle .icon::before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.single .btn-toggle.selected .icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}

.single .btn-toggle.selected .icon::before {
  display: none;
}

.single .btn-toggle.selected .icon::after {
  display: block;
  content: '';
  background-color: #333;
  border-radius: 10px;
  position: absolute;
  width: 18px;
  height: 4px;
  top: 7px;
  left: 0;
}

p:empty {
  display: none;
}

.topics_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topics_info .photo {
  width: 30%;
}

@media screen and (min-width: 760px) {
  .topics_info .photo {
    width: 15%;
  }
}

.topics_info .lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
}

@media screen and (min-width: 760px) {
  .topics_info .lead {
    width: 85%;
  }
}

.profile_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile_info .photo {
  width: 30%;
}

@media screen and (min-width: 760px) {
  .profile_info .photo {
    width: 15%;
  }
}

.profile_info .lead {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
}

.corp_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.corp_info .photo {
  width: 30%;
}

@media screen and (min-width: 760px) {
  .corp_info .photo {
    width: 20%;
  }
}

.corp_info .lead {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
}

.for-pc {
  display: none;
}

@media screen and (min-width: 760px) {
  .for-pc {
    display: block;
  }
}

.for-sp {
  display: block;
}

@media screen and (min-width: 760px) {
  .for-sp {
    display: none;
  }
}

.break {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.corpInfo {
  margin-top: 30px;
  line-height: 1.8;
}

.corpInfo .data {
  line-height: 1.8;
}

.corpPR {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 20px 0 30px;
  margin: 30px 0 0 0;
}

.corpPR .data {
  line-height: 1.8;
}

.single .contents-body p.press-notes {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.75);
  margin-top: 20px;
}

.case-corpinfo {
  margin: -20px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-corpinfo .photo {
  max-width: 128px;
}

.case-corpinfo .data {
  padding: 0 24px;
}

.case-corpinfo .data p {
  font-size: 14px;
}

@media screen and (min-width: 1110px) {
  .inq-lead {
    margin-top: -40px;
  }
}

.inq-lead h2 {
  /*border-top: 1px solid rgba($def_color, 1);*/
  font-size: 24px;
  font-weight: 600;
  margin: 60px 0 16px 0;
  padding: 0;
}

.inq-lead h2.m_set {
  margin: 80px 0 16px 0;
}

@media screen and (min-width: 760px) {
  .inq-lead h2 {
    font-size: 26px;
  }
}

.release-flex50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
  margin: 60px 0 0 0;
}

.release-flex50--1 {
  width: 100%;
}

@media screen and (min-width: 830px) {
  .release-flex50--1 {
    width: 50%;
    padding-right: 25px;
  }
}

.release-flex50--2 {
  width: 100%;
}

@media screen and (min-width: 830px) {
  .release-flex50--2 {
    width: 50%;
    padding-left: 25px;
  }
}

.release-flex50--2 img {
  margin: 1em 0;
}

.single .contents-body .release-memberList {
  list-style: none;
  margin: 0;
}

.single .contents-body .release-memberList-item {
  margin: 60px 0;
}

.single .contents-body .release-memberList-item:first-child {
  margin: 30px 0;
}

.single .contents-body .release-memberList-item h3 {
  font-size: 18px;
  border: none;
  padding: 0;
  margin-top: 30px;
}

.single .contents-body .release-memberList-item--header p {
  margin: 0;
}

.single .contents-body .release-memberList-item--header strong {
  font-weight: 600;
  font-family: TazuganeGothicStdN-right, sans-serif;
}

.single .contents-body .release-memberList-itemFlex {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single .contents-body .release-memberList-itemFlex--photo {
  width: 100%;
}

@media screen and (min-width: 830px) {
  .single .contents-body .release-memberList-itemFlex--photo {
    width: 30%;
    padding-right: 20px;
  }
}

.single .contents-body .release-memberList-itemFlex--body {
  width: 100%;
}

@media screen and (min-width: 830px) {
  .single .contents-body .release-memberList-itemFlex--body {
    width: 70%;
    padding-left: 20px;
  }
}

.dialogue {
  margin: 30px 0;
}

.dialogue p strong {
  font-family: TazuganeGothicStdN-Medium,sans-serif;
}

.external-article-widget-description {
  display: none;
}

.card-lead a:last-child {
  display: none;
}

.card-lead br {
  display: none;
}

.card-lead figure {
  display: none;
}

.card-lead img {
  display: none;
}

.link_block {
  margin: 1rem 0;
}

.biz-servicepack h2 {
  font-size: 20px;
}

@media screen and (min-width: 760px) {
  .biz-servicepack h2 {
    font-size: 24px;
  }
}

.biz-servicepack h2.first {
  margin: 60px 0 16px 0;
}

@media screen and (min-width: 760px) {
  .biz-servicepack h2.first {
    margin: 80px 0 32px 0;
  }
}

.biz-servicepack figure {
  margin: 32px auto;
  max-width: 1000px;
}

@media screen and (min-width: 760px) {
  .biz-servicepack figure {
    margin: 96px auto;
  }
}

.biz-servicepack p + h3 {
  margin-top: 40px;
}

@media screen and (min-width: 1110px) {
  .biz-servicepack p + h3 {
    margin-top: 90px;
  }
}

.biz-servicepack .read-large {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0;
}

@media screen and (min-width: 760px) {
  .biz-servicepack .read-large {
    font-size: 26px;
    margin: 3rem 0;
  }
}

.biz-servicepack .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1110px) {
  .biz-servicepack .partner-list {
    margin: 0 -48px;
  }
}

.biz-servicepack .partner-list > li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1110px) {
  .biz-servicepack .partner-list > li {
    width: 50%;
    margin-bottom: 3rem;
    padding: 0 48px;
  }
}

.biz-servicepack .partner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.biz-servicepack .partner-photo {
  width: 128px;
}

@media screen and (min-width: 1110px) {
  .biz-servicepack .partner-photo {
    width: 172px;
  }
}

.biz-servicepack .partner-data {
  padding: 10px 0px 10px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.biz-servicepack .partner-data-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.biz-servicepack .partner-data-category li {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #222222;
  padding: 2px 8px;
  margin-right: 8px;
  min-width: 72px;
  text-align: center;
}

@media screen and (min-width: 1110px) {
  .biz-servicepack .partner-data-category li {
    font-size: 12px;
  }
}

.biz-servicepack .partner-data-name {
  font-size: 18px;
  margin-top: 18px;
}

@media screen and (min-width: 1110px) {
  .biz-servicepack .partner-data-name {
    font-size: 24px;
    margin-top: 24px;
  }
}

.biz-servicepack .partner-data-profile {
  font-size: 12px;
  margin-top: 12px;
  color: rgba(34, 34, 34, 0.75);
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (min-width: 1110px) {
  .biz-servicepack .partner-data-profile {
    font-size: 14px;
    margin-top: 16px;
  }
}

.biz-servicepack .partner-body {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
  color: rgba(34, 34, 34, 0.75);
}

@media screen and (min-width: 1110px) {
  .biz-servicepack .partner-body {
    margin-top: 24px;
  }
}

.biz-servicepack .partner .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.biz-servicepack .inquery {
  padding: 3rem 0;
  text-align: center;
  border-top: 1px solid #222222;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

.biz-servicepack .inquery a.button-base {
  width: 248px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 24px;
  color: #fff;
}

.biz-servicepack .comment {
  border: 1px solid #d5d5d5;
  padding: 1.5em 1.5rem;
  max-width: 1000px;
  margin: 20px auto;
}

@media screen and (min-width: 760px) {
  .biz-servicepack .comment {
    padding: 1.5em 2rem;
    margin: 40px auto;
  }
}

.biz-servicepack .comment h4 {
  margin: 0.4rem 0 0.8em 0;
}

.biz-servicepack .comment .inner {
  display: block;
}

@media screen and (min-width: 760px) {
  .biz-servicepack .comment .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.biz-servicepack .comment .inner figure {
  width: 140px;
  margin: 0 auto;
}

.biz-servicepack .comment .inner figure img {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .biz-servicepack .comment .inner .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 2.0rem;
  }
}

@media screen and (min-width: 1110px) {
  .biz-servicepack .comment .inner .text {
    padding: 0 0 0 2.5rem;
  }
}

.biz-servicepack .comment .inner .text p {
  margin: 0;
}

.article-event .contents-body {
  padding: 0;
}

@media screen and (min-width: 760px) {
  .article-event .contents-body {
    padding: 40px 0;
  }
}

.article-event .page-headline .event_date {
  display: block;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1110px) {
  .article-event .page-headline .event_date {
    font-size: 18px;
  }
}

.article-event .page-headline .event_title {
  display: block;
}

.article-event .page-headline .event_member {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.6;
}

@media screen and (min-width: 1110px) {
  .article-event .page-headline .event_member {
    font-size: 16px;
  }
}

.article-event img {
  margin: 1em 0;
}

.article-event .dialogue {
  margin: 1em 0;
}

.article-event .card-list li a {
  text-decoration: none;
}

.article-event .card-list li a .card-photo img {
  margin: 0 0;
}

.article-event .card-list li a .card-body--inner {
  padding: 1rem 0;
}

.article-event .card-list li a .card-body--inner span {
  display: block;
}

.article-event .card-list li a .card-body--inner .event_date {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1110px) {
  .article-event .card-list li a .card-body--inner .event_date {
    font-size: 14px;
  }
}

.article-event .card-list li a .card-body--inner .event_title {
  display: block;
  font-size: 16px;
}

@media screen and (min-width: 1110px) {
  .article-event .card-list li a .card-body--inner .event_title {
    font-size: 18px;
  }
}

.article-event .card-list li a .card-body--inner .event_member {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0.5rem;
  line-height: 1.6;
  color: #777;
}

@media screen and (min-width: 1110px) {
  .article-event .card-list li a .card-body--inner .event_member {
    font-size: 14px;
  }
}

.article-event .card-list li a .card-body--inner > br {
  display: none;
}

.article-event .linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(34, 34, 34, 0.3);
  padding: 1rem 0;
}

@media screen and (min-width: 1110px) {
  .article-event .linkBox {
    padding: 2rem 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.article-event .linkBox a {
  width: 100%;
  display: block;
  margin: 0.5rem 0rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1110px) {
  .article-event .linkBox a {
    width: 33.333%;
    margin: 1rem 0.5rem;
  }
}

.article-event .agenda {
  border: 1px solid #E0E0E0;
  padding: 2rem;
  margin-bottom: 2rem;
}

.article-event .agenda .title {
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #222;
  margin-bottom: 1rem;
}

.article-event .agenda ul {
  list-style-type: disc;
  margin-left: 2rem;
}

.article-event .agenda ul li {
  padding: 0.25rem 0;
}

.article-event .agenda ul li a {
  text-decoration: none;
}

.article-event .agenda ul li a:hover {
  text-decoration: underline;
}

.sns__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0;
}

.sns__container a {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 1.0em;
}

.sns__container a svg {
  width: 100%;
}

.dn {
  display: none !important;
}

.block-custom-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

select.custom-select {
  width: 120px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(/wp-content/themes/gckk/assets/img/icon_dropdown.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding: 8px 32px 8px 16px;
}

select.custom-select::-ms-expand {
  display: none;
}

.archive-event .contents {
  padding: 24px;
}

@media screen and (min-width: 760px) {
  .archive-event .contents {
    padding: 3rem;
  }
}

.archive-event .container {
  max-width: 1200px;
  padding: 0;
  padding-top: 80px;
}

.archive-event .sort-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.archive-event .sort-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(34, 34, 34, 0.3);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.archive-event .sort-list > li a {
  display: block;
  width: 100%;
  padding: 16px 8px;
}

.archive-event .sort-list > li a:hover {
  background-color: #222222;
  color: #fff;
}

.archive-event .sort-list > li.yearly {
  position: relative;
  width: 33.3333%;
}

.archive-event .sort-list > li.yearly button {
  display: block;
  width: 100%;
  padding: 16px 8px;
}

.archive-event .sort-list > li.yearly button:hover {
  color: #fff;
  background-color: #222222;
}

.archive-event .sort-list > li.yearly button::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/gckk/assets/img/icon_dropdown.svg) center center no-repeat;
  background-size: contain;
  margin-left: 8px;
}

.archive-event .sort-list > li.yearly .yearly-list {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #222222;
  padding: 8px;
}

.archive-event .sort-list > li.yearly .yearly-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.archive-event .sort-list > li.yearly .yearly-list li a {
  display: inline-block;
  width: auto;
  padding: 8px 0;
  color: #fff;
}

@media screen and (min-width: 760px) {
  .archive-event .sort-list > li.yearly .yearly-list li a {
    display: block;
    padding: 8px;
  }
}

.archive-event .sort-list > li a {
  display: block;
  text-align: center;
}

.archive-event h2 {
  font-size: 24px;
  margin: 2rem 0 1rem 0;
}

@media screen and (min-width: 760px) {
  .archive-event h2 {
    font-size: 26px;
    margin: 4rem 0 2rem 0;
  }
}

.archive-event h2 small {
  font-size: 65%;
  font-weight: 400;
  padding: 0;
  display: block;
}

@media screen and (min-width: 760px) {
  .archive-event h2 small {
    padding: 0 1rem;
    display: inline;
  }
}

.archive-event h2:first-child {
  margin: 1rem 0 1rem 0;
}

@media screen and (min-width: 760px) {
  .archive-event h2:first-child {
    margin: 3rem 0 2rem 0;
  }
}

.archive-event .members {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 1.0rem;
  line-height: 1.6;
  color: #777;
}

@media screen and (min-width: 1110px) {
  .archive-event .members {
    font-size: 14px;
  }
}

.archive-event .postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.0rem -12px;
}

@media screen and (min-width: 760px) {
  .archive-event .postList {
    margin: 2.4rem -24px;
  }
}

.archive-event .postList li {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 760px) {
  .archive-event .postList li {
    width: 50%;
    padding: 0 24px;
  }
}

.archive-event .postList li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-event .postList li a:hover {
  opacity: 0.8;
}

.archive-event .postList li a .text {
  font-size: 16px;
  font-weight: 600;
  padding: 0.75rem 0;
}

@media screen and (min-width: 760px) {
  .archive-event .postList li a .text {
    font-size: 18px;
    padding: 1rem 0;
  }
}

.archive-event .card-list {
  margin: 2em 0;
}

.archive-event .card-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-event .card-list li a .card-photo {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .archive-event .card-list li a .card-photo {
    width: 33.333%;
  }
}

.archive-event .card-list li a .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0;
}

@media screen and (min-width: 760px) {
  .archive-event .card-list li a .card-body {
    padding: 0 0 0 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.archive-event .card-list li a .card-body .card-body--inner span {
  display: block;
}

.archive-event .card-list li a .card-body .card-body--inner .event_date {
  font-size: 14px;
  margin-bottom: 1.0rem;
}

@media screen and (min-width: 1110px) {
  .archive-event .card-list li a .card-body .card-body--inner .event_date {
    font-size: 16px;
  }
}

.archive-event .card-list li a .card-body .card-body--inner .event_title {
  display: block;
  font-size: 18px;
}

@media screen and (min-width: 1110px) {
  .archive-event .card-list li a .card-body .card-body--inner .event_title {
    font-size: 24px;
  }
}

.archive-event .card-list li a .card-body .card-body--inner .event_member {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 1.0rem;
  line-height: 1.6;
  color: #777;
}

@media screen and (min-width: 1110px) {
  .archive-event .card-list li a .card-body .card-body--inner .event_member {
    font-size: 14px;
  }
}

.page-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-top: 3rem;
}

.page-page.pos-top {
  display: none;
  margin: 0;
  margin-bottom: 3rem;
}

.page-page .post-page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  background-color: #000;
  border: 1px solid #222222;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px;
}

.page-page a.post-page-numbers {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #222222;
}

.page-page a:hover {
  background-color: rgba(34, 34, 34, 0.1);
}

.single-paged-2 .page-cover,
.single-paged-3 .page-cover,
.single-paged-4 .page-cover,
.single-paged-5 .page-cover {
  display: none;
}

.single-paged-2 .page-page.pos-top,
.single-paged-3 .page-page.pos-top,
.single-paged-4 .page-page.pos-top,
.single-paged-5 .page-page.pos-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=style.css.map */




.presenter_box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom:50px;
}
.presenter_text {
  margin-left: 3%;
  width: 50%;
}
.presenter_pict {
  margin: 0 auto;
  width: 50%
}
.presenter_pict img {
  width: 100%;
  height:auto;
}
@media (max-width:760px) {
  .presenter_box {
    flex-direction: column;
  }
  .presenter_box:nth-child(even) {
    flex-direction: column;
  }
  .presenter_pict, .presenter_text {
    width: 100%;
  }
}

.presenter_box_2 {
  padding: 20px;
  margin-bottom:50px;
  background-color: #F5F5F5;
  margin-left: 20px;
  margin-right: 20px;
}
.presenter_box_2 .presenter_box{
  margin-bottom: 0;
}

.presenter_box_3 .presenter_pict{
  width: 30%;
}
.presenter_box_3 .presenter_text{
  width: 70%;
}


  /* 応募ボタン周り */
section#apply{
  text-align: center;
}
@media (min-width:1100px) {
  section#apply{
    margin-top:-10px!important;
  }
}
a.apply_btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  /* color: #212529; */
  border-radius: 0.5rem;

  color: white;
  width: 480px;
  background: #000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  /* background: #fff; */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #000;
}
a.btn-border:hover {
  color: #fff;
  background: #333;
}
a.btn-border:hover:before {
  background: #fff;
}
@media (max-width:760px) {
  a.apply_btn{
    padding: 1rem 1rem;
    width: 100%;
  }
}

a.apply_btn_4{
  background-color: #83CBB9;
  color: black;
  text-decoration: underline;
}

a.apply_btn_6{
  background-color: #0F3BCE;
  color: white;
  text-decoration: underline;
}

a.apply_btn_7{
  background-color: #730B4F;
  color: white;
  text-decoration: underline;
}

a.apply_btn_9{
  background-color: #9CC935;
  color: white;
  text-decoration: underline;
}

a.apply_btn_11{
  background-color: #343434;
  color: white;
  text-decoration: underline;
}


@media (min-width:761px) {
  .dlTable-style--form dd.dd_submit{
    padding-left: 100px;
  }
  .dlTable-style--form input.wpcf7-submit{
    width: 300px;
  }
}
dd small{
  font-size: 0.8em;
}

.error{
  color: red;
  font-size: 0.9em;
}

a.undertext{
  text-decoration: underline;
}


div.campaign {
  padding: 10px;
  margin-top:20px;
  border: 1px solid #000;
}

div.campaign p.campaign_title{
  font-weight: bold;
  background-color: black;
  color: white;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -11px;
  padding:10px;
  margin-bottom: 10px;
}

div.campaign p.campaign_point{
  text-align: left;
  margin-bottom:5px;
}

div.campaign p.campaign_note{
  text-align: left;
  font-size: 0.6em;
}

@media (min-width:761px) {
  #case .card-list_event_detail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  #case .main_case_event_detail {
    width: 47%;
  }

  #case .main_case_event_detail a {
    max-height: 400px;
  }
}
@media (max-width: 760px){
  #case .card-list_event_detail .card-title, #case .card-list_event_detail .card-lead{
    display: none;
  }
}

p.note{
  font-size: 0.7em;
  line-height: 1.2!important;
}

strong {
  border-bottom: 3px solid lightpink;
}

small{
  font-size: 0.75em;
  font-weight: normal;
}

#loadMoreEvents{
  margin-top: 100px;
  font-size: 2em;
  color: blue;
  text-decoration: underline;
  text-align: center;
}


/* プライバシーポリシー
------------------------------------------------- */
#privacypolicy{
  padding-bottom: 100px;
}
#privacypolicy h1{
  font-size: 2em;
}
#privacypolicy p,#privacypolicy h2 {
  margin-top: 30px;
}
#privacypolicy ol{
  list-style-type: decimal;
}
#privacypolicy ol li{
  list-style-position: inside;
}





/* MOTENASUフォーム追加
------------------------------------------------- */
.register-form .formBorder {
  background-color: #F0F0F0;
  border: none;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
}

button#sub {
  background-color: #222222;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 300px;
  display: block;
  padding: 16px;
}

label.inputOK, label.inputError{
  display: block;
}