@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html, body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", Yu Gothic, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.065em;
  background-color: #fff;
}
@media (max-width: 768px) {
  html, body {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}

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

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  color: #000;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 1280px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #wrap {
    min-width: inherit;
  }
}

main {
  width: 100%;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 36px;
}
@media (max-width: 1600px) {
  .box {
    padding: 0 75px;
  }
}
@media (max-width: 768px) {
  .box {
    padding: 0 5%;
  }
}
.box.narrow {
  max-width: 980px;
}

.section-title, .page-title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 90px 0 60px 0;
  font-size: 40px;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", Yu Gothic, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .section-title, .page-title {
    padding: 70px 0 60px 0;
    font-size: 30px;
  }
}
.section-title:after, .page-title:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: 45px;
  display: block;
  width: 50px;
  height: 5px;
  background: linear-gradient(125deg, #ec6c00 0%, #efa001 100%);
}
@media (max-width: 768px) {
  .section-title:after, .page-title:after {
    left: calc(50% - 17px);
    width: 34px;
  }
}

.page-title {
  padding: 0 0 70px 0;
  font-size: 28px;
  font-family: "Noto Sans JP", "Yu Gothic", Yu Gothic, sans-serif;
  line-height: 1.65;
  border: none;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .page-title {
    font-size: 20px;
  }
}
.page-title:before {
  display: none;
}
.page-title.left {
  text-align: left;
}
.page-title.left:after {
  left: 0;
}
.page-title.right {
  text-align: right;
}
.page-title.right:after {
  left: auto;
  right: 0;
}

.bnr-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 45px 0;
}
@media (max-width: 600px) {
  .bnr-list {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
.bnr-list li {
  width: 33.333%;
  margin: 0;
  padding: 15px;
  list-style: none;
  transition: 0.2s opacity;
}
@media (max-width: 600px) {
  .bnr-list li {
    width: 50%;
    padding: 5px;
  }
}
.bnr-list li img {
  width: 100%;
}
.bnr-list li:hover {
  opacity: 0.7;
}

.keyword-search {
  width: 100%;
}
.keyword-search h2 {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .keyword-search h2 {
    font-size: 18px;
  }
}
.keyword-search h2 span {
  display: inline-block;
  margin: 0;
  padding-left: 35px;
  background-image: url(../image/common/icon_search_colored.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (max-width: 768px) {
  .keyword-search h2 span {
    background-size: 20px;
  }
}
.keyword-search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.keyword-search-wrap input[type=text] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 0 10px 0 15px;
  font-size: 14px;
  line-height: 1;
  border: none;
}
@media (max-width: 768px) {
  .keyword-search-wrap input[type=text] {
    width: calc(100% - 90px);
  }
}
.keyword-search-wrap button {
  width: 110px;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
  background: #000;
}
@media (max-width: 768px) {
  .keyword-search-wrap button {
    width: 90px;
    font-size: 14px;
  }
}
.keyword-search-wrap button:hover {
  cursor: pointer;
}
.keyword-search .word-list {
  width: 100%;
  margin-top: 20px;
  padding: 20px 25px;
  background: #EC6C00;
}
.keyword-search .word-list b {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.keyword-search .word-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -5px;
}
.keyword-search .word-list ul li {
  display: inline-block;
  margin: 5px;
  list-style: none;
}
.keyword-search .word-list ul li a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0.4em 1em;
  font-size: 13px;
  font-weight: 700;
  transition: 0.4s opacity;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 768px) {
  .keyword-search .word-list ul li a {
    font-size: 12px;
  }
}
.keyword-search .word-list ul li a:hover {
  opacity: 0.7;
}

.button, .sub-button {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
.button a, .sub-button a, .button button, .sub-button button, .button input[type=submit], .sub-button input[type=submit] {
  display: inline-block;
  width: auto;
  min-width: 240px;
  margin: 10px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Robot", sans-serif;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  background: linear-gradient(125deg, #ec6c00 0%, #efa001 100%);
}
@media (max-width: 768px) {
  .button a, .sub-button a, .button button, .sub-button button, .button input[type=submit], .sub-button input[type=submit] {
    min-width: 200px;
    padding: 8px 30px 8px 15px;
    font-size: 14px;
  }
}
.button a:hover, .sub-button a:hover, .button button:hover, .sub-button button:hover, .button input[type=submit]:hover, .sub-button input[type=submit]:hover {
  cursor: pointer;
  color: #ec6c00;
  border: 1px solid #ec6c00;
  background: #fff;
}
.button a.back, .sub-button a.back, .button button.back, .sub-button button.back, .button input[type=submit].back, .sub-button input[type=submit].back {
  background: #9f9f9f;
}
.button a.back:hover, .sub-button a.back:hover, .button button.back:hover, .sub-button button.back:hover, .button input[type=submit].back:hover, .sub-button input[type=submit].back:hover {
  color: #fff;
  border: 1px solid #9f9f9f;
  opacity: 0.5;
}

.sub-button > b {
  display: block;
  width: 100%;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.sub-button a, .sub-button button, .sub-button input[type=submit] {
  position: relative;
  color: #232323;
  line-height: 1.45;
  border: 1px solid #dadada;
  background: #fff;
}
.sub-button a:after, .sub-button button:after, .sub-button input[type=submit]:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #ec6c00;
  border-right: 1px solid #ec6c00;
}
.sub-button.page-link a:after, .sub-button.page-link button:after, .sub-button.page-link input[type=submit]:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  border-top: 1px solid #ec6c00;
  border-right: 1px solid #ec6c00;
}
.sub-button a:hover, .sub-button button:hover, .sub-button input[type=submit]:hover {
  opacity: 1;
}
.sub-button.half {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.sub-button.half a, .sub-button.half button, .sub-button.half input[type=submit] {
  width: 47.5%;
}
@media (max-width: 768px) {
  .sub-button.half a, .sub-button.half button, .sub-button.half input[type=submit] {
    width: 100%;
  }
}

ul.sup {
  width: 100%;
}
ul.sup li {
  position: relative;
  margin: 5px 0;
  padding-left: 1.5em;
  font-size: 14px;
  color: #6B6B6B;
  line-height: 1.5;
  list-style: none;
}
@media (max-width: 768px) {
  ul.sup li {
    font-size: 12px;
  }
}
ul.sup li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
ul.sup.large > li {
  position: relative;
  margin: 0;
  padding-left: 1.5em;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.065em;
  list-style: none;
}
@media (max-width: 768px) {
  ul.sup.large > li {
    font-size: 14px;
  }
}
ul.sup.large > li + li {
  margin-top: 0.75em;
}
ul.sup.large > li p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.065em;
  list-style: none;
}
@media (max-width: 768px) {
  ul.sup.large > li p {
    font-size: 14px;
  }
}
ul.sup.large > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
ul.sup.large > li ul > li {
  position: relative;
  padding-left: 1.5em;
  color: #000;
  list-style: none;
}
ul.sup.large > li ul > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.85);
}

br.pc {
  display: block;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.pc-md {
  display: block;
}
@media (max-width: 600px) {
  br.pc-md {
    display: none;
  }
}

br.mb-sp {
  display: none;
}
@media (max-width: 768px) {
  br.mb-sp {
    display: block;
  }
}

br.sp {
  display: none;
}
@media (max-width: 600px) {
  br.sp {
    display: block;
  }
}

@-webkit-keyframes marquee_001 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee_001 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee_002 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee_002 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#important-news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: 45px;
  margin: 0;
  padding-right: 5%;
  background: #000;
}
@media (max-width: 768px) {
  #important-news {
    height: 40px;
  }
}
#important-news > b {
  display: block;
  width: 200px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  #important-news > b {
    width: 120px;
    font-size: 12px;
  }
}
#important-news .important-news-wrap {
  width: calc(100% - 230px);
  margin-left: 30px;
}
@media (max-width: 768px) {
  #important-news .important-news-wrap {
    width: calc(100% - 140px);
    margin-left: 20px;
  }
}
#important-news .important-news-wrap a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  color: #fff;
  transition: 0.4s opacity;
}
@media (max-width: 768px) {
  #important-news .important-news-wrap a {
    font-size: 12px;
  }
}
#important-news .important-news-wrap a:hover {
  opacity: 0.7;
}
#important-news .important-news-wrap a span.date {
  display: inline-block;
  width: 7em;
}
#important-news .important-news-wrap p {
  width: calc(100% - 7em);
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  #important-news .important-news-wrap p {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  #important-news .important-news-wrap p .marquee {
    display: inline-block;
    -webkit-animation: marquee_001;
            animation: marquee_001;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
@media (max-width: 768px) {
  #important-news .important-news-wrap.no-link {
    width: 100%;
  }
  #important-news .important-news-wrap.no-link p {
    width: calc(100% - 4em);
  }
}

