@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");



html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: auto;
}
body {
  margin: 0;
}

article,aside,footer,header,nav,section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,figure,main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,input,optgroup,select,textarea {
  font-size: 100%;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

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

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

li {
  list-style-type: none;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,*:before,*:after {
  box-sizing: inherit;
}

html,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,p,hr {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html,body {
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #f9f7f7;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
}

dt {
  font-weight: bold;
  margin-bottom: 8px;
}

em {
  font-weight: bold;
  font-style: normal;
}

i {
  font-weight: bold;
  font-style: normal;
}

a {
  color: #005bac;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  border: none;
}

.check {
  display: none;
}

.menu-text {
  color: #fff;
  font-style: italic;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 80px;
  position: absolute;
  top: 48%;
  cursor: pointer;
}

.header {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  padding: 10px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background-color 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-bottom: 1px solid #eee;
}

.header-inner {
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.header-logo > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo > a > img {
  display: block;
  margin-right: 16px;
  width: 47px;
  height: 24px;
}

.header-logo > a > span {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  color: #005bac;
  letter-spacing: 1px;
}

.header-menu {
  background-color: #00386a;
  min-height: calc(100vh - 210px);
  position: absolute;
  left: 50px;
  margin: 45px 0 0;
}

.header-action {
  position: absolute;
  bottom: 0;
  z-index: 102;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.header-action-btn {
  display: table;
  font-style: italic;
  font-size: 12px;
  height: 50px;
  letter-spacing: 1px;
  line-height: 15px;
  width: 80px;
  text-decoration: none;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.header-action-btn:hover {
  text-decoration: none;
}

.header-action-btn_regist {
  background-color: #ff4081;
  color: #fff;
}

.header-action-btn_login {
  background-color: #fff;
  color: #000;
}

.header-action-btn > span {
  display: table-cell;
  vertical-align: middle;
}

.header-action-btn-sp > span {
  display: table-cell;
  vertical-align: middle;
}

.header-action-btn-sp:hover {
  text-decoration: none;
}

.header-toggle-btn {
  background-color: #00386a;
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100vh;
}

.header.-bg-gray {
  background-color: #fff;
}

.header.open {
  background-color: #fff;
}

.header.menu-open {
  background-color: #fff;
}

.nav {
  background-color: transparent;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.nav-wrap {
  display: -ms-flexbox;
  display: flex;
}

.nav-wrap.menu-open {
  visibility: hidden;
}

.nav-item {
  letter-spacing: 2px;
  line-height: 1;
  font-size: 11px;
  font-weight: 600;
  padding: 0 20px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 14px 0;
  cursor: pointer;
}

.nav-link > span {
  color: #000;
  display: block;
}

.nav-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -4px;
}

.nav-link:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  transition-duration: 0.3s;
}

.nav-mypage > a > span {
  color: #fdff79;
  font-weight: bold;
}

.nav-btn a {
  text-align: center;
  text-decoration: none;
  font-size: 11px;
}

.nav-btn-basic {
  background-color: #F5A000;
  border: 1px solid #F5A000;
  color: #fff;
}

.nav-btn-thin {
  border: 1px solid #F5A000;
  color: #F5A000;
}

.nav-menu {
  margin: 0 auto;
 /* 中央寄せしたいだけ */
  cursor: pointer;
  position: relative;
  width: 28px;
  height: 15px;

}


.nav-menu-line {
  position: absolute;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 28px;
  height: 1px;
  background-color: #000;
  left: 0;
}

.nav-menu-line:nth-child(1) {
  top: 0;
}

.nav-menu-line:nth-child(2) {
  top: 7px;
}

.nav-menu-line:nth-child(3) {
  bottom: 0;
}

.nav-menu.menu-open > .nav-menu-line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-menu.menu-open > .nav-menu-line:nth-child(2) {
  display: none;
}

.nav-menu.menu-open > .nav-menu-line:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (any-hover: hover) {
  .nav-menu:hover .nav-menu-line{
    opacity: 0.5;
  }
}


.nav-menu.menu-open > .nav-menu-wrap {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nav-Md-wrap {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  width: 100%;
  top: 95%;
  left: 0;
  right: 0;
  background-color: #e1e9f2;
  transition: top 0.2s, visibility 0.2s, opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  z-index: 99;
}

.nav-Md-wrap.open {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 100%;
}

.nav-Md-link {
  color: #000;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1;
  cursor: pointer;
  margin-left: 32px;
}

.nav-Md-item {
  position: relative;
  margin-left: 32px;
}

.nav-Md-item:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}

.nav-Md-item:first-child {
  margin-left: 0;
}

.nav-Md-item:first-child:before {
  content: "";
  display: none;
}

.nav-menu-wrap {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  margin: 0 auto;
  line-height: 32px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: auto;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.nav-menu-title {
  color: #000;
  display: block;
}

.nav-menu-title.-arrow {
  position: relative;
}

.nav-menu-title.-arrow:after {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 11px;
  right: 4px;
  border-top: 2px solid #004196;
  border-right: 2px solid #004196;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
}

.nav-menu-title.-arrow:before {
  display: none;
}

.nav-menu-item {
  color: #616161;
  margin-bottom: 16px;
  font-size: 11px;
}

.nav-menu-item:last-child {
  margin-bottom: 0;
}

.nav-menu-item > a {
  color: #616161;
}

.nav-menu-link-window,.nav-menu-link-pdf {
  position: relative;
  color: #616161;
}

.nav-menu-link-window:after,.nav-menu-link-pdf:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: -16px;
  width: 10px;
  margin-top: 0.01em;
}

.nav-menu-link-window:after {
  background: url("/recruit/assets/img/common/ico-window.svg") no-repeat center;
  height: 10px;
  background-size: 10px 10px;
}

.nav-menu-link-pdf:after {
  background: url("/recruit//assets/img/common/ico-pdf.svg") no-repeat center;
  height: 12px;
  background-size: 10px 12px;
}

.my-info {
  background-color: #005bac;
  padding: 16px;
  color: #fff;
  text-align: left;
  z-index: 2;
  font-size: 12px;
  line-height: 1.34;
}

.my-info-name {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.24;
}

.my-info-link {
  color: #d0d0d0;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.28;
}/*----------------------------------------------------
  Contents
----------------------------------------------------*//* contents
----------------------------------------------------*/#split-col {
  background-color: #fff;
}

.contents-nav {
  display: none;
}

#my_page_top .contents-nav {
  display: block;
  padding: 0;
}

#my_page_top .nav_active {
  padding: 20px;
}

.contents-section {
  padding: 90px 0;
  background-color: #f9f7f7;
  text-align: center;
}

.contents-mypage {
  padding-top: 90px;
}

.contents-bottom {
  background-color: #f9f7f7;
  clear: both;
}

.section-right :first-child {
  margin-top: 0;
}

.section-right :last-child {
  margin-bottom: 0;
}

.section-right .mod-heading-l3 .fs_small {
  display: inline-block;
}

.section-bottom {
  width: 100%;
}

.section-inner {
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.section-inner.event--is--seminar{
  padding-left: 0;
  padding-right: 0;
}

.bg-color_sub {
  background-color: #fff;
}/*----------------------------------------------------
  Footer
----------------------------------------------------*/.footer {
  background-color: #fff;
  margin-top: 80px;
  padding-top: 80px;
  color: #000;
}

.footer-contents {
  max-width: 768px;
  margin: auto;
}

.footer-nav {
  font-size: 12px;
  margin: 0 auto;
  line-height: 32px;
}

.footer-nav-title {
  color: #000;
  display: block;
}

.footer-nav-item {
  color: #616161;
  margin-bottom: 16px;
  font-size: 11px;
}

.footer-nav-item:last-child {
  margin-bottom: 0;
}

.footer-nav-item > a {
  color: #616161;
}

.footer-nav-link-window,.footer-nav-link-pdf {
  position: relative;
  color: #616161;
}

.footer-nav-link-window:after,.footer-nav-link-pdf:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: -16px;
  width: 10px;
  margin-top: 0.01em;
}

.footer-nav-link-window:after {
  background: url("/recruit/assets/img/common/ico-window.svg") no-repeat center;
  height: 10px;
  background-size: 10px 10px;
}

.footer-nav-link-pdf:after {
  background: url("/recruit//assets/img/common/ico-pdf.svg") no-repeat center;
  height: 12px;
  background-size: 10px 12px;
}

.footer-sep {
  display: block;
  background-color: #eee;
  height: 1px;
  width: 100%;
}

.footer-sub-item > a {
  font-size: 12px;
  color: #004196;
}

.footer-sub-sns > a {
  display: inline-block;
}

/*.footer-sub-sns > a:first-child {
  margin-right: 54px;
}*/

.footer-sub-sns > a > img {
  vertical-align: middle;
}

.footer-copyright {
  background-color: #f9f7f7;
  width: 100%;
  text-align: center;
  color: #bdbdbd;
  margin-top: 70px;
  padding: 24px 0;
  font-size: 10px;
}/*----------------------------------------------------
  Breadcrumb
----------------------------------------------------*/.breadcrumb {
  display: none;
  width: 100%;
  background-color: #06233c;
  height: 80px;
  padding: 28px 0px 28px 36px;
}

.breadcrumb-item {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: inline;
}

.breadcrumb-item > a {
  color: #eaeff1;
}

.breadcrumb-item > a:hover,.breadcrumb-item > a:focus {
  text-decoration: underline;
}

.breadcrumb-item + .active {
  font-size: 16px;
  line-height: 1;
}

.breadcrumb-item:before {
  content: ">";
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 5px 16px 2px;
  position: relative;
  bottom: 2px;
}

.breadcrumb-item:first-child {
  padding-left: 0;
}

.breadcrumb-item:first-child:before {
  display: none;
}/* ----------------------------------------------------------------
    Heading
----------------------------------------------------------------- *//*
---
name: Heading
category: module/heading
---

```jade
  .mod-heading-l1-bg(style="background-image:url('/assets/img/members/heading.png')")
    h1.mod-heading-l1
      | 働く人を知る
      span.mod-heading-l1-sub PEOPLE
```
*/.mod-heading-l1-bg {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mod-heading-l1-split {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.mod-heading-l1-split.-left {
  background-position: left top;
}

.mod-heading-l1-split.-center {
  background-position: center top;
}

.mod-heading-l1 {
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
 /* Safari用 */
  transform: translate(0, -50%);
  width: 100%;
  font-weight: 500;
}

.mod-heading-l1.-recruiting {
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 1px #aaa;
}

.mod-heading-l1-split {
  position: relative;
}

.mod-heading-l1_02 {
  color: #000;
  font-weight: 400;
  letter-spacing: .08em;
}

.mod-heading-l1_02.-white {
  color: #fff;
}

.mod-heading-l1_02.-shadow-w {
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
}

.mod-heading-l1_02.-shadow-b {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.85);
}

.contents-nav .mod-heading-l1_02 {
  color: #000;
}

.mod-heading-l1 + .mod-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
 /* Safari用 */
  transform: translate(-50%, 0);
}

.mod-heading-body {
  position: absolute;
}

.mod-heading-body_02 {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(#00000000, #00000080);
}

.mod-heading-name {
  font-weight: 500;
}

.mod-heading-name_sub {
  color: #616161;
}

.mod-heading-l1-sub {
  display: block;
  margin-top: 15px;
  letter-spacing: 2px;
  color: #004196;
}

.mod-heading-l2 {
  color: #37383a;
  font-size: 21px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}

.mod-heading-l2-sub {
  color: #005bac;
  display: block;
  font-size: 11px;
  font-style: normal;
}

.mod-heading-l2.toggle-on-heading {
  margin-bottom: 0;
}

.mod-heading-l3 {
  color: #000;
  font-weight: 400;
}

.mod-heading-l3_02 {
  color: #005bac;
}

.mod-heading-l4 {
  color: #000;
}

.mod-heading-l4_02 {
  color: #00386a;
}

.mod-heading-l5 {
  color: #37383a;
}

.mod-heading-nav-link {
  position: relative;
}

.mod-heading-nav-link:after {
  content: "";
  position: absolute;
  background: url("../../assets/img/common/btn-icon_02.png") no-repeat left;
  top: 50%;
  right: -52px;
  width: 42px;
  height: 7px;
  background-size: 42px 7px;
  margin-top: -3px;
  margin-left: 20px;
}

.mod-heading-week {
  display: table;
}

.mod-heading-week span.week {
  display: table-cell;
  color: #005bac;
  padding-right: 20px;
  font-style: italic;
  font-weight: normal;
}

.mod-heading-week span.title {
  display: table-cell;
  color: #37383a;
  font-weight: bold;
  vertical-align: top;
}

.mod-heading-faq {
  display: table;
}

.mod-heading-faq span.faq-number {
  display: table-cell;
  color: #005bac;
  padding-right: 20px;
  font-style: italic;
  font-weight: normal;
}

.mod-heading-faq span.question {
  display: table-cell;
  color: #37383a;
  font-weight: bold;
  vertical-align: top;
}/* ----------------------------------------------------------------
    Grid
----------------------------------------------------------------- *//*
---
name: grid
category: module/grid
---

```jade
```

*/.mod-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.mod-grid.item3{
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mod-grid.item3{
    justify-content: flex-start;
  }
}
.mod-grid img.max160{
  max-width: 160px;
}
.mod-grid + h3.course_title{
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .mod-grid + h3.course_title{
    margin-top: 40px;
  }
}
h3.course_title{
  background: #005bac;
  color: #FFF;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 64px;
}
h3.course_title + *{
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  h3.course_title + *{
    margin-top: 40px;
  }
}
h3.course_title + .mod-base-text{
  margin-top: 32px;
  margin-bottom: 34px;
}


.mod-grid.lm700{
  max-width: 700px;
  gap: 0.2%;
  margin-left: auto;
  margin-right: auto;
}

.mod-grid-top-body {
  background-color: #F9F7F7;
}
.mod-grid-top-body .mod-period{
  display: grid;
  grid-template-columns: 91px 1fr;
}
.mod-grid-top-body .mod-period .mod-period-ttl{
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mod-grid-top-body .mod-period{
    display: flex;
  }
  .mod-grid-top-body .mod-period .mod-period-ttl{
    height: initial;
    display: block;
  }
}

.mod-grid-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-grid-item {
  background-color: #fff;
  width: 100%;
}

.mod-grid-item.-bg-gray {
  background-color: #F9F7F8;
}

.mod-grid-item_col2 {
  background-color: #fff;
}

.mod-grid-item_col2.-bg-gray {
  background-color: #F9F7F8;
}

.mod-grid-item_col2_02.-bg-gray {
  background-color: #F9F7F8;
}

.mod-grid-item_col3_02 {
  width: 33.1%;
  margin: 0 .2% .2% 0;
}


.mod-grid-item_col4 {
  margin-bottom: 0;
}

.mod-grid-item_col4_02 {
  margin-bottom: 0;
}

.mod-grid_anchor > .mod-grid-item_col2 {
  width: 48.66071%;
  margin-right: 1.94932%;
}

.mod-grid_anchor > .mod-grid-item_col2:nth-child(2n) {
  margin-right: 0;
}

.mod-grid_anchor > .mod-grid-item_col2:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.mod-grid-lead {
  text-align: center;
  background-color: #fff;
}

.mod-grid-lead :last-child {
  margin-bottom: 0;
}

.mod-sitemap {
  text-align: left;
}

.mod-sitemap-box {
  border-bottom: 2px solid #e5e5e5;
  letter-spacing: -0.0625em;
}

.mod-sitemap-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.mod-sitemap-item {
  margin-bottom: 9px;
  font-size: 14px;
}

.mod-sitemap-item a {
  color: #475b6d;
}

.mod-sitemap-item a:hover {
  color: #005bac;
}

.mod-sitemap-item__child {
  padding-left: 20px;
}

.mod-sitemap-item__child-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.mod-sitemap-item__child-item {
  margin-bottom: 6px;
}

.mod-sitemap-item__child-item .mod-link-text:before {
  background: #e5e5e5;
  height: 2px;
  border: none;
  margin-top: 0;
  top: 9px;
  -webkit-transform: none;
  transform: none;
  width: 10px;
}

.mod-sitemap-item__child-item a {
  color: #475b6d;
}

.mod-sitemap-item__child-item a:hover {
  color: #005bac;
}/* ----------------------------------------------------------------
    Lead（通常）
----------------------------------------------------------------- *//*
---
name: lead
category: module/text
---

```jade
p.mod-lead-text
```

*/.mod-lead-text {
  color: #000;
}
.mod-lead-text .add_in_text{
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.mod-lead-text_02 {
  color: #000;
}/* ----------------------------------------------------------------
    Lead（左固定エリア／大）
----------------------------------------------------------------- */.mod-lead-large {
  color: #fff;
}

.mod-lead-large_02 {
  color: #fff;
}/* ----------------------------------------------------------------
    Lead（1column／大）
----------------------------------------------------------------- */.mod-lead-large_01 {
  color: #005bac;
}/* ----------------------------------------------------------------
    Lead（左固定エリア内テキスト）
----------------------------------------------------------------- */.mod-heading-text {
  margin-top: 16px;
}/* ----------------------------------------------------------------
    通常テキスト
----------------------------------------------------------------- */.mod-base-text {
  color: #000;
}

.mod-base-text-MB {
  margin-bottom: 30px;
}/* ----------------------------------------------------------------
    通常テキスト（splitcolumn本文）
----------------------------------------------------------------- */.mod-base-text_02 {
  color: #000;
}/* ----------------------------------------------------------------
    強調テキスト（
----------------------------------------------------------------- */.strong {
  font-weight: bold;
  color: #005bac;
}

.strong_02 {
  font-weight: bold;
  color: #000;
}/* ----------------------------------------------------------------
    強調テキスト（
----------------------------------------------------------------- */.mod-caption {
  font-size: 13px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

.mod-note-text {
  font-size: 11px;
  color: #424242;
  margin-top: 16px;
}/* ----------------------------------------------------------------
    蛍光マークテキスト（
----------------------------------------------------------------- */.mark-text {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #c9e4f5 0);
}

.mark-text_02 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fdff79 0);
}/* ----------------------------------------------------------------
    座談会用テキストパーツ
----------------------------------------------------------------- */.mod-talk-text {
  display: table;
}

.mod-talk-text_name {
  display: table-cell;
  color: #01335f;
  padding-right: 10px;
  width: 54px;
}

.mod-talk-text_desc {
  display: table-cell;
  color: #37383a;
}/* ----------------------------------------------------------------
    リンク（マークあり）
----------------------------------------------------------------- */.mod-link-text {
  position: relative;
  padding-left: 20px;
  display: block;
}

.mod-link-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #475b6d;
  border-right: 2px solid #475b6d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}/* ----------------------------------------------------------------
    リンク（マークあり）
----------------------------------------------------------------- */.mod-link-text {
  position: relative;
  padding-left: 20px;
}

.mod-link-text-window,.mod-link-text-pdf {
  position: relative;
  display: inline-block;
}

.mod-link-text-window:after,.mod-link-text-pdf:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: -16px;
  width: 10px;
  margin-top: 0.01em;
}

.mod-link-text-window:after {
  background: url("/recruit/assets/img/common/ico-window.svg") no-repeat center;
  height: 10px;
  background-size: 10px 10px;
}

.mod-link-text-pdf:after {
  background: url("/recruit//assets/img/common/ico-pdf.svg") no-repeat center;
  height: 12px;
  background-size: 10px 12px;
}

.mod-link-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #475b6d;
  border-right: 2px solid #475b6d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}/* ----------------------------------------------------------------
    
----------------------------------------------------------------- */.mod-down-arrow {
  position: relative;
}

.mod-down-arrow:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #475b6d;
  border-right: 3px solid #475b6d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -5px;
}

.mod-down-arrow:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #475b6d;
  border-right: 3px solid #475b6d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -5px;
}/* ----------------------------------------------------------------
    List（数字／並び順）
----------------------------------------------------------------- */.mod-list-num-item {
  color: #000;
}

