@charset "utf-8";
/*
Theme Name: ojt-pr
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&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,
font,
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 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  background: transparent;
  border: 0;
  outline: 0;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Serif JP", serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a,
a:link {
  color: #231815;
  text-decoration: none;
}
a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #231815;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 600;
}
body.top {
  background-color: #062263;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
p {
  line-height: 2;
}
#container {
  text-align: left;
}
.seminar .inner {
  margin: 16px 16px 0;
  background-color: #fff;
}
main {
  padding: 0 20px 170px;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
iframe {
  max-width: 100%;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  p {
    line-height: 1.75;
  }
  main {
    padding: 0 0 56px;
  }

  .seminar .inner {
    margin: 8px 8px 0;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.header-title {
  font-size: 36px;
}
.header-title a {
  font-weight: 600;
  font-feature-settings: "palt";
  color: #fff;
  letter-spacing: 5px;
}
.headerMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 16px 32px;
  border-bottom: 1px solid rgba(8, 22, 101, 0.2);
}
.headerMenu h1 {
  font-weight: 600;
}
a.headerMenu__logoLink {
  font-size: 19px;
  color: #202d73;
}

.headerMenu__list {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.headerMenu__item a {
  font-weight: 600;
  color: #202d73;
}

.headerMenu__button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 16px;
  border-radius: 5px;
}

.headerMenu__button.-primary {
  color: #fff;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(37, 115, 214) 0%,
    rgb(0, 80, 166) 100%
  );
}

.headerMenu__button.-secondary {
  border: 2px solid #0151a7;
}

.pageHeader__bottom {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 20px auto 0;
}

.pageHeader__actions {
  display: flex;
  align-items: center;
}

.pageHeader__tags {
  display: none;
  box-shadow: 0px 0px 17.43px 3.57px rgb(51 51 51 / 13%);
  width: 85%;
  background-color: #fff;
  margin: 16px auto 0;
}

.pageHeader__tagList {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 24px 8px;
}

.pageHeader__tagItem {
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.pageHeader__tagItem a {
  color: #202d73;
}

.pageHeader__tagItem:not(:last-child) {
  margin-right: 16px;
}

.pageHeader__tagItem img {
  margin-right: 2px;
}

.tagSearch__button {
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-right: 24px;
  height: 41px;
  border: 1px solid #0151a7;
  border-radius: 5px;
  color: #0151a7;
  cursor: pointer;
}

.tagSearch__button.opened .tagSearch__icon {
  transform: rotate(180deg);
}

.tagSearch__icon {
  margin-left: 8px;
  transition: transform 0.1s;
}

.search-form {
  display: flex;
  margin-right: 24px;
}

.search-field {
  position: relative;
}

.search-icon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 8px;
  width: 1.4rem;
}

.search-input {
  padding: 10px 10px 10px 2.2em;
  width: 224px;
  border: 1px solid #d6d7e5;
  border-right: none;
  border-radius: 2px 0 0 2px;
}

.search-input::placeholder {
  color: rgba(32, 45, 115, 0.4);
}

.search-button {
  padding: 0 10px;
  display: inline-block;
  background-color: #0151a7;
  border: 1px solid #0151a7;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0 2px 2px 0;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
}

.logoutButton {
  display: flex;
  align-items: center;
  margin: 0 -6.4vw 0 0;
  font-size: 15px;
  color: #202d73;
}

.logoutButton.category {
  margin: 24px 0 0;
}

.logoutButtonLink {
  display: block;
  min-width: 104px;
}

@media all and (max-width: 896px) {
  #gHeader .hBox {
    margin-left: 24px;
  }
  #gHeader h1 {
    margin-top: 0;
    text-align: center;
  }
  #gHeader h1 img {
    width: 148px;
  }

  a.headerMenu__logoLink {
    font-size: 13px;
  }

  .headerMenu {
    position: relative;
    padding: 0 8px 0 16px;
  }

  .headerMenu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    text-align: center;
    border-radius: 0;
  }

  .headerMenu__item:nth-last-child(2) {
    margin-left: 0;
  }

  .headerMenu__item.-button {
    margin: 0;
  }

  .headerMenu__list {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .headerMenu__item.menu {
    margin-left: 8px;
  }

  .header-title {
    font-size: 20px;
    line-height: 1.7;
  }

  .l-header__trigger,
  .l-header__trigger span {
    box-sizing: border-box;
    display: inline-block;
  }

  .l-header__trigger {
    position: relative;
    width: 46px;
    height: 46px;
  }

  .l-header__trigger span {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 3px;
    background-color: #081665;
    transition: all 0.3s;
  }

  .l-header__trigger span:first-of-type {
    transform: translate(-50%, 15px);
  }

  .l-header__trigger span:nth-of-type(2) {
    top: 52%;
    transform: translate(-50%, -50%);
  }

  .l-header__trigger span:nth-of-type(3) {
    transform: translate(-50%, 30px);
  }

  .l-header__trigger.active span {
    background-color: #fff;
  }

  .l-header__trigger.active span:nth-of-type(1) {
    transform: translate(-12px, 22px) rotate(-45deg);
  }
  .l-header__trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__trigger.active span:nth-of-type(3) {
    transform: translate(-12px, 22px) rotate(45deg);
  }
  .pageHeader__actions {
    flex-direction: column-reverse;
    align-items: end;
    width: 100%;
  }
  .tagSearch__button {
    margin: 16px 6px 0 0;
    height: 32px;
    padding: 0 12px;
  }
  .pageHeader__tags {
    width: 96%;
  }
  .search-field {
    width: 100%;
  }
  .search-input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 8px 8px 2.2em;
  }
  .search-form {
    margin: 24px 6px 0 0;
    width: calc(100% - 11px);
  }
  .search-button {
    min-width: 54px;
  }
  .logoutButton {
    margin-right: 0;
    font-size: 12px;
  }
  .logoutButtonLink {
    min-width: 92px;
  }
  .pageHeader__bottom {
    justify-content: flex-end;
    width: 100%;
  }
  .pageHeader__tagItem img {
    width: 14px;
  }
}
/* pagePath */
#pagePath {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
#pagePath ul {
  display: flex;
  max-width: 1300px;
  margin: 0;
}
#pagePath ul li {
  display: inline-block;
  margin-left: 6px;
  overflow: hidden;
  font-size: 1.3rem;
  color: #2e2e2e;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media all and (min-width: 897px) {
  #pagePath ul a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  position: relative;
  padding: 0 58px 38px;
}
#gFooter a {
  color: #fff;
}
#gFooter .fLogo {
  margin-bottom: 80px;
  text-align: center;
}
#gFooter .fLogo img {
  width: 244px;
}
#gFooter .pagetop {
  position: absolute;
  top: 0;
  right: 39px;
}
#gFooter .copyright {
  font-size: 1.2rem;
  font-style: normal;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
}
#gFooter .link a {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.5px;
}
#gFooter .link {
  margin-bottom: -22px;
}

