@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

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

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

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

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

img {
  width: 100%;
}

a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.wrapper {
  margin: 0 auto;
  max-width: 1140px;
  width: 92%;
}

.section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

.section-page {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .section-page {
    padding: 30px 0 50px;
  }
}

body {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

body.fadein {
  opacity: 1;
}

table.simpleGrayTable {
  width: 100%;
}
table.simpleGrayTable tr {
  width: 100%;
  border-top: 1px solid #cccccc;
  text-align: left;
}
table.simpleGrayTable tr:last-child {
  border-bottom: 1px solid #cccccc;
}
table.simpleGrayTable tr th {
  white-space: nowrap;
  padding: 1.2em;
}
table.simpleGrayTable tr td {
  padding: 1.2em;
}
@media (max-width: 768px) {
  table.simpleGrayTable tr th,
  table.simpleGrayTable tr td {
    width: 100%;
    display: block;
  }
  table.simpleGrayTable tr th {
    padding: 1em 0 0.5em;
    font-weight: bold;
  }
  table.simpleGrayTable tr td {
    padding: 0 0 1em 0;
  }
}

table.boxStyleTable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7em;
}
table.boxStyleTable tr {
  width: 100%;
  background: #ffffff;
}
table.boxStyleTable tr th {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 0 1em;
}
table.boxStyleTable tr td {
  border: 1px solid #cccccc;
  padding: 1em 1.5em;
}
@media (max-width: 768px) {
  table.boxStyleTable tr:last-child {
    border-bottom: 1px solid #cccccc;
  }
  table.boxStyleTable tr th,
  table.boxStyleTable tr td {
    display: block;
    border-bottom: none;
    text-align: left;
  }
  table.boxStyleTable tr th {
    padding: 0.5em 4%;
  }
  table.boxStyleTable tr td {
    padding: 1em 4%;
  }
}

ul.dotsList li {
  padding: 0 0 0.1em 20px;
}
ul.dotsList li:before {
  content: "・";
  display: inline-block;
  text-indent: -20px;
}

ol.numList {
  counter-reset: item;
}
ol.numList li {
  padding: 0 0 0.1em 20px;
  list-style-type: none;
}
ol.numList li:before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  text-indent: -20px;
}

ol.numBraList {
  counter-reset: item;
}
ol.numBraList li {
  padding: 0 0 0.1em 30px;
  list-style-type: none;
}
ol.numBraList li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  display: inline-block;
  text-indent: -30px;
}

a {
  color: #111111;
}

