@import url("https://fonts.googleapis.com/css?family=Nunito+Sans");

@charset "UTF-8";
.p-bookdownload-banner a, .c-figure--right, .c-figure--left, #top .introduction .point-bottom {
  display: block; }

.p-bookdownload-banner a:after, .c-figure--right:after, .c-figure--left:after, #top .introduction .point-bottom:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.c-column-half, .c-column-full, .c-column-half--left, .c-flex-column-half {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-column-half--right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-flex-column-half > * {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.l-header .logo a, .l-menu, .l-menu-aside .title a, .p-main-button-scroll, .u-opacity, .instructor-block .actus-top a, .instructor-block .actus-bottom-button, .under a[data-modal], .lity .lity-close:before, .lity .lity-close:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.3s; }

.l-header .logo a:hover, .l-menu:hover, .l-menu-aside .title a:hover, .p-main-button-scroll:hover, .u-opacity:hover, .instructor-block .actus-top a:hover, .instructor-block .actus-bottom-button:hover, .under a:hover[data-modal], .lity .lity-close:hover:before, .lity .lity-close:hover:after {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.l-menu-navigation .l-menu-rules__item:first-child, .c-head-section:first-child, .c-head-section--small:first-child, .c-head-border:first-child, .c-head-block:first-child, .c-lead-text01:first-child, .c-lead-text02:first-child, .c-list-number li:first-child, .c-dl-circle > dd:first-child, .c-dl-circle > dd ul:first-child, .c-dl-circle > dd ul li:first-child, .c-dl-circle > dd dl.block dd:first-child, .c-figure--right:first-child, .c-figure--left:first-child, table:first-child, table caption:first-child, .c-table--separate td ul li:first-child, #top .rules .u-row .c-column02 .check-list li:first-child, .under .comment .inner .detail p:first-child {
  margin-top: 0; }

.l-menu-navigation .l-menu-rules__item:last-child, .c-head-section:last-child, .c-head-section--small:last-child, .c-head-border:last-child, .c-head-block:last-child, .c-lead-text01:last-child, .c-lead-text02:last-child, .c-list-number li:last-child, .c-dl-circle > dd:last-child, .c-dl-circle > dd ul:last-child, .c-dl-circle > dd ul li:last-child, .c-dl-circle > dd dl.block dd:last-child, .c-figure--right:last-child, .c-figure--left:last-child, table:last-child, table caption:last-child, .c-table--separate td ul li:last-child, #top .rules .u-row .c-column02 .check-list li:last-child, .under .comment .inner .detail p:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .l-menu-navigation .l-menu-rules__item:first-child, .c-head-section:first-child, .c-head-section--small:first-child, .c-head-border:first-child, .c-head-block:first-child, .c-lead-text01:first-child, .c-lead-text02:first-child, .c-list-number li:first-child, .c-dl-circle > dd:first-child, .c-dl-circle > dd ul:first-child, .c-dl-circle > dd ul li:first-child, .c-dl-circle > dd dl.block dd:first-child, .c-figure--right:first-child, .c-figure--left:first-child, table:first-child, table caption:first-child, .c-table--separate td ul li:first-child, #top .rules .u-row .c-column02 .check-list li:first-child, .under .comment .inner .detail p:first-child {
    margin-top: 0; }
  .l-menu-navigation .l-menu-rules__item:last-child, .c-head-section:last-child, .c-head-section--small:last-child, .c-head-border:last-child, .c-head-block:last-child, .c-lead-text01:last-child, .c-lead-text02:last-child, .c-list-number li:last-child, .c-dl-circle > dd:last-child, .c-dl-circle > dd ul:last-child, .c-dl-circle > dd ul li:last-child, .c-dl-circle > dd dl.block dd:last-child, .c-figure--right:last-child, .c-figure--left:last-child, table:last-child, table caption:last-child, .c-table--separate td ul li:last-child, #top .rules .u-row .c-column02 .check-list li:last-child, .under .comment .inner .detail p:last-child {
    margin-bottom: 0; } }

/* --------------------------------------------

layout

-------------------------------------------- */
/* ===================================

    header

=================================== */
.l-header {
  width: 100%;
  padding: 40px 0;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

.l-header > .inner--large {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

.l-header .logo a {
  display: block; }

.l-header .logo h1 {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff; }

.l-header .sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l-header .sns a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin: 0 6px;
  background: #fff;
  border-radius: 40px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.l-header .sns a .white {
  display: none; }

.l-header .sns a:hover {
  background: #07458a; }

.l-header .sns a:hover img {
  display: none; }

.l-header .sns a:hover .white {
  display: block; }

@media screen and (max-width: 768px) {
  .l-header {
    padding: 12px 0; }
  .l-header .logo a {
    display: block;
    width: 170px; }
  .l-header .logo a img {
    width: 170px; }
  .l-header .logo h1 {
    margin-top: 5px;
    font-size: 10px;
    font-size: 0.71429rem; }
  .l-header .sns {
    display: none; } }

.l-menu {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 40px;
  right: 20px;
  cursor: pointer; }

.l-menu:before, .l-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #07458a;
  position: absolute;
  left: 0;
  top: 0; }

.l-menu:before {
  box-shadow: 0 8px 0 #07458a;
  transition: all 0.3s 0s,box-shadow 0.2s 0.3s; }

.l-menu:after {
  top: 16px;
  transition: all 0.3s 0s; }

.l-menu span {
  display: block;
  width: 32px;
  height: 6px;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  line-height: 0; }

.l-menu span img {
  width: 32px;
  height: 6px; }

.js-menu-open .l-menu:before {
  top: 7px;
  box-shadow: 10px 8px 0 0 rgba(245, 245, 245, 0);
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  transition: all 0.3s 0.2s,box-shadow 0.2s 0s; }

.js-menu-open .l-menu:after {
  top: 7px;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
  transition: all 0.3s 0.2s; }

@media screen and (max-width: 768px) {
  .l-menu {
    width: 56px;
    height: 56px;
    padding: 14px 12px 12px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10; }
  .l-menu:before, .l-menu:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #07458a;
    position: absolute;
    left: 12px;
    top: 14px; }
  .l-menu:before {
    box-shadow: 0 8px 0 #07458a; }
  .l-menu:after {
    top: 30px; }
  .l-menu span {
    top: 38px;
    left: 12px;
    right: auto; }
  .js-menu-open .l-menu:before {
    top: 21px; }
  .js-menu-open .l-menu:after {
    top: 21px; } }

.l-menu__contents {
  display: block;
  width: calc(100% - 72px);
  height: 100%;
  padding: 40px 0;
  overflow: scroll;
  background: #27a1e0 url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 100%/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translate(calc(-100px), 0);
      -ms-transform: translate(calc(-100px), 0);
          transform: translate(calc(-100px), 0);
  transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s, -webkit-transform 0s 1s;
  transition: transform 0s 1s, opacity 0.5s 0.5s, visibility 0.5s 0.5s;
  transition: transform 0s 1s, opacity 0.5s 0.5s, visibility 0.5s 0.5s, -webkit-transform 0s 1s;
  z-index: 1; }

.js-menu-open .l-menu__contents {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: all 0.5s; }

.js-menu-open .l-menu__contents:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.5s 0.5s; }

.l-menu__contents .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px; }

.l-menu__contents > .inner--large {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-menu__contents .inner {
    display: block;
    padding-bottom: 50px; }
  .l-menu__contents .l-menu-aside {
    margin: 30px auto; } }

@media screen and (max-width: 768px) {
  .l-menu__contents {
    width: 100%;
    padding: 12px 0;
    -webkit-transform: translate(calc(-100px), 0);
        -ms-transform: translate(calc(-100px), 0);
            transform: translate(calc(-100px), 0); }
  .l-menu__contents .inner {
    display: block;
    padding-bottom: 50px; }
  .l-menu__contents > .inner--large {
    display: block;
    margin-bottom: 40px; }
  .l-menu__contents > .inner--large .logo {
    width: 80px; } }

.l-menu-navigation {
  max-width: 510px;
  margin-left: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
          transform: translate(20px, 0);
  transition: opacity 0.3s 0s, -webkit-transform 0s 0.3s;
  transition: transform 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0s 0.3s; }

.js-menu-open .l-menu-navigation {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
  transition: transform 0.5s 0.7s, opacity 0.5s 0.7s;
  transition: transform 0.5s 0.7s, opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s; }

.l-menu-navigation .l-menu-title {
  margin-bottom: 50px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff; }

.l-menu-navigation .l-menu-title small {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }

.l-menu-navigation .l-menu-rules__item {
  margin-bottom: 50px; }

.l-menu-navigation .l-menu-rules__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.l-menu-navigation .l-menu-rules__item .num {
  margin-right: 13px; }

.l-menu-navigation .l-menu-rules__item .num img {
  width: 76px;
  height: 79px; }

.l-menu-navigation .l-menu-rules__item .text {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff; }

.l-menu-navigation .l-menu-rules__item .text small {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }

.l-menu-navigation .l-menu-rules__item:hover .text {
  color: #feff60; }

@media screen and (max-width: 768px) {
  .l-menu-navigation {
    width: 100%;
    margin-left: 0; }
  .l-menu-navigation .l-menu-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    font-size: 1.42857rem; }
  .l-menu-navigation .l-menu-title small {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1rem; }
  .l-menu-navigation .l-menu-rules {
    max-width: 310px;
    margin: auto; }
  .l-menu-navigation .l-menu-rules__item {
    margin-bottom: 35px;
    text-align: center; }
  .l-menu-navigation .l-menu-rules__item a {
    text-align: left; }
  .l-menu-navigation .l-menu-rules__item .num {
    margin-right: 10px; }
  .l-menu-navigation .l-menu-rules__item .num img {
    width: 50px;
    height: 51px; }
  .l-menu-navigation .l-menu-rules__item .text {
    font-size: 18px;
    font-size: 1.28571rem; }
  .l-menu-navigation .l-menu-rules__item .text small {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.85714rem; } }

.l-menu-aside {
  width: 330px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
          transform: translate(20px, 0);
  transition: opacity 0.3s 0s, -webkit-transform 0s 0.3s;
  transition: transform 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0s 0.3s; }

.js-menu-open .l-menu-aside {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
  transition: transform 0.5s 0.7s, opacity 0.5s 0.7s;
  transition: transform 0.5s 0.7s, opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s; }

.l-menu-aside .p-bookdownload-banner {
  margin-top: 32px; }

.l-menu-aside .p-bookdownload-banner a {
  padding: 16px 28px 16px 12px; }

.l-menu-aside .p-bookdownload-banner .book {
  width: 48px;
  margin-right: 12px; }

.l-menu-aside .p-bookdownload-banner .text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.05em; }

.l-menu-aside .title a {
  display: block; }

.l-menu-aside .title img {
  width: 330px;
  height: 280px; }

.l-menu-aside .sns {
  display: none; }

