@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Red+Hat+Display&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;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 1.4rem;
  color: #000;
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans Japanese", sans-serif;
  font-weight: 300;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table td {
  border: none;
}

a {
  color: #3c4a4a;
  text-decoration: none;
  transition: 400ms ease-in-out;
}
a:hover {
  text-decoration: none;
  transition: 400ms ease-in-out;
}

a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  box-sizing: border-box;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

/* ====================================================================
clearfix
==================================================================== */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* ====================================================================
layout
==================================================================== */
.is-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .is-sp {
    display: block;
  }
}

.is-sp-hid {
  display: none;
}

.is-br-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .is-br-pc {
    display: none;
  }
}

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

.is-pc-hid {
  display: block;
}
@media screen and (max-width: 640px) {
  .is-pc-hid {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .is-sp-hid {
    display: block;
  }
}
/* ====================================================================
btn
==================================================================== */
.btn-wrap {
  margin: 0px auto;
  width: 500px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-wrap a {
  padding: 1.5rem 0;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.btn-wrap a:hover {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    width: 100%;
  }
}

.btn-hvr {
  color: #008897 !important;
  background: #fff url(../images/common/bg_ptn-b.png) repeat left top;
  border: 2px solid #008897;
}
.btn-hvr:hover {
  color: #fff !important;
  border-radius: 5px;
  border: 2px solid #008897;
}
.btn-hvr:before {
  color: #fff !important;
  background: #008897 url(../images/common/bg_ptn-b.png) repeat left top;
}

.btn-grayout {
  color: #a1a1a1 !important;
  background: #fff url(../images/common/bg_ptn-b.png) repeat left top;
  border: 2px solid #a1a1a1;
}
.btn-grayout:before {
  display: none;
}

.btn {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 0;
  transition: all 0.25s;
  padding: 0.8rem 1.2rem;
  margin: 40px auto 0;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none !important;
}
.btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  transition: all 0.25s;
}

/* ====================================================================
font
==================================================================== */
.h2__ttl {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.h2__ttl h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.6rem;
  line-height: 36px;
  color: #1e1e1e;
  letter-spacing: 0.05em;
}
.h2__ttl h2::after {
  content: " ";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #008897;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.h2__ttl h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .h2__ttl {
    margin-bottom: 30px;
  }
  .h2__ttl h2 {
    font-size: 2.4rem;
    line-height: 24px;
  }
  .h2__ttl h2 span {
    font-size: 1.2rem;
  }
}

.h3__ttl {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.h3__ttl h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.6rem;
  line-height: 36px;
  color: #008897;
  letter-spacing: 0.05em;
}
.h3__ttl h3 span {
  display: block;
  font-size: 1.8rem;
  margin: 10px 0;
  color: #1e1e1e;
}
@media screen and (max-width: 768px) {
  .h3__ttl {
    margin-bottom: 30px;
  }
  .h3__ttl h3 {
    font-size: 2rem;
    line-height: 24px;
  }
  .h3__ttl h3 span {
    font-size: 1.3rem;
  }
}

/* ====================================================================
table
==================================================================== */
.c-table-area {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  max-width: 960px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .c-table-area dl {
    margin: 0;
    padding: 0rem;
    width: 100%;
    flex-wrap: wrap;
  }
  .c-table-area dl dt {
    width: 100%;
    padding: 1rem;
  }
  .c-table-area dl dd {
    width: 100%;
    padding: 1rem;
  }
}

.c-table-label {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  line-height: 30px;
  border: 1px solid #008897;
  background-color: #008897;
  color: #fff;
}
.c-table-overlay {
  position: absolute;
  width: 100%;
  max-width: 960px;
  height: 100%;
  background: #fff url(../images/common/bg_ptn-b.png) repeat left top;
  opacity: 0.6;
  z-index: 1;
}
.c-table dl {
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #c5dae9;
  border-right: 1px solid #c5dae9;
  border-bottom: none;
  border-left: 1px solid #c5dae9;
}
.c-table dl:last-of-type {
  border-bottom: 1px solid #c5dae9;
}
.c-table dl dt {
  width: 25%;
  padding: 1.5rem;
  font-size: 1.6rem;
  line-height: 30px;
  color: #1e1e1e;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: rgba(223, 249, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-table dl dd {
  width: 75%;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-table dl:nth-child(2n) dt {
  background-color: rgba(208, 243, 247, 0.5) !important;
}
.c-table p {
  margin: 20px 0;
}

/* ====================================================================
card
==================================================================== */
.c-card {
  position: relative;
  padding: 40px 30px;
  border: 2px solid #008897;
  background: #fff url(../images/common/bg_ptn-b.png) repeat left top;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-card {
    padding: 20px 15px;
  }
}

/* ====================================================================
images
==================================================================== */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* ====================================================================
flex
==================================================================== */
.u-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.margin-b0 {
  margin-bottom: 0 !important;
}