header {
  display: block;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  header {
    position: static;
  }
}
header .header-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 140px;
  margin: 0;
  padding: 0 90px;
}
@media (max-width: 768px) {
  header .header-wrap {
    height: 100px;
    padding: 0 5%;
  }
}
@media (max-width: 490px) {
  header .header-wrap {
    height: 100px;
    padding: 0 65px 0 2.5%;
  }
}
header .header-wrap h1 {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 768px) {
  header .header-wrap h1 {
    max-width: 200px;
  }
}
@media (max-width: 490px) {
  header .header-wrap h1 {
    flex: 1;
  }
}
@media (max-width: 415px) {
  header .header-wrap h1 {
    max-width: 160px;
  }
}
header .header-wrap h1 img {
  width: 100%;
}
header .header-wrap p.comment {
  display: block;
  width: auto;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
@media (max-width: 768px) {
  header .header-wrap p.comment {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    font-size: 11px;
    order: 10;
  }
}
header .header-wrap .header-pickup {
  width: auto;
  margin-left: 30px;
}
@media (max-width: 768px) {
  header .header-wrap .header-pickup {
    margin-left: 10px;
  }
}
header .header-wrap .header-pickup a {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  border-radius: 5px;
  background: linear-gradient(125deg, #ec6c00 0%, #efa001 100%);
}
@media (max-width: 768px) {
  header .header-wrap .header-pickup a {
    padding: 5px 8px;
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  header .header-wrap .header-pickup a {
    padding: 5px;
    font-size: 8px;
    letter-spacing: 0;
  }
}
header .header-wrap .header-pickup a:before {
  content: "NEW!";
  position: absolute;
  top: -15px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3px 5px;
  -webkit-animation: flash 1s linear infinite;
          animation: flash 1s linear infinite;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 5px;
  background-color: #e20200;
  transform: scale(0.8);
}
@media (max-width: 768px) {
  header .header-wrap .header-pickup a:before {
    top: -13px;
    left: -15px;
    transform: scale(0.6);
  }
}
header .header-wrap .header-pickup a:hover {
  cursor: pointer;
  opacity: 0.7;
}
header.is-index .header-wrap {
  height: 100px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  header.is-index .header-wrap {
    height: 100px;
    padding: 0 5%;
  }
}
@media (max-width: 490px) {
  header.is-index .header-wrap {
    height: 100px;
    padding: 0 65px 0 2.5%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
nav#site-nav {
  position: fixed;
  top: 8.5vh;
  right: 2.5%;
  display: block;
  width: 140px;
  z-index: 100;
}
@media (max-width: 768px) {
  nav#site-nav {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    -webkit-flex-wrap: wrap;
    width: 100%;
    background-color: #EC6C00;
  }
}
nav#site-nav > select,
nav#site-nav #google_translate_element select {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #ECECEC;
  background-image: url("../image/common/icon_under-arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center right 15px;
  box-shadow: 7px 7px 21px rgba(0, 0, 0, 0.075);
}
nav#site-nav > select:hover,
nav#site-nav #google_translate_element select:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  nav#site-nav > select,
nav#site-nav #google_translate_element select {
    display: none;
  }
}
nav#site-nav .goog-te-gadget {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
  font-family: "Noto Sans JP", "Yu Gothic", Yu Gothic, sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  nav#site-nav .goog-te-gadget {
    display: none;
  }
}
nav#site-nav .goog-te-gadget > div {
  width: 100%;
  margin-bottom: 5px;
}
nav#site-nav .goog-te-gadget span {
  display: block;
  width: 70px;
}
nav#site-nav .goog-te-gadget span img {
  width: 42px;
  margin: 0.35em 0 0 0.25em;
  padding: 0 !important;
}
nav#site-nav .goog-te-gadget span a {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
nav#site-nav #menu {
  margin: 30px 0;
  box-shadow: 7px 7px 21px rgba(0, 0, 0, 0.075);
}
@media (max-width: 768px) {
  nav#site-nav #menu {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    -webkit-flex-wrap: wrap;
    width: 75%;
    margin: 0;
  }
}
nav#site-nav .menu-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: 85px;
  margin: 0;
  padding-top: 55px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  transition: 0.4s background-color;
  border: none;
  outline: none;
  background-color: #EC6C00;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center top 16px;
}
@media (max-width: 768px) {
  nav#site-nav .menu-item {
    width: 25%;
    height: auto;
    font-size: 11px;
    padding: 40px 5px 10px 5px;
    background-size: 20px;
    background-position: center top 15px;
  }
  nav#site-nav .menu-item + .menu-item {
    border-left: 1px solid #dd6500;
  }
}
nav#site-nav .menu-item:hover {
  cursor: pointer;
  background-color: #cd5500;
}
nav#site-nav .menu-item#humb {
  background-image: url("../image/common/nav_001.svg");
  background-position: center top 20px;
}
@media (max-width: 768px) {
  nav#site-nav .menu-item#humb {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-position: center;
  }
  nav#site-nav .menu-item#humb span {
    display: none;
  }
}
nav#site-nav .menu-item#humb.close {
  background-image: url("../image/common/nav_001-close.svg");
}
nav#site-nav .menu-item#admissions {
  background-image: url("../image/common/nav_002.svg");
}
nav#site-nav .menu-item#request {
  background-image: url("../image/common/nav_003.svg");
}
nav#site-nav .menu-item#event {
  background-image: url("../image/common/nav_005.svg");
}
nav#site-nav .menu-item#movie {
  background-image: url("../image/common/nav_006.svg");
}
nav#site-nav .menu-item#students {
  height: 110px;
  padding-top: 55px;
  line-height: 1.25;
  background-image: url("../image/common/nav_004.svg");
  background-position: center top 21px;
  background-color: #265bbb;
}
nav#site-nav .menu-item#students:hover {
  background-color: #14397c;
}
@media (max-width: 768px) {
  nav#site-nav .menu-item#admissions a,
  nav#site-nav .menu-item#request a,
  nav#site-nav .menu-item#event a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
  }
  nav#site-nav .menu-item#students {
    width: 25%;
    height: auto;
    padding-top: 40px;
    background-position: center top 15px;
  }
}
nav#site-nav .menu-item a, nav#site-nav .menu-item span, nav#site-nav .menu-item button {
  color: #fff;
}
nav#site-nav .menu-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#mega-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  background: #fff;
  z-index: 99;
}
@media (max-width: 768px) {
  #mega-nav {
    border: 2px solid #EC6C00;
  }
}
#mega-nav.hidden {
  visibility: hidden;
  opacity: 0;
}
#mega-nav .left {
  width: 65%;
  height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  padding: 60px 35px 60px 75px;
}
@media (max-width: 1280px) {
  #mega-nav .left {
    width: 100%;
    padding: 80px 5% 90px 5%;
    overflow: auto;
  }
}
#mega-nav .left .keyword-search {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  #mega-nav .left .keyword-search {
    padding: 20px 0 0 0;
    border: none;
    border-top: 1px solid #dadada;
  }
}
#mega-nav .left .keyword-search-wrap input[type=text] {
  background: #f7f7f7;
}
#mega-nav .left .keyword-search-wrap button {
  background: #EC6C00;
}
#mega-nav .left .keyword-search .word-list {
  margin: 30px 0 0 0;
  padding: 0;
  background: none;
}
#mega-nav .left .keyword-search .word-list b {
  color: #000;
}
#mega-nav .left .keyword-search .word-list ul li {
  border-radius: 5px;
  border: 1px solid #dadada;
}
#mega-nav .left .main-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
}
#mega-nav .left .main-nav .parents {
  width: 240px;
}
@media (max-width: 768px) {
  #mega-nav .left .main-nav .parents {
    width: 140px;
  }
}
#mega-nav .left .main-nav .parents-item {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.8s, transform 0.8s, color 0.4s;
  transition-timing-function: cubic-bezier(0.39, 0.57, 0.56, 1);
}
@media (max-width: 768px) {
  #mega-nav .left .main-nav .parents-item {
    font-size: 14px;
  }
}
#mega-nav .left .main-nav .parents-item.visible {
  opacity: 1;
  transform: translateY(0);
}
#mega-nav .left .main-nav .parents-item.active {
  color: #EC6C00;
}
#mega-nav .left .main-nav .parents-item.active * {
  color: #EC6C00;
}
#mega-nav .left .main-nav .parents-item + .parents-item {
  margin-top: 20px;
}
#mega-nav .left .main-nav .parents-item:hover {
  cursor: pointer;
}
#mega-nav .left .main-nav .parents-item a {
  transition: 0.3s opacity;
}
#mega-nav .left .main-nav .parents-item a:hover {
  opacity: 0.6;
}
#mega-nav .left .main-nav .children {
  width: calc(100% - 240px);
  opacity: 0;
  transform: translateY(-6px);
  transition: 0.7s;
  transition-timing-function: cubic-bezier(0.39, 0.57, 0.56, 1);
}
@media (max-width: 768px) {
  #mega-nav .left .main-nav .children {
    width: calc(100% - 140px);
  }
}
#mega-nav .left .main-nav .children.visible {
  opacity: 1;
  transform: translateY(0);
}
#mega-nav .left .main-nav .children .children-item {
  width: 100%;
}
#mega-nav .left .main-nav .children .children-item ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
#mega-nav .left .main-nav .children .children-item ul li {
  width: 48%;
  margin-bottom: 20px;
  list-style: none;
  transition: 0.3s transform;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 1080px) {
  #mega-nav .left .main-nav .children .children-item ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #mega-nav .left .main-nav .children .children-item ul li {
    width: 48%;
  }
}
@media (max-width: 500px) {
  #mega-nav .left .main-nav .children .children-item ul li {
    width: 100%;
  }
}
#mega-nav .left .main-nav .children .children-item ul li:hover {
  transform: translateX(3px);
}
#mega-nav .left .main-nav .children .children-item ul li:hover a {
  color: #EC6C00;
}
#mega-nav .left .main-nav .children .children-item ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}
#mega-nav .left .main-nav .children .children-item ul li a img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1080px) {
  #mega-nav .left .main-nav .children .children-item ul li a img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  #mega-nav .left .main-nav .children .children-item ul li a img {
    width: 50px;
    height: 50px;
  }
}
#mega-nav .left .main-nav .children .children-item ul li a p {
  width: calc(100% - 80px);
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  #mega-nav .left .main-nav .children .children-item ul li a p {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  #mega-nav .left .main-nav .children .children-item ul li a p {
    width: calc(100% - 50px);
    padding: 0 10px;
    font-size: 13px;
  }
}
#mega-nav .left .main-nav .children .children-item > .children-item-01, #mega-nav .left .main-nav .children .children-item > .children-item-02, #mega-nav .left .main-nav .children .children-item > .children-item-03, #mega-nav .left .main-nav .children .children-item > .children-item-04, #mega-nav .left .main-nav .children .children-item > .children-item-05, #mega-nav .left .main-nav .children .children-item > .children-item-06, #mega-nav .left .main-nav .children .children-item > .children-item-07, #mega-nav .left .main-nav .children .children-item > .children-item-08, #mega-nav .left .main-nav .children .children-item > .children-item-09 {
  display: none;
}
#mega-nav .left .main-nav .children .children-item > .children-item-01.visible, #mega-nav .left .main-nav .children .children-item > .children-item-02.visible, #mega-nav .left .main-nav .children .children-item > .children-item-03.visible, #mega-nav .left .main-nav .children .children-item > .children-item-04.visible, #mega-nav .left .main-nav .children .children-item > .children-item-05.visible, #mega-nav .left .main-nav .children .children-item > .children-item-06.visible, #mega-nav .left .main-nav .children .children-item > .children-item-07.visible, #mega-nav .left .main-nav .children .children-item > .children-item-08.visible, #mega-nav .left .main-nav .children .children-item > .children-item-09.visible {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
#mega-nav .right {
  width: 35%;
}
@media (max-width: 1280px) {
  #mega-nav .right {
    display: none;
  }
}
#mega-nav .right #mega-nav_images {
  width: calc(100% - 220px);
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#mega-nav .right #mega-nav_images .swiper-slide picture {
  width: 100%;
  height: 100%;
}
#mega-nav .right #mega-nav_images .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