@media screen and (max-width: 768px) {
  .l-menu-aside {
    margin: auto; }
  .l-menu-aside .title {
    display: none; }
  .l-menu-aside .p-bookdownload-banner {
    margin-top: 50px; }
  .l-menu-aside .p-bookdownload-banner a {
    padding: 16px 28px 16px 12px; }
  .l-menu-aside .p-bookdownload-banner .text {
    font-size: 14px;
    font-size: 1rem; }
  .l-menu-aside .sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px; }
  .l-menu-aside .sns a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin: 0 6px;
    background: #fff;
    border-radius: 40px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.l-fix-navi {
  margin: auto;
  position: fixed;
  top: 50%;
  right: 36px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.l-fix-navi a {
  display: block;
  width: 8px;
  height: 8px;
  margin: 16px auto;
  background: #07458a;
  border-radius: 10px;
  box-shadow: 0 0 0 0 #cddae8;
  transition: box-shadow 0.2s; }

.l-fix-navi a:hover, .l-fix-navi a.js-active {
  box-shadow: 0 0 0 4px #cddae8; }

.l-fix-navi.link01 li:nth-child(1) a {
  box-shadow: 0 0 0 4px #cddae8; }

.l-fix-navi.link01 li:not(:nth-child(1)) a {
  box-shadow: 0 0 0 0 #cddae8; }

.l-fix-navi.link02 li:nth-child(2) a {
  box-shadow: 0 0 0 4px #cddae8; }

.l-fix-navi.link02 li:not(:nth-child(2)) a {
  box-shadow: 0 0 0 0 #cddae8; }

.l-fix-navi.link03 li:nth-child(3) a {
  box-shadow: 0 0 0 4px #cddae8; }

.l-fix-navi.link03 li:not(:nth-child(3)) a {
  box-shadow: 0 0 0 0 #cddae8; }

.l-fix-navi.link04 li:nth-child(4) a {
  box-shadow: 0 0 0 4px #cddae8; }

.l-fix-navi.link04 li:not(:nth-child(4)) a {
  box-shadow: 0 0 0 0 #cddae8; }

@media screen and (max-width: 768px) {
  .l-fix-navi {
    display: none; } }

/* ===================================

    footer

=================================== */
.l-footer {
  padding: 16px 0;
  background: #26a1e0; }

.l-footer .inner--large {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.l-footer .logo img {
  width: 60px;
  height: 24px; }

.l-footer .copyright {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #fff; }

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 36px 0 50px; }
  .l-footer .inner--large {
    display: block;
    text-align: center; }
  .l-footer .logo {
    display: block;
    margin: 0 auto 35px; }
  .l-footer .logo img {
    width: 60px;
    height: 24px; }
  .l-footer .copyright {
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 1.4; } }

body {
  margin-right: 72px;
  position: relative; }

@media screen and (max-width: 768px) {
  body {
    margin-right: 0; } }

.l-contents {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset; }

@media screen and (max-width: 768px) {
  .l-contents {
    box-shadow: 0 0 0 #fff; } }

/* --------------------------------------------

contents

-------------------------------------------- */
.l-section {
  padding: 110px 0 120px;
  overflow: hidden;
  position: relative; }

.l-section.bg-gray {
  background: #f7f8f8; }

.l-sentence {
  padding: 0 32px; }

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

@media screen and (max-width: 768px) {
  .l-sentence {
    padding: 0 16px; }
  .l-sentence.mt {
    margin-top: 30px; } }

.inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px; }

.inner--small {
  max-width: 845px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.inner--large {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }

@media screen and (max-width: 768px) {
  .l-section {
    padding: 60px 0 70px; }
  .inner {
    padding-right: 16px;
    padding-left: 16px; }
  .inner--small {
    padding-right: 16px;
    padding-left: 16px; }
  .inner--large {
    padding-right: 16px;
    padding-left: 16px; } }

/* --------------------------------------------

object

-------------------------------------------- */
.p-main-visual {
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  position: relative; }

.p-main-visual .p-bookdownload-banner {
  position: absolute;
  right: 0;
  bottom: 0; }

.p-main-visual .animate-background:before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents01.png") repeat 50% 0%; }

.p-main-visual .animate-background:after {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 0%; }

@media screen and (max-width: 768px) {
  .p-main-visual {
    height: 568px;
    min-height: 568px;
    overflow: visible; }
  .p-main-visual .p-bookdownload-banner {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0%;
    z-index: 1;
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%); }
  .p-main-visual .p-bookdownload-banner a {
    text-align: left; }
  .p-main-visual .animate-background:before {
    background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents01.png") repeat 50% 0%/836px 704px; }
  .p-main-visual .animate-background:after {
    background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 0%/836px 704px; } }

.p-main-button-scroll {
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 70px;
  left: 50%; }

.p-main-button-scroll:after {
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%; }

.p-main-button-scroll:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: p-main-button-scroll 3s infinite;
  animation: p-main-button-scroll 3s infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0; }

.p-main-button-scroll span {
  width: 65px;
  height: 11px;
  line-height: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  bottom: -25px;
  left: 50%; }

.p-main-button-scroll span img {
  width: 65px;
  height: 11px; }

@media screen and (max-width: 768px) {
  .p-main-button-scroll {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border: 1px solid #fff;
    bottom: auto;
    top: 465px; }
  .p-main-button-scroll:after {
    width: 6px;
    height: 6px;
    margin: -4px 0 0 -3px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .p-main-button-scroll:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px; }
  .p-main-button-scroll span {
    width: 35px;
    height: 7px;
    line-height: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: absolute;
    bottom: -13px;
    left: 50%;
    right: auto; }
  .p-main-button-scroll span img {
    width: 35px;
    height: 7px; } }

@-webkit-keyframes p-main-button-scroll {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  30% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  60% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes p-main-button-scroll {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  30% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  60% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.p-bookdownload-banner {
  line-height: 0;
  overflow: hidden; }

.p-bookdownload-banner a {
  display: inline-block;
  padding: 22px 38px 22px 22px;
  background: #ffff60;
  position: relative;
  overflow: hidden;
  line-height: 1; }

.p-bookdownload-banner a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #07458a;
  -webkit-transform: translateX(95%);
      -ms-transform: translateX(95%);
          transform: translateX(95%);
  -webkit-transform: translateX(calc(100% - 16px));
      -ms-transform: translateX(calc(100% - 16px));
          transform: translateX(calc(100% - 16px));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.p-bookdownload-banner a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0; }

.p-bookdownload-banner a > * {
  position: relative;
  z-index: 1; }

.p-bookdownload-banner a .book {
  float: left;
  margin-right: 20px; }

.p-bookdownload-banner a .text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #07458a;
  line-height: 1.6;
  overflow: hidden;
  transition: color 0.3s; }

.p-bookdownload-banner a:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.p-bookdownload-banner a:hover .text {
  color: #fff; }

@media screen and (max-width: 768px) {
  .p-bookdownload-banner {
    text-align: center; }
  .p-bookdownload-banner a {
    text-align: left;
    padding: 13px 28px 13px 12px; }
  .p-bookdownload-banner a .book {
    width: 48px;
    margin-right: 12px; }
  .p-bookdownload-banner a .text {
    font-size: 14px;
    font-size: 1rem; } }

.animate-background {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #27a1e0;
  z-index: -2; }

.animate-background:before, .animate-background:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1; }

.animate-background:before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents01.png") repeat 50% 1408px;
  transition: opacity 1s; }

.animate-background:after {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 1408px;
  transition: opacity 1s; }

.loaded .animate-background:before, .loaded .animate-background:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media screen and (max-width: 768px) {
  .animate-background:before {
    background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents01.png") repeat 50% 1408px/836px 704px;
    transition: opacity 1s; }
  .animate-background:after {
    background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 1408px/836px 704px;
    transition: opacity 1s; } }

@-webkit-keyframes p-main-background {
  0% {
    background-position: 50% 1408px; }
  to {
    background-position: 50% 0; } }

@keyframes p-main-background {
  0% {
    background-position: 50% 1408px; }
  to {
    background-position: 50% 0; } }

@media screen and (max-width: 768px) {
  .p-scroll-table {
    margin-bottom: 20px;
    overflow: scroll;
    position: relative; }
  .p-scroll-table:before {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
    background: rgba(0, 0, 0, 0.3) url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/icon_swipe.png") no-repeat center center/45px 46px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    transition: opacity 0.1s, visibility 0.1s 0.5s; }
  .p-scroll-table.js-remove:before {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .p-scroll-table table {
    min-width: 768px;
    margin-bottom: 0; } }

.p-breadcrumb {
  margin-top: -50px;
  margin-bottom: 50px; }

.p-breadcrumb li {
  color: #07458a;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem; }

.p-breadcrumb li:not(:last-child) {
  position: relative;
  padding-right: 17px; }

.p-breadcrumb li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  margin: auto;
  background: #07458a;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0; }

.p-breadcrumb li a {
  color: #07458a;
  text-decoration: underline; }

.p-breadcrumb li a:hover {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  .p-breadcrumb {
    margin-top: -40px;
    margin-bottom: 25px; }
  .p-breadcrumb li {
    font-size: 10px;
    font-size: 0.71429rem; } }

.c-head-section {
  margin-bottom: 35px;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center; }

.c-head-section small {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem; }

@media screen and (max-width: 768px) {
  .c-head-section {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.28571rem; }
  .c-head-section small {
    font-size: 0.75rem; } }

.c-head-section--small {
  margin-bottom: 60px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75; }

.c-head-section--small small {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem; }

@media screen and (max-width: 768px) {
  .c-head-section--small {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.14286rem; }
  .c-head-section--small small {
    font-size: 0.8125rem; } }

.c-head-border {
  margin: 20px auto 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative; }

.c-head-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #07458a;
  position: absolute;
  left: 0;
  top: 50%; }

.c-head-border span {
  display: inline-block;
  padding: 0 33px;
  background: #fff;
  position: relative;
  z-index: 1; }

.bg-gray .c-head-border span {
  background: #f7f8f8; }

@media screen and (max-width: 768px) {
  .c-head-border {
    padding: 0 15px;
    margin: 20px auto 30px;
    font-size: 14px;
    font-size: 1rem; }
  .c-head-border span {
    padding: 0 16px; } }

.c-head-block {
  display: block;
  margin: 85px auto 40px;
  padding: 5px;
  background: #07458a;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .c-head-block {
    margin: 42px auto 15px;
    padding: 2px 10px;
    font-size: 16px;
    font-size: 1.14286rem; } }

.c-lead-text01 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75; }

@media screen and (max-width: 768px) {
  .c-lead-text01 {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.14286rem; } }

.c-lead-text02 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75; }

@media screen and (max-width: 768px) {
  .c-lead-text02 {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1rem; } }

.c-list-number {
  counter-reset: item; }

.c-list-number li {
  margin-bottom: 12px;
  padding-left: 38px;
  line-height: 1.5;
  position: relative; }

.c-list-number li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  width: 28px;
  height: 28px;
  padding-top: 5px;
  background: #07458a;
  border-radius: 40px;
  font-size: 12px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0; }

@media screen and (max-width: 768px) {
  .c-list-number li {
    margin-bottom: 14px;
    padding-left: 24px;
    line-height: 1.4; }
  .c-list-number li:before {
    width: 20px;
    height: 20px;
    padding-top: 3px;
    font-size: 10px; } }

.c-dl-circle {
  padding-left: 25px; }

.c-dl-circle > dt {
  color: #27a1e0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative; }

.c-dl-circle > dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #27a1e0;
  border-radius: 20px;
  position: absolute;
  left: -25px;
  top: 0.65em; }

.c-dl-circle > dt small {
  font-size: 80%; }

.c-dl-circle > dd {
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.5; }

.c-dl-circle > dd ul {
  margin: 7px auto; }

.c-dl-circle > dd ul li {
  margin-bottom: 5px; }

.c-dl-circle > dd p + p {
  margin-top: 18px; }

.c-dl-circle > dd .border-block {
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #07458a;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }

.c-dl-circle > dd dl.block {
  font-size: 16px;
  font-size: 1rem; }

.c-dl-circle > dd dl.block dt {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 15px;
  line-height: 1.2;
  border: 1px solid #07458a; }

.c-dl-circle > dd dl.block dd {
  margin-bottom: 10px;
  padding-left: 10px; }

@media screen and (max-width: 768px) {
  .c-dl-circle {
    padding-left: 20px; }
  .c-dl-circle > dt {
    font-size: 14px;
    font-size: 1rem; }
  .c-dl-circle > dt:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    left: -20px;
    top: 0.39em; }
  .c-dl-circle > dd {
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    font-size: 0.85714rem; }
  .c-dl-circle > dd dl.block {
    font-size: 12px;
    font-size: 0.85714rem; }
  .c-dl-circle > dd dl.block dt {
    margin-bottom: 7px;
    padding: 2px 15px; }
  .c-dl-circle > dd dl.block dd {
    margin-bottom: 15px;
    padding-left: 0; } }

.c-marker {
  display: inline;
  background: #ffff60;
  line-height: 1; }

.c-notes,
.c-notice {
  font-size: 12px;
  line-height: 1.5; }

.c-column-half {
  width: 50% !important; }

.c-column-full {
  width: 100% !important; }

@media screen and (max-width: 768px) {
  .c-column-half--sm {
    float: left !important;
    width: 50% !important; }
  .c-column-full--sm {
    float: none !important;
    width: 100% !important; } }

.c-column02 {
  width: 48%; }

.c-column02:not(:nth-child(2n)) {
  margin-right: 4%; }

.c-column02:nth-child(n+3) {
  margin-top: 20px; }

.c-column02.is-long {
  width: 49%; }

.c-column02.is-long:not(:nth-child(2n)) {
  margin-right: 2%; }

@media screen and (max-width: 768px) {
  .c-column02:not(:nth-child(2n)), .c-column02.is-long:not(:nth-child(2n)) {
    margin-right: 0; } }

.c-column03 {
  width: 31%; }

.c-column03:not(:nth-child(3n)) {
  margin-right: 3.5%; }

.c-column03:nth-child(n+4) {
  margin-top: 20px; }

.c-column03.is-long {
  width: 32%; }

.c-column03.is-long:not(:nth-child(3n)) {
  margin-right: 2%; }

@media screen and (max-width: 768px) {
  .c-column03:not(:nth-child(3n)), .c-column03.is-long:not(:nth-child(3n)) {
    margin-right: 0; } }

.c-column04 {
  width: 22%; }

.c-column04:not(:nth-child(4n)) {
  margin-right: 4%; }

.c-column04:nth-child(n+5) {
  margin-top: 20px; }

.c-column04.is-long {
  width: 23%; }

.c-column04.is-long:not(:nth-child(4n)) {
  margin-right: 2%; }

@media screen and (max-width: 768px) {
  .c-column04:not(:nth-child(4n)), .c-column04.is-long:not(:nth-child(4n)) {
    margin-right: 0; } }

.c-column02,
.c-column03,
.c-column04 {
  float: left; }

@media screen and (max-width: 768px) {
  .c-column02,
  .c-column03,
  .c-column04 {
    float: none;
    width: 100% !important; }
  .c-column02:nth-child(n+2),
  .c-column03:nth-child(n+2),
  .c-column04:nth-child(n+2) {
    margin-top: 15px; } }

@media screen and (max-width: 768px) {
  .c_column02--sm,
  .c_column03--sm,
  .c_column04--sm {
    float: left; }
  .c_column02--sm:nth-child(n+2),
  .c_column03--sm:nth-child(n+2),
  .c_column04--sm:nth-child(n+2) {
    margin-top: auto; }
  .c_column01--sm {
    float: none;
    width: auto !important; }
  .c_column01--sm:nth-child(n+2) {
    margin-top: auto; }
  .c_column02--sm {
    width: 49% !important; }
  .c_column02--sm:not(:nth-child(2n)) {
    margin-right: 2%; }
  .c_column02--sm:nth-child(n+3) {
    margin-top: 20px; }
  .c_column03--sm {
    width: 32% !important; }
  .c_column03--sm:not(:nth-child(3n)) {
    margin-right: 2%; }
  .c_column03--sm:nth-child(n+4) {
    margin-top: 20px; }
  .c_column04--sm {
    width: 23% !important; }
  .c_column04--sm:not(:nth-child(4n)) {
    margin-right: 2%; }
  .c_column04--sm:nth-child(n+5) {
    margin-top: 20px; } }

.c-figure--right figure {
  float: right; }

.c-figure--right .detail {
  float: left; }

.c-figure--right.auto figure {
  margin-left: 40px; }

@media screen and (max-width: 768px) {
  .c-figure--right.auto figure {
    margin-left: auto; } }

.c-figure--left figure {
  float: left; }

.c-figure--left.auto figure {
  margin-right: 40px; }

@media screen and (max-width: 768px) {
  .c-figure--left.auto figure {
    margin-right: auto; } }

.c-figure--right, .c-figure--left {
  margin-top: 30px;
  margin-bottom: 40px; }

.c-figure--right.auto figure, .c-figure--left.auto figure {
  width: auto; }

.c-figure--right.auto .detail, .c-figure--left.auto .detail {
  width: auto; }

.c-figure--right figure, .c-figure--left figure {
  width: 50%; }

.c-figure--right figure img, .c-figure--left figure img {
  display: block;
  margin: auto; }

.c-figure--right figure img:not(:first-of-type), .c-figure--left figure img:not(:first-of-type) {
  margin-top: 1px; }

.c-figure--right figure > div:not(:last-child), .c-figure--left figure > div:not(:last-child) {
  margin-bottom: 5px; }

.c-figure--right figure a + a, .c-figure--left figure a + a {
  margin-top: 30px; }

.c-figure--right .detail, .c-figure--left .detail {
  width: 45%;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .c-figure--right, .c-figure--left {
    margin-bottom: 40px; }
  .c-figure--right figure, .c-figure--left figure {
    float: none;
    width: 100% !important;
    margin: auto; }
  .c-figure--right figure + .detail, .c-figure--left figure + .detail {
    margin-top: 25px; }
  .c-figure--right figure > div:not(:last-child), .c-figure--left figure > div:not(:last-child) {
    margin-bottom: unset; }
  .c-figure--right .detail, .c-figure--left .detail {
    float: none;
    width: 100% !important; }
  .c-figure--right .detail + figure, .c-figure--left .detail + figure {
    margin-top: 25px; } }

.c-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-flex-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-flex-wrap > .c-flex02 {
  width: calc((100% - 40px) / 2); }

.c-flex-wrap > .c-flex02:not(:nth-of-type(2n)) {
  margin-right: 40px; }

.c-flex-wrap > .c-flex02:nth-of-type(n+3) {
  margin-top: 30px; }

.c-flex-wrap > .c-flex02.gutter5 {
  width: calc((100% - 5px) / 2); }

.c-flex-wrap > .c-flex02.gutter5:not(:nth-of-type(2n)) {
  margin-right: 5px; }

.c-flex-wrap > .c-flex02.gutter10 {
  width: calc((100% - 10.5px) / 2); }

.c-flex-wrap > .c-flex02.gutter10:not(:nth-of-type(2n)) {
  margin-right: 10px; }

.c-flex-wrap > .c-flex02.gutter20 {
  width: calc((100% - 20.5px) / 2); }

.c-flex-wrap > .c-flex02.gutter20:not(:nth-of-type(2n)) {
  margin-right: 20px; }

.c-flex-wrap > .c-flex02.gutter30 {
  width: calc((100% - 15px) / 2); }

.c-flex-wrap > .c-flex02.gutter30:not(:nth-of-type(2n)) {
  margin-right: 30px; }

.c-flex-wrap > .c-flex03 {
  width: calc((100% - 80px) / 3); }

.c-flex-wrap > .c-flex03:not(:nth-of-type(3n)) {
  margin-right: 40px; }

.c-flex-wrap > .c-flex03:nth-of-type(n+4) {
  margin-top: 30px; }

.c-flex-wrap > .c-flex03.gutter5 {
  width: calc((100% - 10.5px) / 3); }

.c-flex-wrap > .c-flex03.gutter5:not(:nth-of-type(3n)) {
  margin-right: 5px; }

.c-flex-wrap > .c-flex03.gutter10 {
  width: calc((100% - 20.5px) / 3); }

.c-flex-wrap > .c-flex03.gutter10:not(:nth-of-type(3n)) {
  margin-right: 10px; }

.c-flex-wrap > .c-flex03.gutter20 {
  width: calc((100% - 40.5px) / 3); }

.c-flex-wrap > .c-flex03.gutter20:not(:nth-of-type(3n)) {
  margin-right: 20px; }

.c-flex-wrap > .c-flex03.gutter30 {
  width: calc((100% - 60.5px) / 3); }

.c-flex-wrap > .c-flex03.gutter30:not(:nth-of-type(3n)) {
  margin-right: 30px; }

.c-flex-wrap > .c-flex04 {
  width: calc((100% - 120px) / 4); }

.c-flex-wrap > .c-flex04:not(:nth-of-type(4n)) {
  margin-right: 40px; }

.c-flex-wrap > .c-flex04:nth-of-type(n+5) {
  margin-top: 30px; }

.c-flex-wrap > .c-flex04.gutter5 {
  width: calc((100% - 15px) / 4); }

.c-flex-wrap > .c-flex04.gutter5:not(:nth-of-type(4n)) {
  margin-right: 5px; }

.c-flex-wrap > .c-flex04.gutter10 {
  width: calc((100% - 30.5px) / 4); }

.c-flex-wrap > .c-flex04.gutter10:not(:nth-of-type(4n)) {
  margin-right: 10px; }

.c-flex-wrap > .c-flex04.gutter20 {
  width: calc((100% - 60.5px) / 4); }

.c-flex-wrap > .c-flex04.gutter20:not(:nth-of-type(4n)) {
  margin-right: 20px; }

.c-flex-wrap > .c-flex04.gutter30 {
  width: calc((100% - 90.5px) / 4); }

.c-flex-wrap > .c-flex04.gutter30:not(:nth-of-type(4n)) {
  margin-right: 30px; }

.c-flex-wrap > .c-flex05 {
  width: calc((100% - 160px) / 5); }

.c-flex-wrap > .c-flex05:not(:nth-of-type(5n)) {
  margin-right: 40px; }

.c-flex-wrap > .c-flex05:nth-of-type(n+6) {
  margin-top: 30px; }

.c-flex-wrap > .c-flex05.gutter5 {
  width: calc((100% - 20.5px) / 5); }

.c-flex-wrap > .c-flex05.gutter5:not(:nth-of-type(5n)) {
  margin-right: 5px; }

.c-flex-wrap > .c-flex05.gutter10 {
  width: calc((100% - 40.5px) / 5); }

.c-flex-wrap > .c-flex05.gutter10:not(:nth-of-type(5n)) {
  margin-right: 10px; }

.c-flex-wrap > .c-flex05.gutter20 {
  width: calc((100% - 80.5px) / 5); }

.c-flex-wrap > .c-flex05.gutter20:not(:nth-of-type(5n)) {
  margin-right: 20px; }

.c-flex-wrap > .c-flex05.gutter30 {
  width: calc((100% - 120.5px) / 5); }

.c-flex-wrap > .c-flex05.gutter30:not(:nth-of-type(5n)) {
  margin-right: 30px; }

.c-flex-wrap > .c-flex06 {
  width: calc((100% - 200px) / 6); }

.c-flex-wrap > .c-flex06:not(:nth-of-type(6n)) {
  margin-right: 40px; }

.c-flex-wrap > .c-flex06:nth-of-type(n+7) {
  margin-top: 30px; }

.c-flex-wrap > .c-flex06.gutter5 {
  width: calc((100% - 25px) / 6); }

.c-flex-wrap > .c-flex06.gutter5:not(:nth-of-type(6n)) {
  margin-right: 5px; }

.c-flex-wrap > .c-flex06.gutter10 {
  width: calc((100% - 50.5px) / 6); }

.c-flex-wrap > .c-flex06.gutter10:not(:nth-of-type(6n)) {
  margin-right: 10px; }

.c-flex-wrap > .c-flex06.gutter20 {
  width: calc((100% - 100.5px) / 6); }

.c-flex-wrap > .c-flex06.gutter20:not(:nth-of-type(6n)) {
  margin-right: 20px; }

.c-flex-wrap > .c-flex06.gutter30 {
  width: calc((100% - 150.5px) / 6); }

.c-flex-wrap > .c-flex06.gutter30:not(:nth-of-type(6n)) {
  margin-right: 30px; }

@media screen and (max-width: 768px) {
  .c-flex-wrap.column--sm {
    display: block; }
  .c-flex-wrap.column--sm > .c-flex02,
  .c-flex-wrap.column--sm > .c-flex03,
  .c-flex-wrap.column--sm > .c-flex04,
  .c-flex-wrap.column--sm > .c-flex05,
  .c-flex-wrap.column--sm > .c-flex06 {
    width: 100% !important; }
  .c-flex-wrap.column--sm > .c-flex02:nth-of-type(n+2),
  .c-flex-wrap.column--sm > .c-flex03:nth-of-type(n+2),
  .c-flex-wrap.column--sm > .c-flex04:nth-of-type(n+2),
  .c-flex-wrap.column--sm > .c-flex05:nth-of-type(n+2),
  .c-flex-wrap.column--sm > .c-flex06:nth-of-type(n+2) {
    margin-top: 60px !important; }
  .c-flex-wrap.column--sm.gutter-row5 > .c-flex02:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row5 > .c-flex03:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row5 > .c-flex04:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row5 > .c-flex05:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row5 > .c-flex06:nth-of-type(n+2) {
    margin-top: 5px !important; }
  .c-flex-wrap.column--sm.gutter-row10 > .c-flex02:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row10 > .c-flex03:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row10 > .c-flex04:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row10 > .c-flex05:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row10 > .c-flex06:nth-of-type(n+2) {
    margin-top: 10px !important; }
  .c-flex-wrap.column--sm.gutter-row20 > .c-flex02:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row20 > .c-flex03:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row20 > .c-flex04:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row20 > .c-flex05:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row20 > .c-flex06:nth-of-type(n+2) {
    margin-top: 20px !important; }
  .c-flex-wrap.column--sm.gutter-row30 > .c-flex02:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row30 > .c-flex03:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row30 > .c-flex04:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row30 > .c-flex05:nth-of-type(n+2),
  .c-flex-wrap.column--sm.gutter-row30 > .c-flex06:nth-of-type(n+2) {
    margin-top: 30px !important; } }

.c-flex-column-half > * {
  width: 50%; }

.c-flex-column-half figure {
  position: relative; }

.c-flex-column-half figure img {
  position: absolute;
  left: 0;
  top: 0; }

.c-flex-column-half .detail {
  padding: 60px 60px 70px 80px; }

.c-flex-column-half.is-reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.c-flex-column-half.is-reverse .detail {
  padding-right: 80px;
  text-align: right; }

.c-flex-column-half.is-reverse .detail__inner {
  display: inline-block;
  min-width: 400px;
  text-align: left; }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-flex-column-half .detail {
    padding: 50px 50px 60px; } }

@media screen and (max-width: 768px) {
  .c-flex-column-half {
    display: block; }
  .c-flex-column-half > * {
    display: block;
    width: 100%; }
  .c-flex-column-half figure {
    margin-bottom: 30px;
    padding: 0 15px; }
  .c-flex-column-half figure img {
    position: static; }
  .c-flex-column-half .detail {
    margin-bottom: 30px;
    padding: 0 15px; }
  .c-flex-column-half.is-reverse .detail {
    padding: 0 15px;
    text-align: left; }
  .c-flex-column-half.is-reverse .detail__inner {
    display: block;
    min-width: auto; } }

table {
  width: 100%;
  margin: 40px auto 20px; }

table.is-small {
  font-size: 87.5%; }

table.is-tiny {
  font-size: 81.25%; }

table.is-fixed {
  table-layout: fixed; }

table.is-normal, table .is-normal {
  font-weight: normal; }

table.is-normal th,
table.is-normal td, table .is-normal th,
table .is-normal td {
  font-weight: normal; }

table.is-normal th.is-middle,
table.is-normal td.is-middle, table .is-normal th.is-middle,
table .is-normal td.is-middle {
  vertical-align: top; }

table.is-middle th,
table.is-middle td {
  vertical-align: middle; }

table caption {
  margin: 10px auto;
  text-align: left; }

table tbody + caption {
  caption-side: bottom; }

@media screen and (max-width: 768px) {
  table {
    margin-bottom: 20px; }
  table.is-small {
    font-size: 93.75%; }
  table.is-tiny {
    font-size: 93.75%; } }

.c-table--separate {
  background: none;
  border-top: 1px solid #07458a;
  border-collapse: separate; }

.c-table--separate th,
.c-table--separate td {
  padding: 25px 5px 25px 18px;
  border-bottom: 1px solid #07458a;
  vertical-align: middle;
  line-height: 1.5;
  position: relative; }

.c-table--separate th .hr,
.c-table--separate td .hr {
  position: relative; }

.c-table--separate th .hr:before,
.c-table--separate td .hr:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #07458a;
  position: absolute;
  left: -18px;
  top: 0; }

.c-table--separate th {
  padding: 25px 15px;
  text-align: center;
  font-weight: bold; }

.c-table--separate th .hr:before {
  left: auto;
  right: -16px; }

.c-table--separate th .step {
  display: block;
  margin-bottom: 5px;
  color: #27a1e0;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-style: italic;
  line-height: 1.2; }

.c-table--separate td ul li {
  margin-bottom: 10px; }

.c-table--separate td .exsample {
  margin-top: 12px; }

.c-table--separate td .exsample:after {
  content: "";
  display: block;
  clear: both; }

.c-table--separate td .exsample dt {
  float: left;
  display: inline-block;
  margin-right: 10px;
  padding: 4px 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  background: #07458a; }

.c-table--separate td .exsample dd {
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem; }

.c-table--separate td .exsample dd ul li {
  margin-bottom: 5px;
  line-height: 1.4; }

.c-table--separate td .notice {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 0.75rem; }

@media screen and (max-width: 768px) {
  .c-table--separate {
    border-top: 1px solid #07458a; }
  .c-table--separate tr:last-child td {
    border-bottom: none; }
  .c-table--separate th,
  .c-table--separate td {
    display: block;
    padding: 20px 16px 30px;
    border-bottom: 1px solid #07458a;
    vertical-align: middle;
    line-height: 1.5;
    position: relative; }
  .c-table--separate th .hr:before,
  .c-table--separate td .hr:before {
    display: none; }
  .c-table--separate th {
    padding: 10px 10px 8px;
    text-align: left;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: normal; }
  .c-table--separate th .step {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold; }
  .c-table--separate td {
    font-weight: bold; } }

.is-red {
  color: #e88738; }

.u-bg--gray {
  background: #f2f2f2; }

hr.is-short {
  width: 40px;
  height: 2px;
  margin: 40px auto;
  border: none;
  background: #000; }

hr.white {
  background: #fff; }

.u-only--lg {
  display: block !important; }

.u-only-inline--lg {
  display: inline-block !important; }

.u-only--sm, .u-only-inline--sm {
  display: none !important; }

@media screen and (max-width: 768px) {
  .u-only--lg, .u-only-inline--lg {
    display: none !important; }
  .u-only--sm {
    display: block !important; }
  .u-only-inline--sm {
    display: inline-block !important; } }

.u-over--hidden {
  overflow: hidden; }

.u-fontsize--tiny {
  font-size: 82% !important; }

.u-fontsize--small {
  font-size: 93% !important; }

.u-fontsize--large {
  font-size: 107% !important; }

.u-fontsize--huge {
  font-size: 113% !important; }

@media screen and (max-width: 768px) {
  .u-fontsize--tiny--sm {
    font-size: 82% !important; }
  .u-fontsize--small--sm {
    font-size: 93% !important; }
  .u-fontsize--large--sm {
    font-size: 107% !important; }
  .u-fontsize--huge--sm {
    font-size: 113% !important; } }

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

.u-align--left {
  text-align: left !important; }

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

@media screen and (max-width: 768px) {
  .u-align--center--sm {
    text-align: center !important; }
  .u-align--left--sm {
    text-align: left !important; }
  .u-align--right--sm {
    text-align: right !important; } }

.u-valign--baseline {
  vertical-align: baseline !important; }

.u-valign--top {
  vertical-align: top !important; }

.u-valign--middle {
  vertical-align: middle !important; }

.u-valign--bottom {
  vertical-align: bottom !important; }

.u-valign--text-bottom {
  vertical-align: text-bottom !important; }

.u-valign--text-top {
  vertical-align: text-top !important; }

@media screen and (max-width: 768px) {
  .u-valign--baseline--sm {
    vertical-align: baseline !important; }
  .u-valign--top--sm {
    vertical-align: top !important; }
  .u-valign--middle--sm {
    vertical-align: middle !important; }
  .u-valign--bottom--sm {
    vertical-align: bottom !important; }
  .u-valign--text--sm-bottom {
    vertical-align: text-bottom !important; }
  .u-valign--text--sm-top {
    vertical-align: text-top !important; } }

.u-display--none {
  display: none !important; }

.u-display--inline {
  display: inline !important; }

.u-display--inline-block {
  display: inline-block !important; }

.u-display--block {
  display: block !important; }

.u-display--table {
  display: table !important; }

.u-display--table-cell {
  display: table-cell !important; }

.u-display--flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-display--inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .u-display--none--sm {
    display: none !important; }
  .u-display--inline--sm {
    display: inline !important; }
  .u-display--inline--sm-block {
    display: inline-block !important; }
  .u-display--block--sm {
    display: block !important; }
  .u-display--table--sm {
    display: table !important; }
  .u-display--table--sm-cell {
    display: table-cell !important; }
  .u-display--flex--sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .u-display--inline--sm-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.u-float--left {
  float: left !important; }

.u-float--right {
  float: right !important; }

.u-float--none {
  float: none !important; }

@media screen and (max-width: 768px) {
  .u-float--left--sm {
    float: left !important; }
  .u-float--right--sm {
    float: right !important; }
  .u-float--none--sm {
    float: none !important; } }

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.u-position--relative {
  position: relative !important; }

.u-position--absolute {
  position: absolute !important; }

.u-position--static {
  position: static !important; }

@media screen and (max-width: 768px) {
  .u-position--relative--sm {
    position: relative !important; }
  .u-position--absolute--sm {
    position: absolute !important; }
  .u-position--static--sm {
    position: static !important; } }

.u-row:after, [class*=u-row_]:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.u-row--tt {
  margin-top: 20px; }

.u-row--tb {
  margin-bottom: 20px; }

.u-row--st {
  margin-top: 30px; }

.u-row--sb {
  margin-bottom: 30px; }

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

.u-row--mb {
  margin-bottom: 50px; }

.u-row--lt {
  margin-top: 70px; }

.u-row--lb {
  margin-bottom: 70px; }

.u-row--ht {
  margin-top: 100px; }

.u-row--hb {
  margin-bottom: 100px; }

@media screen and (max-width: 768px) {
  .u-row--tt {
    margin-top: 10px; }
  .u-row--tb {
    margin-bottom: 10px; }
  .u-row--st {
    margin-top: 20px; }
  .u-row--sb {
    margin-bottom: 20px; }
  .u-row--mt {
    margin-top: 30px; }
  .u-row--mb {
    margin-bottom: 30px; }
  .u-row--lt {
    margin-top: 40px; }
  .u-row--lb {
    margin-bottom: 40px; }
  .u-row--ht {
    margin-top: 50px; }
  .u-row--hb {
    margin-bottom: 50px; }
  .u-row--tt--sm {
    margin-top: 15px; }
  .u-row--tb--sm {
    margin-bottom: 15px; }
  .u-row--st--sm {
    margin-top: 20px; }
  .u-row--sb--sm {
    margin-bottom: 20px; }
  .u-row--mt--sm {
    margin-top: 40px; }
  .u-row--mb--sm {
    margin-bottom: 40px; }
  .u-row--lt--sm {
    margin-top: 50px; }
  .u-row--lb--sm {
    margin-bottom: 50px; }
  .u-row--ht--sm {
    margin-top: 60px; }
  .u-row--hb--sm {
    margin-bottom: 60px; } }

.u-fit,
img.u-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: contain;object-position: 50% 50%;'; }

.u-indent1 {
  text-indent: -1em; }

.u-indent2 {
  text-indent: -2em; }

.u-indent3 {
  text-indent: -3em; }

.u-indent4 {
  text-indent: -4em; }

.u-indent5 {
  text-indent: -5em; }

.u-nindent1 {
  padding-left: 1em;
  text-indent: -1em; }

.u-nindent2 {
  padding-left: 2em;
  text-indent: -2em; }

.u-nindent3 {
  padding-left: 3em;
  text-indent: -3em; }

.u-nindent4 {
  padding-left: 4em;
  text-indent: -4em; }

.u-nindent5 {
  padding-left: 5em;
  text-indent: -5em; }

.u-wid0 {
  width: 0px !important; }

.u-widp0 {
  width: 0% !important; }

.u-wid1 {
  width: 1px !important; }

.u-widp1 {
  width: 1% !important; }

.u-wid2 {
  width: 2px !important; }

.u-widp2 {
  width: 2% !important; }

.u-wid3 {
  width: 3px !important; }

.u-widp3 {
  width: 3% !important; }

.u-wid4 {
  width: 4px !important; }

.u-widp4 {
  width: 4% !important; }

.u-wid5 {
  width: 5px !important; }

.u-widp5 {
  width: 5% !important; }

.u-wid6 {
  width: 6px !important; }

.u-widp6 {
  width: 6% !important; }

.u-wid7 {
  width: 7px !important; }

.u-widp7 {
  width: 7% !important; }

.u-wid8 {
  width: 8px !important; }

.u-widp8 {
  width: 8% !important; }

.u-wid9 {
  width: 9px !important; }

.u-widp9 {
  width: 9% !important; }

.u-wid10 {
  width: 10px !important; }

.u-widp10 {
  width: 10% !important; }

.u-wid11 {
  width: 11px !important; }

.u-widp11 {
  width: 11% !important; }

.u-wid12 {
  width: 12px !important; }

.u-widp12 {
  width: 12% !important; }

.u-wid13 {
  width: 13px !important; }

.u-widp13 {
  width: 13% !important; }

.u-wid14 {
  width: 14px !important; }

.u-widp14 {
  width: 14% !important; }

.u-wid15 {
  width: 15px !important; }

.u-widp15 {
  width: 15% !important; }

.u-wid16 {
  width: 16px !important; }

.u-widp16 {
  width: 16% !important; }

.u-wid17 {
  width: 17px !important; }

.u-widp17 {
  width: 17% !important; }

.u-wid18 {
  width: 18px !important; }

.u-widp18 {
  width: 18% !important; }

.u-wid19 {
  width: 19px !important; }

.u-widp19 {
  width: 19% !important; }

.u-wid20 {
  width: 20px !important; }

.u-widp20 {
  width: 20% !important; }

.u-wid21 {
  width: 21px !important; }

.u-widp21 {
  width: 21% !important; }

.u-wid22 {
  width: 22px !important; }

.u-widp22 {
  width: 22% !important; }

.u-wid23 {
  width: 23px !important; }

.u-widp23 {
  width: 23% !important; }

.u-wid24 {
  width: 24px !important; }

.u-widp24 {
  width: 24% !important; }

.u-wid25 {
  width: 25px !important; }

.u-widp25 {
  width: 25% !important; }

.u-wid26 {
  width: 26px !important; }

.u-widp26 {
  width: 26% !important; }

.u-wid27 {
  width: 27px !important; }

.u-widp27 {
  width: 27% !important; }

.u-wid28 {
  width: 28px !important; }

.u-widp28 {
  width: 28% !important; }

.u-wid29 {
  width: 29px !important; }

.u-widp29 {
  width: 29% !important; }

.u-wid30 {
  width: 30px !important; }

.u-widp30 {
  width: 30% !important; }

.u-wid31 {
  width: 31px !important; }

.u-widp31 {
  width: 31% !important; }

.u-wid32 {
  width: 32px !important; }

.u-widp32 {
  width: 32% !important; }

.u-wid33 {
  width: 33px !important; }

.u-widp33 {
  width: 33% !important; }

.u-wid34 {
  width: 34px !important; }

.u-widp34 {
  width: 34% !important; }

.u-wid35 {
  width: 35px !important; }

.u-widp35 {
  width: 35% !important; }

.u-wid36 {
  width: 36px !important; }

.u-widp36 {
  width: 36% !important; }

.u-wid37 {
  width: 37px !important; }

.u-widp37 {
  width: 37% !important; }

.u-wid38 {
  width: 38px !important; }

.u-widp38 {
  width: 38% !important; }

.u-wid39 {
  width: 39px !important; }

.u-widp39 {
  width: 39% !important; }

.u-wid40 {
  width: 40px !important; }

.u-widp40 {
  width: 40% !important; }

.u-wid41 {
  width: 41px !important; }

.u-widp41 {
  width: 41% !important; }

.u-wid42 {
  width: 42px !important; }

.u-widp42 {
  width: 42% !important; }

.u-wid43 {
  width: 43px !important; }

.u-widp43 {
  width: 43% !important; }

.u-wid44 {
  width: 44px !important; }

.u-widp44 {
  width: 44% !important; }

.u-wid45 {
  width: 45px !important; }

.u-widp45 {
  width: 45% !important; }

.u-wid46 {
  width: 46px !important; }

.u-widp46 {
  width: 46% !important; }

.u-wid47 {
  width: 47px !important; }

.u-widp47 {
  width: 47% !important; }

.u-wid48 {
  width: 48px !important; }

.u-widp48 {
  width: 48% !important; }

.u-wid49 {
  width: 49px !important; }

.u-widp49 {
  width: 49% !important; }

.u-wid50 {
  width: 50px !important; }

.u-widp50 {
  width: 50% !important; }

.u-wid51 {
  width: 51px !important; }

.u-widp51 {
  width: 51% !important; }

.u-wid52 {
  width: 52px !important; }

.u-widp52 {
  width: 52% !important; }

.u-wid53 {
  width: 53px !important; }

.u-widp53 {
  width: 53% !important; }

.u-wid54 {
  width: 54px !important; }

.u-widp54 {
  width: 54% !important; }

.u-wid55 {
  width: 55px !important; }

.u-widp55 {
  width: 55% !important; }

.u-wid56 {
  width: 56px !important; }

.u-widp56 {
  width: 56% !important; }

.u-wid57 {
  width: 57px !important; }

.u-widp57 {
  width: 57% !important; }

.u-wid58 {
  width: 58px !important; }

.u-widp58 {
  width: 58% !important; }

.u-wid59 {
  width: 59px !important; }

.u-widp59 {
  width: 59% !important; }

.u-wid60 {
  width: 60px !important; }

.u-widp60 {
  width: 60% !important; }

.u-wid61 {
  width: 61px !important; }

.u-widp61 {
  width: 61% !important; }

.u-wid62 {
  width: 62px !important; }

.u-widp62 {
  width: 62% !important; }

.u-wid63 {
  width: 63px !important; }

.u-widp63 {
  width: 63% !important; }

.u-wid64 {
  width: 64px !important; }

.u-widp64 {
  width: 64% !important; }

.u-wid65 {
  width: 65px !important; }

.u-widp65 {
  width: 65% !important; }

.u-wid66 {
  width: 66px !important; }

.u-widp66 {
  width: 66% !important; }

.u-wid67 {
  width: 67px !important; }

.u-widp67 {
  width: 67% !important; }

.u-wid68 {
  width: 68px !important; }

.u-widp68 {
  width: 68% !important; }

.u-wid69 {
  width: 69px !important; }

.u-widp69 {
  width: 69% !important; }

.u-wid70 {
  width: 70px !important; }

.u-widp70 {
  width: 70% !important; }

.u-wid71 {
  width: 71px !important; }

.u-widp71 {
  width: 71% !important; }

.u-wid72 {
  width: 72px !important; }

.u-widp72 {
  width: 72% !important; }

.u-wid73 {
  width: 73px !important; }

.u-widp73 {
  width: 73% !important; }

.u-wid74 {
  width: 74px !important; }

.u-widp74 {
  width: 74% !important; }

.u-wid75 {
  width: 75px !important; }

.u-widp75 {
  width: 75% !important; }

.u-wid76 {
  width: 76px !important; }

.u-widp76 {
  width: 76% !important; }

.u-wid77 {
  width: 77px !important; }

.u-widp77 {
  width: 77% !important; }

.u-wid78 {
  width: 78px !important; }

.u-widp78 {
  width: 78% !important; }

.u-wid79 {
  width: 79px !important; }

.u-widp79 {
  width: 79% !important; }

.u-wid80 {
  width: 80px !important; }

.u-widp80 {
  width: 80% !important; }

.u-wid81 {
  width: 81px !important; }

.u-widp81 {
  width: 81% !important; }

.u-wid82 {
  width: 82px !important; }

.u-widp82 {
  width: 82% !important; }

.u-wid83 {
  width: 83px !important; }

.u-widp83 {
  width: 83% !important; }

.u-wid84 {
  width: 84px !important; }

.u-widp84 {
  width: 84% !important; }

.u-wid85 {
  width: 85px !important; }

.u-widp85 {
  width: 85% !important; }

.u-wid86 {
  width: 86px !important; }

.u-widp86 {
  width: 86% !important; }

.u-wid87 {
  width: 87px !important; }

.u-widp87 {
  width: 87% !important; }

.u-wid88 {
  width: 88px !important; }

.u-widp88 {
  width: 88% !important; }

.u-wid89 {
  width: 89px !important; }

.u-widp89 {
  width: 89% !important; }

.u-wid90 {
  width: 90px !important; }

.u-widp90 {
  width: 90% !important; }

.u-wid91 {
  width: 91px !important; }

.u-widp91 {
  width: 91% !important; }

.u-wid92 {
  width: 92px !important; }

.u-widp92 {
  width: 92% !important; }

.u-wid93 {
  width: 93px !important; }

.u-widp93 {
  width: 93% !important; }

.u-wid94 {
  width: 94px !important; }

.u-widp94 {
  width: 94% !important; }

.u-wid95 {
  width: 95px !important; }

.u-widp95 {
  width: 95% !important; }

.u-wid96 {
  width: 96px !important; }

.u-widp96 {
  width: 96% !important; }

.u-wid97 {
  width: 97px !important; }

.u-widp97 {
  width: 97% !important; }

.u-wid98 {
  width: 98px !important; }

.u-widp98 {
  width: 98% !important; }

.u-wid99 {
  width: 99px !important; }

.u-widp99 {
  width: 99% !important; }

.u-wid100 {
  width: 100px !important; }

.u-widp100 {
  width: 100% !important; }

@media screen and (max-width: 768px) {
  .u--wid--sm0 {
    width: 0px !important; }
  .u--widp--sm0 {
    width: 0% !important; }
  .u--wid--sm1 {
    width: 1px !important; }
  .u--widp--sm1 {
    width: 1% !important; }
  .u--wid--sm2 {
    width: 2px !important; }
  .u--widp--sm2 {
    width: 2% !important; }
  .u--wid--sm3 {
    width: 3px !important; }
  .u--widp--sm3 {
    width: 3% !important; }
  .u--wid--sm4 {
    width: 4px !important; }
  .u--widp--sm4 {
    width: 4% !important; }
  .u--wid--sm5 {
    width: 5px !important; }
  .u--widp--sm5 {
    width: 5% !important; }
  .u--wid--sm6 {
    width: 6px !important; }
  .u--widp--sm6 {
    width: 6% !important; }
  .u--wid--sm7 {
    width: 7px !important; }
  .u--widp--sm7 {
    width: 7% !important; }
  .u--wid--sm8 {
    width: 8px !important; }
  .u--widp--sm8 {
    width: 8% !important; }
  .u--wid--sm9 {
    width: 9px !important; }
  .u--widp--sm9 {
    width: 9% !important; }
  .u--wid--sm10 {
    width: 10px !important; }
  .u--widp--sm10 {
    width: 10% !important; }
  .u--wid--sm11 {
    width: 11px !important; }
  .u--widp--sm11 {
    width: 11% !important; }
  .u--wid--sm12 {
    width: 12px !important; }
  .u--widp--sm12 {
    width: 12% !important; }
  .u--wid--sm13 {
    width: 13px !important; }
  .u--widp--sm13 {
    width: 13% !important; }
  .u--wid--sm14 {
    width: 14px !important; }
  .u--widp--sm14 {
    width: 14% !important; }
  .u--wid--sm15 {
    width: 15px !important; }
  .u--widp--sm15 {
    width: 15% !important; }
  .u--wid--sm16 {
    width: 16px !important; }
  .u--widp--sm16 {
    width: 16% !important; }
  .u--wid--sm17 {
    width: 17px !important; }
  .u--widp--sm17 {
    width: 17% !important; }
  .u--wid--sm18 {
    width: 18px !important; }
  .u--widp--sm18 {
    width: 18% !important; }
  .u--wid--sm19 {
    width: 19px !important; }
  .u--widp--sm19 {
    width: 19% !important; }
  .u--wid--sm20 {
    width: 20px !important; }
  .u--widp--sm20 {
    width: 20% !important; }
  .u--wid--sm21 {
    width: 21px !important; }
  .u--widp--sm21 {
    width: 21% !important; }
  .u--wid--sm22 {
    width: 22px !important; }
  .u--widp--sm22 {
    width: 22% !important; }
  .u--wid--sm23 {
    width: 23px !important; }
  .u--widp--sm23 {
    width: 23% !important; }
  .u--wid--sm24 {
    width: 24px !important; }
  .u--widp--sm24 {
    width: 24% !important; }
  .u--wid--sm25 {
    width: 25px !important; }
  .u--widp--sm25 {
    width: 25% !important; }
  .u--wid--sm26 {
    width: 26px !important; }
  .u--widp--sm26 {
    width: 26% !important; }
  .u--wid--sm27 {
    width: 27px !important; }
  .u--widp--sm27 {
    width: 27% !important; }
  .u--wid--sm28 {
    width: 28px !important; }
  .u--widp--sm28 {
    width: 28% !important; }
  .u--wid--sm29 {
    width: 29px !important; }
  .u--widp--sm29 {
    width: 29% !important; }
  .u--wid--sm30 {
    width: 30px !important; }
  .u--widp--sm30 {
    width: 30% !important; }
  .u--wid--sm31 {
    width: 31px !important; }
  .u--widp--sm31 {
    width: 31% !important; }
  .u--wid--sm32 {
    width: 32px !important; }
  .u--widp--sm32 {
    width: 32% !important; }
  .u--wid--sm33 {
    width: 33px !important; }
  .u--widp--sm33 {
    width: 33% !important; }
  .u--wid--sm34 {
    width: 34px !important; }
  .u--widp--sm34 {
    width: 34% !important; }
  .u--wid--sm35 {
    width: 35px !important; }
  .u--widp--sm35 {
    width: 35% !important; }
  .u--wid--sm36 {
    width: 36px !important; }
  .u--widp--sm36 {
    width: 36% !important; }
  .u--wid--sm37 {
    width: 37px !important; }
  .u--widp--sm37 {
    width: 37% !important; }
  .u--wid--sm38 {
    width: 38px !important; }
  .u--widp--sm38 {
    width: 38% !important; }
  .u--wid--sm39 {
    width: 39px !important; }
  .u--widp--sm39 {
    width: 39% !important; }
  .u--wid--sm40 {
    width: 40px !important; }
  .u--widp--sm40 {
    width: 40% !important; }
  .u--wid--sm41 {
    width: 41px !important; }
  .u--widp--sm41 {
    width: 41% !important; }
  .u--wid--sm42 {
    width: 42px !important; }
  .u--widp--sm42 {
    width: 42% !important; }
  .u--wid--sm43 {
    width: 43px !important; }
  .u--widp--sm43 {
    width: 43% !important; }
  .u--wid--sm44 {
    width: 44px !important; }
  .u--widp--sm44 {
    width: 44% !important; }
  .u--wid--sm45 {
    width: 45px !important; }
  .u--widp--sm45 {
    width: 45% !important; }
  .u--wid--sm46 {
    width: 46px !important; }
  .u--widp--sm46 {
    width: 46% !important; }
  .u--wid--sm47 {
    width: 47px !important; }
  .u--widp--sm47 {
    width: 47% !important; }
  .u--wid--sm48 {
    width: 48px !important; }
  .u--widp--sm48 {
    width: 48% !important; }
  .u--wid--sm49 {
    width: 49px !important; }
  .u--widp--sm49 {
    width: 49% !important; }
  .u--wid--sm50 {
    width: 50px !important; }
  .u--widp--sm50 {
    width: 50% !important; }
  .u--wid--sm51 {
    width: 51px !important; }
  .u--widp--sm51 {
    width: 51% !important; }
  .u--wid--sm52 {
    width: 52px !important; }
  .u--widp--sm52 {
    width: 52% !important; }
  .u--wid--sm53 {
    width: 53px !important; }
  .u--widp--sm53 {
    width: 53% !important; }
  .u--wid--sm54 {
    width: 54px !important; }
  .u--widp--sm54 {
    width: 54% !important; }
  .u--wid--sm55 {
    width: 55px !important; }
  .u--widp--sm55 {
    width: 55% !important; }
  .u--wid--sm56 {
    width: 56px !important; }
  .u--widp--sm56 {
    width: 56% !important; }
  .u--wid--sm57 {
    width: 57px !important; }
  .u--widp--sm57 {
    width: 57% !important; }
  .u--wid--sm58 {
    width: 58px !important; }
  .u--widp--sm58 {
    width: 58% !important; }
  .u--wid--sm59 {
    width: 59px !important; }
  .u--widp--sm59 {
    width: 59% !important; }
  .u--wid--sm60 {
    width: 60px !important; }
  .u--widp--sm60 {
    width: 60% !important; }
  .u--wid--sm61 {
    width: 61px !important; }
  .u--widp--sm61 {
    width: 61% !important; }
  .u--wid--sm62 {
    width: 62px !important; }
  .u--widp--sm62 {
    width: 62% !important; }
  .u--wid--sm63 {
    width: 63px !important; }
  .u--widp--sm63 {
    width: 63% !important; }
  .u--wid--sm64 {
    width: 64px !important; }
  .u--widp--sm64 {
    width: 64% !important; }
  .u--wid--sm65 {
    width: 65px !important; }
  .u--widp--sm65 {
    width: 65% !important; }
  .u--wid--sm66 {
    width: 66px !important; }
  .u--widp--sm66 {
    width: 66% !important; }
  .u--wid--sm67 {
    width: 67px !important; }
  .u--widp--sm67 {
    width: 67% !important; }
  .u--wid--sm68 {
    width: 68px !important; }
  .u--widp--sm68 {
    width: 68% !important; }
  .u--wid--sm69 {
    width: 69px !important; }
  .u--widp--sm69 {
    width: 69% !important; }
  .u--wid--sm70 {
    width: 70px !important; }
  .u--widp--sm70 {
    width: 70% !important; }
  .u--wid--sm71 {
    width: 71px !important; }
  .u--widp--sm71 {
    width: 71% !important; }
  .u--wid--sm72 {
    width: 72px !important; }
  .u--widp--sm72 {
    width: 72% !important; }
  .u--wid--sm73 {
    width: 73px !important; }
  .u--widp--sm73 {
    width: 73% !important; }
  .u--wid--sm74 {
    width: 74px !important; }
  .u--widp--sm74 {
    width: 74% !important; }
  .u--wid--sm75 {
    width: 75px !important; }
  .u--widp--sm75 {
    width: 75% !important; }
  .u--wid--sm76 {
    width: 76px !important; }
  .u--widp--sm76 {
    width: 76% !important; }
  .u--wid--sm77 {
    width: 77px !important; }
  .u--widp--sm77 {
    width: 77% !important; }
  .u--wid--sm78 {
    width: 78px !important; }
  .u--widp--sm78 {
    width: 78% !important; }
  .u--wid--sm79 {
    width: 79px !important; }
  .u--widp--sm79 {
    width: 79% !important; }
  .u--wid--sm80 {
    width: 80px !important; }
  .u--widp--sm80 {
    width: 80% !important; }
  .u--wid--sm81 {
    width: 81px !important; }
  .u--widp--sm81 {
    width: 81% !important; }
  .u--wid--sm82 {
    width: 82px !important; }
  .u--widp--sm82 {
    width: 82% !important; }
  .u--wid--sm83 {
    width: 83px !important; }
  .u--widp--sm83 {
    width: 83% !important; }
  .u--wid--sm84 {
    width: 84px !important; }
  .u--widp--sm84 {
    width: 84% !important; }
  .u--wid--sm85 {
    width: 85px !important; }
  .u--widp--sm85 {
    width: 85% !important; }
  .u--wid--sm86 {
    width: 86px !important; }
  .u--widp--sm86 {
    width: 86% !important; }
  .u--wid--sm87 {
    width: 87px !important; }
  .u--widp--sm87 {
    width: 87% !important; }
  .u--wid--sm88 {
    width: 88px !important; }
  .u--widp--sm88 {
    width: 88% !important; }
  .u--wid--sm89 {
    width: 89px !important; }
  .u--widp--sm89 {
    width: 89% !important; }
  .u--wid--sm90 {
    width: 90px !important; }
  .u--widp--sm90 {
    width: 90% !important; }
  .u--wid--sm91 {
    width: 91px !important; }
  .u--widp--sm91 {
    width: 91% !important; }
  .u--wid--sm92 {
    width: 92px !important; }
  .u--widp--sm92 {
    width: 92% !important; }
  .u--wid--sm93 {
    width: 93px !important; }
  .u--widp--sm93 {
    width: 93% !important; }
  .u--wid--sm94 {
    width: 94px !important; }
  .u--widp--sm94 {
    width: 94% !important; }
  .u--wid--sm95 {
    width: 95px !important; }
  .u--widp--sm95 {
    width: 95% !important; }
  .u--wid--sm96 {
    width: 96px !important; }
  .u--widp--sm96 {
    width: 96% !important; }
  .u--wid--sm97 {
    width: 97px !important; }
  .u--widp--sm97 {
    width: 97% !important; }
  .u--wid--sm98 {
    width: 98px !important; }
  .u--widp--sm98 {
    width: 98% !important; }
  .u--wid--sm99 {
    width: 99px !important; }
  .u--widp--sm99 {
    width: 99% !important; }
  .u--wid--sm100 {
    width: 100px !important; }
  .u--widp--sm100 {
    width: 100% !important; } }

.u-wid--quarter {
  width: 25% !important; }

.u-wid--thirds {
  width: 33.33% !important; }

.u-wid--half {
  width: 50% !important; }

.u-wid--full {
  width: 100% !important; }

@media screen and (max-width: 768px) {
  .u-wid--thirds-sm {
    width: 33.33% !important; }
  .u-wid--quarter--sm {
    width: 25% !important; }
  .u-wid--half--sm {
    width: 50% !important; }
  .u-wid--full--sm {
    width: 100% !important; } }

.u-mt0 {
  margin-top: 0px !important; }

.u-mb0 {
  margin-bottom: 0px !important; }

.u-pt0 {
  padding-top: 0px !important; }

.u-pb0 {
  padding-bottom: 0px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-mt60 {
  margin-top: 60px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-pt60 {
  padding-top: 60px !important; }

.u-pb60 {
  padding-bottom: 60px !important; }

.u-mt70 {
  margin-top: 70px !important; }

.u-mb70 {
  margin-bottom: 70px !important; }

.u-pt70 {
  padding-top: 70px !important; }

.u-pb70 {
  padding-bottom: 70px !important; }

.u-mt80 {
  margin-top: 80px !important; }

.u-mb80 {
  margin-bottom: 80px !important; }

.u-pt80 {
  padding-top: 80px !important; }

.u-pb80 {
  padding-bottom: 80px !important; }

.u-mt90 {
  margin-top: 90px !important; }

.u-mb90 {
  margin-bottom: 90px !important; }

.u-pt90 {
  padding-top: 90px !important; }

.u-pb90 {
  padding-bottom: 90px !important; }

.u-mt100 {
  margin-top: 100px !important; }

.u-mb100 {
  margin-bottom: 100px !important; }

.u-pt100 {
  padding-top: 100px !important; }

.u-pb100 {
  padding-bottom: 100px !important; }

@media screen and (max-width: 768px) {
  .u--mt--sm0 {
    margin-top: 0px !important; }
  .u--mb--sm0 {
    margin-bottom: 0px !important; }
  .u--pt--sm0 {
    padding-top: 0px !important; }
  .u--pb--sm0 {
    padding-bottom: 0px !important; }
  .u--mt--sm10 {
    margin-top: 10px !important; }
  .u--mb--sm10 {
    margin-bottom: 10px !important; }
  .u--pt--sm10 {
    padding-top: 10px !important; }
  .u--pb--sm10 {
    padding-bottom: 10px !important; }
  .u--mt--sm20 {
    margin-top: 20px !important; }
  .u--mb--sm20 {
    margin-bottom: 20px !important; }
  .u--pt--sm20 {
    padding-top: 20px !important; }
  .u--pb--sm20 {
    padding-bottom: 20px !important; }
  .u--mt--sm30 {
    margin-top: 30px !important; }
  .u--mb--sm30 {
    margin-bottom: 30px !important; }
  .u--pt--sm30 {
    padding-top: 30px !important; }
  .u--pb--sm30 {
    padding-bottom: 30px !important; }
  .u--mt--sm40 {
    margin-top: 40px !important; }
  .u--mb--sm40 {
    margin-bottom: 40px !important; }
  .u--pt--sm40 {
    padding-top: 40px !important; }
  .u--pb--sm40 {
    padding-bottom: 40px !important; }
  .u--mt--sm50 {
    margin-top: 50px !important; }
  .u--mb--sm50 {
    margin-bottom: 50px !important; }
  .u--pt--sm50 {
    padding-top: 50px !important; }
  .u--pb--sm50 {
    padding-bottom: 50px !important; }
  .u--mt--sm60 {
    margin-top: 60px !important; }
  .u--mb--sm60 {
    margin-bottom: 60px !important; }
  .u--pt--sm60 {
    padding-top: 60px !important; }
  .u--pb--sm60 {
    padding-bottom: 60px !important; }
  .u--mt--sm70 {
    margin-top: 70px !important; }
  .u--mb--sm70 {
    margin-bottom: 70px !important; }
  .u--pt--sm70 {
    padding-top: 70px !important; }
  .u--pb--sm70 {
    padding-bottom: 70px !important; }
  .u--mt--sm80 {
    margin-top: 80px !important; }
  .u--mb--sm80 {
    margin-bottom: 80px !important; }
  .u--pt--sm80 {
    padding-top: 80px !important; }
  .u--pb--sm80 {
    padding-bottom: 80px !important; }
  .u--mt--sm90 {
    margin-top: 90px !important; }
  .u--mb--sm90 {
    margin-bottom: 90px !important; }
  .u--pt--sm90 {
    padding-top: 90px !important; }
  .u--pb--sm90 {
    padding-bottom: 90px !important; }
  .u--mt--sm100 {
    margin-top: 100px !important; }
  .u--mb--sm100 {
    margin-bottom: 100px !important; }
  .u--pt--sm100 {
    padding-top: 100px !important; }
  .u--pb--sm100 {
    padding-bottom: 100px !important; } }

/*====================================================

        style reset

====================================================*/
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 2;
  font-weight: 600; }

@media screen and (max-width: 768px) {
  body {
    font-weight: 500;
    line-height: 1.75; } }

/*====================================================

        font set

====================================================*/
/*====================================================

        workstyle

====================================================*/
.loaded #top .p-main-visual .lead01 {
  -webkit-animation: p-main-lead01 4s forwards;
          animation: p-main-lead01 4s forwards; }

.loaded #top .p-main-visual .title {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.loaded #top .p-main-visual .lead02 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.loaded #top .p-main-visual .ballon {
  -webkit-animation: p-main-ballon 0.8s forwards;
          animation: p-main-ballon 0.8s forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.loaded #top .p-main-visual .p-bookdownload-banner {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.loaded #top .p-main-visual .animate-background:before, .loaded #top .p-main-visual .animate-background:after {
  -webkit-animation-delay: 3.0s;
          animation-delay: 3.0s; }

.loaded #top .p-main-visual .p-main-button-scroll {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

#top .p-main-visual .animation {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#top .p-main-visual .lead01 {
  width: 524px;
  height: 116px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

#top .p-main-visual .title {
  width: 400px;
  height: 380px;
  bottom: 280px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  transition: opacity 0.5s 4s, -webkit-transform 0.5s 4s;
  transition: opacity 0.5s 4s, transform 0.5s 4s;
  transition: opacity 0.5s 4s, transform 0.5s 4s, -webkit-transform 0.5s 4s; }

#top .p-main-visual .lead02 {
  height: 8em;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1.7px;
  color: #fff;
  top: 280px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  transition: opacity 0.5s 4.4s, -webkit-transform 0.5s 4.4s;
  transition: opacity 0.5s 4.4s, transform 0.5s 4.4s;
  transition: opacity 0.5s 4.4s, transform 0.5s 4.4s, -webkit-transform 0.5s 4.4s; }

#top .p-main-visual .ballon {
  width: 136px;
  height: 144px;
  bottom: 130px;
  left: 340px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#top .p-main-visual .p-bookdownload-banner {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  transition: -webkit-transform 0.5s 6s;
  transition: transform 0.5s 6s;
  transition: transform 0.5s 6s, -webkit-transform 0.5s 6s; }

#top .p-main-visual .animate-background:before {
  transition: opacity 1s 1s; }

#top .p-main-visual .animate-background:after {
  transition: opacity 1s 2s; }

#top .p-main-visual .p-main-button-scroll {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.5s 7s; }

@media screen and (max-width: 768px) {
  #top .p-main-visual .lead01 {
    width: 280px;
    height: 62px; }
  #top .p-main-visual .title {
    width: 213px;
    height: 201px;
    bottom: auto;
    top: 90px; }
  #top .p-main-visual .title img {
    width: 213px;
    height: 201px; }
  #top .p-main-visual .lead02 {
    height: 10em;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.75;
    color: #fff;
    top: 323px;
    bottom: auto; }
  #top .p-main-visual .ballon {
    width: 73px;
    height: 74px;
    top: 200px;
    bottom: auto;
    left: 185px; }
  #top .p-main-visual .ballon img {
    width: 73px;
    height: 74px; }
  #top .p-main-visual .p-bookdownload-banner {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 70%);
        -ms-transform: translate(0, 70%);
            transform: translate(0, 70%);
    transition: opacity 0.3s 6s, -webkit-transform 0.5s 6s;
    transition: transform 0.5s 6s, opacity 0.3s 6s;
    transition: transform 0.5s 6s, opacity 0.3s 6s, -webkit-transform 0.5s 6s; }
  .loaded #top .p-main-visual .p-bookdownload-banner {
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

#top .introduction {
  color: #07458a; }

#top .introduction .c-figure--right {
  margin-top: 80px; }

#top .introduction .point {
  margin-top: 120px;
  padding: 50px 80px;
  background: #fff;
  box-shadow: 17px 17px 0 #ffff60;
  position: relative; }

#top .introduction .point:before {
  content: "";
  display: block;
  width: 146px;
  height: 158px;
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/index/balloon_comment.png") no-repeat 0 0/contain;
  position: absolute;
  top: -80px;
  left: -72px; }

#top .introduction .point-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #07458a; }

#top .introduction .point-top .c-head-section--small {
  margin-bottom: 0;
  padding-right: 30px;
  margin-right: 10px;
  border-right: 1px solid #07458a; }

#top .introduction .point-top .navigator{
  width:60%;
 }