/* ====================================================================
header
==================================================================== */
header {
  position: relative;
  width: 100%;
  height: 108px;
  z-index: 3;
  box-sizing: border-box;
}
header h1 {
  width: 25%;
}
@media screen and (max-width: 960px) {
  header h1 {
    width: 200px;
    top: 0px;
    left: 1%;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 90px;
    display: block;
    z-index: 10;
  }
}

.l-header__body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 1rem;
  z-index: 999;
}
.l-header__body.viewable {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.main-Nav {
  width: 72%;
}
@media screen and (max-width: 960px) {
  .main-Nav {
    display: none;
  }
}

.header-nav {
  text-align: right;
}
.header-nav li a:visited {
  color: #1e1e1e;
}

.header-nav__item {
  margin: 0 0 0 30px;
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.header-nav__item a {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.header-nav__item.link-program a:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 10px #008897;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  top: 50%;
  right: -20px;
  margin-top: -6px;
}
.header-nav__item.link-outlink {
  position: relative;
}
.header-nav__item.link-outlink::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../images/icon-outlink.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 10;
  top: -10px;
  right: -10px;
}
.header-nav__child {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  min-width: 400px;
  padding-top: 5px;
}
.header-nav__child li a {
  position: relative;
  display: block;
  padding: 0;
  width: auto;
  height: 0;
  color: #1e1e1e;
  font-size: 1.3rem;
  text-align: center;
  transition: all 0.5s ease-out;
}
.header-nav__child li a::before {
  position: absolute;
  bottom: 5px;
  left: 0%;
  height: 2px;
  width: 0px;
  z-index: 1;
  content: "";
  background-color: #008897;
  transition: all 0.2s;
}
.header-nav__child li a:hover {
  color: #008897 !important;
  transition: all 0.5s ease-out;
}
.header-nav__child li a:hover::before {
  left: 0%;
  width: 100%;
}
.header-nav > li:hover li a {
  display: table;
  margin-top: 1px;
  padding: 10px 0;
  width: 100%;
  height: 1em;
  transition: all 0.5s ease-out;
}

.buttonNavPc:hover {
  color: #008897 !important;
}
.buttonNavPc:hover::before {
  left: 0%;
  width: 100%;
}
.buttonNavPc::before {
  position: absolute;
  bottom: -7px;
  left: 0%;
  height: 2px;
  width: 0px;
  z-index: 1;
  content: "";
  background-color: #008897;
  transition: all 0.2s;
}

/* ====================================================================
spNav
==================================================================== */
#spNav {
  display: none;
}

/*- @media 1100px-*/
@media screen and (max-width: 959px) {
  #spNav {
    display: inherit;
    position: fixed;
    height: auto;
    z-index: 100000000;
    width: 100%;
  }
  .spNav-btn {
    width: 60px;
    height: 60px;
    border-radius: 0%;
    text-align: center;
    position: fixed;
    z-index: 100001;
    top: 0px;
    right: 30px;
    border: 2px solid #5599a0;
    background: rgb(85, 153, 160);
  }
  .spNav-btn.open {
    border: 2px solid #5599a0;
  }
  .spNav-btn {
    top: 15px;
    right: 15px;
  }
  #nav-toggle {
    height: 60px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #nav-toggle div {
    margin: 20px auto 0;
    position: relative;
    width: 30px;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    zoom: 1;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  #humberger {
    position: absolute;
    height: auto;
    z-index: 100000;
    width: 100%;
    display: block;
  }
  .sp-nav {
    visibility: hidden;
    position: fixed;
    display: block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    transform: translatex(100%);
  }
  .sp-nav__content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 10%;
    right: 0;
  }
  .sp-nav__list {
    width: 100%;
    height: auto;
  }
  .sp-nav__list li a {
    display: block;
    padding: 1.2rem;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.2s;
  }
  .sp-nav__list li a::after {
    position: absolute;
    content: "";
    vertical-align: middle;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 8px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    transition: 0.4;
  }
  .sp-nav__list li:nth-of-type(2) a:after {
    top: 20%;
  }
  .sp-nav__item {
    margin: 0 auto;
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: 500;
    opacity: 0;
    border-bottom: 1px solid #69afb7;
  }
  .sp-nav__child li {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    opacity: 0;
  }
  .sp-nav__child li::before {
    content: "-";
    color: #fff;
    font-size: 2.4rem;
    opacity: 0;
  }
  .pp {
    margin-top: 30px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .pp a {
    color: #fff;
  }
  .open .spNav-btn {
    border: 2px solid #5599a0;
  }
  .open #nav-toggle {
    background: transparent;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    transform: rotate(-135deg);
    zoom: 1;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    transform: rotate(135deg);
    zoom: 1;
  }
  .open .sp-nav {
    z-index: 100000000;
    visibility: visible;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translatex(0%);
    opacity: 1;
    background-color: #5599a0;
  }
  .open .sp-nav__item {
    opacity: 1;
    transform: scaleX(1) translateX(0);
    transition: all 0.5s ease-out 0.3s;
  }
  .open .sp-nav__child li {
    opacity: 1;
  }
  .open .sp-nav__child li::before {
    opacity: 1;
  }
}
/* ====================================================================
layout
==================================================================== */
.c-section {
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-section {
    margin: 0px auto 30px;
  }
}