footer .social-wrap {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  footer .social-wrap {
    padding: 30px 0;
  }
}
footer .social-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
footer .social-wrap ul li {
  width: 40px;
  margin: 0 15px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  footer .social-wrap ul li {
    width: 32px;
  }
}
footer .social-wrap ul li img {
  width: 100%;
}
footer #pankuzu {
  width: 100%;
  margin: 0;
  padding: 20px 90px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  footer #pankuzu {
    padding: 15px 5%;
  }
}
footer #pankuzu .pankuzu-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}
footer #pankuzu .pankuzu-wrap a, footer #pankuzu .pankuzu-wrap span {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 768px) {
  footer #pankuzu .pankuzu-wrap a, footer #pankuzu .pankuzu-wrap span {
    font-size: 12px;
  }
}
footer #pankuzu .pankuzu-wrap a {
  position: relative;
  margin-right: 40px;
  transition: 0.3s opacity;
}
footer #pankuzu .pankuzu-wrap a:hover {
  opacity: 0.7;
}
footer #pankuzu .pankuzu-wrap a:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -20px;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  border-top: 1px solid #EC6C00;
  border-right: 1px solid #EC6C00;
}
@media (max-width: 768px) {
  footer #pankuzu .pankuzu-wrap a:after {
    top: calc(50% - 3px);
    right: -24px;
    width: 6px;
    height: 6px;
  }
}
footer .nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 60px 90px;
}
@media (max-width: 768px) {
  footer .nav-wrap {
    padding: 30px 5%;
  }
}
footer .nav-wrap .nav-item {
  width: 25%;
  margin: 60px -15px 0 -15px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  footer .nav-wrap .nav-item {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  footer .nav-wrap .nav-item {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
  }
}
footer .nav-wrap .nav-item b {
  display: block;
}
footer .nav-wrap .nav-item b a, footer .nav-wrap .nav-item b span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 1.5em;
}
footer .nav-wrap .nav-item b a:before, footer .nav-wrap .nav-item b span:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0.15em;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #EC6C00;
}
footer .nav-wrap .nav-item b + b {
  margin-top: 15px;
}
footer .nav-wrap .nav-item ul {
  width: 100%;
  margin: 0;
  padding-left: 1.5em;
  font-size: 14px;
}
footer .nav-wrap .nav-item ul li {
  margin: 7.5px 0;
  list-style: disc;
}
footer .nav-wrap .nav-item ul li a {
  display: inline-block;
  width: auto;
}
footer .nav-wrap .nav-item ul + b {
  margin-top: 30px;
}
footer .link-wrap {
  width: 100%;
  background: #000;
}
footer .link-wrap .box {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 90px;
}
@media (max-width: 768px) {
  footer .link-wrap .box {
    padding: 0 5%;
  }
}
footer .link-wrap .box ul.banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  padding: 35px 0;
}
footer .link-wrap .box ul.banner li {
  width: 18%;
  margin: 15px 0;
  list-style: none;
}
@media (max-width: 768px) {
  footer .link-wrap .box ul.banner li {
    width: 30%;
  }
}
@media (max-width: 500px) {
  footer .link-wrap .box ul.banner li {
    width: 47.5%;
  }
}
footer .link-wrap .box ul.other {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #808080;
}
@media (max-width: 768px) {
  footer .link-wrap .box ul.other {
    padding: 15px 0;
  }
}
footer .link-wrap .box ul.other li {
  width: 20%;
  font-size: 14px;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  footer .link-wrap .box ul.other li {
    width: 100%;
    margin: 7.5px 0;
    font-size: 13px;
  }
}
footer .link-wrap .box ul.other li:not(:last-child) {
  border-right: 1px solid #808080;
}
@media (max-width: 768px) {
  footer .link-wrap .box ul.other li:not(:last-child) {
    border: none;
  }
}
footer .link-wrap .box ul.other li a {
  color: #fff;
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-end;
  -webkit-flex-wrap: wrap;
  margin: 0;
  padding: 90px 90px 60px 90px;
}
@media (max-width: 768px) {
  footer .footer-wrap {
    padding: 60px 5% 40px 5%;
  }
}
footer .footer-wrap address {
  display: inline-block;
}
@media (max-width: 768px) {
  footer .footer-wrap address {
    display: block;
    width: 100%;
  }
}
footer .footer-wrap address .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  width: 300px;
  margin-bottom: 10px;
}
footer .footer-wrap address .logo img {
  width: 100%;
  max-width: 250px;
}
footer .footer-wrap address .logo img.nsg-group {
  max-width: 40px;
}
footer .footer-wrap address .logo + p {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  font-size: 13px;
}
footer .footer-wrap address b {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
@media (max-width: 500px) {
  footer .footer-wrap address b {
    font-size: 14px;
  }
}
footer .footer-wrap address p {
  font-size: 14px;
}
@media (max-width: 500px) {
  footer .footer-wrap address p {
    font-size: 12px;
  }
}
footer .footer-wrap .copy {
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .footer-wrap .copy {
    margin-top: 40px;
  }
}

#main-visual {
  width: 100%;
  margin: 0;
  padding: 0 280px 0 0;
}
@media (max-width: 768px) {
  #main-visual {
    padding: 0;
  }
}
#main-visual > * {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#main-visual a > * {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.top-quick-nav {
  width: 100%;
  padding: 40px 220px 40px 75px;
}
@media (max-width: 768px) {
  .top-quick-nav {
    margin: 0;
    padding: 30px 5%;
  }
}
.top-quick-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.top-quick-nav-wrap * h2 {
  width: 100%;
  font-size: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .top-quick-nav-wrap * h2 {
    font-size: 18px;
  }
}
.top-quick-nav-wrap * h2 span {
  display: inline-block;
  margin: 0;
  padding-left: 35px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px;
}
@media (max-width: 768px) {
  .top-quick-nav-wrap * h2 span {
    background-size: 20px;
  }
}
.top-quick-nav-wrap .quick-menu {
  width: 60%;
  margin: 0;
  padding: 0 40px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .quick-menu {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 600px) {
  .top-quick-nav-wrap .quick-menu {
    padding-bottom: 0;
    border: none;
  }
}
.top-quick-nav-wrap .quick-menu h2 span {
  background-image: url(../image/common/icon_quick_colored.svg);
}
.top-quick-nav-wrap .quick-menu #tab-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.top-quick-nav-wrap .quick-menu #tab-head h2 {
  width: 210px;
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .quick-menu #tab-head h2 {
    width: 200px;
  }
}
.top-quick-nav-wrap .quick-menu #tab-head ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 430px;
}
@media (max-width: 1510px) {
  .top-quick-nav-wrap .quick-menu #tab-head ul {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .quick-menu #tab-head ul {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .top-quick-nav-wrap .quick-menu #tab-head ul {
    margin-top: 15px;
  }
}
.top-quick-nav-wrap .quick-menu #tab-head ul li {
  list-style: none;
}
@media (max-width: 600px) {
  .top-quick-nav-wrap .quick-menu #tab-head ul li {
    width: 31%;
  }
}
.top-quick-nav-wrap .quick-menu #tab-head ul li button {
  display: inline-block;
  margin: 0;
  padding: 10px 1.5em;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  outline: none;
  border-radius: 999px;
  border: 2px solid transparent;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .quick-menu #tab-head ul li button {
    padding: 10px 2em;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .top-quick-nav-wrap .quick-menu #tab-head ul li button {
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
}
.top-quick-nav-wrap .quick-menu #tab-head ul li button:hover {
  cursor: pointer;
  border: 2px solid rgba(218, 218, 218, 0.4);
}
.top-quick-nav-wrap .quick-menu #tab-head ul li.active button {
  color: #ec6c00;
  border: 2px solid #ec6c00;
  background: none;
}
.top-quick-nav-wrap .quick-menu #tab-content {
  position: relative;
}
.top-quick-nav-wrap .quick-menu #tab-content ul {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .quick-menu #tab-content ul {
    width: calc(100% + 14px);
    margin: 0 -7.5px;
  }
}
.top-quick-nav-wrap .quick-menu #tab-content ul li {
  width: 25%;
  margin: 0;
  padding: 10px;
  list-style: none;
}
@media (max-width: 1400px) {
  .top-quick-nav-wrap .quick-menu #tab-content ul li {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .quick-menu #tab-content ul li {
    width: 25%;
    padding: 7.5px;
  }
}
@media (max-width: 600px) {
  .top-quick-nav-wrap .quick-menu #tab-content ul li {
    width: 50%;
  }
}
.top-quick-nav-wrap .quick-menu #tab-content ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 30px 20px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  transition: 0.2s opacity;
  border-radius: 5px;
  border: 1px solid #dadada;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  background-image: url(../image/common/icon_right-arrow.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center right 10px;
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .quick-menu #tab-content ul li a {
    padding: 15px 30px 15px 15px;
  }
}
.top-quick-nav-wrap .quick-menu #tab-content ul li a:hover {
  opacity: 0.7;
}
.top-quick-nav-wrap .quick-menu #tab-content ul.active {
  position: static;
  opacity: 1;
  transform: scale(1);
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
.top-quick-nav-wrap .keyword-search {
  width: 40%;
  margin: 0;
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .keyword-search {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 600px) {
  .top-quick-nav-wrap .keyword-search {
    display: none;
  }
}
.top-quick-nav-wrap .keyword-search h2 {
  margin-bottom: 25px;
  padding: 4.5px 0;
}
@media (max-width: 768px) {
  .top-quick-nav-wrap .keyword-search h2 {
    margin-bottom: 15px;
    padding: 0;
  }
}
.top-quick-nav-wrap .keyword-search h2 span {
  background-image: url(../image/common/icon_search_colored.svg);
}
.top-quick-nav-wrap .keyword-search input[type=text] {
  background: #f7f7f7;
}

.top-topics {
  width: 100%;
  margin: -90px 0 0 0;
  padding: 150px 75px 90px 75px;
  background: linear-gradient(125deg, #ec6c00 0%, #efa001 100%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-topics {
    padding: 120px 5% 15px 5%;
  }
}
.top-topics .box #top-topics-slide {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 60px 0;
}
@media (max-width: 768px) {
  .top-topics .box #top-topics-slide {
    padding: 0 0 40px 0;
  }
}
.top-topics .box #top-topics-slide .swiper-wrapper {
  position: relative;
  align-items: stretch;
}
.top-topics .box #top-topics-slide .swiper-wrapper .swiper-slide {
  height: auto;
}
.top-topics .box #top-topics-slide .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.top-topics .box #top-topics-slide .swiper-wrapper .swiper-slide a > div {
  width: 100%;
  margin-bottom: 30px;
}
.top-topics .box #top-topics-slide .swiper-wrapper .swiper-slide a i {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 60% 0 0 0;
}
.top-topics .box #top-topics-slide .swiper-wrapper .swiper-slide a i > img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-topics .box #top-topics-slide .swiper-wrapper .swiper-slide a h3 {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.top-topics .box #top-topics-slide .swiper-wrapper .swiper-slide a .categories {
  display: inline-block;
  margin: 0;
  padding: 0.35em 1em;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
}
.top-topics .box #top-topics-slide .swiper-wrapper .swiper-slide a .date {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #EC6C00;
}
.top-topics .box #top-topics-slide .swiper-pagination-bullet {
  background: #fff;
}
.top-topics .box #top-topics-slide .swiper-scrollbar-drag {
  background: #fff;
}
.top-topics .box .covid {
  padding: 90px 0;
}

.top-news {
  background: url(../image/top/news-background.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 768px) {
  .top-news .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.top-news #news-tab-head {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top-news #news-tab-head {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .top-news #news-tab-head {
    width: 95px;
  }
}
.top-news #news-tab-head > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top-news #news-tab-head > ul {
    display: block;
  }
}
.top-news #news-tab-head > ul li {
  display: inline-block;
  list-style: none;
}
.top-news #news-tab-head > ul li button {
  width: auto;
  margin: 0 20px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.2s color;
  border: none;
  background: none;
}
@media (max-width: 768px) {
  .top-news #news-tab-head > ul li button {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 5px;
    font-size: 14px;
    text-align: left;
  }
}
.top-news #news-tab-head > ul li button:hover {
  color: #EB5B02;
  cursor: pointer;
}
.top-news #news-tab-head > ul li.active button {
  color: #EB5B02;
}
.top-news #news-tab-content {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .top-news #news-tab-content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 600px) {
  .top-news #news-tab-content {
    width: calc(100% - 105px);
  }
}
.top-news #news-tab-content .news-tab-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.top-news #news-tab-content .news-tab-content-wrap.active {
  position: static;
  visibility: visible;
  opacity: 1;
}
.top-news #news-tab-content ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5px 0;
  padding: 20px;
  transition: 0.4s opacity;
  background: #fff;
}
@media (max-width: 768px) {
  .top-news #news-tab-content ul li {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.top-news #news-tab-content ul li:hover {
  opacity: 0.7;
}
.top-news #news-tab-content ul li span.date {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .top-news #news-tab-content ul li span.date {
    font-size: 14px;
  }
}
.top-news #news-tab-content ul li span.categories {
  display: inline-block;
  min-width: 90px;
  margin: 0 20px;
  padding: 0.35em 1em;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
  .top-news #news-tab-content ul li span.categories {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .top-news #news-tab-content ul li.jpress span.date {
    display: block;
    width: 100%;
  }
  .top-news #news-tab-content ul li.jpress span.categories {
    margin: 5px 0;
  }
}
.top-news #news-tab-content ul li p {
  flex: 1;
}
@media (max-width: 768px) {
  .top-news #news-tab-content ul li p {
    flex: auto;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
  }
}
.top-news #news-tab-content ul li p span.new {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  background-color: #e20200;
}
.top-news #news-tab-content ul li p a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-news #news-tab-content .button, .top-news #news-tab-content .sub-button {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .top-news #news-tab-content .button, .top-news #news-tab-content .sub-button {
    margin-top: 30px;
    text-align: left;
  }
}

.top-about {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  .top-about {
    padding: 30px 5% 0 5%;
  }
}
@media (max-width: 600px) {
  .top-about {
    padding: 20px 0 0 0;
  }
}
.top-about #about-images {
  position: relative;
  width: 45%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-about #about-images {
    width: 100%;
  }
}
.top-about #about-images .swiper-slide {
  position: relative;
  overflow: hidden;
}
.top-about #about-images .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .top-about #about-images .swiper-slide img {
    position: static;
    width: 100%;
    height: auto;
    max-height: 300px;
    transform: translate(0, 0);
  }
}
.top-about #about-images .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 15px 15px 0;
}
.top-about #about-images .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  opacity: 0.5;
  border-radius: 999px;
  background: #fff;
}
.top-about #about-images .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #EB5B02;
}
.top-about #about-text {
  position: relative;
  width: 55%;
  margin: 0;
  padding: 0 210px 90px 5%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-about #about-text {
    width: 100%;
    padding: 0 5% 40px 5%;
  }
}
.top-about #about-text:before {
  content: "Graduate Institute for Entrepreneurial Studies";
  position: absolute;
  left: 0;
  bottom: -25px;
  display: inline-block;
  font-size: 180px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #f7f7f7;
  line-height: 1;
  white-space: nowrap;
  -webkit-animation: marquee_002;
          animation: marquee_002;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 70s;
          animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 0;
}
.top-about #about-text h2.section-title, .top-about #about-text h2.page-title {
  padding-top: 60px;
  text-align: left;
}
.top-about #about-text h2.section-title:after, .top-about #about-text h2.page-title:after {
  left: 0;
}
.top-about #about-text h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top-about #about-text h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .top-about #about-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .top-about #about-text p {
    font-size: 14px;
  }
}
.top-about #about-text .button, .top-about #about-text .sub-button {
  position: relative;
  margin-top: 60px;
  text-align: left;
  z-index: 1;
}

.top-bnr {
  margin: 0;
  padding: 30px 0;
}

#inner-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  margin: 0 0 90px 0;
  padding: 0 5%;
  background: #F7F7F7;
}
#inner-head span.new {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
}
#inner-head span.new:after {
  content: "NEW";
  display: inline-block;
  width: auto;
  padding: 3px 12px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 5px;
  background-color: #e20200;
}
@media (max-width: 768px) {
  #inner-head {
    height: 180px;
    margin: 0 0 70px 0;
  }
}
#inner-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
}
#inner-head > h2 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
}
@media (max-width: 768px) {
  #inner-head > h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  #inner-head > h2 {
    font-size: 24px;
  }
}
#inner-head > h2 > small {
  display: block;
  width: 100%;
}
#inner-head > h2 > small span {
  display: inline-block;
  margin: 0;
  padding: 5px 30px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  border-radius: 999px;
  background: #ec6c00;
}

#large-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  margin: 0 0 -60px 0;
  padding: 0 5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #large-head {
    height: 320px;
    margin: 0 0 -30px 0;
  }
}
#large-head.mba {
  background-image: url(../image/strength/mba/page-mba_mv.jpg);
}
#large-head.exemption {
  background-image: url(../image/strength/exemption/page-exemption_mv.jpg);
}
#large-head > h2 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  transform: translateY(-20px);
  z-index: 5;
}
@media (max-width: 768px) {
  #large-head > h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  #large-head > h2 {
    font-size: 24px;
  }
}
#large-head + .lead {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 0;
  background: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  #large-head + .lead {
    width: 90%;
    padding: 70px 0;
  }
}

.enactment {
  margin-top: 60px;
  margin-bottom: 90px;
}
.enactment p {
  width: 100%;
  text-align: right;
}

.other-pages {
  margin-top: 90px;
  border-top: 1px solid #dadada;
}
.other-pages h2.section-title, .other-pages h2.page-title {
  padding-top: 60px;
  font-size: 25px;
  text-align: left;
}
@media (max-width: 768px) {
  .other-pages h2.section-title, .other-pages h2.page-title {
    padding: 40px 0;
  }
}
.other-pages h2.section-title:after, .other-pages h2.page-title:after {
  left: 0;
  width: 30px;
}
@media (max-width: 768px) {
  .other-pages h2.section-title:after, .other-pages h2.page-title:after {
    bottom: 25px;
  }
}
.other-pages .other-page-list {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .other-pages .other-page-list {
    width: calc(100% + 20px);
    margin: 0 -5px;
  }
}
.other-pages .other-page-list li {
  width: 25%;
  margin: 0;
  padding: 15px;
  list-style: none;
}
@media (max-width: 768px) {
  .other-pages .other-page-list li {
    width: 50%;
    padding: 10px;
  }
}
.other-pages .other-page-list li img {
  width: 100%;
}
.other-pages .other-page-list li a {
  display: block;
  height: 100%;
  padding-bottom: 15px;
  transition: 0.2s opacity;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  .other-pages .other-page-list li a {
    padding-top: 10px;
  }
}
.other-pages .other-page-list li a:hover {
  opacity: 0.7;
}
.other-pages .other-page-list li p {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .other-pages .other-page-list li p {
    padding-top: 10px;
  }
}