#top .introduction .point-top .navigator p{
  margin-bottom:25px;
 }

#top .introduction .point-top .navigator #navi-sensei{
  width:100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
#top .introduction .point-top .navigator #navi-sensei dl{
  width:50%;
  text-align:center;
}
#top .introduction .point-top .navigator p {
  font-size: 15px;
  font-size: 0.9375rem; }

#top .introduction .point-top .navigator p .name {
  font-size: 140%; }

#top .introduction .point-top .navigator p small {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem; }

#top .introduction .point-top .navigator figure {
  margin-left: 25px; }

#top .introduction .point-bottom {
  width: 100%; }

#top .introduction .point-bottom .detail {
  float: left;
  max-width: 17em; }

#top .introduction .point-bottom figure {
  float: right; }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #top .introduction {
    padding-top: 110px; }
  #top .introduction .c-figure--right {
    margin-top: 60px; }
  #top .introduction .point {
    margin-top: 80px;
    padding: 45px 16px; }
  #top .introduction .point:before {
    content: "";
    display: block;
    width: 83px;
    height: 92px;
    top: -44px;
    left: -11px; }
  #top .introduction .point-top {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center; }
  #top .introduction .point-top .c-head-section--small {
    margin-bottom: 0;
    padding-right: 0;
    border-right: none; }
  #top .introduction .point-top .navigator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 50px;
    padding: 10px 0;
    border-top: 1px solid #07458a;
    border-bottom: 1px solid #07458a; }
  #top .introduction .point-bottom .detail {
    margin-right: 20px; }
  #top .introduction .point-bottom figure {
    width: 50%;
    max-width: 376px; } }