.purple {
  color: #68528F;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}

.inter {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5em;
  font-weight: bold;
}

p {
  line-height: 1.5em;
}

h1 {
  font-size: 28px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 21px;
  }
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content p,
.article-content ol,
.article-content ul {
  margin-bottom: 1em;
}
.article-content strong {
  font-weight: bold;
}
.article-content ol {
  counter-reset: outer-counter;
}
.article-content ol li {
  list-style: none;
  counter-increment: outer-counter;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.article-content ol li:before {
  content: counter(outer-counter) ".";
  margin-right: 0.5em;
}
.article-content ol li ol {
  counter-reset: inner-counter;
}
.article-content ol li ol li {
  counter-increment: inner-counter;
}
.article-content ol li ol li:before {
  content: counter(inner-counter) ")";
}
.article-content ol li ol li ol {
  counter-reset: inner-inner-counter;
}
.article-content ol li ol li ol li {
  counter-increment: inner-inner-counter;
}
.article-content ol li ol li ol li:before {
  content: "(" counter(inner-inner-counter) ")";
}

/* Wordpressのバー */
#wpadminbar {
  position: fixed !important;
  top: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 100;
  background: #fff;
}
.header .logo {
  margin-left: 30px;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: 286px;
  height: auto;
  max-height: 53px;
}
.header .headernavwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .headernavwrap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .headernavwrap .navarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .headernavwrap .navarea .subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .headernavwrap .navarea .subnav ul li a {
  font-size: 12px;
}
.header .headernavwrap .navarea .globalmenu .parentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .headernavwrap .navarea .globalmenu .parentlist li {
  position: relative;
}
.header .headernavwrap .navarea .globalmenu .parentlist li a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
}
.header .headernavwrap .navarea .globalmenu .parentlist li a:hover {
  color: #68528F;
}
.header .headernavwrap .navarea .globalmenu .parentlist li.has-submenu:hover .childrenlist {
  display: block;
}
.header .headernavwrap .navarea .globalmenu .parentlist li.has-submenu .childrenlist {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  list-style: none;
  z-index: 10;
}
.header .headernavwrap .navarea .globalmenu .parentlist li.has-submenu .childrenlist li {
  white-space: nowrap;
}
.header .headernavwrap .navarea .globalmenu .parentlist li.has-submenu .childrenlist li a {
  padding: 8px 16px;
  display: block;
  font-weight: bold;
}
.header .headernavwrap .navarea .globalmenu .dsp-sp {
  display: none;
}
.header .headernavwrap .requestbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(45deg, #68528F, #009CA9);
  color: #fff;
  padding: 10px 30px;
  height: 70px;
  white-space: nowrap;
  font-weight: bold;
}
.header .headernavwrap .requestbtn a:before {
  content: "";
  background: url("../img/icon-request.svg") no-repeat center center;
  width: 13px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .btn-gnavi {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(45deg, #68528F, #009CA9);
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.header .btn-gnavi span {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .header {
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .header .logo {
    margin-left: 15px;
  }
  .header .logo img {
    width: 210px;
    height: auto;
    max-height: 40px;
    vertical-align: middle;
  }
  .header .headernavwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    background-color: #fff;
    display: none;
    padding: 30px 15px;
    z-index: 100;
  }
  .header .headernavwrap .navarea {
    width: 100%;
  }
  .header .headernavwrap .navarea .globalmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist {
    gap: 0;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist li a:after {
    content: "";
    width: 8px;
    height: 15px;
    display: block;
    background: url("../img/icon-btnarrow-ppl.svg") center center no-repeat;
    background-size: contain;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist .childrenlist {
    display: grid;
    padding-left: 15px;
    gap: 0;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist .childrenlist a {
    font-size: 14px;
    padding: 5px 15px 5px 20px;
    position: relative;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist .childrenlist a:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #68528F;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .header .headernavwrap .navarea .globalmenu .dsp-sp {
    display: block;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
  }
  .header .headernavwrap .navarea .globalmenu .dsp-sp .title {
    font-weight: bold;
    padding: 10px 15px;
  }
  .header .headernavwrap .navarea .globalmenu .dsp-sp .blanklist a {
    font-size: 14px;
  }
  .header .headernavwrap .navarea .globalmenu .dsp-sp .blanklist a::after {
    content: "";
    background: url("../img/icon-drawerblank.svg") no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
  }
  .header .headernavwrap .requestbtn {
    margin-top: 10px;
    width: 80%;
  }
  .header .headernavwrap .requestbtn a {
    padding: 10px 30px;
    height: auto;
  }
  .header .btn-gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.overlay.open {
  display: block;
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 0;
  }
}
.footer a {
  color: #fff;
}
.footer-flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-flexwrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-logo {
  max-width: 323px;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer-logo {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.footer-borderbtn {
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer-borderbtn {
    margin: 0 auto;
  }
}
.footer-borderbtn:after {
  content: "";
  background: url("../img/icon-footerblank.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav .parentlist {
  display: grid;
  gap: 20px;
  margin-top: 10px;
}
.footer-nav .parentlist .childrenlist {
  padding-left: 20px;
  font-size: 14px;
  display: grid;
  gap: 5px;
  margin-top: 10px;
}
.footer-nav .parentlist .blanklist a:after {
  content: "";
  background: url("../img/icon-footerblank.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  display: block;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .footer .copyright {
    margin-top: 40px;
  }
}

.commonttl {
  text-align: center;
  margin-bottom: 20px;
}
.commonttl .inter {
  color: #68528F;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .commonttl .inter {
    font-size: 16px;
  }
}
.commonttl h3 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .commonttl h3 {
    font-size: 28px;
  }
}

.dotstitle {
  font-size: 32px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .dotstitle {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.dotstitle::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#68528F), to(#009CA9));
  background: linear-gradient(90deg, #68528F, #009CA9);
}

.bgppl {
  background-color: rgba(104, 82, 143, 0.07);
}

.btn {
  color: #fff;
  background: linear-gradient(45deg, #68528F, #009CA9);
  font-weight: bold;
  text-align: center;
  width: 240px;
  height: 70px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
}
@media (max-width: 768px) {
  .btn {
    margin: 0 auto;
  }
}
.btn:after {
  content: "";
  background: url("../img/icon-btnarrow.svg") no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 18px;
  background-size: contain;
}

.breadcrumbs {
  margin: 20px auto 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin: 10px auto 20px;
  }
}
.breadcrumbs a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.breadcrumbs a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url("../img/icon-arrow-bc.svg") no-repeat center/contain;
  margin-left: 10px;
  margin-right: 7px;
}
.breadcrumbs .breadcrumb_last {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 4px 4%;
    font-size: 11px;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}

.pagettl {
  margin: 70px auto 0;
}
.pagettl h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCC;
}
.pagettl h2 span {
  display: block;
  color: #68528F;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .pagettl {
    margin: 40px auto 0;
  }
  .pagettl h2 {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .pagettl h2 span {
    font-size: 16px;
  }
}

#TOPPAGE .kvwrapper {
  height: calc(100vh - 90px);
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #TOPPAGE .kvwrapper {
    height: auto;
    display: block;
  }
}
#TOPPAGE .kvwrapper:before {
  content: "";
  background: url("../img/kvimg.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  display: block;
  z-index: -1;
}
@media (max-width: 768px) {
  #TOPPAGE .kvwrapper:before {
    width: 80%;
    height: 300px;
  }
}
#TOPPAGE .kvwrapper .catchcopy {
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  #TOPPAGE .kvwrapper .catchcopy {
    padding-top: 330px;
    font-size: 36px;
  }
}
#TOPPAGE .kvwrapper p {
  font-size: 24px;
  color: #68528F;
  font-weight: 200;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  #TOPPAGE .kvwrapper p {
    font-size: 18px;
  }
}
#TOPPAGE .introarea {
  padding: 140px 0 300px;
  background: url("../img/bg-wave.jpg") no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 768px) {
  #TOPPAGE .introarea {
    padding: 60px 0 140px;
  }
}
#TOPPAGE .introarea h2 {
  font-size: 40px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  #TOPPAGE .introarea h2 {
    font-size: 24px;
  }
}
#TOPPAGE .introarea p {
  line-height: 2em;
}
#TOPPAGE .engttl {
  font-size: 80px;
  color: #68528F;
  font-weight: 500;
}
@media (max-width: 768px) {
  #TOPPAGE .engttl {
    font-size: 40px;
  }
}
#TOPPAGE h3.jpttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #TOPPAGE h3.jpttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#TOPPAGE h3.jpttl:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #68528F;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 768px) {
  #TOPPAGE h3.jpttl:before {
    width: 30px;
  }
}
#TOPPAGE .features {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  #TOPPAGE .features {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
#TOPPAGE .features:before {
  content: "";
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background-color: rgba(104, 82, 143, 0.1);
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: -1;
}
@media (max-width: 768px) {
  #TOPPAGE .features:before {
    width: 100%;
    height: calc(100% - 140px);
    right: 0;
    top: 140px;
  }
}
#TOPPAGE .features .wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 70px;
}
@media (max-width: 768px) {
  #TOPPAGE .features .wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#TOPPAGE .features .features-ttl {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: inline-block;
}
@media (max-width: 768px) {
  #TOPPAGE .features .features-ttl {
    width: 100%;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
#TOPPAGE .features .features-ttl h3.jpttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#TOPPAGE .features .features-ttl h3.jpttl:before {
  content: "";
  width: 2px;
  height: 40px;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #TOPPAGE .features .features-ttl h3.jpttl:before {
    width: 40px;
    height: 2px;
    vertical-align: middle;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 0;
  }
}
#TOPPAGE .features .features-list .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  #TOPPAGE .features .features-list .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#TOPPAGE .features .features-list .features-grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#TOPPAGE .features .features-list .features-grid li .txtarea {
  padding: 20px 30px;
  background-color: #fff;
  height: 100%;
}
@media (max-width: 768px) {
  #TOPPAGE .features .features-list .features-grid li .txtarea {
    padding: 20px 15px;
  }
}
#TOPPAGE .features .features-list .features-grid li .imgarea {
  position: relative;
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-position: center center;
}
#TOPPAGE .features .features-list .features-grid li .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  gap: 10px;
  margin-bottom: 10px;
}
#TOPPAGE .features .features-list .features-grid li .title .num {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #68528F;
  border-radius: 50%;
}
#TOPPAGE .features .features-list .features-grid li .title h4 {
  font-size: 24px;
}
#TOPPAGE .features .features-list .btn {
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  #TOPPAGE .features .features-list .btn {
    margin: 40px auto 0;
  }
}
#TOPPAGE .departments .wrapper {
  position: relative;
}
#TOPPAGE .departments .wrapper .btn {
  position: absolute;
  top: 33px;
  right: 0;
}
@media (max-width: 768px) {
  #TOPPAGE .departments .wrapper .btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
#TOPPAGE .departments .departments-grid {
  display: grid;
  gap: 30px;
}
@media (max-width: 768px) {
  #TOPPAGE .departments .departments-grid {
    margin-bottom: 30px;
  }
}
#TOPPAGE .departments .departments-grid li a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
@media (max-width: 768px) {
  #TOPPAGE .departments .departments-grid li a {
    background-size: auto 300px;
    background-position: top center;
    padding: 240px 15px 20px;
    height: auto;
  }
}
#TOPPAGE .departments .departments-grid li a:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#68528F), color-stop(50%, rgba(104, 82, 143, 0.7)), color-stop(60%, rgba(104, 82, 143, 0)), to(rgba(104, 82, 143, 0)));
  background: linear-gradient(to right, #68528F 0%, rgba(104, 82, 143, 0.7) 50%, rgba(104, 82, 143, 0) 60%, rgba(104, 82, 143, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  #TOPPAGE .departments .departments-grid li a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 82, 143, 0)), color-stop(40%, rgba(104, 82, 143, 0)), color-stop(50%, rgba(104, 82, 143, 0.7)), color-stop(60%, rgb(104, 82, 143)), to(#68528F));
    background: linear-gradient(to bottom, rgba(104, 82, 143, 0) 0%, rgba(104, 82, 143, 0) 40%, rgba(104, 82, 143, 0.7) 50%, rgb(104, 82, 143) 60%, #68528F 100%);
  }
}
#TOPPAGE .departments .departments-grid li a .txtwrap {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 50%;
  max-width: 500px;
  display: grid;
  gap: 10px;
}
@media (max-width: 768px) {
  #TOPPAGE .departments .departments-grid li a .txtwrap {
    width: 100%;
    max-width: 100%;
  }
}
#TOPPAGE .departments .departments-grid li a .txtwrap .subttl {
  font-size: 18px;
}
@media (max-width: 768px) {
  #TOPPAGE .departments .departments-grid li a .txtwrap .subttl {
    font-size: 16px;
  }
}
#TOPPAGE .departments .departments-grid li a .txtwrap h4 {
  font-size: 32px;
}
@media (max-width: 768px) {
  #TOPPAGE .departments .departments-grid li a .txtwrap h4 {
    font-size: 21px;
  }
}
#TOPPAGE .departments .departments-grid li a .txtwrap .detailtxt {
  position: relative;
  width: calc(100% - 70px);
}
#TOPPAGE .departments .departments-grid li a .txtwrap .detailtxt span {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#TOPPAGE .departments .departments-grid li a .txtwrap .detailtxt span::after {
  content: "";
  background: url("../img/icon-btnarrow-ppl.svg") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 20px;
}
#TOPPAGE .data .txtarea {
  width: 42%;
  padding-right: calc(58% - 60px);
  position: relative;
}
#TOPPAGE .data .txtarea .imgarea {
  width: calc(58% - 60px);
  position: absolute;
  top: 0;
  right: 0;
}
#TOPPAGE .data .txtarea a.btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #TOPPAGE .data .txtarea a.btn {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #TOPPAGE .data .txtarea {
    width: 100%;
    padding-right: 0;
  }
  #TOPPAGE .data .txtarea .imgarea {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