.inner {
  position: relative;
  margin: 0px auto;
  padding: 5rem 1rem;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 3rem 1rem 2rem;
  }
}

.c-section-sm {
  margin: 0 auto 50px;
}
.c-section-sm .inner {
  padding: 0 1rem;
}

.bg-common {
  background: url(../images/common/bg_img.png) fixed no-repeat right top;
}

.bg-clr {
  position: relative;
  background-color: rgba(228, 239, 239, 0.4);
}

.bg-clr-b {
  position: relative;
  background-color: rgba(230, 223, 205, 0.5);
}

.c-leadBox {
  margin: 0 auto 30px;
  padding: 0;
  max-width: 1200px;
  background-color: #f2efe6;
  border-radius: 10px;
  overflow: hidden;
}
.c-leadBox-ttl {
  padding: 1.5rem 0rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #008897;
}
@media screen and (max-width: 768px) {
  .c-leadBox-ttl {
    padding: 1rem 0rem;
    font-size: 2rem;
    line-height: 24px;
  }
}

.ttl-balloon {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: solid 2px #008897;
  border-radius: 25px;
  padding: 5px 30px;
  margin: 0 auto 30px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  color: #008897;
  font-size: 18px;
  font-weight: 500;
}
.ttl-balloon::before, .ttl-balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ttl-balloon::before {
  border: solid 12px transparent;
  border-top: solid 12px #008897;
}
.ttl-balloon::after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
.ttl-balloon p {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-balloon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
  }
}

/*
    hero
================================*/
.top-fv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-height: 600px) {
  .top-fv {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .top-fv {
    height: auto;
    margin: 0px auto 0;
    padding: 0 1rem;
  }
}

.l-hero {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.l-hero__bg {
  position: absolute;
  left: -35%;
  top: 100px;
  width: 80%;
  height: 65%;
  background: url(../images/common/top-bgimg.png) no-repeat center right;
  background-size: contain;
  z-index: 1;
}
.l-hero__content {
  width: 50%;
  padding: 40px 0;
}
.l-hero__ttl p {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 4rem;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background: #008897;
  font-feature-settings: "palt";
}
.l-hero .btn-wrap {
  width: 300px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .l-hero__bg {
    width: 100%;
    height: 500px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/common/top-bgimg-sp.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
  .l-hero__content {
    width: 100%;
    padding: 150px 0 40px 0;
  }
  .l-hero__ttl {
    margin-bottom: 20%;
  }
  .l-hero__text {
    text-align: center;
  }
  .l-hero .btn-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .l-hero__bg {
    height: 240px;
    top: 60px;
  }
  .l-hero__content {
    padding: 60px 0 40px 0;
  }
  .l-hero__ttl {
    margin-bottom: 25%;
  }
  .l-hero__ttl p {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 30px;
  }
  .l-hero__text {
    font-size: 1.4rem;
  }
  .l-hero .btn {
    margin-top: 20px;
  }
}

/*
    News
================================*/
.p-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
  max-width: 1200px;
  width: auto;
}
.p-news .h2__ttl {
  width: 30%;
  margin-bottom: 20px;
}
.p-news__box {
  width: 70%;
  margin: 0 auto;
  padding: 0px;
}
.p-news dl {
  margin: 0px auto 10px auto;
  padding: 0px 0px 10px 5px;
  width: 100%;
  border-bottom: 1px dotted #a1a1a1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-news dt {
  padding-left: 30px;
  width: 20%;
}
.p-news dd {
  width: 75%;
}
.p-news__link {
  color: #008897;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    flex-direction: column;
  }
  .p-news__box {
    width: 100%;
  }
  .p-news dl {
    margin-top: 10px;
  }
  .p-news dt {
    padding-left: 0;
  }
}

/*
    About
================================*/
.p-about {
  margin-bottom: 0;
}
.p-about__text p {
  margin: 0 auto 30px;
  max-width: 960px;
}

/*
    Philosophy
================================*/
.p-philosophy .inner {
  padding: 0 1rem 5rem;
}
.p-philosophy .h2__ttl {
  width: auto;
  margin-bottom: 20px;
}
.p-philosophy .h2__ttl h2 {
  font-size: 3rem;
  color: #ff8400;
}
.p-philosophy .h2__ttl h2::after {
  content: none;
}
.p-philosophy__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.p-philosophy__item {
  width: 32.1%;
  background-size: contain !important;
}
.p-philosophy__item.philosophy-001 {
  background: url(../images/about-bg01.png) no-repeat center top;
}
.p-philosophy__item.philosophy-002 {
  background: url(../images/about-bg02.png) no-repeat center top;
}
.p-philosophy__item.philosophy-003 {
  background: url(../images/about-bg03.png) no-repeat center top;
}
.p-philosophy__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 40%;
}
.p-philosophy__number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -7px;
  min-width: 65px;
  min-height: 65px;
  margin-right: 15px;
  background: #ff8400;
  border-radius: 50%;
}
.p-philosophy__number span {
  display: flex;
  align-items: center;
  margin-left: -3px;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 36px;
  font-family: "Oswald", sans-serif;
}
.p-philosophy__number span::before {
  content: "#";
  display: inline-block;
  margin-right: 3px;
  margin-left: -3px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 24px;
}
.p-philosophy__name {
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #ff8400;
}
@media screen and (max-width: 960px) {
  .p-philosophy .h2__ttl h2 {
    font-size: 2rem;
  }
  .p-philosophy__list {
    flex-direction: column;
  }
  .p-philosophy__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-philosophy__item:last-child {
    margin-bottom: 0;
  }
}