@media screen and (max-width: 768px) {
  #top .introduction {
    padding-top: 110px; }
  #top .introduction .c-figure--right {
    margin-top: 60px; }
  #top .introduction .inner .inner--small {
    padding: 0; }
  #top .introduction .point {
    margin-top: 80px;
    padding: 45px 16px; }
  #top .introduction .point:before {
    content: "";
    display: block;
    width: 83px;
    height: 92px;
    top: -44px;
    left: -11px; }
  #top .introduction .point-top {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center; }
  #top .introduction .point-top .c-head-section--small {
    margin-bottom: 0;
    padding-right: 0;
    border-right: none; }
  #top .introduction .point-top .navigator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0;
    padding: 10px 0;
    border-top: 1px solid #07458a;
    border-bottom: 1px solid #07458a; }
  #top .introduction .point-top .navigator p {
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: 600; }
  #top .introduction .point-top .navigator p .name {
    font-size: 140%; }
  #top .introduction .point-top .navigator p small {
    display: block;
    font-size: 10px;
    font-size: 0.71429rem; }
  #top .introduction .point-top .navigator figure {
    margin-left: 10px; }
  #top .introduction .point-top .navigator figure img {
    width: 64px; }
  #top .introduction .point-bottom .detail {
    float: none;
    max-width: 100%; }
  #top .introduction .point-bottom figure {
    float: none;
    margin-top: 30px;
    text-align: center; } }