.mod-list-num .fig {
  display: table-cell;
}

.mod-list-num .text {
  display: table-cell;
}/* ----------------------------------------------------------------
    List（注記）
----------------------------------------------------------------- */.mod-list-notes {
  margin-top: 10px;
}

.mod-list-notes-item {
  color: #000;
}

.mod-list-notes .fig {
  display: table-cell;
}

.mod-list-notes .text {
  display: table-cell;
}/* ----------------------------------------------------------------
    List（通常）
----------------------------------------------------------------- */.mod-list-normal-item {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

.mod-list-normal .fig {
  display: table-cell;
}

.mod-list-normal .text {
  display: table-cell;
  text-align: left;
  letter-spacing: 2px;
}

.mod-list-child {
  padding-left: 20px;
}

.mod-list-child-normal-title {
  color: #000;
  font-weight: bold;
}

.mod-list-child-normal-item {
  color: #000;
}

.mod-list-child-normal .fig {
  display: table-cell;
}

.mod-list-child-normal .text {
  display: table-cell;
}

.mod-list-normal_small {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.mod-list-normal_small-item {
  font-weight: normal;
}

.mod-list-normal_small .fig {
  display: table-cell;
}

.mod-list-normal_small .text {
  display: table-cell;
}/* ----------------------------------------------------------------
    List（ボタン／通常）
----------------------------------------------------------------- *//* ----------------------------------------------------------------
    List（StepNavi）
----------------------------------------------------------------- *//* ----------------------------------------------------------------
    List（StepNavi）
----------------------------------------------------------------- */.mod-list-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: left;
  margin-bottom: 40px;
}

.mod-list-nav :last-child {
  margin-right: 0;
}

.mod-list-nav-item {
  background-color: #fff;
  color: #000;
  display: block;
  border: 1px solid #F5A000;
  position: relative;
}

.mod-list-nav-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -3px;
  width: 30px;
  height: 6px;
  background-color: #F5A000;
}

.mod-list-nav-item:last-child:after {
  display: none;
}

.mod-list-nav-inner {
  padding: 40px 16px;
}
.mod-list-nav-inner .mod-base-text + .mod-base-text{
  margin-top: 16px;
}
.mod-list-nav-item_col3 {
  color: #000;
  display: table;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.mod-list-nav-item_col3_02 {
  background-color: #fff;
  color: #000;
  display: block;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.mod-list-nav-item_col5 {
  background-color: #fff;
  padding: 10px;
  color: #000;
  display: block;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}/* ----------------------------------------------------------------
    List（MYPAGE/NEWS）
----------------------------------------------------------------- */.mod-news-list {
  width: 100%;
}

.mod-news-list:first-child {
  border-top: 1px solid #bbb;
}

.mod-news-list-item {
  color: #000;
  position: relative;
  padding: 10px 0 10px 52px;
  border-bottom: 1px solid #bbb;
}

.mod-news-list-item :before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #adb5b8;
  position: absolute;
  left: 0;
  margin-right: 10px;
  top: 50%;
  margin-top: -6px;
  margin-left: 20px;
}

.mod-news-list-item_notice {
  background-color: rgba(255, 64, 129, 0.2);
}

.mod-news-list-item_notice :before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ff4081;
  position: absolute;
  left: 0;
  margin-right: 10px;
  top: 50%;
  margin-top: -6px;
  margin-left: 20px;
}

.mod-news-list-item_02 {
  color: #000;
  position: relative;
  padding: 10px 0 10px 52px;
  border-bottom: 1px solid #bbb;
}

.mod-news-list-item_02:first-child {
  border-top: 1px solid #bbb;
}

.data {
  display: inline-block;
  margin-right: 20px;
}/* ----------------------------------------------------------------
    List（定義リスト／横並び／背景あり）
----------------------------------------------------------------- */
.mod-def-list {
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;*/
  align-items: center;
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 91px 1fr;
}