/*
    Program
================================*/
/* Intro */
.p-program__intro {
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
}
.p-program__intro .is-left {
  width: 20%;
  padding: 2rem;
  text-align: center;
}
.p-program__intro .is-left figure {
  width: 160px;
  margin: 0 auto;
}
.p-program__intro .is-left figure img {
  max-width: 120px;
  max-height: 120px;
}
.p-program__intro .is-left p {
  display: inline-block;
  margin: 20px auto;
  font-size: 2.4rem;
  color: #008897;
  text-align: center;
}
.p-program__intro .is-left p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #008897;
}
.p-program__intro .is-left ul {
  margin: auto;
}
.p-program__intro .is-left ul li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.p-program__intro .is-left ul li::before {
  content: "●";
  font-size: 1.2rem;
  font-weight: 600;
  color: #008897;
  margin-right: 4px;
}
.p-program__intro .is-right {
  width: 80%;
}
.p-program__list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.p-program__list:last-child {
  margin: 0;
}
.p-program__bubble {
  position: relative;
  width: 100%;
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.6rem;
}
.p-program__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 15px;
  height: 20px;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
}
.p-program__content table {
  background-color: #fff;
  width: 100%;
}
.p-program__content table th {
  text-align: left;
  padding: 5px 10px;
}
.p-program__content table th span {
  color: #008897;
  display: block;
}
.p-program__content table td {
  padding: 5px 10px;
}
.p-program__content table td p {
  font-size: 1.4rem;
}
.p-program__content table .box01 {
  border-right: 1px solid #008897;
  color: #008897;
  font-size: 1.6rem;
  width: 10%;
  white-space: nowrap;
}
.p-program__content table .box02 {
  width: 15%;
}
.p-program__content table .box03 {
  align-items: center;
  border-bottom: 3px solid #008897;
  color: #008897;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  padding-bottom: 1px;
  width: 100%;
}
.p-program__content table .box03 ul {
  color: #000;
  font-size: 1.2rem;
}
.p-program__content table .box03 ul li {
  margin: 0 0 3px 0;
}
.p-program__content table .box04 {
  border-bottom: 3px solid #008897;
  color: #008897;
  font-size: 1.6rem;
  padding-bottom: 1px;
  width: 33%;
}
.p-program__content table .box-blank {
  width: 1%;
}
.p-program__content table .is-border__bottom {
  border-bottom: 1px dotted #848484;
  padding-bottom: 10px;
}
.p-program__content table .is-border__right {
  border-right: 1px dotted #848484;
}
.p-program__wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px 0 0;
  padding: 15px 15px 30px;
}
.p-program__ttl {
  margin: 0 0 20px;
  padding: 2rem;
  border-radius: 10px;
  background-color: #008897;
  color: #fff;
  text-align: center;
}
.p-program__data {
  border-left: 5px solid #ebc995;
  padding-left: 8px;
  line-height: 1.2;
}
.p-program__data-role {
  color: #e1a241;
  line-height: 2;
}
.p-program__business {
  border-left: 5px solid #98c8a8;
  padding-left: 8px;
  line-height: 1.2;
}
.p-program__business-role {
  color: #78b58f;
  line-height: 2;
}
.p-program .note {
  font-size: 1.2rem;
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .p-program__intro {
    flex-direction: column;
    padding: 2rem 1.5rem;
  }
  .p-program__intro .is-left {
    width: 100%;
    padding: 0;
  }
  .p-program__intro .is-left p {
    font-size: 1.8rem;
  }
  .p-program__intro .is-right {
    width: 100%;
    margin-top: 30px;
  }
  .p-program__list {
    flex-flow: column;
  }
  .p-program__bubble::before {
    top: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 20px;
    height: 15px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .p-program__wrapper {
    overflow: scroll;
  }
  .p-program__content table {
    min-width: 800px;
  }
}

/* Lesson */
.p-lesson__inner {
  margin: 0 auto;
  padding: 3rem 3rem 1rem;
  width: 100%;
}
.p-lesson__intro {
  margin: 0 auto;
  text-align: center;
}
.p-lesson__note {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-lesson__note li {
  display: flex;
}
.p-lesson__note li::before {
  content: "・";
  position: relative;
  top: -2px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #008897;
}
.p-lesson__list {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-lesson__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 2rem 2rem 8rem;
  width: 49%;
  border-radius: 10px;
  background-color: #fff;
}
.p-lesson__item p {
  margin-bottom: 15px;
}
.p-lesson__item .btn {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}
.p-lesson__ttl {
  margin: 10px 0 20px;
  font-size: 2.6rem;
  color: #008897;
}
.p-lesson__content {
  margin-left: 5px;
}
.p-lesson__content li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1.3em;
}
.p-lesson__content li::before {
  content: "●";
  color: #008897;
  font-weight: 600;
  margin-right: 5px;
}
.p-lesson__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  background: #ecf5f5;
  margin: 20px 0;
}
.p-lesson__detail dt {
  padding: 1.5rem;
  width: 30%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background-color: #54abb5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lesson__detail dd {
  width: 70%;
  padding: 1rem;
}
@media screen and (max-width: 960px) {
  .p-lesson__inner {
    padding: 2rem 1.5rem;
  }
  .p-lesson__list {
    flex-direction: column;
  }
  .p-lesson__item {
    width: 100%;
  }
  .p-lesson__ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .p-lesson__content li {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .p-lesson__detail {
    flex-direction: column;
  }
  .p-lesson__detail dt {
    width: 100%;
  }
  .p-lesson__detail dd {
    width: 100%;
  }
}

/* Schedule */
.p-schedule__wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 15px;
  overflow: scroll;
}
@media screen and (max-width: 960px) {
  .p-schedule__wrapper img {
    min-width: 800px;
  }
}