#top .rules {
  color: #fff;
  text-align: center; }

#top .rules .u-row {
  margin: 90px auto 80px; }

#top .rules .u-row .c-column02 {
  width: calc(50% - 15px);
  text-align: left;
  position: relative; }

#top .rules .u-row .c-column02:nth-child(odd) {
  margin-right: 30px; }

#top .rules .u-row .c-column02:nth-child(n+3) {
  margin-top: 32px; }

#top .rules .u-row .c-column02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffff60;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

#top .rules .u-row .c-column02 a {
  display: block;
  padding: 120px 32px 32px;
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0 0 0 #ffff60;
  z-index: 10;
  color: #07458a; }

#top .rules .u-row .c-column02 a:hover {
  -webkit-transform: translate(-17px, -17px);
      -ms-transform: translate(-17px, -17px);
          transform: translate(-17px, -17px); }

#top .rules .u-row .c-column02 .num {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px; }

#top .rules .u-row .c-column02 .num img {
  width: 94px;
  height: 97px; }

#top .rules .u-row .c-column02 .title {
  margin-bottom: 60px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center; }

#top .rules .u-row .c-column02 .title small {
  display: block;
  font-size: 16px;
  font-size: 1rem; }

#top .rules .u-row .c-column02 .check-title {
  margin-bottom: 20px;
  text-align: center;
  color: #27a1e0;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative; }