.mod-def-list-ttl {
  color: #fff;
  background-color: #F5A022;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}

.mod-def-list-desc {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}/* ----------------------------------------------------------------
    List（定義リスト／横並び／罫線あり）
----------------------------------------------------------------- */.mod-defL-list {
  width: 100%;
  color: #000;
  position: relative;
  padding: 17px 0;
  border-top: 1px solid #bbb;
  display: table;
}

.mod-defL-list-last {
  border-bottom: 1px solid #bbb;
}

.mod-defL-list-title {
  display: table-cell;
  text-align: left;
  font-weight: 400;
  position: relative;
  vertical-align: top;
}

.mod-defL-list-title > span {
  position: absolute;
  right: 10px;
}

.mod-defL-list-desc {
  text-align: left;
  display: table-cell;
  font-size: 13px;
  line-height: 2;
}/* ----------------------------------------------------------------
    List（定義リスト／横並び／沿革／罫線あり）
----------------------------------------------------------------- */.mod-def-list_02 {
  width: 100%;
  color: #000;
  position: relative;
  padding: 17px 0;
  border-top: 1px solid #bbb;
  display: table;
}

.mod-def-list_02-last {
  border-bottom: 1px solid #bbb;
}

.mod-def-list_02-title {
  display: table-cell;
  font-size: 14px;
  line-height: 1.86;
  position: relative;
  vertical-align: top;
}

.mod-def-list_02-title > span {
  position: absolute;
  right: 10px;
}

.mod-def-list_02-desc {
  display: table-cell;
  font-size: 13px;
  line-height: 2;
}/* ----------------------------------------------------------------
    List（数字／並び順）
----------------------------------------------------------------- *//*
---
name: tag list
category: module/list-num
---

```jade
  ol.mod-list-num
    li.mod-list-num-item
```

*/.mod-list-tag {
  margin-bottom: 20px;
}/*
---
name: link list
category: module/list
---
```jade
ul.mod-list-link
  li.mod-list-link-item
    a.mod-icon-link(href='dummyURL') 情報・通信（395）
  li.mod-list-link-item
    a.mod-icon-link(href='dummyURL') 機械（235）
  li.mod-list-link-item
    a.mod-icon-link(href='dummyURL') 電気機器（263）
  li.mod-list-link-item
    a.mod-icon-link(href='dummyURL') 輸送用機器（97）
  li.mod-list-link-item
    a.mod-icon-link(href='dummyURL') 精密機器（50）
  li.mod-list-link-item
    a.mod-icon-link(href='dummyURL') その他製造（111）
  li.mod-list-link-item
    a.mod-icon-link(href='dummyURL') 銀行（93）
  li.mod-list-link-item
    a.mod-icon-link(href='dummyURL') 保険（12）
  li.mod-list-link-item
    span.mod-icon-link 証券・商品先物取引（42）
```

*/.mod-list-link {
  letter-spacing: -.35em;
}

.mod-list-link-item {
  display: inline-block;
  letter-spacing: 0;
}

.mod-list-flow {
  width: 100%;
  display: table;
}

.mod-list-flow:first-child {
  border-top: 1px solid #bbb;
}

.mod-list-flow-item {
  margin-bottom: 40px;
}

.mod-list-flow-step {
  color: #fff;
  position: relative;
  padding: 10px 5px 30px;
  width: 100px;
  background-color: #F5A000;
  display: table-cell;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}

.mod-list-flow-step:after {
  content: '';
  display: block;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 20px 50px 0 50px;
  border-color: #F5A000 #fff transparent #fff;
}

.mod-list-flow-step.step_01 {
  background-color: #9aa4a8;
}

.mod-list-flow-step.step_01:after {
  border-color: #9aa4a8 #fff transparent #fff;
}

.mod-list-flow-step.step_02 {
  background-color: #838e96;
}

.mod-list-flow-step.step_02:after {
  border-color: #838e96 #fff transparent #fff;
}

.mod-list-flow-step.step_03 {
  background-color: #67717a;
}

.mod-list-flow-step.step_03:after {
  border-color: #67717a #fff transparent #fff;
}

.mod-list-flow-step.step_04 {
  background-color: #4f565b;
}

.mod-list-flow-step.step_04:after {
  border-color: #4f565b #fff transparent #fff;
}

.mod-list-flow-step.step_05 {
  background-color: #3d4347;
}

.mod-list-flow-step.step_05:after {
  border-color: #3d4347 #fff transparent #fff;
}

.mod-list-flow-nav {
  font-size: 12px;
  line-height: 1.5;
  color: #f0f289;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
}

.mod-list-flow-step_02 {
  color: #fff;
  position: relative;
  padding: 20px 5px;
  width: 100px;
  background-color: #00386a;
  display: table-cell;
  text-align: center;
  font-weight: bold;
}

.mod-list-flow-step_02:after {
  content: '';
  display: block;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 20px 50px 0 50px;
  border-color: #00386a #fff transparent #fff;
}

.mod-list-flow-desc {
  color: #000;
  display: table-cell;
  position: relative;
  padding: 0px 0px 0px 25px;
  vertical-align: top;
}/* ----------------------------------------------------------------
    card
----------------------------------------------------------------- *//*
---
name: card
category: module/card
---

```jade

```

*/a.mod-card {
  cursor: pointer;
}

a.mod-card:hover {
  text-decoration: none;
}

a.mod-card:hover .mod-card-item {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mod-card-inlinelink {
  background: #01335f;
  color: #ffffff;
  display: inline-block;
  line-height: 1.7;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 6px;
}

.mod-card-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mod-card-item-it-fes {
  position: absolute;
  bottom: 24px;
  right: 8px;
}

.mod-card-body {
  background-color: #fff;
  color: #000;
  padding: 16px;
  position: relative;
}

.mod-card-body.-bg-gray {
  background-color: #F9F7F8;
}

.mod-card-body_02 {
  background-color: #fff;
  color: #01335f;
  padding: 16px;
}

.mod-card-body_03 {
  background-color: #01335f;
  color: #fff;
  padding: 16px;
}

.mod-card-name {
  font-size: 13px;
}

.mod-card-name_sub {
  color: #475b6d;
  font-size: 11px;
  margin-left: 12px;
}

.mod-card-desc {
  font-size: 11px;
}

.mod-card-desc_02 {
  font-size: 12px;
  text-align: center;
}

.mod-card-year {
  font-size: 11px;
}

.mod-card-year:before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

.mod-card-img {
  max-width: 100%;
  width: 100%;
}

.mod-card-lead {
  font-size: 19px;
  margin-bottom: 16px;
  line-height: 2;
  color: #005bac;
}
.mod-grid-item_col2 .mod-card-lead{
  line-height: 1.75;
}
.mod-grid-item_col2 .mod-base-text_02{
  line-height: 2;
}
.mod-card-link {
  cursor: pointer;
}

.mod-card-link :hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mod-card-title {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 20px;
  position: absolute;
  text-align: center;
  color: #01335f;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
 /* Safari用 */
  transform: translate(-50%, -50%);
}

.mod-card-title_02 {
  font-size: 16px;
  font-weight: bold;
  color: #01335f;
}

.mod-card-title_03 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.mod-card-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
 /* Safari用 */
  transform: translate(-50%, -50%);
}

.mod-card-inner_title {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 20px;
  color: #004196;
  display: inline-block;
}

.mod-card-inner_desc {
  background-color: transparent;
  color: #000000;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  width: 300px;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.8);
}

.mod-card-type_creator {
  font-family: "Josefin Sans", sans-serif;
  font-size: 110px;
  line-height: 0.91;
  color: #9ba3ab;
  position: absolute;
  top: 10px;
  word-break: break-all;
  width: 100%;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.mod-card-type_week {
  font-family: "Josefin Sans", sans-serif;
  font-size: 110px;
  line-height: 0.91;
  color: #5ec6df;
  position: absolute;
  top: 10px;
  word-break: break-all;
  width: 100%;
}

.card_week {
  border: 1px solid #e0e0e0;
}

.card_week .mod-card-item {
  background-color: #fff;
  height: 300px;
}

.card_week .mod-card-name_sub {
  color: #155c6f;
}

.card_week .mod-card-img {
  position: absolute;
  right: 1%;
  bottom: -30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  max-height: 280px;
}

.card_week .mod-card-body {
  background-color: #fff;
}

.card_creator {
  border: 1px solid #e0e0e0;
}

.card_creator .mod-card-item {
  background-color: #fff;
  position: relative;
  height: 300px;
}

.card_creator .mod-card-name_sub {
  color: #2d3843;
}

.card_creator .mod-card-img {
  position: absolute;
  right: 1%;
  bottom: -30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  max-height: 280px;
}

.card_creator .mod-card-body {
  background-color: #fff;
}

.mod-card_slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-card-body_slide {
  background-color: #fff;
  color: #000;
  padding: 60px 20px 60px 40px;
}

.mod-card-body > .ttl {
  font-size: 36px;
  line-height: 1.17;
  font-family: "Josefin Sans", sans-serif;
  color: #1161af;
  font-weight: 400;
  margin-bottom: 10px;
}/*
---
name: banner
category: module/card
---

*/.mod-banner-link {
  display: block;
  width: 100%;
  max-width: 1026px;
  margin: auto;
  margin-bottom: 40px;
}

.mod-banner-link:hover {
  text-decoration: none;
}

.mod-banner-link:hover .mod-banner-img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.mod-banner-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mod-banner-img {
  max-width: 100%;
  transition: all .4s ease-in-out;
  height: 240px;
  background: no-repeat center;
  background-size: auto 100%;
}

.mod-banner-lead {
  font-size: 15px;
  line-height: 1.8;
  position: absolute;
  color: #fff;
  top: 50%;
  text-align: center;
  width: 100%;
}

.mod-banner-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  position: absolute;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  top: 8%;
  text-align: center;
  width: 100%;
}

.mod-banner-title > span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 84px;
}/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- *//*
---
name: IMG
category: module/media
---

```jade
img.mod-media-img(src='/assets/img/about/about_a/img_about_a_01.gif')

```

*/.mod-media-img {
  text-align: center;
  margin: auto;
}/*
---
name: Media
category: module/media
---

```jade
.mod-media
  .mod-media-item.mod-media-item_full
    img.mod-media-item-img(src='/assets/img/dummy/dummy-style.jpg', alt='')
  .mod-media-contents
    p
      | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
      | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
.mod-media.mod-media_line
  .mod-media-item.mod-media-item_full
    img.mod-media-item-img(src='/assets/img/dummy/dummy-style.jpg', alt='')
  .mod-media-contents
    p
      | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
      | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文

```

*//*
---
name: 画像 ＋ テキスト
category: module/media
---

```jade
.mod-media
  .mod-media-item.mod-media-item_right
    img.mod-media-item-img(src='/assets/img/dummy/dummy-style.jpg', alt='')
  .mod-media-contents.mod-media-contents_around
    h3.mpd-media-title 見出し見出し見出し見出し見出し見出し
    p
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
.mod-media
  .mod-media-item.mod-media-item_left
    img.mod-media-item-img(src='/assets/img/dummy/dummy-style.jpg', alt='')
  .mod-media-contents.mod-media-contents_around
    h3.mpd-media-title 見出し見出し見出し見出し見出し見出し
    p
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
```

*//*
---
name: 画像 ＋ テキスト + 画像調整
category: module/media
---

```jade
.mod-media
  .mod-media-item.mod-media-item_left.u-40
    img.mod-media-item-img(src='/assets/img/dummy/dummy-style.jpg', width='900' alt='')
  .mod-media-contents.mod-media-contents_around
    h3.mpd-media-title 見出し見出し見出し見出し見出し見出し
    p
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
.mod-media
  .mod-media-item.mod-media-item_left.u-60
    img.mod-media-item-img(src='/assets/img/dummy/dummy-style.jpg', width='900' alt='')
  .mod-media-contents.mod-media-contents_around
    h3.mpd-media-title 見出し見出し見出し見出し見出し見出し
    p
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
```

*//*
---
name: 画像なし
category: module/media
---

```jade
.mod-media
  .mod-media-contents
    h3.mpd-media-title 見出し見出し見出し見出し見出し見出し
    p
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
    | リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文リード文
```

*/.mod-media:after {
  content: '';
  display: block;
  clear: both;
}

.mod-media-item {
  margin: auto;
}

.mod-media-item_left {
  margin-bottom: 5px;
}

.mod-media-item_right {
  margin-bottom: 5px;
  overflow: hidden;
}

.mod-media-item_right.mod-media-item-img {
  float: right;
}
.mod-media-item_right.mod-media-item-img img.max270{
  max-width: 270px;
}
@media screen and (max-width: 1420px) {
  .mod-media-item_right.mod-media-item-img img.max270{
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mod-media-item_right.mod-media-item-img img.max270{
    max-width: 270px;
  }
}
.mod-media-item-img {
  text-align: center;
}

.mod-media-item_full {
  margin-bottom: 20px;
  width: 100%;
}

.mod-quot {
  background-color: #ececf0;
  color: #666666;
  padding: 22px;
}

.mod-quot-src {
  font-size: 12px;
  line-height: 1;
  color: #666666;
  text-align: right;
}/*
---
name: 地図
category: module/media
---
*/.mod-media-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.mod-media-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-media-map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-media-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/* ----------------------------------------------------------------
    Button
----------------------------------------------------------------- *//*
---
name: btn
category: module/btn
---

```jade
a.mod-btn(href='dummyURL')
  span.mod-btn-text 通常ボタン
br
a.mod-btn.mod-btn_small(href='dummyURL')
  span.mod-btn-text 小さいボタン
br
a.mod-btn.mod-btn_auto(href='dummyURL')
  span.mod-btn-text 100%ボタン
br
a.mod-btn.mod-btn_noicon(href='dummyURL')
  span.mod-btn-text アイコンなしボタン
br
a.mod-btn.mod-btn_inactive(href='dummyURL')
  span.mod-btn-text グレーボタン
br
a.mod-btn.mod-btn_strong(href='dummyURL')
  span.mod-btn-text 強調ボタン
```

*/.mod-btn {
  font-size: 14px;
  /*line-height: 1.08;*/
  line-height: 1.5;
  background: #fff;
  text-decoration: none;
  color: #000;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding: 19px 60px 19px 20px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
 /* 縦方向中央揃え（Safari用） */
  -ms-flex-align: center;
  align-items: center;
 /* 縦方向中央揃え */
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.mod-btn-text:after,.mod-btn-text:before {
  content: "";
  position: absolute;
  background: url("../../assets/img/common/btn-icon.svg") no-repeat right;
  top: 50%;
  right: 20px;
  width: 42px;
  height: 7px;
  background-size: 42px 7px;
  margin-top: -3px;
  margin-left: 20px;
}

.mod-btn-text:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 62px;
}

.mod-btn:hover .mod-btn-text:before {
  -webkit-animation: arrowbefore .5s;
  animation: arrowbefore .5s;
}

.mod-btn:hover .mod-btn-text:after {
  -webkit-animation: arrowafter .5s;
  animation: arrowafter .5s;
}

.mod-btn_entry {
  background-color: #F5A000;
  color: #fff;
  border: none;
}

.mod-btn_entry-text:after,.mod-btn_entry-text:before {
  content: "";
  position: absolute;
  background: url("../../assets/img/common/btn-icon_w.svg") no-repeat right;
  top: 50%;
  right: 20px;
  width: 42px;
  height: 7px;
  background-size: 42px 7px;
  margin-top: -3px;
  margin-left: 20px;
}

.mod-btn_entry-text:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 62px;
}

.mod-btn_anchor {
  background: transparent;
  border: 1px solid #004196;
  color: #475b6d;
 /* 横方向中央揃え（Safari用） */
  -ms-flex-pack: center;
  justify-content: center;
 /* 横方向中央揃え */
  text-align: center;
  padding: 5px 20px 5px 15px;
  margin-top: 0;
}

.mod-btn_anchor:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #004196;
  border-right: 1px solid #004196;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -6px;
}

.mod-btn_anchor_02 {
  background: #fff;
  color: #475b6d;
 /* 横方向中央揃え（Safari用） */
  -ms-flex-pack: center;
  justify-content: center;
 /* 横方向中央揃え */
  padding: 5px 20px 5px 15px;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
}

.mod-btn_anchor_02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #004196;
  border-right: 1px solid #004196;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -6px;
}

.mod-btn_more {
  text-align: left;
  padding: 21.5px 16px 21.5px 28px;
  width: 300px;
}

.mod-btn_more:after {
  content: "";
  background: url("../../assets/img/common/btn-icon_more.png") no-repeat right;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  padding-left: 20px;
  margin-left: 10px;
  height: 20px;
  margin-top: -10px;
}

.mod-btn_light {
  background: transparent;
  border: 1px solid #004196;
  color: #475b6d;
 /* 横方向中央揃え（Safari用） */
  -ms-flex-pack: center;
  justify-content: center;
 /* 横方向中央揃え */
  text-align: center;
  padding: 21.5px 20px 21.5px 15px;
  margin-top: 0;
}

.mod-btn_light:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #004196;
  border-right: 1px solid #004196;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
}

.mod-btn_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #00386a;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  padding: 20px 15px 10px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.mod-btn_top:hover,.mod-btn_top:focus,.mod-btn_top:active {
  text-decoration: none;
}

.mod-btn_top:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -4px;
}

.mod-btn_nav {
  font-size: 14px;
  line-height: 1.08;
  display: table-cell;
  vertical-align: middle;
  background: #005bac;
  border: none;
  text-decoration: none;
  color: #fff;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding: 20px 24px;
  height: 100px;
}

.mod-btn_nav-off {
  background: #eaeff1;
  color: #000;
  cursor: default;
}

.mod-btn_nav-off:after {
  display: none;
}

.mod-btn_nav:hover {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  text-decoration: none;
}

.mod-btn_nav:after {
  content: "";
  position: absolute;
  top: 50px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}

.mod-btn_nav :nth-child(2) {
  font-size: 12px;
  line-height: 1.17;
  display: block;
}/*　----------------------------------------------------------------
エントリーボタン
---------------------------------------------------------------- */.entry-btn {
  background-color: #F5A000;
  text-decoration: none;
  color: #fff;
  display: table;
  padding: 90px 0 90px 80px;
  position: relative;
  width: 100%;
}

.entry-btn:after {
  content: "";
  background: url("../../assets/img/common/btn-icon.png") no-repeat right;
  background-size: 57px 10px;
  padding-left: 57px;
  margin-left: 20px;
  position: absolute;
  right: 90px;
  top: 50%;
  height: 10px;
  margin-top: -10px;
}

.entry-btn-text {
  display: table-cell;
  font-style: italic;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 90px;
  vertical-align: middle;
}

.entry-btn-text > span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 15px;
}

.entry-btn-sub {
  display: table-cell;
  font-size: 16px;
  text-align: right;
  padding-right: 180px;
  vertical-align: middle;
}

.entry-btn:hover {
  text-decoration: none;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.mod-grid-item > .mod-btn {
  margin: 0;
}

.mod-btn-modal {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  color: #005bac;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: center;
  cursor: pointer;
}

.mod-btn-modal:before {
  content: '+';
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #005bac;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  border-radius: 10px;
}/* ----------------------------------------------------------------
    Toggle
----------------------------------------------------------------- *//* 絞り込みパーツ
---------------------------------------------------- */.toggle-sort-btn {
  border: 1px solid #bbb;
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 160px;
  font-size: 14px;
  line-height: 2.5;
}

.toggle-sort-btn:hover {
  text-decoration: none;
}

.toggle-sort-btn:after {
  border-bottom: 2px solid #475b6d;
  border-right: 2px solid #475b6d;
  content: "";
  height: 7px;
  margin-top: -6px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .2s;
  width: 7px;
}

.toggle-sort-inner {
  background: #fff;
  display: none;
  text-align: center;
  width: 100%;
}/* 通常トグル
---------------------------------------------------- */.toggle-menu-btn {
  border: 1px solid #bbb;
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 160px;
  font-size: 14px;
  line-height: 2.5;
}

.toggle-menu-btn:hover {
  text-decoration: none;
}

.toggle-menu-btn:after {
  border-bottom: 2px solid #475b6d;
  border-right: 2px solid #475b6d;
  content: "";
  height: 7px;
  margin-top: -6px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .2s;
  width: 7px;
}

.toggle-menu-inner {
  display: none;
  text-align: center;
  width: 100%;
}/* トグルボタンの変化（基本）
---------------------------------------------------- */.toggle-active {
  background: #005bac;
  border-color: transparent;
  color: #fff;
}

.toggle-active:after {
  border-color: #fff;
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: all .2s;
}/* ----------------------------------------------------------------
    checkbox
----------------------------------------------------------------- *//*
---
name: checkbox
category: module/checkbox
---

```jade
input#chk01(type='checkbox', name='tag', value='consul')
label(for='chk01') 経営コンサルタント
```

*/input[type=checkbox] {
  display: none;
}

.mod-checkbox-label {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}

.mod-checkbox-label:last-child {
  margin-right: 0;
}

.mod-checkbox-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 3px solid #01335f;
}

.mod-checkbox-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-left: 6px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #005bac;
  border-bottom: 3px solid #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

input[type=checkbox]:checked + .mod-checkbox-label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}/* ----------------------------------------------------------------
    slick
----------------------------------------------------------------- */.slider {
  margin-bottom: 30px;
}

.slick-arrow {
  background-color: #1161af;
  border-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
}

.slick-arrow:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3.5px;
  margin-left: -5px;
}

.slick-prev {
  z-index: 1;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3.5px;
  margin-left: -2px;
}

.slick-dots {
  position: absolute;
  height: 30px;
}

.slick-dots > li {
  display: inline-block;
  background-color: #919aa3;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin-right: 10px;
}

.slick-dots > li:last-child {
  margin-right: 0;
}

.slick-dots > li > button {
  display: none;
}

.slick-dots > li.slick-active {
  background-color: #05cce4;
}/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- *//*
---
name: table 01
category: module/table
---
```jade
table.mod-table
  tr
    th.mod-table-th テキスト
    td.mod-table-td テキストテキスト
  tr
    th.mod-table-th テキスト
    td.mod-table-td テキストテキストテキストテキストテキスト

```

*/.mod-table {
  margin-bottom: 20px;
  border-spacing: 1px;
  width: 100%;
}

.mod-table-th {
  background: #eaeff1;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.08;
}

.mod-table-td {
  text-align: center;
  border-bottom: 1px solid #eaeff1;
  font-size: 13px;
  line-height: 1.24;
}/*
---
name: table 02
category: module/table
---
```jade
table.mod-table-02
  tr
    th.mod-table-02-th メールアドレス（ID）
    td.mod-table-02-td alimoto.mc@gmail.com
  tr
    th.mod-table-02-th メルマガ購読
    td.mod-table-02-td 配信を希望する

```

*/.mod-table-02 {
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-top: 1px solid #eaeff1;
}

.mod-table-02-th {
  text-align: left;
  font-weight: normal;
}/* ----------------------------------------------------------------
    Modal
----------------------------------------------------------------- *//* ----------------------------------------------------------------
    Panel
----------------------------------------------------------------- *//*
---
name: panel
category: module/panel
---

```jade
.mod-panel.mod-panel_default
  .mod-panel-body
    p テキストテキストテキストテキストテキストテキストテキストテキストテキスト
```

```jade
.mod-panel.mod-panel_primary
  .mod-panel-body
    p テキストテキストテキストテキストテキストテキストテキストテキストテキスト
```

*/.mod-panel {
  margin-bottom: 20px;
  padding: 20px;
}

.mod-panel_default {
  background-color: #f9f7f7;
}

.mod-panel_border {
  border: 1px solid #bbb;
}

.mod-panel_profile {
  background-color: #f9f7f7;
  padding: 20px;
}

.mod-panel_profile:after {
  content: '';
  display: block;
  clear: both;
}

.mod-panel_line {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 0px;
  padding-right: 0px;
}

.mod-panel_goal {
  background-color: #dce6f0;
  font-size: 18px;
  line-height: 1.12;
  font-weight: bold;
  text-align: center;
  padding: 30px;
}

.mod-panel_primary {
  border: 1px solid #bbb;
  padding: 0;
}

.mod-panel_primary-title {
  width: 100%;
  padding: 20px;
  background-color: #F5A000;
  text-align: center;
  color: #fff;
}

.mod-panel_primary-body {
  padding: 20px;
  background-color: #fff;
}/* ----------------------------------------------------------------
    数字で見る
----------------------------------------------------------------- */.mod-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.mod-profile-name {
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.mod-profile-name_sub {
  display: inline-block;
  margin-left: 10px;
  color: #5a86ad;
}

.mod-profile-desc {
  color: #06233c;
}

.mod-profile_left {
  margin-right: 5%;
  width: 25%;
  -ms-flex: none;
  flex: none;
}

.mod-profile_right {
  color: #000;
}/* ----------------------------------------------------------------
    label
----------------------------------------------------------------- */.mod-label {
  line-height: 1;
  text-decoration: none;
  background-color: #F5A000;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
}

.mod-label-large {
  border-radius: 6px;
}

.mod-period {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-period.-left {
  -ms-flex-pack: start;
  justify-content: start;
}

.mod-period-ttl {
  color: #fff;
  background-color: #F5A022;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  border: 1px solid #F5A022;
  margin-bottom: 0;
}

.mod-period-date {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #F5A022;
}

.mod-period02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.mod-period02-ttl {
  color: #000;
  background-color: #DCE6F0;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  border-radius: 20px;
}

.mod-period02-date {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.mod-news-body-link {
  text-align: right;
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
}

.mod-news-notice {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  line-height: 2;
}

.mod-news-notice :before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ff4081;
  position: absolute;
  left: 0;
  margin-right: 10px;
  top: 50%;
  margin-top: -6px;
}

.mod-news-read {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  line-height: 2;
}

.mod-news-read :before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #adb5b8;
  position: absolute;
  left: 0;
  margin-right: 10px;
  top: 50%;
  margin-top: -6px;
}/* ----------------------------------------------------------------
    Form
----------------------------------------------------------------- *//*
---
name: text
category: module/form
---

```jade
input.mod-input-text(type='text')
input.mod-input-text.mod-input-text_auto(type='text')
```

*/.mod-input-text {
  border: 1px solid #bbb;
  line-height: 1;
  width: 90%;
}

.mod-input-text_auto {
  width: 100%;
}

.mod-form-error {
  font-size: 14px;
  line-height: 1.15;
  color: #000;
}/* ----------------------------------------------------------------
    Jumbotron
----------------------------------------------------------------- */.top-visual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.top-visual-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /*background: url("../images/bg.png") no-repeat;
  background-size: cover;*/
  z-index: -1;
}

.top-visual-ttl {
  color: #fff;
  text-align: center;
  font-size: 72px;
  letter-spacing: 0.6vw;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-news {
  position: relative;
}

.top-news-wrap {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.top-news-head {
  font-weight: 400;
  line-height: 1.7;
}

.top-news-list {
  width: 100%;
}

.top-news-item {
  border-bottom: 1px solid #eee;
}

.top-news-item:last-child {
  border: none;
}

.top-news-link {
  font-size: 14px;
  color: #000;
}

.top-news-date {
  display: block;
  font-size: 11px;
  color: #757575;
  letter-spacing: 0.1em;
}

.top-efforts {
  background-color: #fff;
  margin: 80px 0;
  text-align: center;
}

.top-efforts-inner {
  margin: auto;
}

.top-efforts-lead {
  font-size: 17px;
  margin-bottom: 24px;
}

.top-efforts-note {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 24px;
  color: #bdbdbd;
  text-align: center;
  font-weight: 200;
}

.top-card-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.top-card-img {
  width: 100%;
}

.top-card-inner {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  padding: 32px 24px 24px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  color: #fff;
}

.top-card-inner_sub {
  /*font-size: 11px;*/
  font-size: 14px;
  display: block;
  letter-spacing: 0.2em;
}

.top-card-inner_desc {
  /*font-size: 21px;*/
  font-size: 27px;
  letter-spacing: 1px;
}

.top-card-inner_txt {
  font-size: 14px;
  margin: 8px 0;
}

@media screen and (max-width: 920px) {
  .top-card-inner_desc{
    font-size: 2.8vw;
  }
  .top-card-inner_txt {
    font-size: 1.4vw;
  }
}

.top-card-inner_ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.top-card-inner_ico > span {
  display: block;
  margin-right: 16px;
  font-size: 11px;
}

.top-card-coming {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.top-card-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */.top-news {
  position: relative;
}

.top-news-wrap {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.top-news-list {
  width: 100%;
}

.top-news-item {
  border-bottom: 1px solid #eee;
}

.top-news-item:last-child {
  border: none;
}

.top-news-link {
  font-size: 14px;
  color: #000;
}

.top-news-date {
  display: block;
  font-size: 11px;
  color: #757575;
  letter-spacing: 0.1em;
}

.recruiting-heading-l2 {
  color: #37383a;
  font-size: 21px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}

.recruiting-heading-l2-sub {
  color: #005bac;
  display: block;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.4em;
  margin-bottom: 18px;
}/* ----------------------------------------------------------------
    Section
----------------------------------------------------------------- */.top-contents {
  background-color: #fff;
}

.top-section {
  padding: 90px 0;
  background-color: #fff;
}

.top-section-inner {
  margin: auto;
}

.top-section-sub {
  background-color: #f9f7f7;
}/*　----------------------------------------------------------------
グリッドモジュール
---------------------------------------------------------------- */.top-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-line-pack: distribute;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  min-height: 0%;
}

.top-grid-item {
 /*　3分で知る
    ---------------- */ /*　2カラム
    ---------------- */ /*　3カラム(マージンなし)
    ---------------- */
}

.top-grid-item_banner {
  margin-bottom: 90px;
}

.top-grid-item_col2 {
  margin-bottom: 60px;
  width: 47.2%;
}

.top-grid-item_col2:nth-child(n+2) {
  margin-bottom: 0;
}

.top-grid-item_col3 {
  width: 33.1%;
  margin: 0 .2% .2% 0;
}

.top-grid-link_col1 {
  width: 100%;
  margin-top: 0.69444%;
}

.top-grid_interview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: distribute;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.top-banner-link {
  display: block;
  width: 100%;
  max-width: 1026px;
  margin: auto;
}

.top-banner-link:hover {
  text-decoration: none;
}

.top-banner-link:hover .top-banner-img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background-size: auto 120%;
}

.top-banner-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-banner-img {
  max-width: 100%;
  transition: all .4s ease-in-out;
  height: 240px;
  background: no-repeat center;
  background-size: auto 100%;
}

.top-banner-lead {
  font-size: 15px;
  line-height: 1.8;
  position: absolute;
  color: #fff;
  top: 50%;
  text-align: center;
  width: 100%;
}

.top-banner-title {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  top: 8%;
  text-align: center;
  width: 100%;
}

.top-banner-title > span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 84px;
}/*　----------------------------------------------------------------
見出しモジュール
---------------------------------------------------------------- */.top-heading-l2 {
  color: #000;
  font-size: 21px;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
}

.top-heading-l2-sub {
  color: #004196;
  display: block;
  font-size: 11px;
  letter-spacing: 0.4em;
}

.top-heading-l3 {
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}

.top-heading-l4 {
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 24px;
}

.top-heading-l4 span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.4em;
  margin-bottom: 10px;
}