/* System */
.p-system__content {
  margin: 0 auto;
  padding: 3rem 3rem 1rem;
  width: 100%;
}
.p-system__intro {
  margin: 0 0 30px;
  text-align: center;
}
.p-system__note {
  margin-top: 20px;
}
.p-system__note li {
  display: flex;
  align-items: center;
}
.p-system__note li::before {
  content: "・";
  font-size: 2.4rem;
  font-weight: 600;
  color: #008897;
}
@media screen and (max-width: 960px) {
  .p-system__content {
    padding: 1.5rem 1.5rem 1rem;
  }
  .p-system__intro {
    text-align: left;
  }
  .p-system__note li {
    align-items: flex-start;
  }
  .p-system__note li::before {
    line-height: 1;
  }
}

.p-community {
  margin-bottom: 50px;
}
.p-community__intro {
  margin: 0 0 20px;
  padding: 2rem;
  border-radius: 10px;
  background-color: #008897;
  color: #fff;
  text-align: center;
}
.p-community__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2rem;
}
.p-community__list li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  width: 19.1%;
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.p-community__list li .note {
  display: block;
  font-size: 1.2rem;
}
.p-community__list li figure {
  width: 100px;
  margin: 0 auto 5px;
}
.p-community__list li p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 20px;
  color: #008897;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-community__list li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .p-community__list {
    flex-direction: column;
  }
  .p-community__list li {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .p-community__list li:last-child {
    margin-bottom: 0;
  }
  .p-community__list li figure {
    width: 30%;
  }
  .p-community__list li p {
    width: 70%;
    font-size: 1.4rem;
  }
}