ul.news-list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 5px 0;
  padding: 20px 25px;
  transition: 0.4s opacity;
  background: #fff;
}
@media (max-width: 768px) {
  ul.news-list li {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
ul.news-list li:before {
  display: none;
}
ul.news-list li:hover {
  opacity: 0.7;
}
ul.news-list li span.date {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #212529;
}
@media (max-width: 768px) {
  ul.news-list li span.date {
    font-size: 14px;
  }
}
ul.news-list li span.categories {
  display: inline-block;
  min-width: 90px;
  margin: 0 20px;
  padding: 0.35em 1em;
  font-size: 14px;
  color: #212529;
  text-align: center;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
  ul.news-list li span.categories {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  ul.news-list li.jpress span.date {
    display: block;
    width: 100%;
  }
  ul.news-list li.jpress span.categories {
    margin: 5px 0;
  }
}
ul.news-list li p {
  width: 100%;
  margin-top: 5px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  ul.news-list li p {
    flex: auto;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
  }
}
ul.news-list li p a {
  color: #212529;
  text-decoration: none;
}
ul.news-list li p a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

article {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
article:last-child {
  margin-bottom: 90px;
}
article.large {
  max-width: 1280px;
}
article.separation, article.separation-line {
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fafafa;
}
@media (max-width: 768px) {
  article.separation, article.separation-line {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
article.separation *:first-child, article.separation-line *:first-child {
  margin-top: 0;
}
article.separation.full, article.separation-line.full {
  max-width: 100%;
}
article.separation.full .box, article.separation-line.full .box {
  max-width: 1130px;
}
article.separation.full.large .box, article.separation-line.full.large .box {
  max-width: 1280px;
}
article.separation-line {
  border: 1px solid #dadada;
  background-color: #fff;
}
@media (max-width: 768px) {
  article.separation-line {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
article .single-head {
  margin: 0 0 40px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
}
article .single-head > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: block;
  width: 100%;
}
article .single-head > div span.date {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  article .single-head > div span.date {
    font-size: 14px;
  }
}
article .single-head > div span.categories {
  display: inline-block;
  min-width: 90px;
  margin: 0 20px;
  padding: 0.35em 1em;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
  article .single-head > div span.categories {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
}
article .single-head h1 {
  width: 100%;
  margin: 15px 0 0 0;
  color: #ec6c00;
}
article figure[class^=wp-block] {
  margin: 40px 0;
}
article figure[class^=wp-block] figcaption {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #343434;
}
@media (max-width: 768px) {
  article figure[class^=wp-block] figcaption {
    font-size: 12px;
  }
}
article figure[class^=wp-block] .border {
  border: 1px solid #dadada;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  display: block;
  line-height: 1.45;
  letter-spacing: 0.065em;
}
@media (max-width: 768px) {
  article h1, article h2, article h3, article h4, article h5, article h6 {
    margin: 70px 0 30px 0;
  }
}
article h1 {
  margin: 6.25em 0 1.5em 0;
  font-size: 32px;
}
@media (max-width: 768px) {
  article h1 {
    margin: 5em 0 1.25em 0;
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  article h1 {
    font-size: 22px;
  }
}
article h2 {
  position: relative;
  margin: 6.25em 0 1.5em 0;
  padding-left: 1em;
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  article h2 {
    margin: 5em 0 1.25em 0;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  article h2 {
    font-size: 20px;
  }
}
article h2:before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  display: block;
  width: 4px;
  height: 1.2em;
  background: linear-gradient(0deg, #ec6c00 0%, #efa001 100%);
}
article h3 {
  position: relative;
  margin: 4.25em 0 1.25em 0;
  padding-bottom: 15px;
  font-size: 22px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  article h3 {
    margin: 3em 0 1em 0;
    font-size: 18px;
  }
}
article h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 2em;
  height: 1px;
  background: #EC6C00;
}
article h3.title-001 {
  padding: 20px;
  font-size: 25px;
  font-weight: 700;
  border: none;
  background: #ffedde;
}
@media (max-width: 768px) {
  article h3.title-001 {
    padding: 15px;
    font-size: 20px;
  }
}
article h3.title-001:before {
  content: "●";
  position: static;
  width: auto;
  height: auto;
  margin-right: 0.5em;
  color: #EC6C00;
  background: none;
}
article h3 span.new {
  display: inline-block;
  margin-right: 1em;
  padding: .1em .5em;
  font-size: 70%;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #d92a2a;
}
article h4 {
  margin: 4.25em 0 1.25em 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  background: #F1F1F1;
}
@media (max-width: 768px) {
  article h4 {
    font-size: 16px;
  }
}
article h5 {
  margin: 4.25em 0 1.25em 0;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #dadada;
  background: #fff;
}
@media (max-width: 768px) {
  article h5 {
    font-size: 14px;
  }
}
article h6 {
  margin: 4.25em 0 1.25em 0;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
}
@media (max-width: 768px) {
  article h6 {
    font-size: 14px;
  }
}
article p, article ul, article ol {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.065em;
}
@media (max-width: 768px) {
  article p, article ul, article ol {
    font-size: 14px;
  }
}
article p > span, article ul > span, article ol > span, article li > span, article figcaption > span {
  color: #EC6C00;
}
article p + p {
  margin-top: 1.5em;
}
article small {
  display: inline-block;
  font-size: 75%;
}
article strong {
  font-weight: 700;
}
article mark {
  background: linear-gradient(0deg, #ffe604 30%, transparent 30%);
}
article a {
  color: #EC6C00;
  transition: 0.2s opacity;
  text-decoration: underline;
}
article a:hover {
  color: #EC6C00;
  opacity: 0.7;
}
article ul, article ol {
  width: 100%;
  margin: 30px 0;
  line-height: 1.65;
}
article ul li + li, article ol li + li {
  margin-top: 0.75em;
}
article ul li ul, article ul li ol, article ol li ul, article ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}
article ul li span.emphasis, article ol li span.emphasis {
  color: #E53935;
}
article ul > li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}
article ul > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.85);
}
article ol > li {
  padding-left: 1.75em;
  position: relative;
  counter-increment: count;
  list-style: none;
}
article ol > li:before {
  content: counter(count);
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 1em;
  text-align: right;
  font-size: 1.05em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
article ol.data-counter > li {
  padding-left: 2.5em;
  position: relative;
  list-style: none;
}
article ol.data-counter > li:before {
  content: attr(data-count);
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 2em;
  text-align: left;
  font-size: 1.05em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
article ol.circle > li {
  display: flex;
  padding-left: 0;
}
article ol.circle > li i {
  display: inline-block;
  margin-right: 0.25em;
  font-style: normal;
}
article ol.circle > li:before {
  display: none;
}
article ol.en {
  margin-top: 10px;
}
article ol.en > li {
  display: flex;
  margin-top: 0.5em;
  padding-left: 0;
}
article ol.en > li i {
  display: inline-block;
  min-width: 1.5em;
  margin-left: 0;
  margin-right: 0.25em;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
article ol.en > li:before {
  display: none;
}
article table {
  width: 100%;
  margin: 30px 0;
}
article table tr th, article table tr td {
  padding: 15px;
  line-height: 1.5;
  border: 1px solid #dadada;
}
article table tr th .sub-button, article table tr td .sub-button {
  margin: 0;
}
article table tr th .sub-button + .sub-button, article table tr td .sub-button + .sub-button {
  margin-top: 10px;
}
article table tr th .sub-button b, article table tr td .sub-button b {
  margin-bottom: 5px;
}
article table tr th .sub-button a, article table tr td .sub-button a {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  article table tr th .sub-button a + a, article table tr td .sub-button a + a {
    margin-top: 10px;
  }
}
article table tr th.al-center, article table tr td.al-center {
  text-align: center;
}
article table tr th.al-left, article table tr td.al-left {
  text-align: left;
}
article table tr th.al-right, article table tr td.al-right {
  text-align: right;
}
article table tr th.bd-bold, article table tr td.bd-bold {
  border: 2px solid #000;
}
article table tr th.bd-solid-bottom, article table tr td.bd-solid-bottom {
  border-bottom: 1px solid #dadada;
}
article table tr th.bd-double-bottom, article table tr td.bd-double-bottom {
  border-bottom: 3px double #dadada;
}
article table tr .w-10 {
  width: 10px;
}
article table tr .w-20 {
  width: 20px;
}
article table tr .w-30 {
  width: 30px;
}
article table tr .w-40 {
  width: 40px;
}
article table tr .w-50 {
  width: 50px;
}
article table tr .w-60 {
  width: 60px;
}
article table tr .w-70 {
  width: 70px;
}
article table tr .w-80 {
  width: 80px;
}
article table tr .w-90 {
  width: 90px;
}
article table tr .w-100 {
  width: 100px;
}
article table tr .w-110 {
  width: 110px;
}
article table tr .w-120 {
  width: 120px;
}
article table tr .w-130 {
  width: 130px;
}
article table tr .w-140 {
  width: 140px;
}
article table tr .w-150 {
  width: 150px;
}
article table tr .w-160 {
  width: 160px;
}
article table tr .w-170 {
  width: 170px;
}
article table tr .w-180 {
  width: 180px;
}
article table tr .w-190 {
  width: 190px;
}
article table tr .w-200 {
  width: 200px;
}
article table tr .w-210 {
  width: 210px;
}
article table tr .w-220 {
  width: 220px;
}
article table tr .w-230 {
  width: 230px;
}
article table tr .w-240 {
  width: 240px;
}
article table tr .w-250 {
  width: 250px;
}
article table tr .w-260 {
  width: 260px;
}
article table tr .w-270 {
  width: 270px;
}
article table tr .w-280 {
  width: 280px;
}
article table tr .w-290 {
  width: 290px;
}
article table tr .w-300 {
  width: 300px;
}
article table tr .w-310 {
  width: 310px;
}
article table tr .w-320 {
  width: 320px;
}
article table tr .w-330 {
  width: 330px;
}
article table tr .w-340 {
  width: 340px;
}
article table tr .w-350 {
  width: 350px;
}
article table tr .w-360 {
  width: 360px;
}
article table tr .w-370 {
  width: 370px;
}
article table tr .w-380 {
  width: 380px;
}
article table tr .w-390 {
  width: 390px;
}
article table tr .w-400 {
  width: 400px;
}
article table tr .w-410 {
  width: 410px;
}
article table tr .w-420 {
  width: 420px;
}
article table tr .w-430 {
  width: 430px;
}
article table tr .w-440 {
  width: 440px;
}
article table tr .w-450 {
  width: 450px;
}
article table tr .w-460 {
  width: 460px;
}
article table tr .w-470 {
  width: 470px;
}
article table tr .w-480 {
  width: 480px;
}
article table tr .w-490 {
  width: 490px;
}
article table tr .w-500 {
  width: 500px;
}
@media (max-width: 768px) {
  article table tr .w-sp-10 {
    width: 10px;
  }
  article table tr .w-sp-20 {
    width: 20px;
  }
  article table tr .w-sp-30 {
    width: 30px;
  }
  article table tr .w-sp-40 {
    width: 40px;
  }
  article table tr .w-sp-50 {
    width: 50px;
  }
  article table tr .w-sp-60 {
    width: 60px;
  }
  article table tr .w-sp-70 {
    width: 70px;
  }
  article table tr .w-sp-80 {
    width: 80px;
  }
  article table tr .w-sp-90 {
    width: 90px;
  }
  article table tr .w-sp-100 {
    width: 100px;
  }
  article table tr .w-sp-110 {
    width: 110px;
  }
  article table tr .w-sp-120 {
    width: 120px;
  }
  article table tr .w-sp-130 {
    width: 130px;
  }
  article table tr .w-sp-140 {
    width: 140px;
  }
  article table tr .w-sp-150 {
    width: 150px;
  }
  article table tr .w-sp-160 {
    width: 160px;
  }
  article table tr .w-sp-170 {
    width: 170px;
  }
  article table tr .w-sp-180 {
    width: 180px;
  }
  article table tr .w-sp-190 {
    width: 190px;
  }
  article table tr .w-sp-200 {
    width: 200px;
  }
  article table tr .w-sp-210 {
    width: 210px;
  }
  article table tr .w-sp-220 {
    width: 220px;
  }
  article table tr .w-sp-230 {
    width: 230px;
  }
  article table tr .w-sp-240 {
    width: 240px;
  }
  article table tr .w-sp-250 {
    width: 250px;
  }
  article table tr .w-sp-260 {
    width: 260px;
  }
  article table tr .w-sp-270 {
    width: 270px;
  }
  article table tr .w-sp-280 {
    width: 280px;
  }
  article table tr .w-sp-290 {
    width: 290px;
  }
  article table tr .w-sp-300 {
    width: 300px;
  }
  article table tr .w-sp-310 {
    width: 310px;
  }
  article table tr .w-sp-320 {
    width: 320px;
  }
  article table tr .w-sp-330 {
    width: 330px;
  }
  article table tr .w-sp-340 {
    width: 340px;
  }
  article table tr .w-sp-350 {
    width: 350px;
  }
  article table tr .w-sp-360 {
    width: 360px;
  }
  article table tr .w-sp-370 {
    width: 370px;
  }
  article table tr .w-sp-380 {
    width: 380px;
  }
  article table tr .w-sp-390 {
    width: 390px;
  }
  article table tr .w-sp-400 {
    width: 400px;
  }
  article table tr .w-sp-410 {
    width: 410px;
  }
  article table tr .w-sp-420 {
    width: 420px;
  }
  article table tr .w-sp-430 {
    width: 430px;
  }
  article table tr .w-sp-440 {
    width: 440px;
  }
  article table tr .w-sp-450 {
    width: 450px;
  }
  article table tr .w-sp-460 {
    width: 460px;
  }
  article table tr .w-sp-470 {
    width: 470px;
  }
  article table tr .w-sp-480 {
    width: 480px;
  }
  article table tr .w-sp-490 {
    width: 490px;
  }
  article table tr .w-sp-500 {
    width: 500px;
  }
}
article table.line tr th, article table.line tr td {
  padding: 25px 0;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #dadada;
}
article table.background {
  background: #fff;
}
article table.small-size th, article table.small-size td {
  padding: 10px 15px;
  font-size: 14px;
}
article table.small-size th *, article table.small-size td * {
  font-size: 14px;
}
article table.small-size th .sub-table, article table.small-size td .sub-table {
  margin: 0.5em 0;
}
article table.small-size th .sub-table + *, article table.small-size td .sub-table + * {
  margin-top: 0.5em;
}
article table.head tr th {
  background: #f7f7f7;
}
article table tr.end {
  background-color: #cccccc;
}
article table tr.end td {
  opacity: 0.3;
}
article table tr.end-wrap {
  background-color: #cccccc;
}
article table tr.end-wrap td {
  opacity: 0.3;
}
article table tr.end-wrap td:last-child {
  opacity: 1;
}
article .scroll-table {
  width: 100%;
}
@media (max-width: 768px) {
  article .scroll-table {
    overflow: auto;
  }
  article .scroll-table > table {
    min-width: 900px;
  }
}
article .scroll-large-table {
  width: 100%;
  overflow: auto;
}
article .scroll-large-table > table {
  min-width: 1200px;
}
article img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
article img.md {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  article img.md {
    max-width: 100%;
  }
}
article img.sp {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  article img.sp {
    max-width: 100%;
  }
}
article iframe {
  display: block;
  max-width: 100%;
  margin: 40px auto;
}
article hr {
  display: block;
  width: 100%;
  margin: 60px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #dadada;
}
article .quote {
  margin: 30px 0;
  padding: 30px;
  border-left: 5px solid #dadada;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  article .quote {
    padding: 20px 5%;
  }
}
article .quote b {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  article .quote b {
    font-size: 15px;
  }
}
article .quote p {
  font-size: 14px;
}
@media (max-width: 768px) {
  article .quote p {
    font-size: 13px;
  }
}
article .button, article .sub-button,
article .wp-block-button__link {
  margin-top: 30px;
  margin-bottom: 30px;
}
article .button a, article .sub-button a, article .button button, article .sub-button button, article .button input[type=submit], article .sub-button input[type=submit],
article .wp-block-button__link a,
article .wp-block-button__link button,
article .wp-block-button__link input[type=submit] {
  font-family: "Noto Sans JP", "Yu Gothic", Yu Gothic, sans-serif;
  text-decoration: none;
}
article .al-center {
  margin-left: auto;
  margin-right: auto;
}
article .al-left {
  text-align: left;
}
article .al-right {
  text-align: right;
}
article ul.thumb-news-list li:before {
  display: none;
}
article ul.thumb-news-list li h3 {
  all: unset;
}
article ul.thumb-news-list li h3:before {
  display: none;
}
article ul.thumb-news-list li h3 a {
  color: #000;
  text-decoration: none;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1em 0;
}
.space-between .item {
  width: 48.5%;
}
@media (max-width: 768px) {
  .space-between .item {
    width: 100%;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-230 {
  margin-top: 230px;
}

.mt-240 {
  margin-top: 240px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-260 {
  margin-top: 260px;
}

.mt-270 {
  margin-top: 270px;
}

.mt-280 {
  margin-top: 280px;
}

.mt-290 {
  margin-top: 290px;
}

.mt-300 {
  margin-top: 300px;
}

ul.sub-news-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5px 0;
  padding: 20px;
  transition: 0.4s opacity;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  ul.sub-news-list li {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
ul.sub-news-list li:before {
  display: none;
}
ul.sub-news-list li:hover {
  opacity: 0.7;
}
ul.sub-news-list li span.date {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", Yu Gothic, sans-serif;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 768px) {
  ul.sub-news-list li span.date {
    font-size: 14px;
  }
}
ul.sub-news-list li span.date.ja {
  width: 210px;
}
ul.sub-news-list li span.categories {
  display: inline-block;
  min-width: 90px;
  margin: 0 20px;
  padding: 0.35em 1em;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
  ul.sub-news-list li span.categories {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  ul.sub-news-list li.jpress span.date {
    display: block;
    width: 100%;
  }
  ul.sub-news-list li.jpress span.categories {
    margin: 5px 0;
  }
}
ul.sub-news-list li p {
  flex: 1;
}
@media (max-width: 768px) {
  ul.sub-news-list li p {
    flex: auto;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
  }
}
ul.sub-news-list li p a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.jpress-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
@media (max-width: 600px) {
  .jpress-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.jpress-list li {
  width: 33.3333%;
  margin: 0 0 30px 0;
  padding: 0 15px;
  list-style: none;
}
@media (max-width: 768px) {
  .jpress-list li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .jpress-list li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}
.jpress-list li:before {
  display: none;
}
.jpress-list li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #000;
  text-decoration: none;
  border: 1px solid #dadada;
}
.jpress-list li a .image {
  width: 100px;
}
.jpress-list li a .name {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  width: calc(100% - 115px);
}
.jpress-list li a .name .title {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.jpress-list li a .name .date {
  width: 100%;
  font-size: 12px;
}

ul.people-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
@media (max-width: 600px) {
  ul.people-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
ul.people-list li {
  width: 50%;
  margin: 0;
  padding: 15px;
  color: #000;
  text-decoration: none;
  list-style: none;
}
@media (max-width: 768px) {
  ul.people-list li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}
ul.people-list li:before {
  display: none;
}
ul.people-list li .people-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  border: 1px solid #dadada;
}
ul.people-list.jobs li .people-wrapper::before {
  content: '就職';
  z-index: 2;
  position: absolute;
  top: -5px;
  left: -5px;
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(45deg, #ec6c00 0%, #efa001 100%);
}
ul.people-list.jobs li .people-wrapper.kigyo::before {
  content: '起業';
  background: linear-gradient(45deg, #ec0000 0%, #ef6601 100%)
}
ul.people-list li .people-wrapper .image {
  width: 150px;
  height: 150px;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 768px) {
  ul.people-list li .people-wrapper .image {
    margin: 0 auto;
  }
}
ul.people-list li .people-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
ul.people-list li .people-wrapper .text {
  display: block;
  width: calc(100% - 180px);
}
@media (max-width: 768px) {
  ul.people-list li .people-wrapper .text {
    width: 100%;
    margin-top: 15px;
  }
}
ul.people-list li .people-wrapper .text b {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}
ul.people-list li .people-wrapper .text .name {
  width: 100%;
  margin-bottom: 15px;
}
ul.people-list li .people-wrapper .text .name p {
  font-size: 16px;
  line-height: 1.5;
}
ul.people-list li .people-wrapper .text .name small {
  display: block;
  width: 100%;
}
ul.people-list li .people-wrapper .text address {
  margin: 0;
  font-size: 12px;
  opacity: 0.5;
}
ul.people-list li .people-wrapper > p {
  margin-top: 20px;
  padding-top: 15px;
  font-size: 14px;
  border-top: 1px solid #dadada;
}

.example-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  border: 4px solid #ebebeb;
}
.example-wrap .image {
  width: 150px;
  height: 150px;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .example-wrap .image {
    margin: 0 auto;
  }
}
.example-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.example-wrap .text {
  display: block;
  width: calc(100% - 180px);
}
@media (max-width: 768px) {
  .example-wrap .text {
    width: 100%;
    margin-top: 15px;
  }
}
.example-wrap .text b {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .example-wrap .text b {
    font-size: 16px;
  }
}
.example-wrap .text .name {
  width: 100%;
  margin-bottom: 15px;
}
.example-wrap .text .name p {
  font-size: 16px;
  line-height: 1.5;
}
.example-wrap .text .name small {
  display: block;
  width: 100%;
}
.example-wrap .text address {
  margin: 0;
  font-size: 12px;
  opacity: 0.5;
}
.example-wrap .text > p {
  margin-top: 20px;
  padding-top: 15px;
  font-size: 14px;
  border-top: 1px solid #dadada;
}
.example-wrap .space-between {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .example-wrap .space-between .scroll-table > table {
    min-width: 500px;
  }
}
.example-wrap .space-between table {
  table-layout: fixed;
}
.example-wrap .space-between table tr th, .example-wrap .space-between table tr td {
  padding: 8px;
  font-size: 12px;
}

ul.search-list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 25px 0;
  transition: 0.4s opacity;
  border-bottom: 1px dotted #ccc;
}
@media (max-width: 768px) {
  ul.search-list li {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
ul.search-list li:hover {
  opacity: 0.7;
}
ul.search-list li p {
  flex: 1;
}
@media (max-width: 768px) {
  ul.search-list li p {
    flex: auto;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
  }
}
ul.search-list li small.url {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  color: #EC6C00;
}

ul.thumb-news-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -60px;
}
@media (max-width: 768px) {
  ul.thumb-news-list {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
  }
}
@media (max-width: 600px) {
  ul.thumb-news-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
ul.thumb-news-list li {
  width: 33.333%;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  list-style: none;
}
@media (max-width: 768px) {
  ul.thumb-news-list li {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  ul.thumb-news-list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
ul.thumb-news-list li .item-wrap {
  position: relative;
  transition: 0.3s opacity;
}
ul.thumb-news-list li .item-wrap:hover {
  opacity: 0.7;
}
ul.thumb-news-list li .image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  background-color: #eeeeee;
}
ul.thumb-news-list li .image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
ul.thumb-news-list li .text {
  margin-top: 10px;
}
ul.thumb-news-list li .text span.date {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #212529;
}
@media (max-width: 768px) {
  ul.thumb-news-list li .text span.date {
    font-size: 14px;
  }
}
ul.thumb-news-list li .text span.categories {
  display: inline-block;
  min-width: 90px;
  margin: 0;
  padding: 0.35em 1em;
  font-size: 14px;
  color: #212529;
  text-align: center;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
  ul.thumb-news-list li .text span.categories {
    font-size: 12px;
  }
}
ul.thumb-news-list li .text h3 {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
ul.thumb-news-list li .text h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
ul.thumb-news-list li .text h3 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pagination, .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 70px 0;
}
.pagination a, .pagination span, .wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  margin: 5px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #dadada;
}
.pagination a.current, .pagination span.current, .wp-pagenavi a.current, .wp-pagenavi span.current {
  color: #fff;
  background-color: #EC6C00;
}

.greeting-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.greeting-wrap picture {
  display: block;
  width: 240px;
  margin: 0 auto;
}
.greeting-wrap p {
  width: calc(100% - 240px);
  margin: 0;
  padding: 0 0 0 5%;
}
.greeting-wrap p strong {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}

.greeting-profile {
  width: 100%;
  margin: 60px 0;
  padding: 30px;
  border: 1px solid #dadada;
}
.greeting-profile b {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #EC6C00;
}
.greeting-profile .name {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.greeting-profile p {
  font-size: 14px;
}

#tokyo-satellite {
  margin-top: 90px;
}

.access-map iframe {
  margin-bottom: 0;
}

#mba-slide {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#mba-slide .swiper-slide picture, #mba-slide .swiper-slide img {
  width: 100%;
  height: auto;
}

.mba-what h2 {
  display: block;
  margin: 90px 0 30px 0;
  padding-left: 0;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: 0.025em;
  border: none;
}
@media (max-width: 768px) {
  .mba-what h2 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .mba-what h2 {
    font-size: 20px;
  }
}

#mba-expertise {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 110px 0;
}
@media (max-width: 768px) {
  #mba-expertise {
    margin: 60px 0 90px 0;
  }
}
#mba-expertise > h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #fff;
  z-index: 5;
}
@media (max-width: 768px) {
  #mba-expertise > h3 {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    transform: translate(0%, 0%);
    border-radius: none;
    background: #f7f7f7;
  }
  #mba-expertise > h3 br {
    display: none;
  }
}
#mba-expertise > h3:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
@media (max-width: 768px) {
  #mba-expertise > h3:before {
    display: none;
  }
}
#mba-expertise .item {
  position: relative;
  width: calc(50% - 10px);
  margin: 10px 0;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  #mba-expertise .item {
    width: 100%;
    padding: 0 0 30px 0 !important;
  }
}
#mba-expertise .item .text {
  margin: 0;
  padding: 40px;
}
@media (max-width: 600px) {
  #mba-expertise .item .text {
    margin-top: -100px;
    padding: 0 5%;
    text-align: left !important;
  }
}
#mba-expertise .item .text *, #mba-expertise .item .text *:before {
  all: unset;
}
#mba-expertise .item .text h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
#mba-expertise .item .text ul {
  margin: 0;
  padding: 0;
}
#mba-expertise .item .text ul li {
  display: block;
  width: 100%;
}
#mba-expertise .item .text ul li:last-child:after {
  content: "など";
  margin-left: 0.5em;
}
#mba-expertise .item img {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 600px) {
  #mba-expertise .item img {
    position: static;
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 0 0 auto;
  }
}
#mba-expertise .item.information {
  padding-bottom: 70px;
}
#mba-expertise .item.information .text {
  text-align: right;
}
#mba-expertise .item.information .text h3 {
  color: #7CB342;
}
#mba-expertise .item.information img {
  left: 0;
}
#mba-expertise .item.human {
  padding-bottom: 70px;
}
#mba-expertise .item.human .text h3 {
  color: #FFA000;
}
#mba-expertise .item.human img {
  right: 0;
}
#mba-expertise .item.money {
  padding-top: 70px;
}
#mba-expertise .item.money .text {
  text-align: right;
}
#mba-expertise .item.money .text h3 {
  color: #E53935;
}
#mba-expertise .item.money img {
  left: 0;
}
#mba-expertise .item.object {
  padding-top: 70px;
}
#mba-expertise .item.object .text h3 {
  color: #3949AB;
}
#mba-expertise .item.object img {
  right: 0;
}