.top-heading-sub {
  font-size: 21px;
  letter-spacing: 0.15em;
  text-align: center;
}

.top-heading-sub > span {
  color: #004196;
  font-size: 11px;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
  letter-spacing: 0.15em;
}

.top-lead-txt {
  color: #000;
  font-size: 14px;
}

.top-note-txt {
  color: #424242;
  font-size: 11px;
}/*　----------------------------------------------------------------
ボタン
---------------------------------------------------------------- */.top-btn-small {
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  margin-right: 16px;
  border: 1px solid #fff;
  padding: 6px 24px 6px 8px;
  position: relative;
  letter-spacing: 0.1em;
}

.top-btn-small:last-child {
  margin-right: 0;
}

.top-btn-small-text {
  color: #fff;
}

.top-btn-small-text:after {
  content: "";
  position: absolute;
  background: url("../../../assets/img/common/ico-window_w.svg") no-repeat center;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: 8px;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}

.top-btn-small-pdf {
  color: #fff;
}

.top-btn-small-pdf:after {
  content: "";
  position: absolute;
  background: url("../../../assets/img/common/ico-pdf_w.svg") no-repeat center;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: 8px;
  width: 10px;
  height: 12px;
  background-size: 10px 12px;
}/*　----------------------------------------------------------------
テキストモジュール
---------------------------------------------------------------- */.mod-text-copy {
  color: #37383a;
  font-size: 1.4vw;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 2;
  margin: 20px 0;
}

.mod-text-copy > span {
  display: block;
  text-indent: 9px;
}/* ----------------------------------------------------------------
    Concept
----------------------------------------------------------------- */.top-section-concept {
  background-color: #f9f7f7;
}/* ----------------------------------------------------------------
    PCのみ表示／スマホのみ表示
----------------------------------------------------------------- *//*


*//* ----------------------------------------------------------------
text-align    
----------------------------------------------------------------- */.text-al {
  text-align: left !important;
}

.text-ac {
  text-align: center !important;
}

.text-ar {
  text-align: right !important;
}

.strong_note {
  color: #ff4081;
  font-weight: bold;
}

.u-font-bold {
  font-weight: 600;
}/* ----------------------------------------------------------------
width    
----------------------------------------------------------------- */.w-full {
  width: 100% !important;
}

.mw-full {
  max-width: 100% !important;
}/* ----------------------------------------------------------------
マージン
----------------------------------------------------------------- */.mt_medium {
  margin-top: 56px;
}

.mb_large {
  margin-bottom: 128px;
}/* ----------------------------------------------------------------
フォントサイズ
----------------------------------------------------------------- */.fs_small {
  font-size: 80%;
}

.fs_xsmall {
  font-size: 60%;
}/* ----------------------------------------------------------------
フォントカラー
----------------------------------------------------------------- */.fc_navy {
  color: #004196;
}

.fc_black {
  color: #000;
}

.fc_strong {
  font-weight: 700;
}
.fc_black.fc_strong{
  margin-top: 4px;
  display: block;
}

.fc_white {
  color: #fff !important;
}

.fc_blue {
  color: #005bac;
}

.fc_red {
  color: #e00;
}/* ----------------------------------------------------------------
背景カラー
----------------------------------------------------------------- */.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #f9f7f7;
}

.fc_black {
  color: #000;
}/* ----------------------------------------------------------------
罫線
----------------------------------------------------------------- */.hr_medium {
  width: 100%;
  border-top: 1px solid #000;
}