#TOPPAGE .interview {
  position: relative;
}
#TOPPAGE .interview:before {
  content: "";
  width: calc(100% - 100px);
  height: calc(100% - 200px);
  background-color: rgba(104, 82, 143, 0.1);
  position: absolute;
  top: 200px;
  left: 100px;
  z-index: -1;
}
@media (max-width: 768px) {
  #TOPPAGE .interview:before {
    width: 100%;
    height: calc(100% - 190px);
    left: 0;
    top: 190px;
  }
}
#TOPPAGE .interview .txtarea {
  width: 42%;
  padding-left: calc(58% - 60px);
  position: relative;
}
#TOPPAGE .interview .txtarea .imgarea {
  width: calc(58% - 60px);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  #TOPPAGE .interview .txtarea {
    width: 100%;
    padding-left: 0;
  }
  #TOPPAGE .interview .txtarea .imgarea {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#TOPPAGE .interview .txtarea .top-interviewlist {
  display: grid;
  gap: 20px;
}
#TOPPAGE .interview .txtarea .top-interviewlist li a {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
#TOPPAGE .interview .txtarea .top-interviewlist li a .imgicon {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#TOPPAGE .interview .txtarea .top-interviewlist li a .interviewttl {
  padding-right: 20px;
  position: relative;
}
#TOPPAGE .interview .txtarea .top-interviewlist li a .interviewttl::after {
  content: "";
  background: url("../img/icon-btnarrow-green.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 18px;
  margin-left: 20px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
#TOPPAGE .interview .txtarea .top-interviewlist li a .interviewttl .tag {
  font-size: 12px;
  color: #009CA9;
  border: 1px solid #009CA9;
  padding: 0 7px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
#TOPPAGE .interview .txtarea .top-interviewlist li a .interviewttl p {
  display: block;
}
#TOPPAGE .interview .txtarea a.btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #TOPPAGE .interview .txtarea a.btn {
    margin-top: 30px;
  }
}

.interviewlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .interviewlist {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
.interviewlist-eyecatch {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
}
.interviewlist-info {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.interviewlist-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .interviewlist-info h3 {
    font-size: 18px;
  }
}
.interviewlist-info .detail {
  font-size: 14px;
}
.interviewlist-info .gradarrow {
  background: -webkit-gradient(linear, left top, right top, from(#68528F), to(#009CA9));
  background: linear-gradient(90deg, #68528F, #009CA9);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .interviewlist-info .gradarrow {
    width: 40px;
    height: 40px;
  }
}
.interviewlist-info .gradarrow:before {
  content: "";
  background: url("../img/icon-btnarrow.svg") center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.interview-pagettl {
  height: 500px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .interview-pagettl {
    height: auto;
  }
}
.interview-pagettl .bgbox {
  width: 72%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin-left: auto;
}
@media (max-width: 768px) {
  .interview-pagettl .bgbox {
    width: 100%;
    height: 200px;
  }
}
.interview-pagettl .txtbox {
  position: absolute;
  bottom: 30px;
  background-color: #fff;
  padding: 40px;
  width: 480px;
}
@media (max-width: 768px) {
  .interview-pagettl .txtbox {
    position: relative;
    bottom: auto;
    padding: 20px 0 0;
    width: 100%;
  }
}
.interview-pagettl .txtbox h2 {
  margin-bottom: 0.7em;
}
.interview-pagettl .txtbox .name {
  font-weight: bold;
}
.interview-pagettl .txtbox .name .tag {
  font-size: 14px;
  color: #009CA9;
  border: 1px solid #009CA9;
  padding: 0 7px;
  margin-right: 10px;
}
.interview-pagettl .txtbox .detail {
  font-size: 14px;
  margin: 10px 0;
}
.interview-pagettl .txtbox .date {
  font-size: 12px;
}
.interview-pagettl .txtbox .profilegrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .interview-pagettl .txtbox .profilegrid div {
    width: 100%;
  }
}
.interview-pagettl .breadcrumbs {
  text-align: right;
}
.interview-storyttl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  padding: 20px;
  gap: 0;
}
@media (max-width: 768px) {
  .interview-storyttl {
    padding: 10px;
  }
}
.interview-storyttl .inter {
  font-size: 18px;
  background: linear-gradient(45deg, #68528F, #009CA9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 0.1em;
}
.interview-article {
  padding: 40px 60px 0;
}
@media (max-width: 768px) {
  .interview-article {
    padding: 30px 0 0;
  }
}
.interview-article h4 {
  color: #68528F;
  font-size: 18px;
  margin-bottom: 10px;
}
.interview-article h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .interview-article h3 {
    font-size: 20px;
  }
}
.interview-article p {
  line-height: 2em;
}
.interview-article p,
.interview-article img {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .interview-article p,
  .interview-article img {
    margin-bottom: 2em;
  }
}
.interview-grid {
  display: grid;
  gap: 50px;
}
.interview-whitebox {
  padding: 60px 100px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .interview-whitebox {
    padding: 40px 15px;
  }
}
.interview-whitebox p {
  margin-bottom: 0;
}
.interview-whitebox img {
  margin-bottom: 0;
}

.pagenation {
  margin: 30px auto 0;
  text-align: center;
  font-size: 0;
}
.pagenation .page-numbers {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  margin: 0 1px;
  border-radius: 3px;
  line-height: 30px;
}
.pagenation a.page-numbers:hover {
  opacity: 1;
}
.pagenation a.page-numbers:hover,
.pagenation .current {
  background-color: #68528F;
  color: #fff;
}

#FEATURE .introarea {
  background: url("../img/bg-wave.jpg") no-repeat center bottom;
  background-size: contain;
  padding: 80px 0 300px;
}
@media (max-width: 768px) {
  #FEATURE .introarea {
    padding: 50px 0 120px;
  }
}
#FEATURE .introarea .subcatch {
  font-size: 20px;
  font-weight: bold;
}
#FEATURE .introarea .maincatch {
  font-size: 32px;
  margin: 10px 0 40px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #FEATURE .introarea .maincatch {
    font-size: 28px;
  }
}
#FEATURE .featurelist li {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 60px;
  padding: 40px 0;
}
#FEATURE .featurelist li .txt {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  #FEATURE .featurelist li .txt {
    grid-template-columns: 1fr;
  }
}
#FEATURE .featurelist li .txt .inter {
  font-size: 32px;
  color: #68528F;
  font-weight: bold;
  margin-top: 7px;
}
#FEATURE .featurelist li .txt h4 {
  font-size: 24px;
}
#FEATURE .featurelist li .txt p {
  line-height: 1.7em;
  margin-top: 20px;
  text-indent: 1em;
}
@media (max-width: 768px) {
  #FEATURE .featurelist li {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#FEATURE .accordion-list .accordion {
  margin-bottom: 20px;
  overflow: hidden;
}
#FEATURE .accordion-list .accordion-header {
  background: linear-gradient(45deg, #68528F, #009CA9);
  color: #fff;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FEATURE .accordion-list .accordion-header:after {
  content: "";
  background: url("../img/icon-btnarrow.svg") center center no-repeat;
  width: 20px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#FEATURE .accordion-list .accordion-content {
  display: none;
  border: 1px solid #ccc;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  #FEATURE .accordion-list .accordion-content {
    padding: 20px;
  }
}
#FEATURE .accordion-list .accordion-content.is-open {
  display: block;
}
#FEATURE .accordion-list .accordion-content h4 {
  font-size: 20px;
  margin-bottom: 1em;
}
#FEATURE .accordion-list .accordion-content h5 {
  margin-bottom: 1em;
}
#FEATURE .accordion-list .accordion-content p {
  margin-bottom: 1em;
}
#FEATURE h3.jpttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #FEATURE h3.jpttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#FEATURE h3.jpttl:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #68528F;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 768px) {
  #FEATURE h3.jpttl:before {
    width: 30px;
  }
}
#FEATURE .engttl {
  font-size: 80px;
  color: #68528F;
  font-weight: 500;
}
@media (max-width: 768px) {
  #FEATURE .engttl {
    font-size: 40px;
  }
}
#FEATURE .links {
  position: relative;
  padding: 80px 0;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  #FEATURE .links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#FEATURE .links:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(104, 82, 143, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#FEATURE .links .wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 70px;
}
@media (max-width: 768px) {
  #FEATURE .links .wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#FEATURE .links .links-ttl {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: inline-block;
}
@media (max-width: 768px) {
  #FEATURE .links .links-ttl {
    width: 100%;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
#FEATURE .links .links-ttl h3.jpttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FEATURE .links .links-ttl h3.jpttl:before {
  content: "";
  width: 2px;
  height: 40px;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #FEATURE .links .links-ttl h3.jpttl:before {
    width: 40px;
    height: 2px;
    vertical-align: middle;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 0;
  }
}
#FEATURE .linkslist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  #FEATURE .linkslist {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  #FEATURE .linkslist:first-of-type {
    margin-top: 0;
  }
}
#FEATURE .linkslist-eyecatch {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#FEATURE .linkslist-info {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
#FEATURE .linkslist-info h3 {
  font-size: 18px;
}
#FEATURE .linkslist-info .gradarrow {
  background: -webkit-gradient(linear, left top, right top, from(#68528F), to(#009CA9));
  background: linear-gradient(90deg, #68528F, #009CA9);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
#FEATURE .linkslist-info .gradarrow:before {
  content: "";
  background: url("../img/icon-btnarrow.svg") center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#DEPARTMENTS .departments-nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: linear-gradient(45deg, #68528F, #009CA9);
  padding: 15px 0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments-nav {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
#DEPARTMENTS .departments-nav li {
  border-right: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments-nav li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
#DEPARTMENTS .departments-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 46px 0 20px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  font-size: 14px;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments-nav li a {
    padding: 0 36px 0 0;
  }
}
#DEPARTMENTS .departments-nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments-nav li a::before {
    right: 0;
  }
}
#DEPARTMENTS .departments-nav li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 19px;
  top: 14px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments-nav li a::after {
    right: 9px;
    top: 4px;
  }
}
#DEPARTMENTS .departments-nav li:last-of-type {
  border-right: none;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments-nav li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #CCC;
    height: auto;
    padding: 15px;
  }
}
#DEPARTMENTS .departments {
  position: relative;
  margin: 0 auto;
}
#DEPARTMENTS .departments:nth-of-type(even) {
  background-color: #F4F3F7;
}
#DEPARTMENTS .departments .commonttl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments .commonttl {
    margin-bottom: 30px;
  }
}
#DEPARTMENTS .departments-intro {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 60px;
}
#DEPARTMENTS .departments-intro p {
  line-height: 1.7em;
  text-indent: 1em;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #DEPARTMENTS .departments-intro p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #DEPARTMENTS .departments-intro img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
