@charset "UTF-8";
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}

@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: .8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}

dd + dt {
  margin-top: 1em;
}

article,
section {
  margin: 3em auto;
}

@media print, screen and (min-width: 768px) {
  article,
  section {
    margin: 60px auto;
  }
}

article section,
section section {
  margin: 1em auto;
}

@media print, screen and (min-width: 768px) {
  article section,
  section section {
    margin: 40px auto;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: .3s;
  transition: .3s;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[disabled] {
  opacity: .3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* Remove Margin
--------------------------------*/
p:first-child, article:first-child,
section:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .paragraph:first-child {
  margin-top: 0;
}

p:last-child, article:last-child,
section:last-child, .paragraph:last-child {
  margin-bottom: 0;
}

/* Site Width
--------------------------------*/
.site {
  position: relative;
  margin: auto;
}

.site-header-content, .site-footer-content, .site-content, .common-content, .seminar-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

@media print, screen and (min-width: 960px) {
  .site-header-content, .site-footer-content, .site-content, .common-content, .seminar-content {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Common
--------------------------------*/
.site-content:after, .common-content:after, .seminar-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: inline-block;
  max-width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.image,
.graph,
.link,
.tagline {
  text-align: center;
}

.tagline {
  margin: 0 auto 1.5rem;
  font-weight: 700;
}

.lede {
  margin: 1.5rem auto;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.pc-area {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pc-area {
    display: inherit;
  }
}

.sp-area {
  display: inherit;
}

@media print, screen and (min-width: 768px) {
  .sp-area {
    display: none;
  }
}

/* Header
--------------------------------*/
.site-header {
  background-image: url(images/mainimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.site-header--top {
  height: 100vh;
  overflow: hidden;
}

.site-header--page {
  padding: 1.8em 0 0.5em 0;
  background-image: url(images/common-head_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .site-header--page {
    padding: 22px 0 70px;
    background-image: url(images/common-head.jpg);
  }
}

.site-header--youtube {
  background-image: url(images/common-head_youtube.jpg);
}

@media print, screen and (min-width: 768px) {
  .site-header--youtube {
    background-image: url(images/common-head_youtube.jpg);
  }
}

.site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 200;
}

.header-logo {
  width: 30%;
}

@media print, screen and (min-width: 768px) {
  .header-logo {
    width: inherit;
  }
}

.header-logo--page {
  margin: 1.45em 0;
}

.header-nav {
  width: 70%;
  font-size: 0.75em;
}

@media print, screen and (min-width: 768px) {
  .header-nav {
    width: inherit;
    font-size: 1em;
  }
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-nav li {
  margin-left: 1em;
}

@media print, screen and (min-width: 768px) {
  .header-nav li {
    margin-left: 2em;
  }
}

.header-nav a {
  color: #fff;
  text-decoration: none;
}

.header-nav a:hover {
  text-decoration: underline;
}

.top-header {
  margin: -100px 3.125vw 0;
  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;
  text-align: center;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 100;
}

@media print, screen and (min-width: 768px) {
  .top-header {
    margin: -100px auto 0;
  }
}

.top-header--title {
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
}

@media print, screen and (min-width: 768px) {
  .top-header--title {
    font-size: 5em;
  }
}

.top-header--text {
  margin: 2em 3.125vw;
  font-size: 0.875em;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .top-header--text {
    margin: 2em 0;
    font-size: 1em;
    text-align: center;
  }
}

.top-header--text > span {
  display: contents;
}

@media print, screen and (min-width: 768px) {
  .top-header--text > span {
    display: block;
  }
}

.top-header--movie {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.top-header--movie-shabow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.top-header--movie video {
  position: absolute;
  z-index: 0;
}

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  .top-header--movie-shabow {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .top-header--movie-shabow {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* Footer
--------------------------------*/
.site-footer {
  padding: 40px 3.125vw 0;
  text-align: center;
  background-color: #e5e5e5;
  font-size: 0.75em;
}

@media print, screen and (min-width: 768px) {
  .site-footer {
    padding: 3em 0 0;
  }
}

.site-footer--logo {
  margin-bottom: 2em;
}

@media print, screen and (min-width: 768px) {
  .site-footer--logo {
    margin-bottom: 20px;
  }
}

.site-footer--logo span {
  display: block;
}

.organization > span {
  display: block;
}

.copyright {
  padding: 2em 0 2.2em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .copyright {
    padding: 20px 0 30px;
  }
}

.site-footer-map {
  width: 100%;
  height: 300px;
}

@media print, screen and (min-width: 768px) {
  .site-footer-map {
    height: 380px;
  }
}

/* Site Content
--------------------------------*/
.top-title {
  margin: 2em auto;
  font-family: 'Lato', sans-serif;
  font-size: 0.75em;
  text-align: center;
  font-weight: 100;
}

.top-title[data-en]::before {
  display: block;
  font-size: 24px;
  content: attr(data-en);
  line-height: 1em;
  letter-spacing: 0em;
}

@media print, screen and (min-width: 768px) {
  .top-title[data-en]::before {
    font-size: 48px;
  }
}

.page-title {
  margin: 3em auto;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  text-align: center;
  font-weight: 300;
  color: #fff;
}

.page-title[data-en]::before {
  display: block;
  font-size: 24px;
  content: attr(data-en);
  line-height: 1em;
  letter-spacing: 0em;
}

@media print, screen and (min-width: 768px) {
  .page-title[data-en]::before {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 48px;
  }
}

.page-title--youtube[data-en]::before {
  font-weight: normal;
}

.top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .top-content--about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-content--business {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.top-content--data {
  width: 100%;
  padding: 2em 3.125vw 2.5em;
}

@media print, screen and (min-width: 768px) {
  .top-content--data {
    width: 50%;
    padding: 100px 0 130px;
  }
}

.top-content--img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .top-content--img {
    width: 50%;
  }
}

.top-content--head {
  font-size: 1em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .top-content--head {
    font-size: 1.250em;
  }
}

.top-content--head strong {
  color: #0068B5;
}

.top-content--head span {
  display: block;
  margin: 0 auto;
  font-weight: bold;
}

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

@media print, screen and (min-width: 768px) {
  .top-content--text {
    text-align: center;
  }
}

.top-content--about {
  background-color: #e6f7fa;
}

.top-content--about .top-content--img {
  min-height: 150px;
  background-image: url(images/top_about_back.jpg);
}

.top-content--business .top-content--img {
  min-height: 150px;
  background-image: url(images/top_business_back.jpg);
}

.imglist--list {
  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;
}

.imglist--item {
  margin: 10px;
}

.top-content--btn {
  display: block;
  width: auto;
  margin: 3em auto 0;
  padding: 5px;
  text-align: center;
  border: solid 1px #0068B5;
  color: #0068B5;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .top-content--btn {
    width: 340px;
    margin: 40px auto 0;
  }
}

.top-content--btn:hover {
  background-color: #0068B5;
  color: #fff;
}

.top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}

@media print, screen and (min-width: 768px) {
  .top-banner {
    margin: 40px auto 0;
  }
}

.top-banner__item {
  margin: 0 0.5em;
}

.top-banner__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-banner__link:hover {
  opacity: 0.6;
}

/* page
==============================*/
.common-content {
  padding: 3em 3.125vw 1em;
}

@media print, screen and (min-width: 768px) {
  .common-content {
    padding: 80px 0 60px;
  }
}

.common-title {
  margin: 0 auto 1em;
  padding-top: 2em;
  color: #2967af;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .common-title {
    margin-bottom: 40px;
  }
}

.common-title::before {
  content: "";
  height: 1px;
  width: 90%;
  top: 0;
  left: 0;
  right: 0;
  margin: 1.75em auto auto;
  background-color: #2967af;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .common-title::before {
    width: 454px;
  }
}

.common-title[data-en]::after {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin: 0em auto auto;
  font-size: 18px;
  content: attr(data-en);
  line-height: 1em;
  letter-spacing: 0em;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .common-title[data-en]::after {
    margin: -0.5em auto auto;
    font-size: 36px;
  }
}

.company-greeting--head {
  margin-top: 2em;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

@media print, screen and (min-width: 768px) {
  .company-greeting--head {
    margin-top: 40px;
  }
}

.company-greeting--text {
  margin-bottom: 2em;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

@media print, screen and (min-width: 768px) {
  .company-greeting--text {
    margin-bottom: 80px;
  }
}

.company-greeting--name {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.company-greeting--name span {
  display: block;
}

.company-profile--list {
  list-style-type: none;
  padding: 0 0 1em;
  font-size: 0.875em;
}

@media print, screen and (min-width: 768px) {
  .company-profile--list {
    padding: 0 0 20px;
  }
}

.company-profile--list li {
  text-align: center;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .company-profile--list li {
    margin-bottom: 30px;
  }
}

.company-profile--list span {
  display: block;
}

.company-history-head {
  font-size: 0.875em;
  margin: 1em auto 2em;
}

@media print, screen and (min-width: 768px) {
  .company-history-head {
    width: 580px;
    margin: 0 auto 40px;
  }
}

.company-history-content {
  width: auto;
  margin: 0 auto;
  border: solid 1px #707070;
  padding: 1em 3.125vw;
  font-size: 0.875em;
}

@media print, screen and (min-width: 768px) {
  .company-history-content {
    width: 580px;
    margin: 0 auto;
    padding: 17px 20px;
  }
}

.company-history-content ul {
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
}

.company-history-content li {
  margin-bottom: .5em;
}

@media print, screen and (min-width: 768px) {
  .company-history-content li {
    margin-bottom: 15px;
  }
}

.business-prm--list {
  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;
  margin: 2em 0;
}

.business-prm--item {
  width: 100%;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .business-prm--item {
    width: calc(100%/3.1);
    margin-bottom: 0;
  }
}

.business-prm--item h3 {
  margin: 0;
}

.business-prm--item p {
  font-size: 0.875em;
}

.sub-title {
  font-size: 1.125em;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  .sub-title {
    font-size: 1.5em;
  }
}

.sub-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #5f5e5e;
  background: -webkit-gradient(linear, left top, right top, from(#5f5e5e), to(white));
  background: linear-gradient(to right, #5f5e5e 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5e5e', endColorstr='#ffffff',GradientType=1 );
}

.print-midashi {
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  color: #F39800;
}

@media print, screen and (min-width: 768px) {
  .print-midashi {
    font-size: 1.750em;
  }
}

.top-contact {
  padding: 60px 0 80px;
}

.top-contact__area {
  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;
}

.top-contact__link {
  max-width: 1024px;
  width: 300px;
  margin: 0 10px 10px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}

.top-contact__link a {
  display: block;
  width: 100%;
  padding: 10px;
  border: solid 1px #0068B5;
  font-weight: bold;
  text-decoration: none;
  color: #0068B5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-contact__link a:hover {
  background-color: #0068b5;
  color: #fff;
}

.movie-about,
.movie-handbill,
.common-contact {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .movie-about,
  .movie-handbill,
  .common-contact {
    margin-bottom: 120px;
  }
}

.movie-about__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.movie-about__text {
  margin-bottom: 40px;
}

.movie-handbill__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

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

.movie-handbill__item {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .movie-handbill__item {
    width: 49%;
    margin-right: 2%;
  }
  .movie-handbill__item:nth-child(2n) {
    margin-right: 0;
  }
}

.movie-handbill__item p {
  margin: 0;
}

.movie-handbill__notitle {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .movie-handbill__notitle {
    margin-top: 1.72em;
  }
}

.youtube-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

div.wpcf7 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.field {
  margin-bottom: 20px;
}

.field__label {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .field__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12em;
            flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 8px;
  background: #E60013;
  color: #fff;
  font-size: .75em;
  border-radius: 50px;
}

.optional {
  background: #D9D9D9;
  color: #707070;
}

.acceptance {
  margin: 40px 0;
  text-align: center;
}

.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.submit {
  text-align: center;
  text-indent: 20px;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  width: 240px;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

/* Page
--------------------------------*/
/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1024px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure {
    page-break-inside: avoid;
  }
}

/*==============================
seminar
==============================*/
section {
  margin: 0;
}

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

.seminar-header-hero {
  margin: 0;
  padding: 0 3.125vw;
  background-image: url(images/bg-hero2.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

@media print, screen and (min-width: 768px) {
  .seminar-header-hero {
    padding: 0 0 10px;
  }
}

.seminar-header-catch {
  padding: 6px 3.125vw;
  background-color: #231815;
}

@media print, screen and (min-width: 768px) {
  .seminar-header-catch {
    padding: 15px;
  }
}

.seminar-content {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  .seminar-content {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.seminar-content h2.catch {
  font-size: 1.850em;
  line-height: 1.250em;
  color: #001E62;
  padding: 0 3.125vw;
}

@media print, screen and (min-width: 768px) {
  .seminar-content h2.catch {
    font-size: 2.65em;
    padding: 0;
  }
}

.seminar-content h2.catch span {
  color: #E60013;
}

.seminar-content--data {
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .seminar-content--data {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.seminar-content__title {
  text-align: center;
  font-size: 2em;
  position: relative;
  color: #DC000C;
}

@media print, screen and (min-width: 768px) {
  .seminar-content__title {
    font-size: 2.250em;
  }
}

.seminar-content__title::before, .seminar-content__title::after {
  content: "";
  display: none;
  height: 7px;
  width: 280px;
  background-color: #DC000C;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .seminar-content__title::before, .seminar-content__title::after {
    display: block;
    width: 180px;
  }
}

@media print, screen and (min-width: 960px) {
  .seminar-content__title::before, .seminar-content__title::after {
    width: 280px;
  }
}

.seminar-content__title::before {
  left: 0;
}

.seminar-content__title::after {
  right: 0;
}

.seminar-content--red {
  background-color: #DC000C;
}

.seminar-content--red .seminar-content__title {
  color: #fff;
}

.seminar-content--red .seminar-content__title::before, .seminar-content--red .seminar-content__title::after {
  width: 300px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .seminar-content--red .seminar-content__title::before, .seminar-content--red .seminar-content__title::after {
    width: 220px;
  }
}

@media print, screen and (min-width: 960px) {
  .seminar-content--red .seminar-content__title::before, .seminar-content--red .seminar-content__title::after {
    width: 300px;
  }
}

.seminar-content--gray {
  background-color: #707070;
}

.seminar-content--gray .seminar-content__title {
  color: #fff;
}

.seminar-content--gray .seminar-content__title::before, .seminar-content--gray .seminar-content__title::after {
  width: 300px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .seminar-content--gray .seminar-content__title::before, .seminar-content--gray .seminar-content__title::after {
    width: 220px;
  }
}

@media print, screen and (min-width: 960px) {
  .seminar-content--gray .seminar-content__title::before, .seminar-content--gray .seminar-content__title::after {
    width: 300px;
  }
}

.seminar-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .seminar-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.seminar-data__left {
  width: 100%;
  padding: 0 3.125vw 25px;
}

@media print, screen and (min-width: 768px) {
  .seminar-data__left {
    width: 40%;
    padding: 0 0 0 3.125vw;
  }
}

@media print, screen and (min-width: 960px) {
  .seminar-data__left {
    margin-right: 50px;
    padding: 0;
  }
}

.seminar-data__right {
  width: 100%;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .seminar-data__right {
    width: 55%;
    padding: 0 3.125vw;
  }
}

@media print, screen and (min-width: 960px) {
  .seminar-data__right {
    padding: 0;
  }
}

.seminar-data__right img {
  width: 100%;
  height: auto;
}

.seminar-data__head {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 25px;
  border-radius: 50px;
  background-color: #1f2774;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
}

.seminar-data__ymd {
  margin-bottom: 30px;
}

.seminar-data__ymd img {
  width: 260px;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .seminar-data__ymd img {
    width: 360px;
  }
}

.seminar-data__txt1 {
  font-size: 0.875em;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .seminar-data__txt1 {
    font-size: 1em;
  }
}

.seminar-data__txt2 {
  font-size: 1.313em;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .seminar-data__txt2 {
    font-size: 1.875em;
  }
}

.seminar-data__txt3 {
  font-size: 0.750em;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .seminar-data__txt3 {
    font-size: 1.125em;
  }
}

.seminar-data__txt4 {
  font-size: 0.938em;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  background-color: #E60013;
  padding: 8px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.seminar-data__voice {
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}

.seminar-list {
  margin: 25px 3.125vw;
  padding: 0 8px 8px;
  background-color: #001976;
  border-radius: 9.48px;
}

@media print, screen and (min-width: 768px) {
  .seminar-list {
    margin: 60px 0 50px;
    padding: 0 9px 8px;
  }
}

.seminar-list h3 {
  margin: 0;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.125em;
}

@media print, screen and (min-width: 768px) {
  .seminar-list h3 {
    padding: 5px 0;
    font-size: 1.375em;
  }
}

.seminar-list-content {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.seminar-list__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 20px;
  list-style-type: none;
}

@media print, screen and (min-width: 768px) {
  .seminar-list__check {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 30px 0;
  }
}

.seminar-list__check li {
  width: 100%;
  margin: 0 0 15px 0;
  background-image: url(images/ic_list.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 33px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .seminar-list__check li {
    width: calc(100%/3);
    margin: 0 0 15px 0;
  }
}

.seminar-measures {
  margin: 0 3.125vw;
  color: #001976;
}

@media print, screen and (min-width: 768px) {
  .seminar-measures {
    margin: 0;
  }
}

.seminar-measures__title {
  padding: 7px 20px;
  background-color: #001976;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .seminar-measures__title {
    padding: 9px 0;
  }
}

.seminar-measures-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .seminar-measures-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 15px 30px;
  }
}

.seminar-measures__left {
  width: 100%;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .seminar-measures__left {
    width: 40%;
    margin-bottom: 0;
  }
}

.seminar-measures__right {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .seminar-measures__right {
    width: 60%;
    margin-bottom: 0;
  }
}

.seminar-measures__note {
  padding: 15px;
  border: solid 1px #001976;
  border-radius: 6px;
}

@media print, screen and (min-width: 768px) {
  .seminar-measures__note {
    padding: 12px 15px;
  }
}

.seminar-voice {
  margin: 0 3.125vw 25px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .seminar-voice {
    margin: 15px 0 50px;
  }
}

.seminar-voice h3 {
  line-height: 1.45em;
  color: #1f2774;
  border-bottom: 3px solid #1f2774;
  padding: 4px 10px;
}

.seminar-voice__left {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .seminar-voice__left {
    width: 40%;
    text-align: left;
    margin-bottom: 0;
  }
}

.seminar-voice__right {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .seminar-voice__right {
    width: 60%;
    margin-bottom: 0;
  }
}

.seminar_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}

@media print, screen and (min-width: 768px) {
  .seminar_bn {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.seminar_bn__item {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .seminar_bn__item {
    width: 49%;
  }
}

.seminar_bn__item img {
  width: 100%;
  height: auto;
}

.seminar-schedule {
  margin: 0 3.125vw 20px;
  padding: 0 0 20px;
  background-color: #fff;
  border-radius: 6px;
}

@media print, screen and (min-width: 768px) {
  .seminar-schedule {
    margin: 0 3.125vw 40px;
  }
}

@media print, screen and (min-width: 960px) {
  .seminar-schedule {
    margin: 0 0 40px;
  }
}

.seminar-schedule:last-child {
  margin-bottom: 0;
}

.schedule-head {
  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;
  padding: 15px;
  /* border-bottom: solid 7px #DC000C; */
  background: #001976;
  line-height: 1.75em;
  border-radius: 6px 6px 0 0;
}

.schedule-head-sec {
  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;
  padding: 15px;
  /* border-bottom: solid 7px #DC000C; */
  background: #DC000C;
  line-height: 1.75em;
  border-radius: 6px 6px 0 0;
}

@media print, screen and (min-width: 768px) {
  .schedule-head, .schedule-head-sec {
    padding: 15px;
  }
}

.schedule-head__data {
  width: 40%;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  border-right: solid 3px #fff;
  text-align: center;
}

.schedule-head__data b {
  font-size: 1.292em;
}

@media print, screen and (min-width: 960px) {
  .schedule-head__data {
    width: 14%;
    padding: 0px;
    font-size: 1.813em;
  }
  .schedule-head__data b {
    font-size: 1.310em;
  }
}

.schedule-head-sec__data {
  width: 40%;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  border-right: solid 3px #fff;
  text-align: center;
}

.schedule-head-sec__data b {
  font-size: 1.292em;
}

@media print, screen and (min-width: 960px) {
  .schedule-head-sec__data {
    width: 34%;
    padding: 0px;
    font-size: 1.813em;
  }
  .schedule-head-sec__data b {
    font-size: 1.310em;
  }
}

.schedule-head__time {
  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;
  width: 60%;
  font-family: "FOT-セザンヌ Pro EB";
  font-size: 1.5em;
  font-weight: bold;
  border-right: solid 3px #fff;
  color: #fff;
  text-align: center;
  line-height: 1.25em;
}

@media print, screen and (min-width: 960px) {
  .schedule-head__time {
    width: 22%;
    padding: 0 15px;
    font-size: 1.5em;
    text-align: left;
  }
}

.schedule-head__name {
  width: 100%;
  margin: 15px 0 0 0;
}

@media print, screen and (min-width: 960px) {
  .schedule-head__name {
    width: 62%;
    margin: 0;
    padding: 0 0 0 15px;
  }
}

.schedule-head__name img {
  width: 100%;
  height: auto;
}

.schedule-catch {
  text-align: center;
  font-size: 1.5em;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .schedule-catch {
    font-size: 2em;
  }
}

.schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
  padding: 0;
  list-style-type: none;
}

@media print, screen and (min-width: 768px) {
  .schedule-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0 20px;
  }
}

.schedule-list__item {
  width: 100%;
  margin-bottom: 17px;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .schedule-list__item {
    width: 32%;
    margin-bottom: 0;
  }
}

.schedule-list__item:last-child {
  margin-bottom: 0;
}

.schedule-list__head {
  margin: 0;
  padding: 15px 0px;
  border-radius: 6px 6px 0 0;
  border-bottom: 2px solid #001E62;
  background-color: #E5E5E5;
  color: #1D2231;
  font-size: 1.250em;
}

.schedule-list__text {
  margin: 0;
  padding: 20px 10px;
  border-radius: 0 0 6px 6px;
  background-color: #E5E5E5;
  color: #1D2231;
  font-size: 1.125em;
}

.form-header-text {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: bold;
  margin: 0 3.125vw 2em;
}

@media print, screen and (min-width: 768px) {
  .form-header-text {
    margin: 0 0 2em;
  }
}

.seminar-form__title {
  margin-bottom: 0;
  background-color: #FFCCD1;
  border-radius: 0;
  font-size: 1.313em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .seminar-form__title {
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 1.125em;
  }
}

.seminar-form-content {
  margin: 0 0 55px;
}

@media print, screen and (min-width: 768px) {
  .seminar-form-content {
    margin: 0 40px 50px;
  }
}

.seminar-form table {
  width: 100%;
}

.seminar-form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .seminar-form tr {
    display: table;
  }
}

.seminar-form th {
  width: 100%;
  padding: 20px 20px 0;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .seminar-form th {
    width: 40%;
    padding: 14px 30px;
    border-bottom: solid 1px #CECECE;
  }
}

.seminar-form td {
  width: 100%;
  padding: 0 20px 20px;
  border: none;
  border-bottom: solid 1px #CECECE;
}

@media print, screen and (min-width: 768px) {
  .seminar-form td {
    width: 60%;
    display: table-cell;
    padding: 14px 20px;
  }
}

.seminar-form td input[type="text"],
.seminar-form td input[type="tel"],
.seminar-form td input[type="email"] {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .seminar-form td input[type="text"],
  .seminar-form td input[type="tel"],
  .seminar-form td input[type="email"] {
    width: 250px;
  }
}

.seminar-form__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .seminar-form__data {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.seminar-form__data label {
  margin-right: 10px;
}

.privacy {
  padding: 0 3.125vw;
}

@media print, screen and (min-width: 768px) {
  .privacy {
    padding: 0;
  }
}

.privacy-content {
  height: 180px;
  padding: 20px 30px;
  overflow-y: scroll;
  border: solid 1px #D4D4D4;
}

.privacy-check {
  margin: 35px 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .privacy-check {
    margin: 40px 0;
  }
}

.form-btn {
  text-align: center;
  margin: 0 30px 50px;
}

@media print, screen and (min-width: 768px) {
  .form-btn {
    margin: 0 auto 130px;
  }
}

.form-btn input[type="submit"] {
  display: block;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  background-color: #E60013;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  border-radius: 6px;
}

@media print, screen and (min-width: 768px) {
  .form-btn input[type="submit"] {
    width: 330px;
  }
}

.form-btn input[type="submit"]:hover {
  opacity: 0.6;
}

.seminar_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 3.125vw;
}

@media print, screen and (min-width: 768px) {
  .seminar_bn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}

.seminar_bn__item {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .seminar_bn__item {
    margin-bottom: 0;
  }
}

.seminar_bn__item:hover {
  opacity: 0.6;
}

.side-btn {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 370px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media print, screen and (min-width: 768px) {
  .side-btn {
    display: block;
  }
}

.side-btn__link {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.125em;
  border-radius: 6px 0 0 6px;
  background-color: #00A50B;
  color: #fff;
  letter-spacing: 0.1em;
}

.side-btn__link:hover {
  opacity: 0.6;
}

.seminar_btn {
  width: 80%;
  margin: 0 auto 2em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .seminar_btn {
    margin: 0 auto 60px;
  }
}

.seminar_btn a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  background-color: #DC000C;
  border-radius: 6px;
  color: #fff;
}

.seminar_btn a:hover {
  opacity: 0.6;
}

/*# sourceMappingURL=style.css.map */