.p-certificate .h2__ttl {
  width: auto;
  margin-bottom: 15px;
}
.p-certificate .h2__ttl h2 {
  color: #008897;
}
.p-certificate .h2__ttl h2::after {
  content: none;
}
.p-certificate__intro {
  margin: 0 0 20px;
  padding: 2rem;
  border-radius: 10px;
  background-color: #008897;
  color: #fff;
  text-align: center;
}
.p-certificate__content {
  margin: 0 auto;
  padding: 3rem 3rem 1rem;
  width: 100%;
}
.p-certificate__list {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-certificate__list li {
  margin: 0 0 20px;
  padding: 2rem;
  width: 48.1%;
  border-radius: 10px;
  background-color: #fff;
}
.p-certificate__item {
  width: 70%;
  padding: 1rem;
}
.p-certificate__ttl {
  font-size: 1.8rem;
  color: #008897;
  font-weight: 500;
}
.p-certificate__content p {
  width: 90%;
  margin: 20px auto;
}
.p-certificate__content p.note {
  font-size: 1.2rem;
  line-height: 18px;
}
.p-certificate__content figure {
  width: 400px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .p-certificate__list {
    flex-direction: column;
  }
  .p-certificate__list li {
    width: 100%;
  }
}

/*
    Program-detail
================================*/
.p-materials__intro {
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-materials__intro {
    text-align: left;
    margin: 30px auto 0;
  }
}

/* PBL */
.p-pbl__ttlWrap {
  position: relative;
  margin: 0 auto 40px;
}
.p-pbl__ttlWrap dl {
  margin: 0 auto 0 0;
}
.p-pbl__ttlWrap dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.p-pbl__ttlWrap dl dt figure {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.p-pbl__ttl {
  width: calc(100% - 130px);
}
.p-pbl__cate {
  margin-bottom: 5px;
  font-size: 2.2rem;
  line-height: 24px;
  color: #008897;
}
.p-pbl__name {
  margin-bottom: 10px;
  font-size: 3.4rem;
  line-height: 42px;
}
.p-pbl__lineup {
  display: flex;
  justify-content: space-evenly;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  width: calc(100% - 10px);
  border: 1px solid #008897;
  padding: 2rem;
  margin: 0 0 0 auto;
}
.p-pbl__lineup::before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "教材テーマ";
  border: 1px solid #008897;
  border-radius: 4px;
  color: #008897;
  background-color: #f5f8f9;
  padding: 1px 10px;
  font-size: 1.2rem;
  z-index: 1;
}
.p-pbl__lineup .p-pbl__term ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.p-pbl__lineup .p-pbl__term ul .term01 {
  width: 33.3%;
}
.p-pbl__lineup .p-pbl__term ul li {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  margin: 0 20px;
  max-width: 220px;
}
.p-pbl__lineup .p-pbl__term ul li figure {
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}
.p-pbl__lineup .p-term_ttl {
  font-size: 18px;
  border-bottom: 1px solid #008897;
  text-align: center;
}
.p-pbl__list {
  display: flex;
  justify-content: space-between;
}
.p-pbl__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 40px 30px;
  width: 32.1%;
  background: #fff;
  border-radius: 5px;
}
.p-pbl__item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 12px transparent;
  border-left: solid 12px #008897;
  border-bottom: solid 12px transparent;
  top: 50%;
  right: -17px;
  margin-top: -6px;
}
.p-pbl__item:last-child::after {
  content: none;
}
.p-pbl__item ul {
  list-style-type: disc;
  margin-left: 1em;
}
.p-pbl__step {
  color: #008897;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.p-pbl__step span {
  display: block;
  font-size: 1.6rem;
  color: #1e1e1e;
}
.p-pbl__text {
  font-size: 1.6rem;
  line-height: 24px;
  margin: 20px 0;
}
.p-pbl__text span {
  font-size: 1.4rem;
}
.p-pbl__flow {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  overflow: hidden;
  background: #008897;
}
.p-pbl__flow li {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33%;
  height: 60px;
}
.p-pbl__flow li::before, .p-pbl__flow li::after {
  position: absolute;
  background: #fff;
  content: "";
  display: block;
  height: 30px;
  width: 2px;
}
.p-pbl__flow li::before {
  right: 0;
  top: 0;
  transform: skew(30deg);
}
.p-pbl__flow li::after {
  right: 0;
  bottom: 0;
  transform: skew(-30deg);
}
.p-pbl__flow li:last-child::before, .p-pbl__flow li:last-child::after {
  content: none;
}
.p-pbl__guide {
  position: relative;
  width: 66%;
  background: rgba(230, 223, 205, 0.5);
  padding: 10px 20px;
  margin-top: 10px;
}
.p-pbl__guide::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(230, 223, 205, 0.5);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  width: 20px;
  height: 15px;
}

#p-pbl-2 .p-pbl__flow li {
  width: 49.1%;
}
#p-pbl-2 .p-pbl__flow .step3 {
  width: 33.1%;
  font-size: 1.2rem;
}