#DEPARTMENTS .departments ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.7;
}
#DEPARTMENTS .departments ul li:first-child {
  margin-top: 0;
}
#DEPARTMENTS .departments ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#DEPARTMENTS .departments ul li span {
  display: block;
  font-weight: bold;
}
#DEPARTMENTS .departments .point {
  margin: 50px auto;
  padding: 50px;
  border: 1px solid #CCC;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments .point {
    margin: 30px auto;
    padding: 30px 15px;
  }
}
#DEPARTMENTS .departments .point-item .title {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 0.8em;
}
#DEPARTMENTS .departments .point-item .title .number {
  color: #68528F;
  font-weight: bold;
  margin-right: 20px;
}
#DEPARTMENTS .departments .point-item .point-flex {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  grid-template-columns: auto 35%;
}
#DEPARTMENTS .departments .point-item .point-flex p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  text-indent: 1em;
}
#DEPARTMENTS .departments .point-item .point-flex .imgarea img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments .point-item .point-flex {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #DEPARTMENTS .departments .point-item .point-flex .imgarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #DEPARTMENTS .departments .point-item .point-flex .txtarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#DEPARTMENTS .departments .itemttl {
  font-size: 24px;
  position: relative;
  padding-left: 40px;
}
#DEPARTMENTS .departments .itemttl::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#68528F), to(#009CA9));
  background: linear-gradient(90deg, #68528F, #009CA9);
}
#DEPARTMENTS .departments .qualification {
  padding: 0 0 30px;
  border-bottom: 1px solid #CCC;
  width: 100%;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments .qualification {
    padding: 0 0 20px;
  }
}
#DEPARTMENTS .departments .qualification .txtarea {
  margin-top: 20px;
}
#DEPARTMENTS .departments .qualification p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  text-indent: 1em;
}
#DEPARTMENTS .departments .qualification p.noindent {
  text-indent: 0;
}
#DEPARTMENTS .departments .qualification ul {
  margin-top: 20px;
}
#DEPARTMENTS .departments .qualification ul span {
  font-weight: normal;
}
#DEPARTMENTS .departments .qualification ul p {
  text-indent: 0;
}
#DEPARTMENTS .departments .curriculum {
  margin: 30px auto 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments .curriculum {
    margin: 20px auto 0;
    padding: 0 0 20px;
  }
}
#DEPARTMENTS .departments .curriculum .download {
  font-size: 14px;
  font-weight: bold;
  color: #68528F;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding: 0 30px;
}
@media (max-width: 768px) {
  #DEPARTMENTS .departments .curriculum .download {
    margin-top: 10px;
  }
}
#DEPARTMENTS .departments .curriculum .download::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 25px;
  background: url("../img/icon-pdf.svg") no-repeat center/contain;
}
#DEPARTMENTS .departments .btn {
  margin: 40px auto 0;
}