.mba-contents {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 550px;
  margin: 0 0 90px 0;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .mba-contents {
    min-height: inherit;
    margin: 0 0 60px 0;
    padding: 0;
  }
}
.mba-contents picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .mba-contents picture {
    position: static;
    height: auto;
  }
}
.mba-contents picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .mba-contents picture img {
    height: auto;
  }
}
.mba-contents .box {
  position: relative;
  z-index: 5;
}
.mba-contents .box .text {
  width: 47.5%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .mba-contents .box .text {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.mba-contents .box .text h2 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mba-contents .box .text h2 {
    font-size: 20px;
  }
}
.mba-contents .box .text p {
  text-align: justify;
}
.mba-contents .box .text.swap {
  margin-left: 50%;
}
@media (max-width: 1400px) {
  .mba-contents .box .text.swap {
    margin-left: 42.5%;
  }
}
@media (max-width: 768px) {
  .mba-contents .box .text.swap {
    margin-left: 0;
  }
}

#exemption-aim .exemption-aim-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 1;
}
#exemption-aim .exemption-aim-wrap .item {
  width: 30.5%;
  margin: 0;
  padding: 30px;
  color: #fff;
  list-style: none;
  text-align: center;
  background: linear-gradient(125deg, #ec6c00 0%, #efa001 100%);
}
@media (max-width: 768px) {
  #exemption-aim .exemption-aim-wrap .item {
    width: 100%;
    padding: 15px 25px;
  }
}
#exemption-aim .exemption-aim-wrap .item b {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 768px) {
  #exemption-aim .exemption-aim-wrap .item b {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
#exemption-aim .exemption-aim-wrap .and {
  width: 2%;
  background: url(../image/common/icon_and.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  #exemption-aim .exemption-aim-wrap .and {
    width: 100%;
    height: 15px;
    margin: 15px 0;
  }
}
#exemption-aim > picture {
  display: block;
  margin-top: -30px;
}
@media (max-width: 768px) {
  #exemption-aim > picture {
    margin-top: 30px;
  }
}

.exemption-statistics {
  padding: 90px 0;
}
.exemption-statistics .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.exemption-statistics .box .text {
  width: 50%;
}
@media (max-width: 768px) {
  .exemption-statistics .box .text {
    width: 100%;
  }
}
.exemption-statistics .box img {
  width: 45%;
}
@media (max-width: 768px) {
  .exemption-statistics .box img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }
}

.exemption-process {
  padding: 120px 0 90px 0;
  background: #F7F7F7;
}
@media (max-width: 600px) {
  .exemption-process {
    padding: 60px 0;
  }
}
.exemption-process-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.exemption-process-wrap .half {
  width: 47.5%;
}
@media (max-width: 768px) {
  .exemption-process-wrap .half {
    width: 100%;
  }
  .exemption-process-wrap .half + .half {
    margin-top: 40px;
  }
}
.exemption-process-wrap .half h3 {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .exemption-process-wrap .half h3 {
    font-size: 16px;
  }
}
.exemption-process-wrap .half ol li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 20px 20px 70px;
  font-size: 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .exemption-process-wrap .half ol li {
    font-size: 14px;
  }
}
.exemption-process-wrap .half ol li + li {
  margin-top: 10px;
}
.exemption-process-wrap .half ol li:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: 15px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.exemption-process-wrap .half ol li.flow-001:before {
  background-image: url(../image/strength/exemption/icon_flow-001.svg);
}
.exemption-process-wrap .half ol li.flow-002:before {
  background-image: url(../image/strength/exemption/icon_flow-002.svg);
}
.exemption-process-wrap .half ol li.flow-003:before {
  background-image: url(../image/strength/exemption/icon_flow-003.svg);
}
.exemption-process-wrap .half ol li.flow-004:before {
  background-image: url(../image/strength/exemption/icon_flow-004.svg);
}
.exemption-process-wrap .half ol li.flow-005:before {
  background-image: url(../image/strength/exemption/icon_flow-005.svg);
}
.exemption-process-wrap .half.tax h3 {
  background-color: #EC6C00;
}
.exemption-process-wrap .half.tax li[class^=flow]:before {
  background-color: #EC6C00;
}
.exemption-process-wrap .half.treasurer h3 {
  background-color: #EFA001;
}
.exemption-process-wrap .half.treasurer [class^=flow-]:before {
  background-color: #EFA001;
}
.exemption-process-wrap .sup {
  margin: 30px 0 0 0;
}

.exemption-application {
  padding: 120px 0;
}
@media (max-width: 600px) {
  .exemption-application {
    padding: 60px 0;
  }
}
.exemption-application-wrap {
  margin-top: 60px;
}
.exemption-application-wrap .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 20px;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  .exemption-application-wrap .item {
    flex-wrap: wrap;
    text-align: center;
  }
}
.exemption-application-wrap .item + .item {
  margin-top: 15px;
}
.exemption-application-wrap .item b {
  display: block;
  width: 180px;
}
@media (max-width: 768px) {
  .exemption-application-wrap .item b {
    width: 100%;
    margin-bottom: 10px;
  }
}
.exemption-application-wrap .item p {
  display: block;
  flex: 1;
}
@media (max-width: 768px) {
  .exemption-application-wrap .item p {
    width: 100%;
    flex: auto;
  }
}
.exemption-application-wrap .item .result {
  position: relative;
  width: 240px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .exemption-application-wrap .item .result {
    width: 100%;
    padding: 1.5em 0 0 0;
  }
}
.exemption-application-wrap .item .result:before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .exemption-application-wrap .item .result:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.exemption-application-wrap .item.tax b, .exemption-application-wrap .item.tax .result::before {
  color: #EC6C00;
}
.exemption-application-wrap .item.treasurer b, .exemption-application-wrap .item.treasurer .result::before {
  color: #EFA001;
}

.exemption-feature {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .exemption-feature {
    padding: 0 5%;
  }
}
.exemption-feature-wrap {
  position: relative;
  width: 100%;
  min-height: 550px;
  margin: 0;
  padding: 90px 60px;
}
@media (max-width: 768px) {
  .exemption-feature-wrap {
    padding: 0;
  }
}
.exemption-feature-wrap + .exemption-feature-wrap {
  margin-top: 60px;
}
.exemption-feature-wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .exemption-feature-wrap picture {
    position: static;
  }
}
.exemption-feature-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.exemption-feature-wrap .text {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .exemption-feature-wrap .text {
    margin-top: 30px;
  }
}
.exemption-feature-wrap .text h3 {
  margin: 0 0 20px 0;
  font-size: 25px;
}
@media (max-width: 768px) {
  .exemption-feature-wrap .text h3 {
    font-size: 20px;
  }
}
.exemption-feature-wrap .text p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .exemption-feature-wrap .text p {
    font-size: 14px;
  }
}
.exemption-feature-wrap .text p + p {
  margin-top: 1.5em;
}
.exemption-feature-wrap .text .teacher {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .exemption-feature-wrap .text .teacher {
    width: 100%;
    padding: 5px 20px 20px 20px;
    background: #f7f7f7;
  }
}
.exemption-feature-wrap .text .teacher li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .exemption-feature-wrap .text .teacher li {
    width: 100%;
  }
}
.exemption-feature-wrap .text .teacher li:last-child {
  width: 100%;
}
.exemption-feature-wrap .text .teacher li img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 2px solid #fff;
  border-radius: 999px;
}
.exemption-feature-wrap .text .teacher li p {
  font-size: 14px;
}

.exemption-data {
  margin-top: 90px;
  padding: 90px 0;
  background: #f7f7f7;
}
@media (max-width: 600px) {
  .exemption-data {
    padding: 60px 0;
  }
}
.exemption-data-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px;
  border: 5px solid #fff;
}
@media (max-width: 600px) {
  .exemption-data-wrap {
    padding: 30px 15px 15px 15px;
  }
}
.exemption-data-wrap + .exemption-data-wrap {
  margin-top: 30px;
}
.exemption-data-wrap h3 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.exemption-data-wrap h3 small {
  display: block;
  font-size: 14px;
  opacity: 0.5;
}
.exemption-data-wrap [class^=col-] img {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}
.exemption-data-wrap .col-2 {
  width: calc(50% - 20px);
  background: #fff;
}
@media (max-width: 600px) {
  .exemption-data-wrap .col-2 {
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .exemption-data-wrap .col-2.large {
    width: 100%;
  }
  .exemption-data-wrap .col-2.large + .large {
    margin-top: 10px;
  }
}
.exemption-data-wrap .col-2.large:nth-of-type(3), .exemption-data-wrap .col-2.large:nth-of-type(4) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .exemption-data-wrap .col-2.large:nth-of-type(3), .exemption-data-wrap .col-2.large:nth-of-type(4) {
    margin-top: 10px;
  }
}
.exemption-data-wrap .col-2.large img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .exemption-data-wrap .col-2.large img {
    max-width: 460px;
  }
}
.exemption-data-wrap .col-5 {
  width: calc(20% - 20px);
  background: #fff;
}
@media (max-width: 768px) {
  .exemption-data-wrap .col-5 {
    width: calc(50% - 20px);
  }
  .exemption-data-wrap .col-5:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .exemption-data-wrap .col-5 {
    width: calc(50% - 5px);
  }
  .exemption-data-wrap .col-5:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

main.faq {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  main.faq {
    margin-bottom: 60px;
  }
}

.toggle-wrap {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #dadada;
}
.toggle-wrap .title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 50px 20px 20px;
  font-weight: 700;
  background: #fff;
}
.toggle-wrap .title:hover {
  cursor: pointer;
}
.toggle-wrap .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1.75em;
  height: 1.75em;
  transform: translateY(-50%) rotate(0);
  background: url(../image/common/icon_top-arrow.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.toggle-wrap .title.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.toggle-wrap .wrapper {
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
  border-top: 1px solid #dadada;
}
.toggle-wrap .wrapper .contents {
  padding: 20px;
  margin: 0;
  position: relative;
}
.toggle-wrap .wrapper .contents *:first-child {
  margin-top: 0;
}
.toggle-wrap .wrapper .contents *:last-child {
  margin-bottom: 0;
}
.toggle-wrap .wrapper .half-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.toggle-wrap .wrapper .half-block * {
  width: 48.5%;
}
@media (max-width: 768px) {
  .toggle-wrap .wrapper .half-block * {
    width: 100%;
  }
  .toggle-wrap .wrapper .half-block * + * {
    margin-top: 15px;
  }
}

.faculty-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dadada;
}

article .faculty-description, section .faculty-description {
  margin-bottom: 40px;
}
article ul.teacher-list, section ul.teacher-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
article ul.teacher-list li, section ul.teacher-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 47.5%;
  margin: 0 0 40px 0;
  padding: 20px 0;
  list-style: none;
  border-top: 1px solid #dadada;
}
@media (max-width: 768px) {
  article ul.teacher-list li, section ul.teacher-list li {
    width: 100%;
  }
}
article ul.teacher-list li:before, section ul.teacher-list li:before {
  display: none;
}
article ul.teacher-list li .image, section ul.teacher-list li .image {
  width: 100px;
  height: 100px;
  background: #f7f7f7;
  border-radius: 999px;
  overflow: hidden;
}
article ul.teacher-list li .image img, section ul.teacher-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
article ul.teacher-list li .text, section ul.teacher-list li .text {
  width: calc(100% - 130px);
}
article ul.teacher-list li .text .position, section ul.teacher-list li .text .position {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
article ul.teacher-list li .text .name *, section ul.teacher-list li .text .name * {
  line-height: 1.5;
}
article ul.teacher-list li .text .name p, section ul.teacher-list li .text .name p {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  article ul.teacher-list li .text .name p, section ul.teacher-list li .text .name p {
    font-size: 14px;
  }
}
article ul.teacher-list li .text .name span, section ul.teacher-list li .text .name span {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
article ul.teacher-list li .text .buttons, section ul.teacher-list li .text .buttons {
  margin-top: 15px;
}
article ul.teacher-list li .text .buttons a, section ul.teacher-list li .text .buttons a {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
article ul.teacher-list li .text .buttons a + a, section ul.teacher-list li .text .buttons a + a {
  margin-top: 10px;
}
article ul.teacher-list li .text .buttons a:before, section ul.teacher-list li .text .buttons a:before {
  content: "〉";
  color: #ec6c00;
}

.teacher-head {
  margin: 0;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #dadada;
}
.teacher-head .image {
  width: 180px;
  height: auto;
  margin: 0 auto 15px auto;
  overflow: hidden;
}
.teacher-head .image img {
  width: 100%;
}
.teacher-head .text {
  width: 100%;
  text-align: center;
}
.teacher-head .text .position {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.teacher-head .text .name * {
  line-height: 1.5;
}
.teacher-head .text .name p {
  font-size: 20px;
  font-weight: 700;
}
.teacher-head .text .name span {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.teacher-head .text .buttons {
  margin-top: 15px;
}
.teacher-head .text .buttons a {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.teacher-head .text .buttons a + a {
  margin-top: 10px;
}
.teacher-head .text .buttons a:before {
  content: "〉";
  color: #ec6c00;
}
.teacher-head .teacher-contents {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  background: #fafafa;
}
.teacher-head .teacher-contents * {
  font-size: 14px;
}

table.teacher-table {
  width: 100%;
  margin: 0 0 60px 0;
}
table.teacher-table tr > th, table.teacher-table tr > td {
  padding: 25px 0;
  vertical-align: top;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 600px) {
  table.teacher-table tr > th, table.teacher-table tr > td {
    display: block;
    padding: 20px 0;
  }
}
table.teacher-table tr > th *, table.teacher-table tr > td * {
  font-size: 14px;
}
table.teacher-table tr > th * > span, table.teacher-table tr > td * > span {
  color: #000;
}
table.teacher-table tr > th * > span, table.teacher-table tr > th > small,
table.teacher-table tr > th * > span, table.teacher-table tr > td > small {
  font-size: 12px;
}
table.teacher-table tr > th p + p, table.teacher-table tr > td p + p {
  margin-top: 0.5em;
}
table.teacher-table tr > th ul, table.teacher-table tr > td ul {
  margin: 0;
}
table.teacher-table tr > th table, table.teacher-table tr > td table {
  margin: 0;
}
table.teacher-table tr > th table tr tr, table.teacher-table tr > th table tr td, table.teacher-table tr > td table tr tr, table.teacher-table tr > td table tr td {
  display: table-cell;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
}
table.teacher-table tr > th table tr:first-child tr, table.teacher-table tr > th table tr:first-child td, table.teacher-table tr > td table tr:first-child tr, table.teacher-table tr > td table tr:first-child td {
  padding-top: 0;
}
table.teacher-table tr > th table tr:last-child tr, table.teacher-table tr > th table tr:last-child td, table.teacher-table tr > td table tr:last-child tr, table.teacher-table tr > td table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
table.teacher-table tr th {
  width: 210px;
  padding-right: 15px;
}
@media (max-width: 600px) {
  table.teacher-table tr th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  table.teacher-table tr td {
    padding-top: 10px;
  }
}
table.teacher-table tr .w-10 {
  width: 10px;
}
table.teacher-table tr .w-20 {
  width: 20px;
}
table.teacher-table tr .w-30 {
  width: 30px;
}
table.teacher-table tr .w-40 {
  width: 40px;
}
table.teacher-table tr .w-50 {
  width: 50px;
}
table.teacher-table tr .w-60 {
  width: 60px;
}
table.teacher-table tr .w-70 {
  width: 70px;
}
table.teacher-table tr .w-80 {
  width: 80px;
}
table.teacher-table tr .w-90 {
  width: 90px;
}
table.teacher-table tr .w-100 {
  width: 100px;
}
table.teacher-table tr .w-110 {
  width: 110px;
}
table.teacher-table tr .w-120 {
  width: 120px;
}
table.teacher-table tr .w-130 {
  width: 130px;
}
table.teacher-table tr .w-140 {
  width: 140px;
}
table.teacher-table tr .w-150 {
  width: 150px;
}
table.teacher-table tr .w-160 {
  width: 160px;
}
table.teacher-table tr .w-170 {
  width: 170px;
}
table.teacher-table tr .w-180 {
  width: 180px;
}
table.teacher-table tr .w-190 {
  width: 190px;
}
table.teacher-table tr .w-200 {
  width: 200px;
}
table.teacher-table tr .w-210 {
  width: 210px;
}
table.teacher-table tr .w-220 {
  width: 220px;
}
table.teacher-table tr .w-230 {
  width: 230px;
}
table.teacher-table tr .w-240 {
  width: 240px;
}
table.teacher-table tr .w-250 {
  width: 250px;
}
table.teacher-table tr .w-260 {
  width: 260px;
}
table.teacher-table tr .w-270 {
  width: 270px;
}
table.teacher-table tr .w-280 {
  width: 280px;
}
table.teacher-table tr .w-290 {
  width: 290px;
}
table.teacher-table tr .w-300 {
  width: 300px;
}
@media (max-width: 768px) {
  table.teacher-table tr .w-sp-10 {
    width: 10px;
  }
  table.teacher-table tr .w-sp-20 {
    width: 20px;
  }
  table.teacher-table tr .w-sp-30 {
    width: 30px;
  }
  table.teacher-table tr .w-sp-40 {
    width: 40px;
  }
  table.teacher-table tr .w-sp-50 {
    width: 50px;
  }
  table.teacher-table tr .w-sp-60 {
    width: 60px;
  }
  table.teacher-table tr .w-sp-70 {
    width: 70px;
  }
  table.teacher-table tr .w-sp-80 {
    width: 80px;
  }
  table.teacher-table tr .w-sp-90 {
    width: 90px;
  }
  table.teacher-table tr .w-sp-100 {
    width: 100px;
  }
  table.teacher-table tr .w-sp-110 {
    width: 110px;
  }
  table.teacher-table tr .w-sp-120 {
    width: 120px;
  }
  table.teacher-table tr .w-sp-130 {
    width: 130px;
  }
  table.teacher-table tr .w-sp-140 {
    width: 140px;
  }
  table.teacher-table tr .w-sp-150 {
    width: 150px;
  }
  table.teacher-table tr .w-sp-160 {
    width: 160px;
  }
  table.teacher-table tr .w-sp-170 {
    width: 170px;
  }
  table.teacher-table tr .w-sp-180 {
    width: 180px;
  }
  table.teacher-table tr .w-sp-190 {
    width: 190px;
  }
  table.teacher-table tr .w-sp-200 {
    width: 200px;
  }
  table.teacher-table tr .w-sp-210 {
    width: 210px;
  }
  table.teacher-table tr .w-sp-220 {
    width: 220px;
  }
  table.teacher-table tr .w-sp-230 {
    width: 230px;
  }
  table.teacher-table tr .w-sp-240 {
    width: 240px;
  }
  table.teacher-table tr .w-sp-250 {
    width: 250px;
  }
  table.teacher-table tr .w-sp-260 {
    width: 260px;
  }
  table.teacher-table tr .w-sp-270 {
    width: 270px;
  }
  table.teacher-table tr .w-sp-280 {
    width: 280px;
  }
  table.teacher-table tr .w-sp-290 {
    width: 290px;
  }
  table.teacher-table tr .w-sp-300 {
    width: 300px;
  }
}

article ul.voice-categories, section ul.voice-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  article ul.voice-categories, section ul.voice-categories {
    margin-bottom: 30px;
  }
}
article ul.voice-categories li, section ul.voice-categories li {
  width: 32%;
  margin-bottom: 15px;
  list-style: none;
}
@media (max-width: 768px) {
  article ul.voice-categories li, section ul.voice-categories li {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  article ul.voice-categories li, section ul.voice-categories li {
    width: 48.5%;
  }
}
article ul.voice-categories li a, section ul.voice-categories li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #dadada;
}
article ul.voice-categories li a.current, section ul.voice-categories li a.current {
  color: #fff;
  background: #EB5B02;
}
article ul.voice-list, section ul.voice-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
article ul.voice-list li, section ul.voice-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 47.5%;
  margin: 0 0 40px 0;
  padding: 20px 0;
  list-style: none;
  border-top: 1px solid #dadada;
}
@media (max-width: 768px) {
  article ul.voice-list li, section ul.voice-list li {
    width: 100%;
  }
}
article ul.voice-list li:before, section ul.voice-list li:before {
  display: none;
}
article ul.voice-list li .image, section ul.voice-list li .image {
  width: 100px;
  overflow: hidden;
}
article ul.voice-list li .text, section ul.voice-list li .text {
  position: relative;
  width: calc(100% - 130px);
}
article ul.voice-list li .text > h3, section ul.voice-list li .text > h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
article ul.voice-list li .text > h3 a:before, section ul.voice-list li .text > h3 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article ul.voice-list li .text > h3 a:hover:before, section ul.voice-list li .text > h3 a:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}
article ul.voice-list li .text .position, section ul.voice-list li .text .position {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
article ul.voice-list li .text .name *, section ul.voice-list li .text .name * {
  line-height: 1.5;
}
article ul.voice-list li .text .name p, section ul.voice-list li .text .name p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  article ul.voice-list li .text .name p, section ul.voice-list li .text .name p {
    font-size: 14px;
  }
}
article ul.voice-list li .text .name span, section ul.voice-list li .text .name span {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
article ul.voice-list li .text .categories, section ul.voice-list li .text .categories {
  position: relative;
  z-index: 5;
  margin-top: 10px;
}
article ul.voice-list li .text .categories a, section ul.voice-list li .text .categories a {
  display: inline-block;
  min-width: 90px;
  margin: 0 15px 0 0;
  padding: 0.35em 1em;
  font-size: 14px;
  color: #212529;
  text-align: center;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
  article ul.voice-list li .text .categories a, section ul.voice-list li .text .categories a {
    font-size: 12px;
  }
}

.voice-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 30px;
  list-style: none;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  .voice-head {
    width: 100%;
  }
}
.voice-head:before {
  display: none;
}
.voice-head .image {
  width: 200px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .voice-head .image {
    width: 190px;
    margin: 0 auto 20px auto;
  }
}
.voice-head .text {
  position: relative;
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .voice-head .text {
    width: calc(100% - 220px);
  }
}
@media (max-width: 600px) {
  .voice-head .text {
    width: 100%;
  }
}
.voice-head .text > h3 {
  margin: 0 0 30px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .voice-head .text > h3 {
    font-size: 18px;
  }
}
.voice-head .text > h3 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.voice-head .text > h3 a:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.voice-head .text .position {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.voice-head .text .name * {
  line-height: 1.5;
}
.voice-head .text .name p {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .voice-head .text .name p {
    font-size: 16px;
  }
}
.voice-head .text .name span {
  display: block;
  font-size: 14px;
  opacity: 0.5;
}
.voice-head .text .categories {
  position: relative;
  z-index: 5;
  margin-top: 10px;
}
.voice-head .text .categories a {
  display: inline-block;
  min-width: 90px;
  margin: 0 15px 0 0;
  padding: 0.35em 1em;
  font-size: 14px;
  color: #212529;
  text-align: center;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
  .voice-head .text .categories a {
    font-size: 12px;
  }
}

.voice-single img {
  width: auto;
  max-width: 100%;
}

.global-table {
  width: 100%;
  margin-top: 30px;
  overflow: auto;
}
.global-table table {
  min-width: 800px;
  margin-top: 0;
}
.global-table table tr th:last-child, .global-table table tr td:last-child {
  text-align: right;
}
.global-table table th {
  background-color: #f7f7f7;
}
.global-table table td span {
  display: block;
  margin-top: 0.25em;
  font-size: 12px;
  color: #ec6c00;
  letter-spacing: 0.05em;
}

main.faq {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  main.faq {
    margin-bottom: 60px;
  }
}

.faq-wrap {
  width: 100%;
  border: 1px solid #dadada;
}
.faq-wrap + .faq-wrap {
  margin-top: 30px;
}
.faq-wrap .question {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 50px;
  background: #fff;
}
.faq-wrap .question:hover {
  cursor: pointer;
}
.faq-wrap .question:before {
  content: "Q";
  position: absolute;
  top: 20px;
  left: 25px;
  width: 1.75em;
  height: 1.75em;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #EC6C00;
  transform: translateY(-0.15em);
}
.faq-wrap .question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1.75em;
  height: 1.75em;
  transform: translateY(-50%) rotate(0);
  background: url(../image/common/icon_top-arrow.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.faq-wrap .question.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-wrap .answer {
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
  border-top: 1px solid #dadada;
}
.faq-wrap .answer .contents {
  padding: 20px 20px 20px 50px;
  margin: 0;
  position: relative;
}
.faq-wrap .answer .contents *:first-child {
  margin-top: 0;
}
.faq-wrap .answer .contents:before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 25px;
  width: 1.75em;
  height: 1.75em;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #EC6C00;
  transform: translateY(-0.15em);
}
.faq-wrap .answer .half-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.faq-wrap .answer .half-block * {
  width: 48.5%;
}
@media (max-width: 768px) {
  .faq-wrap .answer .half-block * {
    width: 100%;
  }
  .faq-wrap .answer .half-block * + * {
    margin-top: 15px;
  }
}

.campus-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 70px;
  padding-top: 30px;
  border-top: 1px solid #dadada;
}
.campus-item .image {
  width: 400px;
}
@media (max-width: 768px) {
  .campus-item .image {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .campus-item .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.campus-item .text {
  width: calc(100% - 440px);
}
@media (max-width: 768px) {
  .campus-item .text {
    width: calc(100% - 240px);
  }
}
@media (max-width: 600px) {
  .campus-item .text {
    width: 100%;
  }
}
.campus-item .text h3 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .campus-item .text h3 {
    font-size: 18px;
  }
}
.campus-item .text h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  display: block;
  width: 50px;
  height: 0;
  transform: translateX(-100%);
  border-top: 1px solid #ec6c00;
}
@media (max-width: 768px) {
  .campus-item .text h3:before {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .campus-item .text h3:before {
    display: none;
  }
}
.campus-item .text address {
  margin-top: 15px;
  padding: 15px 25px;
  background-color: #f7f7f7;
}
.campus-item .text address small {
  display: block;
  margin: 5px 0;
}
.campus-item .text address a:before {
  content: "〉";
  color: #ec6c00;
}

.curriculum-timetable {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.curriculum-timetable .item {
  width: 65%;
}
@media (max-width: 768px) {
  .curriculum-timetable .item {
    width: 100%;
  }
}
.curriculum-timetable .item + .item {
  width: 32%;
}
@media (max-width: 768px) {
  .curriculum-timetable .item + .item {
    width: 100%;
  }
}
.curriculum-timetable .item table tr th, .curriculum-timetable .item table tr td {
  padding: 10px;
}
.curriculum-timetable .item p {
  font-size: 14px;
}

article .form-wrap {
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 30px;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  article .form-wrap {
    padding: 20px 5%;
  }
}
article .form-wrap ul {
  margin: 0;
  padding: 0;
}
article .form-wrap ul > li {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  article .form-wrap ul > li:last-child {
    margin-bottom: 15px;
  }
}
article .form-wrap ul > li:before {
  display: none;
}
article .form-wrap ul > li p {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  article .form-wrap ul > li p {
    font-size: 14px;
  }
}
article .form-wrap ul > li p span.required {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: #ED3E3E;
}
article .form-wrap ul > li p span.auto {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: #000;
}
article .form-wrap ul > li span.error {
  font-size: 14px;
  font-weight: 400;
  color: #ED3E3E;
}
article .form-wrap ul > li .input {
  width: 100%;
}
article .form-wrap ul > li .input > p {
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
}
article .form-wrap ul > li .input input, article .form-wrap ul > li .input textarea, article .form-wrap ul > li .input select {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #DADADA;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 16px;
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  article .form-wrap ul > li .input input, article .form-wrap ul > li .input textarea, article .form-wrap ul > li .input select {
    padding: 7px;
    font-size: 14px;
  }
}
article .form-wrap ul > li .input input + input {
  margin-top: 10px;
}
article .form-wrap ul > li .input select {
  display: inline-block;
  width: auto;
  margin-right: 0.25em;
  padding-right: 2.5em;
  background-image: url(../image/common/icon_under-arrow.png);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center right 0.75em;
  background-color: #fff;
}
article .form-wrap ul > li .input select + span {
  margin-right: 0.5em;
}
article .form-wrap ul > li .input textarea {
  height: 200px;
}
article .form-wrap ul > li .input .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}
article .form-wrap ul > li .input .address span {
  width: 30px;
}
article .form-wrap ul > li .input .address input {
  width: calc(100% - 200px);
}
@media (max-width: 768px) {
  article .form-wrap ul > li .input .address input {
    width: 100%;
    margin-top: 10px;
  }
}
article .form-wrap ul > li .input .address input[name=zip] {
  width: 150px;
  margin-right: 20px;
}
article .form-wrap ul > li .checkbox > span,
article .form-wrap ul > li .hide-wrap > span {
  display: block;
  width: 100%;
}
article .form-wrap ul > li .checkbox > span + span,
article .form-wrap ul > li .hide-wrap > span + span {
  margin-top: 10px;
}
article .form-wrap ul > li .checkbox > span label,
article .form-wrap ul > li .hide-wrap > span label {
  width: auto;
  margin: 0;
  padding: 0;
}
article .form-wrap ul > li .checkbox > span label input[type=checkbox],
article .form-wrap ul > li .checkbox > span label input[type=radio],
article .form-wrap ul > li .hide-wrap > span label input[type=checkbox],
article .form-wrap ul > li .hide-wrap > span label input[type=radio] {
  margin-right: 0.5em;
}
article .form-wrap ul > li .checkbox > span label:hover,
article .form-wrap ul > li .hide-wrap > span label:hover {
  cursor: pointer;
}
article .form-wrap ul > li .checkbox + .input,
article .form-wrap ul > li .hide-wrap + .input {
  margin-top: 10px;
}
article .form-wrap ul > li .check-order {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
article .form-wrap ul > li .check-order > p {
  display: none;
  margin: 0;
}
article .form-wrap ul > li .check-order span:nth-child(1) {
  order: 0;
}
article .form-wrap ul > li .check-order span:nth-child(2) {
  order: 2;
}
article .form-wrap ul > li .check-order span:nth-child(3) {
  order: 2;
}
article .form-wrap ul > li .check-order span:nth-child(4) {
  order: 2;
}
article .form-wrap ul > li .check-order span:nth-child(5) {
  order: 2;
}
article .form-wrap ul > li .check-order .hide-wrap {
  order: 1;
}
article .form-wrap ul > li .check-order > input {
  order: 99;
}
article .form-wrap ul > li .hide-wrap {
  display: none;
  margin-top: 10px;
  padding: 0 0 0 1.25em;
  border-left: 1px solid #dadada;
}
article .form-wrap ul > li .hide-wrap > div {
  margin-bottom: 0.5em;
}
article .form-wrap ul > li .hide-wrap p span {
  color: #000;
}
article .form-wrap-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  margin-top: 20px;
}
article .form-wrap-button input[type=submit], article .form-wrap-button button, article .form-wrap-button a {
  margin: 0;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  box-shadow: none;
  border-radius: 999px;
  background: #000;
}
@media (max-width: 768px) {
  article .form-wrap-button input[type=submit], article .form-wrap-button button, article .form-wrap-button a {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }
}
article .form-wrap-button input[type=submit]:hover, article .form-wrap-button button:hover, article .form-wrap-button a:hover {
  cursor: pointer;
  opacity: 0.7;
}
article .form-wrap-button input[type=submit] + *, article .form-wrap-button button + *, article .form-wrap-button a + * {
  margin-left: 20px;
}
@media (max-width: 768px) {
  article .form-wrap-button input[type=submit] + *, article .form-wrap-button button + *, article .form-wrap-button a + * {
    margin: 15px 0 0 0;
  }
}
article .form-wrap-button button, article .form-wrap-button a {
  color: #000;
  background: #ddd;
}
@media (max-width: 768px) {
  article .form-wrap .button, article .form-wrap .sub-button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
article .form-wrap small.caution {
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  background: #fafafa;
}
article .form-wrap .message {
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  article .form-wrap .message {
    margin-top: 40px;
    padding: 0;
    text-align: left;
  }
}

.contact-info {
  width: 100%;
  margin: 0;
  padding: 30px;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  .contact-info {
    padding: 20px 5%;
  }
}
.contact-info > b {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .contact-info > b {
    font-size: 16px;
  }
}
.contact-info > ul {
  margin: 15px 0 0 0;
}
.contact-info > ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}
.contact-info > ul li + li {
  margin-top: 10px;
}
.contact-info > ul li:before {
  display: none;
}
.contact-info > ul li b {
  width: 4em;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #dadada;
}

#graduate-interview {
  background-image: url(../image/graduate-interview/body-background.png);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}
#graduate-interview-wrap {
  margin-top: -90px;
  padding-top: 70px;
  background-color: #fff;
}
@media (max-width: 768px) {
  #graduate-interview-wrap {
    margin-top: 0;
    padding-top: 40px;
  }
}

#graduate-interview-visual {
  width: 100%;
  margin: 0;
  padding-top: 220px;
  padding-bottom: 290px;

  background-image: url(../image/graduate-interview/mv-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #graduate-interview-visual {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(../image/graduate-interview/mv-background_sp.jpg);
  }
}
#graduate-interview-visual .mv-catch {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
#graduate-interview-visual .mv-catch p {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #graduate-interview-visual .mv-catch p {
    font-size: 24px;
  }
}
#graduate-interview-visual .mv-catch p span {
  text-decoration: underline;
  text-decoration-color: #EC6C00;
  text-decoration-thickness: 10px;
  text-underline-offset: -2px;
}
#graduate-interview-visual .mv-catch h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #graduate-interview-visual .mv-catch h2 {
    font-size: 40px;
  }
}
#graduate-interview-visual .mv-catch h2 span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #graduate-interview-visual .mv-catch h2 span {
    font-size: 14px;
  }
}

.graduate-interview-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.graduate-interview-list .graduate-interview-item {
  width: 48%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .graduate-interview-list .graduate-interview-item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.graduate-interview-list .graduate-interview-item .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.2%;
}
.graduate-interview-list .graduate-interview-item .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.graduate-interview-list .graduate-interview-item table {
  border-collapse: separate;
  margin: 15px 0 0 0;
}
.graduate-interview-list .graduate-interview-item table tr th,
.graduate-interview-list .graduate-interview-item table tr td {
  padding: .5rem;
  font-family: "Noto Serif JP", serif;
  border: none;
}
.graduate-interview-list .graduate-interview-item table tr th {
  width: 8rem;
  background-color: #f7f7f7;
}



article table.line tr th b.sub-head, article table.line tr td b.sub-head {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
article table.line tr th b.sub-head, article table.line tr td b.sub-head::before {
  content: '▼';
  margin-right: .2em;
  color: #EC6C00;
}

table.admission-table tr b.admission-head {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}
table.admission-table tr * .document-download {
  margin-top: 20px;
  padding: 20px;
  background-color: #f7f7f7;
}
table.admission-table tr * .sub-button.half {
  gap: 10px;
  width: 100%;
}
table.admission-table tr * .sub-button.half a {
  flex: 1;
  width: 50%;
  margin: 0;
}


.donation-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin-top: 30px;
}
.donation-wrap .donation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: calc(50% - 15px);
  margin: 0;
  padding: 10px;
  border: 1px solid #dadada;
}
.donation-wrap .donation-item img {
  display: block;
  width: 35%;
  max-width: 150px;
  height: auto;
}
.donation-wrap .donation-item div {
  flex: 1;
}
.donation-wrap .donation-item div b {
  display: block;
  margin-bottom: 5px;
  color: #EC6C00;
}
@media (max-width: 768px) {
  .donation-wrap .donation-item {
    width: 100%;
  }
}


.notice-of-caution {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
}
.notice-of-caution p a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  font-weight: 700;
  color: #e20200;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e20200;
}
.notice-of-caution p a svg {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.notice-of-caution + h2 {
  padding-top: 40px;
}

table.coe-table tr th, 
table.coe-table tr td {
  text-align: center;
}


ul.sup.number li {
  counter-increment: count;
  padding-left: 2em;
}
ul.sup.number li:before {
  content: "※"counter(count);
  position: absolute;
  top: 0;
  left: 0;
}

.flex .flex-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 20px;
  border: 1px solid #dadada;
}
@media (max-width: 768px) {
  .flex .flex-item {
    flex-direction: column;
  }
}
.flex .flex-item:not(:last-child) {
  margin-bottom: 20px;
}
.flex .flex-item img {
  width: 100%;
  max-width: 200px;
  min-width: 0;
}
.flex .flex-item .flex-item__text {
  flex: 1;
  width: 100%;
}
.flex .flex-item .flex-item__text h3 {
  margin-top: 0 !important;
}

footer .footer-wrap address {
  margin-bottom: 0;
}
footer .footer-wrap address .certification-logo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}
footer .footer-wrap address .certification-logo li {
  width: 90px;
  margin: 0;
  list-style: none;
  border: 1px solid #dadada;
}
footer .footer-wrap address .certification-logo li img {
  width: 100%;
}