.nav-btn{
  position: relative;
}
.navi-ballon{
  position: absolute;
  bottom: -54px;
  right: 0;
  width: fit-content;
  height: 40px;
  transform: translateX(25%);
  transition: all .3s;
}
.navi-ballon.off{
  opacity: 0;
}
.open .navi-ballon,
.menu-open .navi-ballon{
  opacity: 0;
}
.navi-ballon .kado{
  width: 18px;
  height: 18px;
  background: #F5A000;
  box-shadow: 5px 4px 9px -4px rgba(0,0,0,0.6);
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: -1;
}
.navi-ballon .in-text{
  color: #FFF;
  font-size: 12px;
  white-space: nowrap;
  background: #F5A000;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 5px 4px 9px -4px rgba(0,0,0,0.6);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,.mark-text {
    font-family: "ＭＳ ゴシック",sans-serif;
  }
}
.mod-grid-640.long {
  max-width: 660px;
  text-align: left;
}
.mod-grid-640.long .mod-card-body{
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.mod-grid-640.long .mod-list-normal-item{
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  html {
    line-height: 2;
  }

  body {
    line-height: 2;
  }

  .nav-btn a {
    display: inline-block;
    padding: 4px 4px;
    width: 140px;
    letter-spacing: 0.2em;
  }

  .contents-body {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .contents-split {
    height: 100%;
    position: relative;
  }

  .contents-news {
    margin-top: 70px;
    margin-bottom: 70px;
    display: table;
  }

  .section-left {
    position: absolute;
    width: 44%;
    height: calc(100vh - 60px);
    left: 0;
  }

  .section-left_02 {
    width: 50%;
  }

  .section-right {
    float: right;
    width: 56%;
    height: 100%;
    min-height: calc(100vh - 80px);
    padding: 160px 60px 180px;
  }

  .section-right_02 {
    width: 50%;
  }

  .section-right::-webkit-scrollbar {
    display: none;
  }

  .section-bottom {
    max-width: 1026px;
    margin: auto;
    padding: 80px 0 64px;
  }

  .section-inner {
    max-width: 1026px;
  }

  .section-inner + .section-inner {
    margin-top: 80px;
  }

  .fixed-left {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 1;
  }

  .mod-heading-l1-bg {
    height: auto;
    min-height: 324px;
  }

  .mod-heading-l1-bg.-recruiting {
    height: auto;
    min-height: 480px;
    background-image: url("/2022/assets/img/recruiting/header.png");
  }

  .mod-heading-l1 {
    font-size: 27px;
    line-height: 1;
  }

  .mod-heading-l1.-recruiting {
    top: 176px;
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }

  .mod-heading-l1-split {
    padding: 40px;
  }

  .mod-heading-l1_02 {
    font-size: 27px;
    line-height: 1.6;
  }

  .contents-nav .mod-heading-l1_02 {
    font-size: 27px;
    line-height: 1.45;
    margin-bottom: 30px;
  }

  .mod-heading-l1 + .mod-btn {
    bottom: 144px;
  }

  .mod-heading-body {
    color: #fff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
 /* Safari用 */
    transform: translate(0, -50%);
    width: 80%;
  }

  .mod-heading-body_02 {
    padding: 40px;
  }

  .mod-heading-body_03 {
    color: #fff;
    position: absolute;
    top: 28%;
    width: 80%;
  }

  .mod-heading-foot {
    margin-top: 32px;
  }

  .mod-heading-name {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
  }

  .mod-heading-name_sub {
    font-size: 14px;
    line-height: 1;
    margin-left: 15px;
    display: inline-block;
    font-weight: normal;
  }

  .mod-heading-l1-sub {
    font-size: 17px;
    line-height: 1;
  }

  .mod-heading-l2_02 {
    font-size: 25px;
    line-height: 2;
    margin-top: 50px;
    margin-bottom: 32px;
  }

  .mod-heading-l3 {
    font-size: 19px;
    line-height: 1.74;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .mod-heading-l3--noMT {
    margin-top: 0;
  }

  .mod-heading-l3_02 {
    font-size: 18px;
    line-height: 1.84;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .mod-heading-l4 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px;
    font-weight: 400;
  }
  .mod-heading-l4.s-size{
    font-size: 15px;
  }
  .mod-heading-l4_02 {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .mod-heading-l5 {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .mod-heading-l5.mod-heading-l5-it-fes {
    padding: 40px 0 8px;
    border-top: 1px solid #bbb;
    text-align: left;
  }

  .mod-heading-l5.mod-heading-l5-it-fes .it-fes-notice {
    font-weight: normal;
  }

  .mod-list-normal + .mod-heading-l5.mod-heading-l5-it-fes {
    margin-top: 40px;
  }

  .mod-list-normal + .mod-heading-l5.mod-heading-l5-it-fes-point {
    margin-top: 16px;
  }

  .mod-link-it-fes {
    margin: 24px 0 40px;
    text-align: left;
  }

  .mod-heading-nav-link {
    font-size: 13px;
    line-height: 1.16;
    display: inline-block;
    margin-left: 20px;
  }

  .mod-heading-week {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .mod-heading-week span.week {
    font-size: 28px;
    line-height: 1.15;
  }

  .mod-heading-week span.title {
    font-size: 18px;
    line-height: 1.56;
  }

  .mod-heading-faq {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .mod-heading-faq span.faq-number {
    font-size: 28px;
    line-height: 1.15;
  }

  .mod-heading-faq span.question {
    font-size: 18px;
    line-height: 1.56;
  }

  .mod-grid-top-link {
    width: 55.85938%;
  }

  .mod-grid-top-body {
    width: 44.14062%;
    padding: 32px;
  }

  .mod-grid {
    margin-bottom: 20px;
  }

  .mod-grid-item {
    margin-bottom: 30px;
  }

  .mod-grid-item_col2 {
    width: 47.07602%;
    margin-bottom: 0;
  }

  .mod-grid-item_col2:nth-child(2n) {
    margin-left: 5.84795%;
  }

  .mod-grid-item_col2:nth-child(2n+3) {
    margin-top: 30px;
  }

  .mod-grid-item_col2:nth-child(2n+4) {
    margin-top: 30px;
  }

  .mod-grid-item_col2_02 {
    width: 49.8%;
    margin: 0 .2% .2% 0;
  }

  .mod-grid-item_col3 {
    width: 31.57895%;
    margin-right: 2.63158%;
  }

  .mod-grid-item_col3:nth-child(3n) {
    margin-right: 0;
  }
  .mod-grid-item_col3_03 {
    width: calc((100% - 0.4%) / 3);
    margin: 0;
  }
  .mod-grid-item_col4 {
    width: 23.4375%;
    margin-right: 2.04241%;
  }

  .mod-grid-item_col4:nth-child(4n) {
    margin-right: 0;
  }

  .mod-grid-item_col4_02 {
    width: 24%;
    margin: 0 .5% .5% 0;
  }

  .mod-grid-item_col4_02:nth-child(4n) {
    margin-right: 0;
  }

  .mod-grid-item-spscroll > img {
    width: 100%;
  }

  .mod-grid_anchor > .mod-grid-item {
    margin-bottom: 20px;
  }

  .mod-grid-640 {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .mod-grid-640.long .mod-list-normal-item{
    margin-bottom: 0;
  }
  .mod-grid-lead {
    padding: 70px 12.33333%;
  }

  .section-inner__sitemap {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mod-sitemap {
    padding: 24px;
    width: 28.8%;
  }

  .mod-sitemap-title {
    font-size: 17px;
    margin-bottom: 24px;
  }

  .mod-sitemap-box {
    margin-bottom: 42px;
    padding-bottom: 40px;
  }

  .mod-sitemap-item__child {
    font-size: 14px;
  }

  .mod-lead-text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2;
  }
  .mod-lead-text.ls{
    font-size: 16px;
  }

  .mod-lead-text_02 {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2;
  }

  .mod-lead-large {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .mod-lead-large_02 {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 60px;
  }

  .mod-lead-large_01 {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 20px;
  }

  .mod-heading-text {
    color: #000;
    font-size: 16px;
    line-height: 2;
  }

  .mod-heading-body > .mod-heading-foot > .mod-heading-text {
    color: #000;
  }

  .mod-heading-body > .mod-heading-foot > .mod-heading-text.-white {
    color: #fff;
  }

  .mod-heading-body > .mod-heading-foot > .mod-heading-text.-shadow-w {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
  }

  .mod-heading-body > .mod-heading-foot > .mod-heading-text.-shadow-b {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  }

  .mod-base-text {
    font-size: 14px;
    line-height: 2;
  }

  .mod-base-text_02 {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mod-talk-text {
    font-size: 14px;
    line-height: 2.29;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mod-list-num-item {
    display: table;
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 10px;
  }

  .mod-list-num .fig {
    padding-right: 15px;
  }

  .mod-list-notes-item {
    display: table;
    font-size: 12px;
    line-height: 1.34;
    margin-bottom: 10px;
  }

  .mod-list-notes .fig {
    padding-right: 15px;
  }

  .mod-list-normal-item {
    display: table;
    margin-bottom: 4px;
  }

  .mod-list-normal-it-fes {
    position: relative;
  }

		.mod-list-normal .text {
				letter-spacing: 1.5px;
		}

  .mod-list-normal .fig {
    padding-right: 15px;
  }

  .mod-list-normal .fig.fig-it-fes {
    padding-right: 4px;
  }

  .mod-list-child-normal-title {
    display: table;
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 10px;
  }

  .mod-list-child-normal-item {
    display: table;
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 10px;
  }

  .mod-list-child-normal .fig {
    padding-right: 15px;
  }

  .mod-list-normal_small-item {
    display: table;
    font-size: 11px;
    line-height: 1.28;
    margin-bottom: 6px;
    letter-spacing: -0.08em;
  }

  .mod-list-btn-item {
    margin-bottom: 10px;
  }

  .mod-list-nav {
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .mod-list-nav-item {
    width: 23.31731%;
    margin-right: 2.16346%;
  }

  .mod-list-nav-item_col3 {
    width: 31.88702%;
    margin-right: 2.16346%;
    position: relative;
  }

  .mod-list-nav-item_col3:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -3px;
    width: 30px;
    height: 6px;
    background-color: #005bac;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }

  .mod-list-nav-item_col3:last-child:after {
    display: none;
  }

  .mod-list-nav-item_col3_02 {
    width: 31.88702%;
    margin-right: 2.16346%;
    position: relative;
  }

  .mod-list-nav-item_col3_02:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -3px;
    width: 30px;
    height: 6px;
    background-color: #005bac;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }

  .mod-list-nav-item_col3_02:last-child:after {
    display: none;
  }

  .mod-list-nav-item_col5 {
    width: 18.26923%;
    margin-right: 2.16346%;
    position: relative;
  }

  .mod-list-nav-item_col5:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -3px;
    width: 30px;
    height: 6px;
    background-color: #005bac;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }

  .mod-list-nav-item_col5:last-child:after {
    display: none;
  }

  .mod-news-list-item {
    display: table;
    font-size: 13px;
    line-height: 2;
    min-width: 100%;
  }

  .mod-news-list-item_02 {
    font-size: 13px;
    line-height: 2;
  }

  .mod-def-list-ttl {
    letter-spacing: 2px;
    padding: 2px 8px;
  }

  .mod-def-list-desc {
    letter-spacing: 2px;
    padding: 2px 8px;
  }

  .mod-defL-list {
    font-size: 13px;
    line-height: 2;
  }

  .mod-defL-list-title {
    width: 20%;
    min-width: 92px;
    font-size: 16px;
    line-height: 2;
  }

  .mod-defL-list-desc {
    width: 80%;
  }

  .mod-def-list_02 {
    font-size: 13px;
    line-height: 2;
  }

  .mod-def-list_02-title {
    width: 20%;
    min-width: 92px;
  }

  .mod-def-list_02-desc {
    width: 80%;
  }

  .mod-list-flow-step {
    font-size: 11px;
  }

  .mod-list-flow-step_02 {
    font-size: 14px;
    line-height: 2.29;
  }

  .mod-list-flow-desc {
    font-size: 14px;
    line-height: 2.29;
  }

  .mod-grid-item_col2 .mod-card-type_creator {
    font-size: 160px;
    line-height: 0.88;
  }

  .mod-grid-item_col2 .mod-card-type_week {
    font-size: 120px;
    line-height: 0.92;
  }

  .mod-card-item_slide {
    width: 71.34503%;
  }

  .mod-card-body_slide {
    width: 28.65497%;
  }

  .mod-media-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .mod-media-item_left {
    float: left;
    margin-right: 5%;
    max-width: 55%;
  }

  .mod-media-item_right_02 {
    float: right;
    width: 55%;
  }

  .mod-media-item_right_02 :first-child {
    margin: 0 auto;
  }

  .mod-media-item-img {
    max-width: 40%;
  }

  .mod-btn {
    max-width: 320px;
    margin: 50px auto 0;
  }

  .mod-grid-item .mod-btn {
    max-width: 100%;
  }

  .mod-btn_large {
    max-width: 100%;
  }

  .mod-btn_anchor {
    max-width: 100%;
  }

  .mod-btn_anchor_02 {
    max-width: 100%;
  }

  .mod-grid_anchor .mod-btn_light {
    max-width: 100%;
  }

  .mod-grid-item .mod-btn_light {
    max-width: 100%;
  }

  .mod-btn_nav {
    max-width: 300px;
  }

  .toggle-sort {
    margin-bottom: 50px;
    margin-top: -45px;
    text-align: right;
  }

  .toggle-sort-inner {
    margin: 30px 0 50px;
  }

  .toggle-menu {
    margin-bottom: 50px;
  }

  .toggle-menu-btn {
    margin-bottom: 50px;
  }

  .toggle-menu-inner {
    margin: 30px 0 50px;
  }

  .slick-arrow {
    bottom: 30px;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    right: 32px;
  }

  .slick-dots {
    bottom: 30px;
    left: 71.34503%;
    padding-left: 40px;
  }

  .mod-profile-name {
    font-size: 20px;
    line-height: 1.4;
  }

  .mod-profile-name_sub {
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    margin-top: 10px;
  }

  .mod-profile-desc {
    font-size: 13px;
    line-height: 1.54;
    font-weight: normal;
  }

  .mod-period {
    margin-bottom: 40px;
  }

  .mod-period-ttl {
    letter-spacing: 4px;
    padding: 4px 8px;
  }

  .mod-period-date {
    letter-spacing: 2px;
    padding: 4px 12px;
  }

  .mod-period02 {
    margin-bottom: 32px;
  }
  .mod-def-list + .mod-period02 {
    margin-top: 32px;
  }
  .mod-period02-ttl {
    padding: 2px 8px;
  }

  .mod-period02-date {
    letter-spacing: 2px;
    padding: 4px 12px;
  }

  .mod-news-head {
    min-width: 210px;
    display: table-cell;
  }

  .mod-news-body {
    display: table-cell;
    width: 100%;
  }

  .mod-news-ttl {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .top-news {
    margin-top: -88px;
  }

  .top-news-wrap {
    padding: 0 64px;
    width: 100%;
    max-width: 1024px;
    margin: auto;
  }

  .top-news-head {
    font-size: 16px;
    padding-top: 32px;
    padding-right: 32px;
    margin-left: -16px;
  }

  .top-news-item {
    padding: 32px 0;
  }

  .top-news-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-news-date {
    margin-right: 32px;
  }

  .top-efforts-inner {
    max-width: 1024px;
    padding: 56px;
  }

  .top-card-img {
    height: 100%;
    object-fit: cover;
  }

  .top-card-img.-pc {
    display: block;
  }

  .top-card-img.-sp {
    display: none;
  }

  .top-card-coming {
    position: absolute;
    bottom: 24px;
    right: 24px;
  }

  .top-news {
    margin-bottom: 80px;
    margin-top: -88px;
  }

  .top-news-wrap {
    padding: 0 64px;
    width: 100%;
    max-width: 1024px;
    margin: auto;
  }

  .top-news-item {
    padding: 32px 0;
  }

  .top-news-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-news-date {
    margin-right: 32px;
  }

  .top-section {
    width: 90%;
    margin: 0 auto 0 0;
  }

  .top-section.-right {
    margin: 0 0 0 auto;
  }

  .top-section-sub {
    width: 100%;
    margin: 0;
    padding: 128px 0;
  }

  .top-section-sub-inner {
    max-width: 1024px;
    margin: auto;
  }

  .top-grid-link_col:first-child {
    width: 37.84722%;
    margin-right: 0.69444%;
  }

  .top-grid-link_col:last-child {
    width: 61.45833%;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-grid-link_col2 {
    width: 49.60938%;
    margin-right: 0.78125%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-grid-link_col2:nth-child(2n) {
    margin-right: 0;
  }

  .top-grid-link_col2:first-child {
    margin-right: 0.69444%;
  }

  .top-grid-link_col3 {
    width: 32.8125%;
    margin-right: 0.78125%;
  }

  .top-grid-link_col3:nth-child(3n) {
    margin-right: 0;
  }

  .top-grid-link_col4 {
    width: 24.41406%;
    margin-right: 0.78125%;
  }

  .top-grid-link_col4:nth-child(4n) {
    margin-right: 0;
  }

  .top-heading-l2 {
    margin-bottom: 48px;
  }

  .top-heading-l2-sub {
    margin-top: -32px;
    margin-bottom: 18px;
  }

  .top-heading-l2 > img {
    height: 64px;
    margin-left: 48px;
  }

  .top-heading-l3 {
    font-size: 27px;
    line-height: 1.7;
  }

  .top-heading-l4 {
    font-size: 23px;
    line-height: 1.7;
  }

  .top-heading-sub {
    line-height: 2;
    margin-bottom: 48px;
  }

  .top-lead-txt {
    margin-top: -16px;
    margin-bottom: 48px;
    padding-left: 10%;
  }

  .top-note-txt {
    margin-top: -16px;
    margin-bottom: 48px;
    padding-left: 10%;
  }

  .display-sp {
    display: none;
  }

  .display-sp {
    display: none;
  }

  .text-al-nsp {
    text-align: left !important;
  }

  .text-ac-nsp {
    text-align: center !important;
  }

  .w-90 {
    width: 90%;
  }

  .w-80 {
    width: 80%;
  }

  .w-70 {
    width: 70%;
  }

  .w-60 {
    width: 60%;
  }

  .w-50 {
    width: 50%;
  }

  .w-40 {
    width: 40%;
  }

  .w-30 {
    width: 30%;
  }

  .w-20 {
    width: 20%;
  }

  .w-10 {
    width: 10%;
  }

  .mw-90 {
    max-width: 90% !important;
  }

  .mw-80 {
    max-width: 80% !important;
  }

  .mw-70 {
    max-width: 70% !important;
  }

  .mb_none {
    margin-bottom: 0;
  }

  .mt_none {
    margin-top: 0;
  }

  .mr_medium {
    margin-right: 30px;
  }

  .mt_small {
    margin-top: 40px;
  }

  .mt_xsmall {
    margin-top: 20px;
  }

  .mt_none {
    margin-top: 0px;
  }

  .m_auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mb_medium {
    margin-bottom: 40px;
  }

  .mb_small {
    margin-bottom: 32px;
  }

  .mb_xsmall {
    margin-bottom: 16px;
  }


  .ml-24 {
    margin-left: 24px;
  }

  .hr_medium {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 993px) {
  .close {
    display: none;
  }

  .header-logo > a .logo-sp {
    display: none;
  }

  .header-action-sp {
    display: none;
  }

  .nav-wrap {
    margin-right: 40px;
  }

  .nav-btn {
    margin-right: 40px;
  }

  .nav-Md-items {
    display: -ms-flexbox;
    display: flex;
    padding: 36px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2;
  }

  .nav-menu-wrap {
    top: 80px;
    height: calc(100vh - 80px);
    padding: 48px 0;
  }

  .nav-menu-wrap > div {
    max-width: 768px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: auto;
  }

  .nav-menu-col {
    width: 25%;
  }

  .nav-menu-inner {
    margin-bottom: 48px;
  }

  .nav-menu-inner:last-child {
    margin-bottom: 0;
  }

  .nav-menu-title {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .my-info {
    position: fixed;
    bottom: 0;
    left: 0px;
    border-radius: 0px 10px 0px 0px;
  }

  .contents-mypage {
    margin: auto;
    max-width: 832px;
  }

  .section-left {
    height: 100vh;
  }

  .section-left_02 {
    width: 50%;
  }

  .fixed-left {
    left: 0;
    z-index: 1;
  }

  .footer-nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 32px;
  }

  .footer-nav-col {
    width: 25%;
  }

  .footer-nav-inner {
    margin-bottom: 48px;
  }

  .footer-nav-inner:last-child {
    margin-bottom: 0;
  }

  .footer-nav-title {
    font-size: 17px;
    margin-bottom: 16px;
    pointer-events: none;
  }

  .footer-sep {
    margin: 56px auto;
  }

  .footer-sub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-sub-item {
    display: inline-block;
    margin-right: 16px;
  }

  .footer-sub-item:last-child {
    margin-right: 0;
  }

  .footer-sub-sns {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .mod-heading-l1-bg {
    margin-top: 80px;
  }

  .mod-heading-l1-split {
    background-position: right top;
    height: 100%;
  }

  .mod-list-tag-item {
    display: inline-block;
    margin: 0 33px 0 0;
  }

  .mod-list-link-item {
    margin-right: 22px;
    margin-bottom: 10px;
  }

  .mod-media-img {
    margin-bottom: 20px;
    max-width: 600px;
  }

  .mod-media {
    margin-bottom: 50px;
  }

  .mod-media_mid {
    max-width: 750px;
    margin: 0 auto;
  }

  .mpd-media-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .mod-btn-text {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
  }

  .mod-table-th {
    padding: 20px 7px 20px 7px;
    width: 200px;
  }

  .mod-table-td {
    padding: 20px 7px 20px 7px;
    min-width: 7em;
  }

  .mod-table-02-th {
    background: #eaeff1;
    padding: 10px 7px 7px 21px;
    width: 200px;
    border-bottom: 1px solid #eaeff1;
  }

  .mod-table-02-td {
    padding: 10px 7px 7px 21px;
    border-bottom: 1px solid #eaeff1;
  }

  .mod-panel_primary-title {
    font-size: 15px;
    line-height: 1;
  }

  .mod-panel-body {
    padding: 16px 24px;
  }

  .mod-num-panel {
    margin-top: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.34;
    font-weight: bold;
  }

  .mod-num-desc {
    font-size: 27px;
    line-height: 1.19;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .mod-num-desc .number {
    font-size: 80px;
    line-height: 1;
    font-style: italic;
    display: inline-block;
    margin: 0 40px 0 20px;
    color: #005bac;
  }

  .mod-label-large {
    font-size: 17px;
    line-height: 1;
    padding: 8px 16px 8px 16px;
    margin: 0 15px;
    letter-spacing: 6px;
  }

  .mod-input-text {
    padding: 10px 15px;
    font-size: 14px;
  }

  .display-md {
    display: none;
  }

  .mb_none {
    margin-bottom: 0;
  }

  .mt_none {
    margin-top: 0;
  }

  .m_auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1107px) {
  .toggle-sort-btn {
    margin-right: calc((100vw - 1106px)/2);
  }

  .toggle-sort-inner {
    padding: 10px calc((100vw - 1106px)/2) 30px;
  }
}

@media (max-width: 1106px) {
  .toggle-sort-inner {
    padding: 10px 30px 30px;
  }

  .toggle-menu-inner {
    padding: 10px 30px 30px;
  }
}

@media (max-width: 992px) {
  .menu-text {
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: #06233c;
    top: 0;
    right: 0;
    display: table;
    text-align: center;
  }

  .menu-text > span {
    display: table-cell;
    vertical-align: middle;
  }

  .menu-active {
    display: none;
  }

  .navi-active {
    display: none;
  }

  .header {
    padding: 16px;
    height: 58px;
  }

  .header-logo {
    padding: 0;
    width: 56px;
  }

  .header-logo > a .logo-nsp {
    display: none;
  }

  .header-action {
    display: none;
  }

  .header-action-btn-sp {
    display: table;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    text-decoration: none;
    text-align: center;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 60px;
  }

  .header-action-btn-sp.header-action-btn_regist {
    right: 120px;
  }

  .nav-wrap {
    display: none;
  }

  .nav-item {
    display: none;
  }

  .nav-link {
    padding-left: 0;
  }

  .nav-btn {
    margin-right: 3.2vw;
  }

  .nav-menu.menu-open > .my-info {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .nav-menu-wrap {
    top: 58px;
    height: calc(100vh - 58px);
    padding: 24px 32px;
  }

  .nav-menu-inner {
    border-top: 1px solid #eee;
  }

  .nav-menu-title {
    font-size: 14px;
    padding: 24px 16px 24px 0;
    position: relative;
    line-height: 1.6;
  }

  .nav-menu-title:before,.nav-menu-title:after {
    display: block;
    content: '';
    background-color: #004196;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 33px;
    right: 0;
    transition: -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .nav-menu-title:before {
    width: 2px;
    height: 16px;
    top: 26px;
    right: 7px;
  }

  .nav-menu-title.on:before,.nav-menu-title.on:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-menu-items {
    display: none;
    margin-bottom: 24px;
  }

  .my-info {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  #single-col {
    margin-top: 60px;
  }

  #split-col {
    margin-top: 60px;
  }

  .contents-nav {
    padding: 20px;
  }

  .nav_active {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
  }

  .footer-contents {
    padding: 0 32px;
  }

  .footer-nav-inner {
    border-top: 1px solid #eee;
  }

  .footer-nav-title {
    font-size: 14px;
    padding: 24px 16px 24px 0;
    line-height: 1.6;
    position: relative;
  }

  .footer-nav-title:before,.footer-nav-title:after {
    display: block;
    content: '';
    background-color: #004196;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 33px;
    right: 0;
    transition: -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .footer-nav-title:before {
    width: 2px;
    height: 16px;
    top: 26px;
    right: 7px;
  }

  .footer-nav-title.on:before,.footer-nav-title.on:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer-nav-items {
    display: none;
    margin-bottom: 24px;
  }

  .footer-sep {
    margin: 0 auto 56px;
  }

  .footer-sub {
    position: relative;
  }

  .footer-sub-item {
    display: block;
    margin-bottom: 32px;
  }

  .footer-sub-sns {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .breadcrumb {
    display: none;
  }

  .mod-heading-l1-split {
    background-position: right top;
    height: 100%;
  }

  .mod-list-tag-item {
    margin-bottom: 6px;
  }

  .mod-list-tag-item:last-child {
    margin-bottom: 0;
  }

  .mod-list-link-item {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .mod-media-img {
    margin-bottom: 15px;
  }

  .mod-media {
    margin-bottom: 20px;
  }

  .mpd-media-title {
    margin-bottom: 13px;
  }

  .entry-btn:after {
    right: 20px;
  }

  .entry-btn {
    padding: 48px 0;
    display: block;
  }

  .entry-btn-text {
    font-size: 24px;
    padding-left: 24px;
    display: block;
  }

  .entry-btn-text > span {
    font-size: 12px;
  }

  .entry-btn-sub {
    padding-left: 24px;
    font-size: 12px;
    padding-top: 10px;
  }

  .mod-table-th {
    padding: 15px 6px 15px 6px;
  }

  .mod-table-td {
    padding: 15px 6px 15px 6px;
  }

  .mod-table-02 tr {
    display: block;
    width: 100%;
  }

  .mod-table-02-th {
    padding: 14px 10px 8px 10px;
    font-size: 10px;
    display: block;
    width: 100%;
  }

  .mod-table-02-td {
    padding: 0 10px 10px 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeff1;
  }

  .mod-panel_primary-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .mod-panel-body {
    padding: 13px 12px;
  }

  .mod-num-panel {
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
  }

  .mod-num-title {
    margin-bottom: 20px;
  }

  .mod-num-desc {
    font-size: 27px;
    line-height: 2.97;
    font-weight: bold;
  }

  .mod-num-desc .number {
    font-size: 80px;
    line-height: 1;
    font-style: italic;
    display: inline-block;
    margin: 0 40px 0 20px;
    color: #005bac;
  }

  .mod-label-large {
    font-size: 15px;
    line-height: 1;
    padding: 8px;
    margin: 0 10px;
  }

  .mod-input-text {
    padding: 6px 10px;
    font-size: 16px;
  }

  .mod-text-copy {
    font-size: 2.4vw;
  }

  .display-nmd {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    line-height: 1.7;
  }

  body {
    line-height: 1.7;
  }

  .header-logo > a > img {
    margin-right: 8px;
  }

  .header-logo > a > span {
    font-size: 11px;
    line-height: 1.2;
  }

  .nav-btn a {
    padding: 6px 2vw;
    letter-spacing: 0.1em;
  }

  .contents-section {
    padding: 80px 0;
  }

  .contents-mypage {
    padding: 60px 5.3125%;
  }

  .section-right {
    padding: 60px 5.3125%;
  }

  .section-bottom {
    padding: 60px 5.3125%;
  }

  .section-inner {
    margin: auto 5.3125%;
    padding-left: 0;
    padding-right: 0;
  }

  .mod-heading-l1-bg {
    height: auto;
    min-height: 280px;
  }

  .mod-heading-l1-bg.-recruiting {
    height: auto;
    min-height: 480px;
    background-image: url("/2022/assets/img/recruiting/header-sp.png");
  }

  .mod-heading-l1-split {
    background-position: center top;
    height: 60vh;
  }

  .mod-heading-l1 {
    font-size: 24px;
    line-height: 1;
  }

  .mod-heading-l1.-recruiting {
    top: 174px;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .mod-heading-l1_02 {
    font-size: 24px;
    line-height: 1.5;
  }

  .contents-nav .mod-heading-l1_02 {
    font-size: 24px;
    line-height: 1.63;
    margin-bottom: 10px;
  }

  .mod-heading-l1 + .mod-btn {
    bottom: 136px;
    width: calc(100% - 32px);
  }

  .mod-heading-body {
    top: 50%;
    -webkit-transform: translate(0, -50%);
 /* Safari用 */
    transform: translate(0, -50%);
    left: 5.3125%;
    right: 5.3125%;
  }

  .mod-heading-body_02 {
    padding: 16px;
  }

  .mod-heading-body_03 {
    position: absolute;
    bottom: 8%;
    left: 5.3125%;
    right: 5.3125%;
    width: auto;
  }

  .mod-heading-foot {
    background-color: #f9f7f7;
    padding: 30px 5.3125%;
  }

  .mod-heading-foot :first-child {
    margin-top: 0;
  }

  .mod-heading-name {
    color: #000;
    font-size: 20px;
    line-height: 1;
  }

  .mod-heading-name_sub {
    font-size: 12px;
    line-height: 1;
    margin-left: 20px;
    font-weight: normal;
  }

  .mod-heading-l1-sub {
    font-size: 17px;
    line-height: 1;
  }

  .mod-heading-l2 {
    font-size: 21px;
  }

  .mod-heading-l2-sub {
    margin-top: 10px;
  }

  .mod-heading-l2_02 {
    font-size: 25px;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .mod-heading-l3 {
    font-size: 19px;
    line-height: 1.48;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .mod-heading-l3--noMT {
    margin-top: 0;
  }

  .mod-heading-l3_02 {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .mod-heading-l4 {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
    font-weight: 400;
  }
  .mod-heading-l4.s-size{
    font-size: 16px;
  }
  .mod-heading-l4_02 {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .mod-heading-l5 {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .mod-heading-l5.mod-heading-l5-it-fes {
    padding: 24px 0 8px;
    border-top: 1px solid #bbb;
    text-align: left;
  }

  .mod-heading-l5.mod-heading-l5-it-fes .it-fes-notice {
    display: block;
    margin-top: 4px;
    font-weight: normal;
  }

  .mod-card-item-it-fes {
    position: absolute;
    top:16px;
    right: 4px;
    max-width: 200px;
    width: 40%;
  }

  .mod-card-item-it-fes .mod-card-img {
  max-width: 100%;
  width: 100%;
}

		.mod-list-normal + .mod-heading-l5.mod-heading-l5-it-fes {
    margin-top: 40px;
  }

  .mod-list-normal + .mod-heading-l5.mod-heading-l5-it-fes-point {
    margin-top: 16px;
  }

  .mod-link-it-fes {
    margin: 24px 0 40px;
    text-align: left;
  }

  .mod-heading-nav-link {
    font-size: 13px;
    line-height: 1.16;
    display: inline-block;
    margin-left: 20px;
  }

  .mod-heading-week {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .mod-heading-week span.week {
    font-size: 24px;
    line-height: 1.17;
  }

  .mod-heading-week span.title {
    font-size: 16px;
    line-height: 1.5;
  }

  .mod-heading-faq {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .mod-heading-faq span.faq-number {
    font-size: 24px;
    line-height: 1.17;
  }

  .mod-heading-faq span.question {
    font-size: 16px;
    line-height: 1.5;
  }

  .mod-grid-top-link {
    width: 100%;
  }

  .mod-grid-top-body {
    width: 100%;
    padding: 16px;
  }

  .mod-grid {
    margin-bottom: 20px;
  }
  .top-page .mod-grid{
    margin-top: 48px;
  }

  .mod-grid-item {
    margin-top: 15px;
  }

  .mod-grid-item:first-child {
    margin-top: 0;
  }

  .mod-grid-item > .mod-grid .mod-grid-item {
    margin-top: 10px;
  }

  .mod-grid-item_col2 {
    width: 100%;
  }

  .mod-grid-item_col2_02 {
    margin-top: 15px;
  }

  .mod-grid-item_col2_02:first-child {
    margin-top: 0;
  }

  .mod-grid-item_col2_02 > .mod-grid .mod-grid-item {
    margin-top: 10px;
  }

  .mod-grid-item_col2_02 {
    width: 100%;
    margin: 0;
  }

  .mod-grid-item_col3_02 {
    width: 100%;
    margin: 0;
  }

  .mod-grid-item-spscroll {
    overflow-y: scroll;
    width: 100%;
  }

  .mod-grid-item-spscroll.-seminar img {
    max-width: 600px;
  }

  .mod-grid_anchor > .mod-grid-item_col2 {
    width: 100%;
    margin: 0;
  }

  .mod-grid-lead {
    padding: 40px 5.3125%;
  }
  .mod-grid-lead .mod-period + .mod-base-text{
    font-size: 12px;
  }
  .mod-sitemap {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 42px;
  }

  .mod-sitemap:last-child {
    border-bottom: none;
  }

  .mod-sitemap-title {
    font-size: 17px;
    margin-bottom: 24px;
  }

  .mod-sitemap-box {
    margin-bottom: 42px;
    padding-bottom: 40px;
  }

  .mod-sitemap-item {
    margin-bottom: 17px;
  }

  .mod-sitemap-item__child {
    font-size: 14px;
  }

  .mod-sitemap-item__child-item {
    margin-bottom: 15px;
  }

  .mod-lead-text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.7;
  }
  .mod-lead-text.ls{
    font-size: 14px;
  }
  .mod-lead-text .add_in_text{
    font-size: 12px;
    margin-top: 8px;
  }
  .mod-lead-text_02 {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.7;
  }

  .mod-lead-large {
    font-size: 7vw;
    line-height: 1.7;
  }

  .mod-lead-large_02 {
    font-size: 7vw;
    line-height: 1.7;
  }

  .mod-lead-large_01 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 15px;
  }

  .mod-heading-text {
    color: #000;
  }

  .mod-base-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .mod-base-text_02 {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mod-talk-text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mod-list-num-item {
    margin-bottom: 6px;
  }

  .mod-list-num-item:last-child {
    margin-bottom: 0;
  }

  .mod-list-num .fig {
    padding-right: 10px;
  }

  .mod-list-notes-item {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.34;
  }

  .mod-list-notes-item:last-child {
    margin-bottom: 0;
  }

  .mod-list-notes .fig {
    padding-right: 10px;
  }

  .mod-list-normal-item {
    margin-bottom: 4px;
  }

  .mod-list-normal-item:last-child {
    margin-bottom: 0;
  }

  .mod-list-normal .fig {
    padding-right: 10px;
  }

  .mod-list-child-normal-title {
    margin-bottom: 6px;
  }

  .mod-list-child-normal-title:last-child {
    margin-bottom: 0;
  }

  .mod-list-child-normal-item {
    margin-bottom: 6px;
  }

  .mod-list-child-normal-item:last-child {
    margin-bottom: 0;
  }

  .mod-list-child-normal .fig {
    padding-right: 10px;
  }

  .mod-list-normal_small-item {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.28;
  }

  .mod-list-normal_small-item:last-child {
    margin-bottom: 0;
  }

  .mod-list-btn-item {
    margin-bottom: 6px;
  }

  .mod-list-btn-item:last-child {
    margin-bottom: 0;
  }

  .mod-list-nav {
    overflow-x: scroll;
    -ms-flex-pack: justify;
    justify-content: start;
  }

  .mod-list-nav-item {
    width: 64vw;
    min-width: 64vw;
    max-width: 64vw;
    margin-right: 20px;
  }

  .mod-list-nav-item_col3 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  .mod-list-nav-item_col3:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 50%;
    bottom: -20px;
    margin-top: -3px;
    width: 6px;
    height: 20px;
    background-color: #005bac;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }

  .mod-list-nav-item_col3:last-child:after {
    display: none;
  }

  .mod-list-nav-item_col3_02 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  .mod-list-nav-item_col3_02:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 50%;
    bottom: -20px;
    margin-top: -3px;
    width: 6px;
    height: 20px;
    background-color: #005bac;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }

  .mod-list-nav-item_col3_02:last-child:after {
    display: none;
  }

  .mod-list-nav-item_col5 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  .mod-list-nav-item_col5:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 50%;
    bottom: -20px;
    margin-top: -3px;
    width: 6px;
    height: 20px;
    background-color: #005bac;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }

  .mod-list-nav-item_col5:last-child:after {
    display: none;
  }

  .mod-def-list-ttl {
    padding: 2px 8px;
  }

  .mod-def-list-desc {
    padding: 2px 8px;
  }

  .mod-defL-list-title {
    width: 30%;
    min-width: 100px;
    font-size: 14px;
    line-height: 1.7;
  }

  .mod-defL-list-desc {
    width: 70%;
  }

  .mod-def-list_02-title {
    width: 30%;
    min-width: 100px;
  }

  .mod-def-list_02-desc {
    width: 70%;
  }

  .mod-card-name {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .mod-card-name_sub {
    font-size: 10px;
  }

  .mod-card-desc {
    font-size: 11px;
  }

  .mod-card-desc_02 {
    font-size: 12px;
  }

  .mod-card-year {
    font-size: 11px;
  }

  .mod-card-title {
    padding: 2px 2px;
    font-size: 14px;
  }

  .mod-card-title_02 {
    padding: 2px 2px;
    font-size: 14px;
  }

  .mod-card-title_03 {
    padding: 2px 2px;
    font-size: 14px;
  }

  .mod-card-inner {
    padding: 2px 2px;
    font-size: 14px;
  }

  .mod-banner-img {
    height: 200px;
  }

  .mod-banner-lead {
    font-size: 12px;
  }

  .mod-banner-title {
    font-size: 20px;
    top: 12%;
  }

  .mod-banner-title > span {
    font-size: 56px;
  }

  .mod-btn {
    width: 100%;
    margin: 20px auto 0;
  }

  .mod-btn_nav {
    width: 100%;
  }

  .toggle-sort {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .toggle-sort-inner {
    margin: 20px 0 20px;
  }

  .toggle-menu {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .toggle-menu-btn {
    margin-bottom: 30px;
  }

  .toggle-menu-inner {
    margin: 20px 0 20px;
  }

  .slick-arrow {
    bottom: -30px;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }

  .slick-dots {
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
 /* Safari用 */
    transform: translate(-50%, 0);
  }

  .mod-profile-name {
    font-size: 18px;
    line-height: 1.34;
  }

  .mod-profile-name_sub {
    font-size: 11px;
    line-height: 1;
    font-weight: normal;
    margin-top: 10px;
  }

  .mod-profile-desc {
    font-size: 11px;
    line-height: 1.46;
    font-weight: normal;
  }

  .mod-period {
    margin-bottom: 20px;
  }

  .mod-period.-sp-break {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mod-period-ttl {
    padding: 4px 6px;
    width: 35%;
  }

  .mod-period-ttl.-sp-break {
    width: 100%;
  }

  .mod-period-date {
    padding: 4px 8px;
    width: 65%;
  }

  .mod-period-date.-sp-break {
    width: 100%;
  }

  .mod-period02 {
    margin-bottom: 16px;
    display: grid;
    gap: 0;
    grid-template-columns: 64px 1fr;
  }
  .mod-def-list + .mod-period02 {
    margin-top: 16px;
  }
  .mod-period02-ttl {
    padding: 2px 8px;
  }

  .mod-period02-date {
    padding: 4px 0px 4px 8px;
  }

  .mod-news-ttl {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .top-visual-video {
    height: 60vh;
  }

  .top-visual-ttl {
    font-size: 56px;
    line-height: 1.2;
    text-align: left;
    width: calc(100% - 32px);
    margin: auto;
  }

  .top-news {
    margin-top: -72px;
  }

  .top-news-wrap {
    padding: 0 24px;
    width: calc(100% - 32px);
    margin: auto;
  }

  .top-news-head {
    font-size: 14px;
    padding-top: 24px;
    padding-right: 24px;
  }

  .top-news-item {
    padding: 16px 0;
  }

  .top-efforts-inner {
    padding: 56px 16px;
  }

  .top-card-item {
    height: 280px;
  }

  .top-card-img.-pc {
    display: none;
  }

  .top-card-img.-sp {
    display: block;
  }

  .top-card-inner_desc {
    font-size: 4.8vw;
  }
  .top-card-inner_txt{
    font-size: 2vw;
  }

  .top-news {
    margin-bottom: 80px;
    margin-top: -72px;
  }

  .top-news-wrap {
    padding: 0 24px;
    width: calc(100% - 32px);
    margin: auto;
  }

  .top-news-item {
    padding: 16px 0;
  }

  .recruiting-heading-l2 {
    font-size: 21px;
  }

  .top-section {
    padding: 40px 0;
  }

  .top-grid-item_banner {
    margin-bottom: 30px;
  }

  .top-grid-item_col2 {
    width: 100%;
    margin: 0 auto 30px;
  }

  .top-grid-item_col2:nth-child(n+2) {
    margin-bottom: 30px;
  }

  .top-grid-item_col2:last-child {
    margin-bottom: 0;
  }

  .top-grid-item_col3 {
    width: 50%;
    margin: 0;
  }

  .top-grid-link_col1 {
    margin-top: 8px;
  }

  .top-grid-link_col {
    margin-bottom: 8px;
  }

  .top-grid-link_col2 {
    width: 100%;
    margin-bottom: 8px;
  }

  .top-grid-link_col2:last-child {
    margin-bottom: 0;
  }

  .top-grid-link_col3 {
    width: 100%;
    margin-bottom: 8px;
  }

  .top-grid-link_col3:last-child {
    margin-bottom: 0;
  }

  .top-grid-link_col4 {
    width: 100%;
    margin-bottom: 8px;
  }

  .top-grid-link_col4:last-child {
    margin-bottom: 0;
  }

  .top-banner-img {
    height: 200px;
  }

  .top-banner-lead {
    font-size: 12px;
  }

  .top-banner-title {
    font-size: 20px;
    top: 12%;
  }

  .top-banner-title > span {
    font-size: 56px;
  }

  .top-heading-l2 {
    margin-bottom: 40px;
  }

  .top-heading-l2-sub {
    margin-top: -24px;
    margin-bottom: 18px;
  }

  .top-heading-l2 > img {
    height: 48px;
    max-width: none;
  }

  .top-heading-l3 {
    font-size: 21px;
    line-height: 1.7;
  }

  .top-heading-l4 {
    font-size: 21px;
    line-height: 1.7;
  }

  .top-heading-sub {
    line-height: 1.6;
    margin-bottom: 40px;
  }

  .top-lead-txt {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .top-note-txt {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .mod-text-copy {
    font-size: 3.2vw;
  }

  .display-pc {
    display: none;
  }

  .display-pc {
    display: none;
  }

  .display-nsp {
    display: none;
  }

  .mb_none {
    margin-bottom: 0px;
  }

  .mt_none {
    margin-top: 0px;
  }

  .mt_small {
    margin-top: 40px;
  }

  .mt_xsmall {
    margin-top: 20px;
  }

  .mt_none {
    margin-top: 0px;
  }

  .m_auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mb_medium {
    margin-bottom: 40px;
  }

  .mb_small {
    margin-bottom: 32px;
  }

  .mb_xsmall {
    margin-bottom: 16px;
  }

  .hr_medium {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .navi-ballon{
    display: none;
  }
}

.footer-sub-sns img{
  width: 20px;
  display: block;
}
.m--title{
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.mod-base-text_02 + .m--title{
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .m--title{
    margin-bottom: 20px;
  }
  .mod-base-text_02 + .m--title{
    margin-top: 40px;
  }
}

.mod-grid.type--flex{

  gap: 50px 0;
  justify-content: flex-start;
}
.mod-lead-large.type--default{
  color: #000;
}
.mod-heading-l1_02.a--bottom__side{
  translate:0 5vh
}
@media screen and (max-width: 1076px) {
  .mod-grid.type--flex{

    gap: 16px 0;
  }
  .mod-grid.type--flex .mod-grid-item img{
    max-width: 100%;

  }
}
.mod-base-text_02.text-ac.add--text {

}
.mod-base-text_02.text-ac.add--text:has(.icon){
  display: grid;
  grid-template-columns: 14px 1fr;
  margin-top: -16px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mod-grid.type--flex .mod-grid-item{
    width: calc((100% - 0.4%) / 2);
    margin-top: 0;

  }
  .mod-grid.type--flex .mod-grid-item img{
    max-width: 160px;

  }
  .mod-base-text_02.text-ac.add--style {
    text-align: left !important;
  }
  .mod-base-text_02.text-ac.add--style br.pc{
    display: none;
  }
  .mod-base-text_02.text-ac.add--text:has(.icon){

    width: 100%;
    margin-inline: 0;
  }
  .mod-base-text_02.text-ac.add--text:has(.icon) br{
      display: none;
  }
  .mod-heading-l1_02.a--bottom__side{
    translate:0 10vh
  }
}
@media screen and (max-width: 389px) {
  .mod-heading-l1_02.a--bottom__side{
    font-size: 22px;
  }
}

.mod-grid:has(.no--cafe) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);/* 3列に並べる */
  gap: .2%;
}


@media screen and (max-width: 767px) {
  .mod-grid:has(.no--cafe) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);/* 3列に並べる */
    gap: 0;
  }
}

@-webkit-keyframes arrowbefore {
  100% {
    right: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes arrowbefore {
  100% {
    right: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes arrowafter {
  100% {
    right: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes arrowafter {
  100% {
    right: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}