#DATA .datalist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  #DATA .datalist {
    grid-template-columns: 1fr;
  }
}
#DATA .datalist li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F8F8F8;
}
#DATA .datalist li.double-height {
  grid-row: span 2;
}
#DATA .datalist li .title {
  background: linear-gradient(45deg, #68528F, #009CA9);
  color: #fff;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#DATA .datalist li .img {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px;
}
#DATA .datalist li .img img {
  max-width: 300px;
}
#DATA .datalist li.fullwidth {
  grid-column: span 3;
}
@media (max-width: 768px) {
  #DATA .datalist li.fullwidth {
    grid-column: 1;
  }
}
#DATA .datalist li.fullwidth .fullwidth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#DATA .datalist li.fullwidth .fullwidth-grid img {
  max-width: 300px;
}
@media (max-width: 768px) {
  #DATA .datalist li.fullwidth .fullwidth-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  #DATA .datalist li.fullwidth .fullwidth-grid .img {
    padding: 0;
    min-height: auto;
  }
}

.contactform {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.contactform input[type=text],
.contactform input[type=email],
.contactform textarea,
.contactform select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactform select {
  width: 100%;
}
.contactform dt {
  padding-bottom: 8px;
  font-weight: bold;
}
.contactform dt p {
  margin-bottom: 0;
  display: inline-block;
}
.contactform dt.required:after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  background-color: #68528F;
  padding: 2px 4px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  line-height: 1.5em;
}

.privacypolicycheck {
  margin-bottom: 20px;
}
.privacypolicycheck a {
  text-decoration: underline;
}
.privacypolicycheck .description {
  margin-bottom: 10px;
}

.submitcenter {
  text-align: center;
  margin-top: 20px;
}
.submitcenter .submitbtn {
  cursor: pointer;
  width: 250px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #fff;
  background-color: #68528F;
  font-weight: bold;
  text-align: center;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.submitcenter .submitbtn input[type=submit] {
  width: 250px;
  height: 64px;
  padding: 0 15px;
  background: none;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff;
}
.submitcenter .submitbtn:hover {
  opacity: 0.6;
}

span.wpcf7-spinner {
  display: none;
}

.ez-toc-counter nav ul li a::before {
  min-width: 18px;
}

.wp-element-caption {
  text-align: center;
}