#p-pbl-3 .p-pbl__item {
  width: 23.8%;
}
#p-pbl-3 .p-pbl__flow li {
  width: 49.1%;
}
@media screen and (max-width: 960px) {
  #p-pbl-3 .p-pbl__item {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-pbl__list {
    flex-direction: column;
  }
  .p-pbl__item {
    width: 100%;
    padding: 20px 15px;
  }
  .p-pbl__item::after {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -30px;
    border-top: solid 12px #008897;
    border-left: solid 12px transparent;
    border-bottom: solid 12px transparent;
    border-right: solid 12px transparent;
  }
  .p-pbl__guide {
    width: 100%;
    margin-top: 0;
  }
  .p-pbl__guide::before {
    content: none;
  }
  .p-pbl__lineup .p-pbl__term {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-pbl__lineup .p-pbl__term:last-of-type {
    margin-bottom: 0;
  }
  .p-pbl__lineup .p-pbl__term ul {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .p-pbl__ttlWrap dl dt {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-pbl__ttlWrap dl dt figure {
    width: 50px;
    margin-bottom: 10px;
  }
  .p-pbl__ttl {
    width: 100%;
  }
  .p-pbl__cate {
    margin-bottom: 0px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .p-pbl__name {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 26px;
  }
  .p-pbl__lineup {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-pbl__lineup::before {
    margin-bottom: 6px;
  }
  .p-pbl__text {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .p-pbl__text span {
    font-size: 1.2rem;
  }
  .p-pbl__step {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .p-pbl__step span {
    font-size: 1.4rem;
  }
}

/* 
  Internship
================================*/
.p-internship__image {
  margin: 0 auto 30px;
  padding: 0 1rem;
  max-width: 960px;
}
.p-internship__list {
  position: relative;
  margin: 0 auto 0px;
  padding: 0 1rem;
  max-width: 960px;
  height: auto;
}
.p-internship__list dl {
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #c5dae9;
  border-right: 1px solid #c5dae9;
  border-bottom: none;
  border-left: 1px solid #c5dae9;
}
.p-internship__list dl:last-of-type {
  border-bottom: 1px solid #c5dae9;
}
.p-internship__list dl dt {
  width: 25%;
  padding: 1.5rem;
  font-size: 1.6rem;
  line-height: 30px;
  color: #1e1e1e;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: rgba(223, 249, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-internship__list dl dd {
  width: 75%;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-internship__list dl dd span {
  color: #008897;
}
.p-internship__list dl:nth-child(2n) dt {
  background-color: rgba(208, 243, 247, 0.5) !important;
}
.p-internship__list p {
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  .p-internship__list dl {
    margin: 0;
    padding: 0rem;
    width: 100%;
    flex-wrap: wrap;
  }
  .p-internship__list dl dt {
    width: 100%;
    padding: 1rem;
  }
  .p-internship__list dl dd {
    width: 100%;
    padding: 1rem;
  }
}

/*
    Achievement
================================*/
.p-achievement ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-achievement ul li {
  align-items: center;
  background-color: #fff;
  border: 2px solid #008897;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  padding: 15px;
  width: 24%;
}
.p-achievement ul li figure {
  max-width: 80px;
}
.p-achievement ul li p {
  color: #008897;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-achievement ul li:last-child {
  width: 48%;
}
.p-achievement_ttl {
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 0 10px 0;
  width: 100%;
}
.p-achievement_ttl figure {
  margin-bottom: 10px;
}
.p-achievement .number {
  color: #008897;
  font-family: "Oswald", "Noto Sans Japanese", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
}
.p-achievement .number span {
  font-size: 3rem;
}
.p-achievement .number-online {
  display: flex;
  justify-content: space-around;
}
.p-achievement .online {
  margin: 0 20px;
  text-align: center;
}
.p-achievement__voice {
  text-align: center;
}
.p-achievement__voice a {
  text-decoration: underline;
  color: #008897;
}
@media screen and (max-width: 640px) {
  .p-achievement ul {
    flex-flow: column;
  }
  .p-achievement ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-achievement ul li:last-child {
    width: 100%;
  }
  .p-achievement .online {
    margin: 0 5px;
  }
}

/*
    Evolution
================================*/
.p-evolution__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 24px;
  margin-bottom: 30px;
}
.p-evolution__text span {
  color: #008897;
  font-weight: 500;
}
.p-evolution__list {
  max-width: 960px;
  margin: 0 auto;
}
.p-evolution__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-evolution__item--ttl {
  display: flex;
  justify-content: space-between;
}
.p-evolution__box {
  width: 40%;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 26px;
  word-wrap: break-word;
}
.p-evolution__box.is-center {
  width: 20%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-evolution__box.is-center .p-evolution__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #008897;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.p-evolution__box.is-center .p-evolution__ttl figure {
  width: 45px;
  height: 45px;
  margin: 0 auto 6px;
}
.p-evolution__box.is-center .p-evolution__ttl p {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
.p-evolution__box span {
  color: #008897;
  font-weight: 500;
}
.p-evolution__box--ai-quest {
  border: 2px solid #8cc0cb;
  background-color: #fff;
}
.p-evolution__box--ai-quest span {
  color: #8cc0cb;
}
.p-evolution__box--ai-quest.ttl-balloon {
  color: #8cc0cb;
}
.p-evolution__box--ai-quest.ttl-balloon::before {
  border-top: solid 12px #8cc0cb;
}
.p-evolution__box--dx-quest {
  font-size: 1.7rem;
  line-height: 28px;
  border: 2px solid #008897;
  background-color: #fff;
}
.p-evolution__box--dx-quest p {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .p-evolution__text {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .p-evolution__box {
    width: 43%;
    padding: 2rem 1rem;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .p-evolution__box.is-center {
    width: 14%;
    padding: 0 1rem;
  }
  .p-evolution__box.is-center .p-evolution__ttl {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .p-evolution__box.is-center .p-evolution__ttl p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    align-items: center;
  }
  .p-evolution__box.is-center .p-evolution__ttl figure {
    width: 25px;
    height: 25px;
  }
  .p-evolution__box--dx-quest {
    font-size: 1.6rem;
    line-height: 24px;
  }
}

/*
    Voice
================================*/
.p-voice .inner {
  max-width: 960px;
}
.p-voice__lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.p-voice__lists li {
  width: 45%;
  text-align: center;
}
.p-voice__lists li a {
  color: #008897;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-voice p {
  margin-bottom: 30px;
}
.p-voice p a {
  text-decoration: underline;
}

/*
    Recruit
================================*/
.p-recruit-close {
  font-size: 24px;
  color: #008897;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.p-requirements__content p {
  margin: 0 auto 6px;
}
.p-requirements__content p:last-of-type {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #d8eff1;
}
.p-requirements__course {
  margin: 0 0 15px;
  counter-reset: count 0;
}
.p-requirements__course li {
  position: relative;
  padding-left: 20px;
}
.p-requirements__course li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  color: #008897;
}
.p-requirements__course span {
  color: #008897;
  font-weight: 500;
}
.p-requirements__course ul li {
  list-style-type: disc;
  padding-left: 20px;
  list-style-position: inside;
  text-indent: -20px;
}
.p-requirements__course ul li::before {
  display: none;
}
.p-requirements__flow span {
  color: #008897;
  font-weight: 500;
}
.p-requirements__list {
  list-style-type: disc;
  margin-left: 1em;
  font-size: 1.6rem;
}
.p-requirements__attention li {
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .p-requirements__list {
    font-size: 1.5rem;
  }
}

/*
    FAQ
================================*/
.p-faq {
  background-color: rgba(230, 223, 205, 0.5);
  margin: 0 auto;
}
.p-faq__wrapper {
  max-width: 960px;
  margin: auto;
}
.p-faq__wrapper h3 {
  background-color: #008897;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 15px;
  padding: 5px 20px;
}
.p-faq__lists {
  margin-bottom: 50px;
}
.p-faq__lists dt {
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #008897;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.p-faq__lists dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -10px;
  color: #008897;
  font-size: 3rem;
}
.p-faq__lists dt:hover {
  color: #008897;
}
.p-faq__lists dd {
  display: none;
  margin-bottom: 40px;
  line-height: 1.8;
}
.p-faq__lists dd li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 20px;
}

/*
    Contact
================================*/
.p-contact {
  background: #dff9ff;
}
.p-contact p {
  margin-bottom: 20px;
  text-align: center;
}
.p-contact .p-contact__email {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #008897;
}
.p-contact a.p-contact__link {
  text-decoration: underline;
  color: #008897;
}

/*
    404
================================*/
#error #hero:after {
  display: none;
}
#error #hero:before {
  transform: initial;
  height: 100%;
}
#error .hero-container {
  flex-flow: column;
}
#error h1 {
  font-size: 36px;
}
#error p {
  font-size: 16px;
}
#error a {
  color: #fff;
}
#error ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
#error ul li {
  list-style-type: disc;
  font-size: 16px;
}

/* ====================================================================
footer
==================================================================== */
.footer {
  padding: 30p 0 10px;
  font-size: 1.4rem;
}
.footer .operation {
  width: 100%;
}
.footer .operation dl {
  margin: 0 auto 30px;
}
.footer .operation dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.footer .operation dl dd {
  text-align: center;
}
.footer .operation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .operation ul li {
  margin: 0 15px;
}
.footer .operation img {
  max-height: 25px;
}
.footer .organizer-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.footer .organizer-footer .keisansho {
  max-width: 220px;
}
.footer .organizer-footer .keisansho img {
  width: 100%;
}
.footer .organizer-footer .ipa {
  max-width: 200px;
}
.footer .organizer-footer .ipa img {
  width: 100%;
}
.footer .copy {
  text-align: center;
}

/* ====================================================================
seminar
==================================================================== */
.p-seminar .seminar-fv {
  width: 100%;
  min-height: 50vh;
}
.p-seminar .seminar-hero figure {
  width: 100%;
}
.p-seminar .seminar-hero figure img {
  width: 100%;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.p-seminar .seminar-outline__text {
  text-align: center;
  margin-bottom: 40px;
}
.p-seminar .c-table dl dt {
  width: 20%;
}
.p-seminar .c-table dl dd {
  width: 80%;
}
.p-seminar .seminar-list {
  margin: 0;
  padding: 0;
  counter-reset: count 0;
}
.p-seminar .seminar-list li {
  position: relative;
  padding-left: 25px;
}
.p-seminar .seminar-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  color: #1e1e1e;
  font-size: 12px;
  content: counter(count) " ";
  counter-increment: count 1;
}
.p-seminar .seminar-list li a:hover {
  text-decoration: underline;
  color: #008897;
}
.p-seminar .webinar-link {
  color: #008897;
  word-break: break-all;
  text-decoration: underline;
}