.seminar #gFooter {
  padding: 60px 16px 24px;
}
.seminar #gFooter .pagetop {
  top: 24px;
}
.seminar #gFooter .fLogo {
  margin-bottom: 32px;
}
.seminar .fLogo a {
  font-size: 26px;
  color: #fff;
  letter-spacing: 3px;
}
@media all and (min-width: 897px) {
  #gFooter .fLogo a:hover,
  #gFooter .link a:hover,
  #gFooter .pagetop a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 0 8px 21px;
  }
  #gFooter .fLogo img {
    width: 123px;
  }
  #gFooter .fLogo {
    margin-bottom: 17px;
  }
  #gFooter .link {
    margin-bottom: 33px;
    text-align: center;
  }
  #gFooter .link a {
    font-size: 1rem;
  }
  #gFooter .pagetop {
    top: 0;
    top: -6px;
    right: 28px;
    width: 26px;
  }
  #gFooter .copyright {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .seminar .fLogo a {
    font-size: 16px;
  }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* fixBtnUl */
.fixBtnUl {
  position: fixed;
  top: 50%;
  right: 8px;
  z-index: 1000;
  transform: translateY(-50%);
}
.fixBtnUl li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 104px;
  overflow: hidden;
  color: #062263 !important;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 17.43px 3.57px rgb(51 51 51 / 13%);
}
.fixBtnUl li:not(:first-child) a {
  margin-top: 16px;
}
.fixBtn-label {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600 !important;
  letter-spacing: 0.1rem;
}
.fixBtn-label.hasMarginTop {
  margin-top: 6px;
}
@media all and (min-width: 897px) {
  .fixBtnUl a:hover::before {
    opacity: 1;
  }
}
@media all and (max-width: 896px) {
  .fixBtnUl {
    display: none !important;
  }
}
/* comBtnUl */
.comBtnUl {
  display: flex;
  flex-wrap: wrap;
  max-width: 820px;
  justify-content: center;
  margin: 0 auto;
  gap: 0 16px;
}
.comBtnUl li {
  width: calc(50% - 8px);
}
.comBtnUl li:nth-child(n + 3) {
  margin-top: 16px;
}
.comBtnUl a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 15px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #062263;
  letter-spacing: 2.5px;
  background-color: #fff;
  border: 1px solid #062263;
  border-radius: 20px;
}
.comBtnUl a img {
  display: inline-block;
  margin-right: 15px;
}
.comBtnUl a::after {
  display: flex;
  min-width: 10px;
  height: 20px;
  margin: 2px 0 0 15px;
  content: "";
  background: url(img/common/angle-right.svg) no-repeat;
  background-size: cover;
}
.comBtn-inner {
  display: flex;
  align-items: center;
}
@media all and (min-width: 897px) {
  .comBtnUl a:hover::before {
    opacity: 1;
  }
}
@media all and (max-width: 896px) {
  .comBtnUl {
    display: block;
  }
  .comBtnUl li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .comBtnUl a {
    box-sizing: border-box;
    justify-content: space-between;
    padding-left: 8%;
    width: 85%;
    margin: 0 auto;
    font-size: 1.7rem;
    border: 1px solid #fff !important;
    border-radius: 17px !important;
  }
  .comBtnUl a img {
    width: 38px;
    margin-right: 0;
  }
  .comBtnUl a {
    height: 102px;
  }
  .comBtn-icon {
    min-width: 42px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
  }
  .comBtnUl .icon-book img {
    width: 28px;
  }
  .comBtnUl .icon-slack img {
    width: 34px;
  }
  .comBtnUl .icon-handshake img {
    width: 42px;
  }
  .comBtnUl .icon-calendar img {
    width: 32px;
  }
  .comBtnUl a::after {
    right: 10px;
    width: 8px;
    height: 14px;
    margin-top: 4px;
    background-size: 8px auto;
  }
}
@media all and (max-width: 599px) {
  .comBtnUl a {
    padding: 0 8%;
  }
}
@media all and (max-width: 374px) {
  .comBtnUl a {
    max-width: 260px;
    padding: 14px 32px 13px 40px;
    font-size: 1.45rem;
  }
  .comBtnUl li:last-child a {
    padding-left: 40px;
  }
  .comBtnUl li:last-child img {
    width: 34px;
  }
  .comBtnUl a img {
    width: 34px;
  }
}
/* content */
.content {
  box-sizing: border-box;
  width: 85%;
  max-width: 1300px;
  padding: 56px 0;
  margin: 48px auto 0;
  background-color: #fff;
  box-shadow: 0px 0px 17.43px 3.57px rgb(51 51 51 / 13%);
}
@media all and (max-width: 896px) {
  .content {
    padding: 35px 0 31px;
    margin: 64px 19px 0;
  }
}
/* comBox */
.comBox {
  max-width: 960px;
  margin: 0 auto;
}
@media all and (min-width: 897px) {
  .comBox {
    padding: 0 15px;
  }
}
/* minTxt */
.minTxt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.6;
  color: #062262;
  text-align: center;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .minTxt {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
  }
}
/* wrapper */
@media all and (max-width: 896px) {
  .wrapper {
    display: block;
  }
}
/* #conts */
#conts {
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  #conts {
    width: auto;
    padding: 0;
  }
}
#sideBar {
  width: 20.5%;
  min-width: 200px;
}
#sideBar .sideUl li {
  position: relative;
  margin-bottom: 22px;
}
#sideBar .sideUl li::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 102%;
  height: 85px;
  content: "";
  background: url(img/common/bg03.png) no-repeat center top;
  background-size: 100% 85px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#sideBar .sideUl li:last-child {
  margin-bottom: 0;
}
#sideBar .sideUl a {
  position: relative;
  z-index: 10;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background: url(img/common/bg01.jpg) no-repeat left top;
  background-size: cover;
}
#sideBar .sideUl a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sideBar .sideUl .on a::after {
  opacity: 1;
}
#sideBar .sideUl span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  padding: 0 5px;
  text-align: center;
}
@media all and (min-width: 897px) {
  #sideBar .sideUl a:hover:after {
    opacity: 1;
  }
  #sideBar {
    display: block !important;
  }
}
@media all and (max-width: 896px) {
  #sideBar {
    display: none;
  }
}
/* comList */
.comList > li {
  padding-bottom: 45px;
  margin-bottom: 38px;
  border-bottom: 1px solid #b9a869;
}
.comList > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.comList a {
  display: block;
}
.comList .imgBox {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0 13px;
}
.comList .imgBox .photo {
  position: relative;
  width: 32%;
  background: url(img/seminar/img.jpg) no-repeat left center;
  background-size: cover;
}
.comList .imgBox .photo::after {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 55.94%;
  content: "";
}
.comList .imgBox .photo .lable {
  position: absolute;
  top: -4px;
  left: -11px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 61px;
  padding: 1px 7px 1px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: top;
  background: url(img/common/bg02.jpg) no-repeat left top;
  background-size: cover;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.comList .imgBox .textBox {
  flex: 1;
  margin: -2px 0 0 7.6%;
}
.comList p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}
.comList .ttl span {
  display: inline-block;
}
.comList .ttl .bold {
  font-size: 1.7rem;
  line-height: 1;
}
.comList dl {
  margin-top: 12px;
  font-size: 1.3rem;
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.comList dl dt {
  float: left;
}
.comList dl dd {
  padding: 0 0 0 8.5rem;
}
.comList dl li {
  padding-left: 0.6em;
  margin-bottom: 6px;
  text-indent: -0.6em;
  letter-spacing: 1.8px;
}
.comList dl li:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 897px) {
  .comList a:hover {
    opacity: 0.7;
  }
  .comList .imgBox .textBox {
    display: block !important;
  }
}
@media all and (max-width: 896px) {
  .comList .imgBox .textBox {
    display: none;
  }
  .comList .imgBox .photo {
    width: auto;
  }
  .comList .imgBox {
    display: block;
    padding: 0;
    margin: 0 -2px;
    letter-spacing: 1.5px;
  }
  .comList .imgBox .photo .lable {
    left: -3px;
    min-width: 55px;
    padding: 0 7px 1px;
    font-size: 1rem;
  }
  .comList > li {
    padding-bottom: 20px;
    margin-bottom: 23px;
  }
}
/* headline01 */
.headline01 {
  margin-bottom: 37px;
  font-size: 2.8rem;
  color: #062262;
  text-align: center;
  letter-spacing: 4.5px;
}
@media all and (max-width: 896px) {
  .headline01 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    letter-spacing: 2.5px;
  }
}
/* headline02 */
.headline02 {
  box-sizing: border-box;
  padding: 16px 0;
  margin: 0 0 36px 0;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
  background-color: #c7a44b;
  border-radius: 5px;
}
.headline02 span {
  color: #fff;
}
.headline02-small {
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .headline02 {
    padding: 12px 0;
    margin: 0 0 24px 0;
    font-size: 1.7rem;
  }
  .headline02 span {
    padding: 4px 5px 6px;
  }
  .headline02-small {
    font-size: 1.5rem;
  }
}
/* headline03 */
.headline03 {
  padding-bottom: 2px;
  margin-bottom: 28px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #202d73;
  letter-spacing: 3px;
  border-bottom: 2px solid #202d73;
}

@media all and (max-width: 896px) {
  .headline03 {
    margin-bottom: 17px;
    font-size: 1.6rem;
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
  }

  .detailBox ul {
    padding: 16px;
    font-size: 15px;
  }
}
/* wordpress */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}
a.nolink,
a.nolink:hover {
  pointer-events: none;
  cursor: default;
  opacity: 1;
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.top .headerBox {
  padding: 140px 0 192px;
  background: url(./img/index/main_img.jpg) no-repeat center bottom;
  background-size: 2560px auto;
}
.top .headerBox.alumni {
  padding: 185px 0 60px;
}
.top .headerBox .innerBox {
  max-width: 1000px;
  padding: 0 136px;
  margin: 0 auto;
}
.top .headerBox h2,
.top .headerBox h1 {
  margin-bottom: 80px;
  text-align: center;
}
.top .headerBox h2 {
  margin-bottom: 132px;
}
.top .content {
  margin-top: -51px;
}
.top .topBox {
  margin: 100px auto 97px;
}
.top .topBox .minTxt {
  margin-bottom: 69px;
}
.top .topBox .movie {
  width: 745px;
  margin: 0 auto;
  font-size: 0;
}
.top .topBox .movie iframe {
  width: 100%;
  height: 420px;
}
.top .futureBox {
  padding: 50px 0 43px;
  margin: 0 0 99px;
  background: url(img/index/future_bg.jpg) no-repeat left top;
  background-size: cover;
}
.top .futureBox h2 {
  margin-bottom: 38px;
  font-size: 1.3rem;
  color: #062164;
  text-align: center;
  letter-spacing: 2px;
}
.top .futureBox .minTxt {
  margin-bottom: 28px;
  font-size: 1.4rem;
  line-height: 2;
}
.top .futureBox .minTxt:last-child {
  margin-bottom: 0;
}
.top .typeBox .listUl > li {
  padding: 35px 68px 45px;
  margin-bottom: 45px;
  background-color: #f3f7fa;
  border-radius: 25px;
}
.top .typeBox .listUl > li:last-child {
  margin-bottom: 0;
}
.top .typeBox .listUl h3 {
  margin-bottom: 31px;
  font-size: 2.5rem;
  color: #947c2e;
  letter-spacing: 4px;
}
.top .typeBox .listUl h4 {
  margin-bottom: 12px;
  font-size: 2rem;
  color: #062262;
}
.top .typeBox .listUl p {
  font-weight: bold;
}
.top .typeBox .listUl .indentUl {
  padding: 20px 0;
  font-size: 1.4rem;
}
.top .typeBox .listUl .indentUl li {
  padding-left: 1em;
  margin-bottom: 8px;
  text-indent: -1em;
}
.top .typeBox .listUl .sizeTxt {
  font-size: 1.3rem;
}
.top .typeBox .listUl p + h4 {
  margin-top: 31px;
  letter-spacing: 2px;
}
a.btn-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #062263;
  box-shadow: 1px 4px 4px #ccc;
  padding: 14px 0;
  margin-top: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
}
a.btn-fill::after {
  position: absolute;
  min-width: 10px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  content: "";
  background: #fff;
  mask: url("img/common/angle-right.svg") no-repeat center center / contain;
  -webkit-mask: url("img/common/angle-right.svg") no-repeat center center /
    contain;
}
.book-icon {
  width: 26px;
  height: 19px;
  margin-right: 8px;
  background: #fff;
  mask: url("img/common/book.svg") no-repeat center center / contain;
  -webkit-mask: url("img/common/book.svg") no-repeat center center / contain;
}
.handshake-icon {
  width: 42px;
  height: 20px;
  margin-right: 8px;
  background: #fff;
  mask: url("img/common/handshake.svg") no-repeat center center / contain;
  -webkit-mask: url("img/common/handshake.svg") no-repeat center center /
    contain;
}
.typeBox__paragraph:not(:first-of-type) {
  margin-top: 16px;
}
.top .typeBox .btn02 a {
  padding: 16px 50px 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}
.top .typeBox .btn02::before {
  bottom: -44px;
  left: -20px;
  height: 132px;
  background-image: url(img/index/shadow_img02.png);
}
.top .typeBox .btn02 a::before {
  background-image: url(img/common/icon03.png);
}
.top .typeBox .btn02 a {
  background-image: -webkit-linear-g radien
    t(left, #91bbe5, #1e72ca, #afce ec 77%, #3d85d1);
  background-image: linear-gradient(
    40deg,
    #91bbe5,
    #1e72ca,
    #afceec 77%,
    #3d85d1
  );
}
.top .typeBox .btn02 a::after {
  background-image: -webkit-linear-g radien
    t(left, #1e72ca, #afce ec 30%, #2476 cb 54%, #91bbe5);
  background-image: linear-gradient(
    40deg,
    #1e72ca,
    #afceec 30%,
    #2476cb 54%,
    #91bbe5
  );
}
.top .typeBox .btn03 a {
  padding: 18px 50px 22px;
  font-size: 2rem;
  background: #495d8e;
}
.top .typeBox .btn03 a::after {
  background: #062164;
}
.top .typeBox .btn04 a {
  color: #231815;

  background-image: -webkit-linear-g radien
    t(left, #fffde9, #cfc6b1, #e7e6e4, #dfdb c4 74%, #fffde9);
  background-image: linear-gradient(
    40deg,
    #fffde9,
    #cfc6b1,
    #e7e6e4,
    #dfdbc4 74%,
    #fffde9
  );
}
.top .typeBox .btn04 a::after {
  background-image: -webkit-linear-g radien
    t(left, #ebecee, #fbf9 ea 30%, #e3dc d2 54%, #f2f2f0, #e0dec5);
  background-image: linear-gradient(
    40deg,
    #ebecee,
    #fbf9ea 30%,
    #e3dcd2 54%,
    #f2f2f0,
    #e0dec5
  );
}
.top .typeBox .mailTxt {
  margin-top: 20px;
  line-height: 1.2;
  text-align: center;
}
.top .typeBox .mailTxt a {
  font-size: 2.8rem;
  font-weight: bold;
  color: #bcab69;
  text-decoration: underline;
}
.top .typeBox {
  margin-bottom: 46px;
}
.top .schoolBox {
  padding: 36px 52px 41px;
  background-color: #f3f7fa;
  border: 1px solid #000;
}
.top .schoolBox .headline01 {
  margin-bottom: 22px;
  font-size: 2.5rem;
}
.top .schoolBox p {
  margin-bottom: 36px;
  font-weight: bold;
  text-align: center;
}
.top .schoolBox .listUl {
  display: flex;
  margin-right: -20px;
}
.top .schoolBox .listUl li {
  width: 207px;
  margin-right: 7px;
}
.top .schoolBox .listUl li:last-child {
  margin-right: 0;
}
@media all and (min-width: 897px) {
  .top .typeBox .btn a:hover:after {
    opacity: 0;
  }
  .top .typeBox .btn a:hover {
    color: #595757;
  }
  .top .typeBox .mailTxt a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 896px) {
  .top .headerBox {
    padding: 24.8% 0 23.5%;
    margin: 0;
    background-image: url(./img/index/sp_main_img.jpg);
    background-position: center bottom;
    background-size: cover;
  }
  .top .headerBox.alumni {
    padding: 90px 0 48px;
  }
  .top .headerBox h1 img {
    width: 280px;
  }
  .top .headerBox h1 {
    margin-bottom: 98px;
  }
  .top .headerBox h2 img {
    width: 100%;
    max-width: 292px;
  }
  .top .headerBox h2 {
    margin-bottom: 81px;
  }
  .top .content {
    margin: -4.5% auto 0;
  }
  .content.alumni {
    width: 100%;
    padding: 35px 20px 60px;
    margin: 64px 0 0;
  }
  .top .topBox .minTxt {
    margin: 0 -10px 30px;
    line-height: 2.35;
  }
  .top .topBox .movie {
    position: relative;
    width: auto;
    padding-bottom: 50%;
    margin: 0 17px;
  }
  .top .topBox .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top .topBox {
    margin-top: 48px;
    margin-bottom: 47px;
  }
  .top .futureBox {
    padding: 39px 0 32px;
    margin: 0 0 36px;
  }
  .top .futureBox h2 {
    margin-bottom: 24px;
    font-size: 0.9rem;
    font-style: italic;
    letter-spacing: 0.8px;
  }
  .top .futureBox .minTxt {
    margin-bottom: 24px;
    font-size: 1.2rem;
  }
  .top .typeBox .listUl h3 {
    margin-bottom: 16px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .top .typeBox .listUl > li {
    padding: 20px 15px 26px;
    margin-bottom: 28px;
    border-radius: 10px;
  }
  .top .typeBox .listUl .indentUl {
    font-size: 1.2rem;
  }
  .top .typeBox .listUl h4 {
    font-size: 1.4rem;
  }
  .top .typeBox .listUl p + h4 {
    margin-top: 28px;
    letter-spacing: 1px;
  }
  .top .typeBox .listUl .sizeTxt {
    font-size: 1.1rem;
  }
  .top .typeBox .btn {
    margin: 16px -15px 0;
  }
  .top .typeBox .btn a {
    padding: 16px 20px 10px;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .top .typeBox .btn a::before {
    right: 25px;
    right: 8px;
    width: 7px;
    height: 9px;
    margin-top: -3px;
    background-size: 7px auto;
  }
  .top .typeBox .btn::before {
    bottom: -19px;
    left: -2%;
    width: 104%;
    height: 64px;
    background-size: 100% 64px;
  }
  .top .typeBox .imgBox {
    display: block;
  }
  .top .typeBox .imgBox .photo {
    width: auto;
    max-width: 156px;
    margin: 11px auto 0;
  }
  .top .typeBox .imgBox dl {
    font-size: 1.15rem;
    line-height: 1.82;
  }
  .top .typeBox .listUl li:nth-child(5) p + h4 {
    margin: 21px 0 12px;
  }
  .top .typeBox .imgBox dl dd {
    padding-bottom: 2px;
  }
  .top .typeBox .mailTxt a {
    font-size: 1.6rem;
  }
  .top .schoolBox .headline01 {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
  .top .schoolBox .listUl {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -18px -5px 0 0;
  }
  .top .schoolBox .listUl li {
    width: 49.2%;
    margin: 18px 0 0 0;
  }
  .top .typeBox {
    margin-bottom: 27px;
  }
  .top .schoolBox {
    padding: 18px 10px 22px;
  }
  .top .schoolBox p {
    margin-bottom: 17px;
  }
  a.btn-fill {
    font-size: 1.2rem;
  }
  a.btn-fill::after {
    right: 16px;
    height: 16px;
  }
  .book-icon {
    width: 13px;
    height: 15px;
    margin-right: 12px;
  }
  .handshake-icon {
    width: 20px;
    height: 16px;
    margin-right: 12px;
  }
}
@media (max-width: 896px) {
  .top .headerBox .innerBox {
    padding: 0;
  }
}
@media all and (min-width: 500px) and (max-width: 896px) {
  .top .headerBox {
    padding: 12.8% 26px 13.5%;
  }
}
@media all and (max-width: 374px) {
  .top .topBox .minTxt {
    font-size: 1.2rem;
  }
  .top .topBox .movie {
    margin: 0 10px;
  }
}

.seminar {
  background-color: #202d73;
}

.seminar main {
  padding: 0 20px 100px;
}

.seminar .seminarBox {
  max-width: 800px;
  margin: 0 auto;
}
.seminar .detailBox {
  padding-top: 5px;
}
.seminar .detailBox iframe {
  width: 100%;
  height: 406px;
  margin-bottom: 42px;
}
.seminar .detailBox p {
  margin-bottom: 24px;
  line-height: 1.73;
}

.contentBox {
  margin-bottom: 40px;
}

.contentBox a {
  color: #202d73;
  text-decoration: underline;
}

.seminar .related-movie-wrapper {
  padding: 24px;
  border: 2px solid #202d73;
}

.seminar .related-movie-heading,
.seminar .recommend-heading {
  padding-bottom: 4px;
  margin-bottom: 24px;
  font-size: 20px;
  color: #202d73;
  letter-spacing: 2px;
  border-bottom: 1px solid #202d73;
}

.seminar .related-movie-wrapper p,
.seminar .recommend-wrapper p {
  margin-bottom: 8px;
}

.seminar .related-movie-wrapper a,
.seminar .recommend-wrapper a {
  color: #202d73;
  text-decoration: underline;
}

.seminar .recommend-wrapper {
  padding: 24px;
  margin: 40px 0 32px;
  background-color: #dee0ea;
}

.seminar mark {
  background: linear-gradient(transparent 70%, #1f6ed7 0%);
}

.single-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.single-tag-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.single-tag-item img {
  margin-right: 2px;
}

.single-tag-item:not(:last-child) {
  margin-right: 16px;
}

.single-tag-item a {
  color: #202d73;
}

@media all and (max-width: 896px) {
  .seminar .content {
    width: 96%;
    margin: 40px auto 0;
  }
  .seminar .detailBox iframe {
    height: 260px;
  }

  .seminar main {
    padding: 0 20px 64px;
  }

  .seminar .seminarBox {
    width: 94%;
  }

  .contentBox {
    margin-bottom: 24px;
  }

  .seminar .related-movie-wrapper {
    padding: 16px;
  }

  .seminar .recommend-wrapper {
    padding: 16px;
    margin: 24px 0 16px;
  }

  .seminar .related-movie-heading,
  .seminar .recommend-heading {
    padding-bottom: 2px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .single-tag-item img {
    margin-right: 1px;
    width: 14px;
  }
}

.returnBtn {
  margin-top: 64px;
  line-height: 1;
  text-align: center;
}
.returnBtn a {
  display: inline-block;
  padding: 12px 36px;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.5px;
  letter-spacing: 2px;
  background-image: -moz-linear-gradient(
    178deg,
    rgb(35, 109, 207) 0%,
    rgb(7, 23, 101) 100%
  );
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(35, 109, 207) 0%,
    rgb(7, 23, 101) 100%
  );
  border-radius: 5px;
  box-shadow: 0px 0px 3.95px 1.05px rgba(0, 0, 0, 0.21);
}
.returnBtn span {
  display: inline-block;
  margin: 0 8px;
}
@media all and (min-width: 897px) {
  .returnBtn a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .returnBtn {
    margin-top: 40px;
  }

  .returnBtn a {
    padding: 12px 16px;
    font-size: 1.3rem;
  }
}

.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: url(img/common/menu_bg.jpg) no-repeat left top;
  background-size: 100% 100%;
}
.menuBox .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.menuBox .innerBox {
  padding: 50px 10px 60px;
}
.menuBox a {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.5px;
}
.menuBox .naviUl li {
  margin-bottom: 21px;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
  transform: translate(0%, 100%) rotateY(-30deg) rotateX(-45deg);
}
.menuBox.open .naviUl li {
  opacity: 1;
  transform: translate(0%, 0%) rotateY(0) rotateX(0);
}
.menuBox .naviUl li.logo {
  opacity: 1;
  transition-delay: 0 !important;
  transform: translate(0%, 0%) rotateY(0) rotateX(0);
}
.menuBox .naviUl li:last-child {
  margin-bottom: 0;
}
.menuBox .naviUl img {
  display: inline-block;
  width: 33px;
  margin: -4px 11px 0 0;
  vertical-align: middle;
}

/* ---------
トップニュース
---------- */
.topHeading {
  font-size: 2.8rem;
  font-weight: 600;
  color: #062263;
  text-align: center;
  letter-spacing: 4.5px;
}

.home__news {
  margin-bottom: 100px;
}

.home__newsList {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0;
}

.home__newsItem {
  padding-bottom: 12px;
  padding-left: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(6, 34, 99, 0.2);
}

.home__newsTitle {
  margin-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home__newsTitle a {
  color: #231815;
}

.home__newsLink {
  margin-top: 40px;
  text-align: center;
}

a.home__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  padding: 0 80px;
  margin: 24px auto 0;
  font-size: 1.6rem;
  color: #fff;
  background-color: #062263;
  box-shadow: 1px 4px 4px #ccc;
  letter-spacing: 0.1em;
}

a.home__btn:hover {
  cursor: pointer;
}

a.home__btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  min-width: 10px;
  height: 20px;
  content: "";
  transform: translateY(-50%);
  background: #fff;
  mask: url("img/common/angle-right.svg") no-repeat center center / contain;
  -webkit-mask: url("img/common/angle-right.svg") no-repeat center center /
    contain;
}

.archive__article {
  display: flex;
}

@media all and (max-width: 896px) {
  .topHeading {
    font-size: 1.6rem;
    letter-spacing: 2.5px;
  }

  .home__news {
    margin-bottom: 64px;
  }

  .home__newsList {
    margin: 16px auto 0;
  }

  .home__newsItem {
    padding-left: 0;
  }

  .home__newsLink {
    margin-top: 32px;
  }

  .archive__article {
    flex-direction: column;
  }

  .home__newsTitle {
    margin: 4px 0 0 0;
  }

  a.home__btn {
    width: 70%;
    padding: 0;
    font-size: 1.5rem;
  }

  a.home__btn::after {
    right: 16px;
    height: 16px;
  }
}

/* ---------
MEW マーク
---------- */
.category-title-block {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.post-headline {
  font-size: 2.4rem;
  color: #917c2e;
  letter-spacing: 3.5px;
}

.cat-article-tag {
  padding: 2px 14px;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
}

.cat-article-tag:not(:first-of-type) {
  margin-left: 6px;
}

.cat-article-tag.new {
  color: #917c2e;
  border: 1px solid #917c2e;
}

.cat-article-tag.important {
  color: #b50007;
  border: 1px solid #b50007;
}

.cat-article-tag.recommend {
  color: #062263;
  border: 1px solid #062263;
}

.news-article-list {
  margin-top: 64px;
}

.news-article-item {
  padding-bottom: 12px;
  padding-left: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(6, 34, 99, 0.2);
}

/* ---------
ログインページ
---------- */
.login-wrapper .um-field-checkbox:not(.um-field) {
  margin-bottom: 16px;
}

/* ---------
Entry ページ
---------- */
.entry main {
  padding-bottom: 24px;
}

.entry-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 48px auto 0;
}

.entry-header {
  font-size: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
}

.entry-header-small {
  display: block;
  margin: 8px 0 0;
  font-size: 24px;
  letter-spacing: 8px;
}

.entry-lead {
  margin: 40px 0 0;
  color: #fff;
}

.entry-lead a {
  color: #fff;
  text-decoration: underline;
}

.entry-form-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 64px 0 40px;
  margin: 40px auto 0;
  background-color: #fff;
  border-radius: 16px;
}

.entry-form-wrapper .um-field-area .um-field-error {
  padding: 0;
  margin-top: 6px;
  color: #b50007;
  background-color: transparent;
}

.entry-form-wrapper .um-field-arrow {
  display: none;
}

.entry-form {
  width: 60%;
}

.entry-form-block {
  display: flex;
  align-items: center;
}

.entry-form-block:not(:first-of-type) {
  margin-top: 12px;
}

.entry-form-wrapper .um input[type="submit"].um-button {
  position: relative;
  display: block;
  width: 180px;
  padding: 8px 0;
  margin: 24px auto 0;
  font-size: 18px;
  color: #000;
  letter-spacing: 2px;

  background-image: linear-gradient(
    118deg,
    rgb(201, 182, 112) 0%,
    rgb(240, 236, 207) 100%
  );
  border: none;
}

@media all and (max-width: 896px) {
  .entry-wrapper {
    padding: 0 16px;
  }

  .entry-wrapper * {
    box-sizing: border-box;
  }

  .entry-header {
    font-size: 32px;
  }

  .entry-header-small {
    margin: 6px 0 0;
    font-size: 20px;
    letter-spacing: 6px;
  }

  .entry-form-wrapper {
    padding: 16px 0 0;
    margin: 24px auto 0;
  }

  .um-6.um {
    width: 86%;
  }

  .entry-form-submit {
    margin: 32px auto 0;
  }
}

/* ---------
footer
---------- */

.footer-linksList {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 14px;
}

.footer-linksItem:not(:first-child) {
  margin-left: 32px;
}

.footer-linksItem a {
  color: #fff;
}

@media all and (max-width: 896px) {
  .footer-linksList {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 24px;
    font-size: 13px;
  }

  .footer-linksItem {
    width: 48%;
    margin-top: 8px;
    font-size: 12px;
  }

  .footer-linksItem:not(:first-child) {
    margin-left: 0;
  }
}

/* ---------
ページテンプレート
---------- */
#page-conts {
  position: relative;
  z-index: 10;
  padding: 64px 40px;
  background-color: #fff;
  border-radius: 60px;
}

#page-conts h1 {
  margin-bottom: 24px;
  font-size: 28px;
}

#page-conts h2 {
  padding-bottom: 6px;
  margin: 32px 0 16px;
  font-size: 22px;
  border-bottom: 1px solid #acacac;
}

#page-conts ol {
  padding-left: 1em;
  list-style: decimal;
}

#page-conts li,
#page-conts p {
  line-height: 1.7;
}

#page-conts .-right {
  margin-top: 16px;
  text-align: right;
}

@media all and (max-width: 896px) {
  #page-conts {
    box-sizing: border-box;
    width: 90%;
    padding: 32px 24px;
    margin: 0 auto;
    border-radius: 16px;
  }

  #page-conts h1 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  #page-conts h2 {
    padding-bottom: 4px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}

/* ---------
利用規約ページ
---------- */

.page-inner {
  max-width: 1300px;
  padding: 78px 15px 75px;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 19px 22px 45px rgb(0 0 0 / 30%);
}

.page-title {
  font-size: 24px;
  font-size: 2.8rem;
  color: #062263;
  text-align: center;
  letter-spacing: 4.5px;
}

@media all and (max-width: 896px) {
  .page-inner {
    padding: 35px 10px 31px;
    margin: 1% 19px 0;
    border-radius: 20px;
  }

  .page-title {
    font-size: 1.6rem;
    letter-spacing: 2.5px;
  }
}

.logout__userIcon {
  width: 24px;
  margin-right: 8px;
}

.logoutBtnWrapper {
  position: absolute;
  top: 16px;
  right: 24px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
}

.logoutBtnIcon {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

a.logoutBtn {
  font-size: 12px;
  color: #fff;
  transition: opacity 0.2s;
}

a.logoutBtn:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media all and (max-width: 896px) {
  .logoutBtnWrapper {
    right: 8px;
    padding: 4px 12px;
    border-radius: 6px;
  }

  .logoutBtnWrapper.-lower_page {
    display: none;
  }

  a.logoutBtn {
    font-size: 10px;
  }

  .logout__userIcon {
    width: 22px;
    margin-right: 4px;
  }
}

.category-index {
  z-index: 10;
  width: 85%;
  margin: 100px auto 0;
  background-color: #fff;
}

.category-index.alumni {
  margin: 8px auto 0;
}

.category-index-number {
  position: absolute;
  top: -72px;
  left: 50%;
  font-size: 80px;
  color: #c7a44b;
  transform: translateX(-50%);
}

.category-index-inner {
  display: flex;
  gap: 24px;
}

.category-index-inner.-tripleCol {
  margin-top: 80px;
}

.category-index-item {
  box-sizing: border-box;
  position: relative;
  padding: 40px 60px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 17.43px 3.57px rgba(51, 51, 51, 0.13);
}

.category-index-item-container.-doubleCol {
  flex-basis: calc(66.66% - 12px);
}

.category-index-item-container.-singleCol {
  display: flex;
  gap: 72px;
  flex-direction: column;
  flex-basis: calc(33.33% - 12px);
}

.category-index-item.-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 22px;
}

.category-index-item.-small .category-index-btn {
  margin: 32px auto 0;
}

.category-index-item.-small .category-index-photo-list {
  margin-top: 24px;
}

.category-index-heading {
  font-size: 28px;
  font-weight: 600;
  color: #202d73;
  text-align: center;
  letter-spacing: 1px;
}

.category-index-en {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  color: #c7a44b;
  text-align: center;
  letter-spacing: 3px;
}

.category-index-paragraph {
  margin-top: 24px;
  color: #333;
  text-align: justify;
}

.category-index.alumni .category-index-paragraph {
  text-align: center;
}

.category-index-paragraph.-center {
  text-align: center;
}

.category-index-item-paragraph-wrapper {
  width: 98%;
  margin: 0 auto;
}

.category-index-caution-list {
  margin-top: 8px;
  color: #333;
}

.category-index-caution-item {
  padding-left: 1em;
  margin-top: 4px;
  font-size: 1.2rem;
  text-indent: -1em;
}

.category-index-photo-list {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.category-index-photo-item:not(:first-child) {
  margin-left: 2%;
}

.category-index-photo-list img {
  width: 100%;
  height: min(12.5vw, 180px);
  box-shadow: 0px 0px 17.43px 3.57px rgba(51, 51, 51, 0.13);
  object-fit: cover;
}

.category-index-label {
  background-color: #c7a44b;
  color: #fff;
  position: absolute;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  left: 20px;
  top: -20px;
}

.latest-article-date {
  display: inline-block;
  padding-bottom: 2px;
  margin-left: 32px;
  font-size: 14px;
  color: #062263;
  border-bottom: 1px solid #062263;
}

a.category-index-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 58px;
  margin: 40px auto 0;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 1px;
  background-color: #062263;
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(35, 109, 207) 0%,
    rgb(7, 23, 101) 100%
  );
  border-radius: 5px;
  box-shadow: 0px 0px 3.95px 1.05px rgba(0, 0, 0, 0.21);
}

a.category-index-btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 16px;
  content: "";
  background-image: url(img/common/icon03.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 12px auto;
  transform: translateY(-50%);
}

.category-index-btns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.category-index-btns a.category-index-btn {
  width: calc(50% - 12px);
  margin-top: 0;
  max-width: initial;
}

.category-index-btn.-disabled {
  opacity: 0.5;
  flex-direction: column-reverse;
}

.category-index-btn.-disabled:hover {
  opacity: 0.5 !important;
}

.category-index-btn.-disabled::after {
  content: none;
}

a.category-index-btn.-full {
  width: 100%;
}

.category-index.alumni a.category-index-btn {
  width: 320px;
}

.category-index-comingsoon {
  font-size: 10px;
  padding: 0 2px;
  border: 1px solid #fff;
}

.recommend-step {
  margin-bottom: 88px;
}

.recommend-step-list {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}

.recommend-step-item {
  width: calc(33.33% - 8px);
  padding: 40px 24px 20px;
}

.recommend-step-sub {
  font-size: min(1.2vw, 16px);
  line-height: 1;
  font-weight: 400;
}

.recommend-step-heading {
  letter-spacing: 1px;
  font-size: min(1.6vw, 22px);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #202d73;
  gap: 3px;
}

.recommend-step-figure {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.recommend-step-image {
  transition: scale 0.3s;
}

.recommend-step-figure:hover .recommend-step-image {
  scale: 1.05;
}

.recommend-step-figure::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.recommend-step-figure::before {
  position: absolute;
  content: "";
  background-image: url("img/common/scaleup.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 10px;
  z-index: 10;
  bottom: 10px;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 30;
}

.modal-content {
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 50px 20px 40px;
  border: 1px solid #888;
  width: 90%;
  max-width: 720px;
  position: relative;
}

.modal-image-container {
  width: 100%;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 6px;
  font-size: 24px;
  cursor: pointer;
}

@media all and (max-width: 896px) {
  .category-index-photo-list img {
    height: auto;
    object-fit: initial;
  }

  .category-index-label {
    font-size: 10px;
    left: 10px;
    padding: 4px 6px;
  }

  .category-index-btns {
    flex-direction: column;
    gap: 16px;
  }

  .category-index-btns a.category-index-btn {
    width: 100%;
  }
}

.cat-section {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}

.cat-section-header {
  display: flex;
  align-items: center;
  margin: 0 0 24px 0;
}

.cat-section .headline02 {
  display: inline-block;
  padding: 16px 72px;
  margin: 0;
}

.cat-child-name-wrapper {
  position: relative;
  z-index: 10;
}

.cat-child-name-wrapper::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #917c2e;
  transform: translateY(-50%);
}

.cat-child-name-wrapper:first-of-type {
  margin-top: 24px;
}

.cat-child-name-wrapper:not(:first-of-type) {
  margin-top: 56px;
}

.cat-child-name {
  z-index: 10;
  display: inline-block;
  padding-right: 16px;
  font-size: 25px;
  color: #917c2e;
  letter-spacing: 1px;
  background-color: #fff;
}

.cat-article-list {
  display: flex;
  flex-wrap: wrap;
}

/* NEWマーク */
.cat-article-list .cat-article-thumbnails {
  position: relative;
}

.cat-article-list span.newMark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 10px 20px;
  margin: 0;
  font-size: 12px;
  background: #ffe5a3;
  color: #ff0000;
}

.cat-article-item {
  width: calc((100% - 8%) / 3);
  margin: 32px 0 0 4%;
}

.cat-article-item:nth-child(3n + 1) {
  margin-left: 0;
}

.cat-article-thumbnails {
  position: relative;
}

.cat-article-thumbnails img {
  width: 100%;
  box-shadow: 0px 4px 16px 4px rgba(51, 51, 51, 0.14);
}

.cat-article-number {
  position: absolute;
  bottom: -24%;
  left: 4px;
  font-size: min(5vw, 72px);
  font-weight: 600;
  color: #062263;
}

.cat-article-heading {
  margin-top: 48px;
  font-size: 20px;
  color: #062263;
  letter-spacing: 1px;
}

.cat-article-excerpt {
  margin-top: 12px;
  font-size: 14px;
}

.cat-article-excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7;
}

.cat-article-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cat-article-movie-info {
  display: flex;
  align-items: center;
  margin: 8px 8px 0 0;
}

.cat-article-vip-movie-link {
  margin: 8px 0 0;
  display: inline-block;
}

.cat-article-icon {
  width: 18px;
  margin-right: 6px;
}

.cat-article-icon path {
  fill: #062263;
}

.article-icon-text {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.article-icon-text:not(:first-of-type) {
  margin-left: 16px;
}

.cat-article-movie-tag {
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  color: #917c2e;
  border: 1px solid #917c2e;
  border-radius: 6px;
}

.cat-article-tags {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

@media all and (max-width: 896px) {
  .category-index {
    width: 96%;
    margin: 48px auto 0;
  }

  .category-index.alumni {
    width: 100%;
    margin: 32px auto 0;
  }

  .category-index-number {
    top: -48px;
    font-size: 60px;
  }

  .category-index-heading {
    font-size: 21px;
  }

  .cat-child-name-wrapper:not(:first-of-type) {
    margin-top: 40px;
  }

  .category-index-inner {
    flex-direction: column;
    gap: 64px;
  }

  .category-index-inner.-tripleCol {
    margin-top: 64px;
  }

  .category-index-item.-small:not(:first-child) {
    margin-top: 0;
  }

  .category-index-item {
    padding: 40px 24px 32px;
  }

  .category-index-en {
    margin-top: 2px;
    font-size: 18px;
  }

  .category-index-item-paragraph-wrapper {
    width: 100%;
  }

  .category-index-paragraph {
    margin-top: 20px;
  }

  .category-index-paragraph.-center {
    text-align: left;
  }

  .category-index-caution-item {
    text-align: left;
  }

  .category-index-photo-list {
    margin-top: 24px;
  }

  .cat-article-vip-movie-link {
    font-size: 13px;
  }

  a.category-index-btn {
    height: 48px;
    margin: 32px auto 0;
    font-size: 1.5rem;
  }

  a.category-index-btn::after {
    right: 5%;
    background-size: 10px auto;
  }

  .category-index.alumni a.category-index-btn {
    width: 100%;
  }

  .cat-section-header {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 16px 0;
  }

  .latest-article-date {
    margin: 8px 0 0;
    font-size: 12px;
  }

  .cat-section .headline02 {
    padding: 12px 56px;
    letter-spacing: 2px;
  }

  .cat-child-name {
    font-size: 18px;
  }

  .cat-article-list {
    display: flex;
    flex-wrap: wrap;
  }

  .cat-article-item {
    width: calc((100% - 4%) / 2);
    margin-top: 32px;
    margin-left: 0;
  }

  .cat-article-item:nth-child(2n) {
    margin-left: 4%;
  }

  .cat-article-number {
    bottom: -17%;
    font-size: min(7vw, 64px);
  }

  .recommend-step {
    margin-bottom: 64px;
  }

  .recommend-step-list {
    flex-direction: column;
    margin-top: 24px;
  }

  .recommend-step-item {
    width: 100%;
    padding: 20px 16px 20px;
  }

  .modal-content {
    width: 80%;
    padding: 50px 12px 30px;
  }

  .recommend-step-sub {
    font-size: 16px;
  }

  .recommend-step-heading {
    font-size: 22px;
  }
}

@media all and (max-width: 480px) {
  .cat-section {
    width: 90%;
  }

  .cat-section .headline02 {
    width: 100%;
    padding: 12px 0;
    font-size: 1.5rem;
  }

  .cat-article-list {
    display: flex;
    flex-direction: column;
  }

  .cat-article-item {
    width: 100%;
    margin: 24px auto 0;
  }

  .cat-article-item:nth-child(2n) {
    margin-left: auto;
  }

  .cat-article-number {
    font-size: 12vw;
  }

  .cat-article-heading {
    margin-top: 16px;
    font-size: 16px;
  }

  .latest-article-date-wrapper {
    width: 100%;
    text-align: right;
  }

  .latest-article-date {
    margin: 12px 0 0;
    font-size: 11px;
  }

  .cat-article-excerpt {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.7;
  }

  .cat-article-icon {
    width: 14px;
  }

  .cat-movie-time {
    font-size: 11px;
  }

  .cat-article-info {
    margin-top: 4px;
  }

  .cat-article-tag {
    font-size: 10px;
  }
}

/* トップページ OJT式PR塾の進め方 */
.page-numbers {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.page-numbers li {
  display: flex;
  margin: 0 8px;
}

.page-numbers .page-numbers {
  border: 1px solid #202d73;
  padding: 4px 11px;
  color: #202d73;
}

.page-numbers.current {
  background-color: #202d73;
  color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
  border: none;
}

@media all and (max-width: 896px) {
  .page-numbers li {
    margin: 0 6px;
  }

  .page-numbers .page-numbers {
    padding: 2px 8px;
  }
}