#top .rules .u-row .c-column02 .check-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #27a1e0;
  position: absolute;
  left: 0;
  top: 50%; }

#top .rules .u-row .c-column02 .check-title span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 1; }

#top .rules .u-row .c-column02 .check-list {
  margin-bottom: 15px; }

#top .rules .u-row .c-column02 .check-list li {
  margin-bottom: 8px;
  padding: 20px 10px 20px 40px;
  line-height: 1.2;
  background: #d4ecf9;
  font-size: 16px;
  font-size: 1rem;
  color: #27a1df;
  position: relative; }

#top .rules .u-row .c-column02 .check-list li:before, #top .rules .u-row .c-column02 .check-list li:after {
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 14px;
  top: 50%; }

#top .rules .u-row .c-column02 .check-list li:before {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #27a1df; }

#top .rules .u-row .c-column02 .check-list li:after {
  width: 1px;
  height: 17px;
  background: #27a1df;
  -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
          transform: skew(45deg);
  left: 22px; }

#top .rules .u-row .c-column02 .more {
  line-height: 1;
  padding-right: 12px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  color: #27a1df;
  position: relative; }

#top .rules .u-row .c-column02 .more:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #27a1df;
  border-bottom: 2px solid #27a1df;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

@media screen and (max-width: 768px) {
  #top .rules .u-row {
    margin: 45px auto 50px; }
  #top .rules .u-row .c-column02 {
    width: 100%; }
  #top .rules .u-row .c-column02:nth-child(odd) {
    margin-right: 0; }
  #top .rules .u-row .c-column02:nth-child(n+3), #top .rules .u-row .c-column02:nth-child(n+2) {
    margin-top: 22px; }
  #top .rules .u-row .c-column02 a {
    padding: 25px 16px 16px; }
  #top .rules .u-row .c-column02 a:hover {
    -webkit-transform: translate(-12px, -12px);
        -ms-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px); }
  #top .rules .u-row .c-column02 .num {
    text-align: left;
    position: absolute;
    left: -9px;
    right: auto;
    top: -13px; }
  #top .rules .u-row .c-column02 .num img {
    width: 60px;
    height: 64px; }
  #top .rules .u-row .c-column02 .title {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.14286rem; }
  #top .rules .u-row .c-column02 .title small {
    font-size: 10px;
    font-size: 0.71429rem; }
  #top .rules .u-row .c-column02 .check-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.85714rem; }
  #top .rules .u-row .c-column02 .check-list {
    margin-bottom: 10px; }
  #top .rules .u-row .c-column02 .check-list li {
    margin-bottom: 5px;
    padding: 10px 10px 10px 35px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.4; }
  #top .rules .u-row .c-column02 .check-list li:before, #top .rules .u-row .c-column02 .check-list li:after {
    left: 10px; }
  #top .rules .u-row .c-column02 .check-list li:after {
    left: 18px; }
  #top .rules .u-row .c-column02 .more {
    padding-right: 10px;
    font-size: 10px;
    font-size: 0.71429rem; }
  #top .rules .u-row .c-column02 .more:after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #27a1df;
    border-bottom: 1px solid #27a1df; } }

.instructor {
  padding: 60px 0 65px;
  color: #07458a; }

.instructor .c-head-section--small {
  text-align: center; }

.instructor-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.instructor-block .image {
  width: 230px;
  margin-right: 25px; }

.instructor-block .detail {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.instructor-block .detail .position {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4; }

.instructor-block .detail .name {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600; }

.instructor-block .detail .name small {
  font-size: 60%; }

.instructor-block .detail .description {
  font-size: 12px;
  font-size: 0.75rem; }

.instructor-block .actus {
  width: 333px;
  margin-left: 30px; }

.instructor-block .actus-top {
  padding: 15px 25px 25px;
  background: #fff; }

.instructor-block .actus-top .company {
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #07458a;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.instructor-block .actus-top .company img {
  margin: 0 5px 0 0; }

.instructor-block .actus-top .address,
.instructor-block .actus-top a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.75; }

.instructor-block .actus-top a {
  color: #07458a;
  text-decoration: underline; }

.instructor-block .actus-top a:hover {
  text-decoration: none; }

.instructor-block .actus-bottom-button {
  display: block;
  padding: 10px 30px 10px 20px;
  background: #27a1e0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative; }

.instructor-block .actus-bottom-button:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0; }

@media screen and (max-width: 768px) {
  .instructor-block {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    text-align: center; }
  .instructor-block .image {
    width: 120px;
    margin: 0 auto 20px; }
  .instructor-block .detail {
    margin-bottom: 30px; }
  .instructor-block .detail .position {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 0.71429rem; }
  .instructor-block .detail .name {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 1.42857rem; }
  .instructor-block .detail .name small {
    font-size: 60%; }
  .instructor-block .detail .description {
    padding: 0 16px;
    text-align: left;
    font-size: 10px;
    font-size: 0.71429rem; }
  .instructor-block .actus {
    width: 100%;
    margin: auto; }
  .instructor-block .actus-top {
    padding: 12px 15px 15px; }
  .instructor-block .actus-top .company {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1rem; }
  .instructor-block .actus-top .address,
  .instructor-block .actus-top a {
    font-size: 12px;
    font-size: 0.85714rem; }
  .instructor-block .actus-bottom-button {
    display: block;
    padding: 10px 25px 10px 16px;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.7;
    text-align: left; }
  .instructor-block .actus-bottom-button:before {
    width: 12px;
    height: 12px;
    right: 16px; } }

.under .p-main-visual {
  background: #27a1e0 url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 0%; }

.under .p-main-visual .animate-background {
  display: none; }

.under .p-main-visual .wrap {
  width: 100%;
  max-width: 90%;
  margin: auto;
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  overflow: visible; }

.under .p-main-visual .num {
  margin-bottom: 32px; }

.under .p-main-visual .num img {
  width: 76px;
  height: 80px; }

.under .p-main-visual .subtitle {
  margin-bottom: 15px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: bold; }

.under .p-main-visual .title {
  margin-bottom: 45px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em; }

.under .p-main-visual .desc {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .under .p-main-visual {
    background: #27a1e0 url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 0%/836px 704px; }
  .under .p-main-visual .wrap {
    top: 40%; }
  .under .p-main-visual .num {
    margin-bottom: 30px; }
  .under .p-main-visual .num img {
    width: 56px;
    height: 59px; }
  .under .p-main-visual .subtitle {
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 0.85714rem; }
  .under .p-main-visual .title {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.42857rem; }
  .under .p-main-visual .desc {
    font-size: 12px;
    font-size: 0.85714rem; } }

.under .summary {
  padding-bottom: 250px; }

.under .summary-contents {
  color: #07458a; }

.under .summary-contents .c-lead-text01,
.under .summary-contents .c-lead-text02 {
  text-align: center; }

.under .summary .c-figure--right {
  margin-top: 50px; }

@media screen and (max-width: 768px) {
  .under .summary {
    padding-top: 100px;
    padding-bottom: 240px; }
  .under .summary-contents .c-lead-text01,
  .under .summary-contents .c-lead-text02 {
    text-align: left; }
  .under .summary .c-figure--right {
    margin-top: 30px; } }

.under .comment {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0; }

.under .comment-wrapper {
  position: relative;
  padding: 70px 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.under .comment .inner {
  max-width: 750px;
  margin: auto;
  padding: 35px 50px 35px 30px;
  background: #d4ecf9;
  box-shadow: 17px 17px 0 #07458a;
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s; }

.under .comment .inner:after {
  content: "";
  display: block;
  clear: both; }

.under .comment .inner:before {
  content: "";
  display: block;
  width: 124px;
  height: 97px;
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/balloon_comment.png") no-repeat 0 0/contain;
  position: absolute;
  top: -61px;
  left: -40px;
  z-index: 1; }

.under .comment .inner figure {
  float: left;
  margin-right: 25px; }

.under .comment .inner .detail {
  overflow: hidden;
  color: #07458a;
  font-size: 18px;
  font-size: 1.125rem; }

.under .comment .inner .detail p {
  margin: 15px auto;
  line-height: 1.75; }

#taisaku01 .under .comment .inner .detail p {
  line-height: 1.5; }

.under .comment.is-animated .inner, .under .comment.is-animated .inner:before,
.under .comment.is-animated .inner figure,
.under .comment.is-animated .inner .detail {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

@media screen and (max-width: 768px) {
  .under .comment {
    padding: 0 16px; }
  .under .comment-wrapper {
    padding: 30px 0; }
  .under .comment .inner {
    padding: 30px 16px 40px 16px;
    box-shadow: 15px 15px 0 #07458a; }
  .under .comment .inner:before {
    content: "";
    display: block;
    margin: auto;
    width: 83px;
    height: 65px;
    top: -19px;
    left: 0;
    right: 83px; }
  .under .comment .inner figure {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center; }
  .under .comment .inner .detail {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold; }
  .under .comment .inner .detail p {
    margin: 12px auto;
    line-height: 1.5; } }

.under .system {
  padding-top: 200px;
  color: #07458a;
  text-align: center; }

.under .system .c-head-section--small[id] {
  margin-bottom: 80px;
  margin-top: -30px;
  padding-top: 30px; }

.under .system .u-row {
  font-size: 0; }

.under .system .u-row.column03 .c-inline-column:nth-child(n+4) {
  margin-top: 50px; }

.under .system .u-row.column04 .c-inline-column:nth-child(n+5) {
  margin-top: 50px; }

.under .system .u-row .c-inline-column {
  display: inline-block;
  max-width: 180px;
  margin: 0 16px;
  vertical-align: top;
  font-size: 16px; }

.under .system .u-row .description {
  max-width: 180px;
  margin: 20px auto 0;
  color: #27a1e0;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem; }

.under .system .u-row .description small {
  font-size: 12px;
  font-size: 0.75rem; }

@media screen and (max-width: 768px) {
  .under .system {
    padding-top: 250px; }
  .under .system .c-head-section--small[id] {
    margin-top: -15px;
    padding-top: 15px;
    font-size: 18px;
    font-size: 1.28571rem; }
  .under .system .u-row.column03 .c-inline-column:nth-child(n+3) {
    margin-top: 32px; }
  .under .system .u-row.column03 .c-inline-column:nth-child(n+4) {
    margin-top: 32px; }
  .under .system .u-row.column04 .c-inline-column:nth-child(n+3) {
    margin-top: 32px; }
  .under .system .u-row.column04 .c-inline-column:nth-child(n+5) {
    margin-top: 32px; }
  .under .system .u-row .c-inline-column {
    display: inline-block;
    max-width: 100%;
    width: calc(50% - 16px);
    margin: 0 8px;
    vertical-align: top; }
  .under .system .u-row .description {
    max-width: 200px;
    margin: 16px auto 0;
    font-size: 12px;
    font-size: 0.85714rem; }
  .under .system .u-row .description small {
    font-size: 10px;
    font-size: 0.71429rem; } }

.under .relation {
  padding: 70px 0 60px;
  text-align: center;
  color: #fff;
  background: #27a1e0 url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 0%; }

.under .relation .animate-background {
  display: none; }

.under .relation-slider {
  margin-top: 60px; }

.under .relation-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.under .relation-slider__item {
  margin: 60px 10px 0;
  background: #feff60;
  position: relative; }

.under .relation-slider__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #feff60;
  position: absolute;
  left: 0;
  top: 0; }

.under .relation-slider__item.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 8px solid #feff60;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.under .relation-slider__item.active a {
  pointer-events: none; }

.under .relation-slider__item.active a:hover {
  -webkit-transform: translate(-12px, -12px);
      -ms-transform: translate(-12px, -12px);
          transform: translate(-12px, -12px); }

.under .relation-slider__item.active .more {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.under .relation-slider__item a {
  display: block;
  width: 312px;
  padding: 60px 23px 23px;
  background: #fff;
  color: #07458a;
  position: relative;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.under .relation-slider__item a:hover {
  -webkit-transform: translate(-12px, -12px);
      -ms-transform: translate(-12px, -12px);
          transform: translate(-12px, -12px); }

.under .relation-slider__item .num {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  z-index: 2; }

.under .relation-slider__item .num img {
  margin: auto;
  width: 76px;
  height: 80px; }

.under .relation-slider__item .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold; }

.under .relation-slider__item .title small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem; }

.under .relation-slider__item .more {
  margin-top: 32px;
  color: #27a1e0;
  font-size: 13px;
  font-size: 0.8125rem; }

.under .relation-slider .slick-dots {
  margin-top: 36px; }

.under .relation-slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer; }

.under .relation-slider .slick-dots li.slick-active {
  background: #ffff60; }

.under .relation-slider .slick-dots li button {
  font-size: 0;
  line-height: 0; }

@media screen and (max-width: 768px) {
  .under .relation {
    padding: 45px 0 40px;
    background: #27a1e0 url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/bg_hero-contents02.png") repeat 50% 0%/836px 704px; }
  .under .relation-slider {
    margin-top: 30px; }
  .under .relation-slider__item {
    margin: 30px 8px 0; }
  .under .relation-slider__item a {
    display: block;
    width: 250px;
    padding: 40px 16px 10px; }
  .under .relation-slider__item .num {
    top: -18px; }
  .under .relation-slider__item .num img {
    width: 42px;
    height: 44px; }
  .under .relation-slider__item .title {
    font-size: 16px;
    font-size: 1.14286rem; }
  .under .relation-slider__item .title small {
    font-size: 11px;
    font-size: 0.78571rem; }
  .under .relation-slider__item .more {
    margin-top: 24px;
    font-size: 10px;
    font-size: 0.71429rem; }
  .under .relation-slider .slick-dots {
    margin-top: 14px; } }

.under a[data-modal] {
  display: block;
  position: relative; }

.under a[data-modal]:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/workstyle/common/icon_zoom.png") no-repeat 0 0/contain;
  position: absolute;
  top: -8px;
  right: -8px; }

@media screen and (max-width: 768px) {
  .under a[data-modal] {
    pointer-events: none; }
  .under a[data-modal]:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .under a[data-modal]:after {
    display: none; } }

.lity {
  background: rgba(7, 69, 138, 0.8); }

.lity .lity-wrap {
  padding: 20px 0; }

.lity .lity-container {
  overflow: scroll; }

.lity .lity-content {
  padding: 60px 150px;
  background: #fff; }

.lity .lity-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 38px;
  top: 38px;
  color: transparent;
  text-shadow: none; }

.lity .lity-close:before, .lity .lity-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #07458a;
  position: absolute;
  left: 0;
  top: 0; }

.lity .lity-close:before {
  top: 7px;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }

.lity .lity-close:after {
  top: 7px;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }

@media screen and (max-width: 1024px) {
  .lity .lity-content {
    padding: 60px;
    background: #fff; }
  .lity .lity-close {
    right: 15px;
    top: 20px; } }

/*====================================================

        アニメーション

====================================================*/
@-webkit-keyframes p-main-lead01 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  10% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  25% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  75% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes p-main-lead01 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  10% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  25% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  75% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@-webkit-keyframes p-main-ballon {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px); }
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  55% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px); }
  70% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  85% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes p-main-ballon {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px); }
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  55% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px); }
  70% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  85% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes popup-number {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes popup-number {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
   * Scrollbar rail styles
   */
.ps__rail-x {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/*
   * Scrollbar thumb styles
   */
.ps__thumb-x {
  background-color: #444;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #444;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }