@charset "UTF-8";
@media (max-width: 999.9px) {
  html {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 2.6666666667vw;
  }

  body {
    font-size: 1rem;
  }

  .pc {
    display: none;
  }
  .mobile {
    display: inherit
  }

  .button {
    max-width: 27.5rem;
    min-height: 4.5rem;
    border-width: 0.2rem;
    font-size: 1.2rem;
  }

  .button.button-sm {
    max-width: 16rem;
    min-height: 3rem;
    font-size: 1rem;
  }

  .button.button-lg {
    max-width: 27.5rem;
    min-height: 4.5rem;
    border-width: 0.2rem;
    font-size: 1.5rem;
  }

  .button.button-download {
    width: 27.5rem;
    text-indent: 0;
  }
  .button.button-download .button-icon {
    left: 1rem;
    width: 2.4rem;
    height: 2.4rem;
  }

  .label {
    min-width: 4rem;
    min-height: 1.6rem;
    font-size: 1rem;
  }

  .title.title-level-2 {
    font-size: 1.7rem;
  }

  .title.title-level-3 {
    font-size: 1.6rem;
  }

  .title.title-level-4 {
    font-size: 1.5rem;
  }

  .title.title-level-5 {
    font-size: 1.4rem;
  }

  .title.title-level-6 {
    font-size: 1.3rem;
  }

  .title.title-style-a {
    padding-top: 0.8823529412em;
  }
  .title.title-style-a::before {
    width: 3rem;
  }

  .title.title-style-b::after {
    margin-left: 1rem;
  }

  .caption {
    font-size: 1.1rem;
    min-width: 21rem;
    padding-top: 0.4166666667em;
    padding-bottom: 0.4166666667em;
  }

  .body {
    font-size: 1.4rem;
  }

  .inner.inner-2col {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .inner.inner-2col .inner-main {
    width: auto;
    max-width: none;
  }
  .inner.inner-2col .inner-sub {
    width: auto;
    margin-top: 6rem;
  }

  .inbox:not(:last-child) {
    margin-bottom: 2rem;
  }

  .inbox:not(.inbox-lgonly) {
    width: calc( 100% - 4rem );
  }

  .inbox.inbox-lgonly {
    width: 100%;
  }

  .section:not(:first-child) {
    margin-bottom: 3.5rem;
  }

  .section.section-lg:not(:first-child) {
    margin-bottom: 5rem;
  }

  .nav {
    width: 100%;
    font-size: 1.2rem;
  }

  .box {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .box .box-col:not(:first-child) {
    margin-top: 2rem;
  }

  .box[class*=box-] .box-col {
    max-width: none;
  }

  .checklist {
    font-size: 1.2rem;
  }
  .checklist li {
    padding-left: 4rem;
    padding-right: 1rem;
  }
  .checklist li::before {
    left: 1.5rem;
  }

  .frame {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 1rem;
  }

  .media-body {
    font-size: 1.4rem;
  }

  .media:not(.media-fixed) {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .media:not(.media-fixed) .media-image {
    width: 100%;
  }
  .media:not(.media-fixed) .media-body {
    flex-grow: 1;
    max-width: none;
    padding-top: 2rem;
  }

  .media.media-guide {
    padding: 1rem 1rem 1.5rem;
  }
  .media.media-guide .media-image {
    width: 60px;
  }
  .media.media-guide .media-body {
    max-width: calc(100% - 75px);
    font-size: 1.2rem;
    letter-spacing: normal;
  }

  .card-body {
    font-size: 1.4rem;
  }

  .card.card-special .card-image {
    padding-top: 1.5rem;
  }
  .card.card-special .card-body {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .card.card-special .card-subtitle {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .card.card-special .card-title {
    font-size: 1.8rem;
  }
  .card.card-special .linkbtn {
    margin-top: 1.5rem;
  }

  .card.card-arrowed {
    min-height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .card.card-arrowed .card-image {
    width: 33.33333333%;
    min-width: 7.5rem;
    max-width: 15rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .card.card-arrowed .card-body {
    width: 66.66666666%;
    line-height: 1.5;
  }
  .card.card-arrowed .card-body svg {
    width: 1.8rem;
    height: auto;
    margin-left: 1rem;
  }

  .panel {
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .panel-item {
    max-width: calc( 100% - 4rem ) !important;
    margin-left: auto !important;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .panel-item:not(:first-child) {
    margin-top: 2rem;
  }

  .def {
    font-size: 1.4rem;
  }

  .def-item {
    flex-direction: column;
  }
  .def-item > * {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .def-header {
    padding-left: 1rem;
    margin-bottom: 0.5em;
    border-bottom: 0 none;
  }
  .def-header br {
    display: none;
  }

  .def-body {
    padding-left: 2rem;
  }

  .history {
    font-size: 1.4rem;
  }

  .history-header {
    padding-top: 1.5rem;
  }

  .history-contents {
    padding-bottom: 1.5rem;
  }

  .breadcrumb {
    margin-top: 3rem;
  }

  .breadcrumb ul li {
    font-size: 1rem;
  }

  .paginate {
    margin-top: 5rem;
  }

  .outline {
    margin-bottom: 4rem;
    padding: 1rem;
  }
  .outline ul,
.outline ol {
    margin-left: 2rem;
  }

  .outline-title {
    font-size: 1.5rem;
  }
  .outline-title::after {
    margin-left: 1rem;
  }

  .linkbtn.linkbtn-left .button {
    margin-left: auto;
  }

  .linkbtn.linkbtn-multi .button {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .blocklist,
  ol.ollist {
    font-size: 1.1rem;
  }
  .blocklist li:before {
    top: 1.375em;
  }
  ol.ollist{
    margin: 5rem 0;
  }
  ol.ollist li{
    padding: 2%;
    margin-bottom: 1rem;
  }

  .entry {
    padding-top: 0;
  }

  .entry-header {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .entry-footer {
    margin-top: 4rem;
  }

  .entry-date {
    font-size: 1.1rem;
  }

  .entry-title {
    margin-top: 1rem;
  }

  .entry-contents {
    font-size: 1.4rem;
    word-break: break-all;
  }
  .entry-contents h3:not([class]) {
    font-size: 1.1428571429em;
  }
  .entry-contents h3:not([class])::after {
    margin-left: 1rem;
  }
  .entry-contents h4:not([class]) {
    font-size: 1.0714285714em;
  }
  .entry-contents h5:not([class]) {
    font-size: 1em;
  }
  .entry-contents h6:not([class]) {
    font-size: 0.9285714286em;
  }
  .entry-contents .column-media-center {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .entry-contents [class*=column-media-left][class*="-3"],
.entry-contents [class*=column-media-right][class*="-3"] {
    width: 100%;
  }
  .entry-contents [class*=column-media-left][class*="-6"],
.entry-contents [class*=column-media-right][class*="-6"] {
    width: 100%;
  }
  .entry-contents .column-media-left,
.entry-contents .column-media-right {
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .entry-contents ul.blocklist {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .custom_block{
    justify-content:flex-start;
    flex-direction: column;
  }
  .custom_block p.custom_block_media{
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .custom_block div.custom_block_text{
    width: 100%;
  }

  nav.serial-nav ul.serial-nav-list{
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  nav.serial-nav ul.serial-nav-list li{
    text-align: center;
    margin:0 0 3rem;
    width: 100%;
    box-sizing: border-box;
  }
  nav.serial-nav ul.serial-nav-list li a{
    padding:3% 0;
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  img.columnImage{max-width: 100%; height: auto;}

  .form {
    flex-direction: column;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
  .form > * {
    flex-grow: 1;
    width: 100% !important;
  }
  .form .form-label {
    margin-bottom: 1em;
  }
  .form .input,
.form .form-group {
    flex-basis: auto;
  }

  .form-error {
    margin-left: 0;
  }

  .header {
    position: fixed;
    height: 5rem;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }

  .header .header-title img {
    width: 16rem;
  }

  #navi {
    display: none;
    overflow: hidden;
    height: 0px;
  }

  #nav-toggle {
    display: block;
    z-index: 999;
  }

  .header-toggle {
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    color: #fff;
    background: #008cce;
    border-radius: 0.3rem;
    cursor: pointer;
    line-height: 1;
  }

  .header-toggle-button {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .header-toggle-line {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.4rem;
    height: 0.1rem;
    background: #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  }

  .header-toggle-line:nth-child(1) {
    top: 0.9rem;
  }

  .header-toggle-line:nth-child(2) {
    top: 1.5rem;
  }

  .header-toggle-line:nth-child(3) {
    top: 2.1rem;
  }

  .header-toggle-label {
    display: block;
    position: absolute;
    top: 2.7rem;
    left: 0;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    font-weight: 400;
  }

  body.js-toggle-open .header-toggle-line {
    top: 1.5rem;
  }
  body.js-toggle-open .header-toggle-line:nth-child(1) {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  body.js-toggle-open .header-toggle-line:nth-child(2) {
    width: 0;
  }
  body.js-toggle-open .header-toggle-line:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }

  .footer {
    padding-top: 4rem;
  }

  .footer-sdgs {
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
    border-bottom: 0 none;
  }

  .footer-sdgs-title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .footer-sdgs-title img {
    height: 1.6rem;
  }

  .footer-sdgs-body {
    font-size: 1.4rem;
    text-align: center;
  }

  .footer-contents {
    margin-top: 0;
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-info {
    width: auto;
  }

  .footer-logo img {
    height: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-access {
    font-size: 1.4rem;
    text-align: center;
  }

  .footer-sitemap {
    font-size: 1.4rem;
    margin-top: 4rem;
    width: 100%;
  }
  .footer-sitemap ul + ul {
    margin-top: -0.1rem;
  }
  .footer-sitemap.nav li {
    height: 3.5rem;
  }

  .footer-copy {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .main-bottom {
    margin-top: 4rem;
  }
  .main-bottom > *:not(:first-child) {
    margin-top: 4rem;
  }

  /* スクロールを固定する */
  body.js-toggle-open {
    overflow: hidden;
    height: 100vh;
  }

  #mobilemenu {
    display: block;
  }

  body.js-toggle-open #mobilemenu {
    width: auto;
  }
  body.js-toggle-open .mobilemenu-bg {
    left: 0;
    opacity: 1;
    transition: left 0.3s;
  }
  body.js-toggle-open .mobilemenu-contents {
    left: 0;
    opacity: 1;
    transition: opacity 0.4s 0.2s, left 0s;
  }

  body.js-toggle-close .mobilemenu-bg {
    left: 100%;
    opacity: 0;
    transition: opacity 0s 0.6s, left 0.3s 0.3s;
  }
  body.js-toggle-close .mobilemenu-contents {
    left: 100%;
    opacity: 0;
    transition: opacity 0.3s, left 0s 0.3s;
  }

  .page-title {
    height: 10rem;
    margin-top: 4rem;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .page-title::after {
    width: 6rem;
  }
  .page-title .page-title-label {
    font-size: 2rem;
    line-height: 3rem;
  }

  .news-list {
    font-size: 1.2rem;
  }
  .news-list dl {
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
  }
  .news-list dl:not(:first-child) {
    padding-top: 2rem;
  }
  .news-list dt {
    max-width: none;
    margin-bottom: 0.8em;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .note-link a {
    position: relative;
    height: 7.4rem;
    font-size: 1.1rem;
  }
  .note-link a:before {
    width: 2.8rem;
    height: 3.2rem;
  }
  .note-link a:after {
    width: 1rem;
    height: 1rem;
  }

  .note-link a .note-link-title {
    font-size: 1.2rem;
  }

  .sns-link {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .sns-link .note-link {
    width: auto;
  }
  .sns-link .sns-link-buttons {
    width: 100%;
  }

  .sns-link-buttons {
    max-width: 27rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sns-link-buttons li a {
    width: 100%;
    max-width: 8.4rem;
    height: 6rem;
    font-size: 1.2rem;
  }

  .sns-link ul li img {
    width: 2.3rem;
    height: auto;
  }

  .sns-link-label {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }

  .sdgs-link section {
    flex-direction: column;
    flex-wrap: wrap;
    border-width: 0.2rem;
    border-radius: 1rem;
    padding: 2.7rem 0 1.4rem;
  }
  .sdgs-link section .linkbtn {
    margin-top: 2rem;
  }

  .sdgs-link-logo {
    margin-bottom: 1rem;
  }
  .sdgs-link-logo img {
    max-width: 11.2rem;
  }

  .sdgs-link-text {
    width: 90%;
    text-align: center;
  }

  .sdgs-link-text h2 {
    font-size: 1.3rem;
  }

  .cta {
    margin-top: 2.5rem;
    padding-top: 13rem;
    background-image: url(../images/common/bg-cta_sm.jpg);
    background-color: transparent;
    background-size: contain;
  }
  .cta .inner {
    background-color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 0;
    border-radius: 2rem 2rem 0 0;
  }
  .cta h2 {
    font-size: 1.5rem;
  }
  .cta .linkbtn {
    margin-top: 1.5rem;
  }
  .cta .sns {
    margin-top: 2.5rem;
  }
  .cta .sns img {
    height: 3rem;
  }

  .service {
    margin-bottom: 5rem;
  }

  .original {
    margin-bottom: 5rem;
  }

  .original-contents {
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 1rem;
    padding: 2rem 1.5rem 1.5rem;
  }

  .original-image {
    width: 100%;
    max-width: 24rem;
  }

  .original-body {
    width: 100%;
    max-width: none;
    font-size: 1.2rem;
    padding-top: 2rem;
  }

  .original-title {
    font-size: 2rem;
    text-align: center;
  }
  .original-title br {
    display: block;
  }

  .post .post-date {
    font-size: 1rem;
  }

  .post.post-blog-sm .media-image {
    max-width: 8rem;
  }
  .post.post-blog-sm .media-body {
    font-size: 1.1rem;
    width: 33.3333333333%;
    padding-top: 0;
  }

  .post.post-blog-lg .post-header {
    margin-bottom: 1rem;
  }
  .post.post-blog-lg .post-title {
    margin-top: 0.5rem;
  }
  .post.post-blog-lg + .post {
    margin-top: 2rem;
  }
  .post.post-blog-lg .media-image {
    max-width: 15rem;
    padding-right: 1.5rem;
  }
  .post.post-blog-lg .media-body {
    font-size: 1.2rem;
    padding-top: 0;
    width: 66.66666666%;
  }
  .post.post-blog-lg .linkbtn {
    margin-top: 1.5rem;
  }

  .cards {
    overflow: unset;
    flex-direction: column;
  }

  .cards-item:not(:first-child) {
    margin-top: 1.5rem;
  }

  .cards[class*=cards-] .cards-item {
    max-width: none;
  }

  .widget {
    margin-bottom: 4rem;
  }

  .home-mainvisual {
    margin-bottom: 0;
    padding-top: 4rem;
  }

  .home-mainvisual-stage .slick-dots {
    bottom: 1rem;
  }
  .home-mainvisual-stage .slick-dots button {
    width: 1rem;
    height: 1rem;
  }

  .home-lead {
    position: static;
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .home-lead::before {
    display: none;
  }
  .home-lead .media-image {
    position: relative;
  }
  .home-lead .media-image .figure {
    position: relative;
    z-index: 12;
  }
  .home-lead .media-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2rem;
    width: calc( 100% + 4rem );
    height: 50%;
    background-color: #f4f9fe;
    z-index: 11;
  }
  .home-lead .media-body {
    background-color: #f4f9fe;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }

  .home-value .ttl-box {
    margin-top: 1.5rem;
  }
  .home-value .box-col:not(:first-child) {
    margin-top: 4.5rem;
  }

  .home-news .news-list {
    padding-top: 0;
  }

  .concept-value-item.inbox {
    margin-bottom: 3rem;
  }

  .seminar-catch {
    margin-bottom: 2rem !important;
  }
  .seminar-catch .inner {
    width: calc( 100% - 2rem );
  }

  .seminar-first .box-col {
    padding-left: 0;
    padding-right: 0;
  }

  .seminar-example .seminar-example-contents {
    margin-bottom: 2rem;
    padding: 2rem 1rem 0;
  }
  .seminar-example .box {
    margin-bottom: 2rem;
  }

  .seminar-instructor .seminar-instructor-item {
    margin-bottom: 4rem;
  }
  .seminar-instructor .seminar-instructor-item .box-col {
    max-width: none !important;
  }
  .seminar-instructor .seminar-instructor-item .figure img {
    max-width: 24rem;
  }
  .seminar-instructor .seminar-instructor-footer {
    font-size: 1.4rem;
  }

  .frame.consulting-case-item {
    margin-bottom: 2rem;
  }

  .consulting-case-item .media:not(.media-guide) .media-image {
    width: 6rem;
    margin-right: 1.5rem;
  }
  .consulting-case-item .checklist {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboutus-catch {
    height: auto;
    max-height: none;
    background-color: transparent;
    background-size: contain;
    background-position: 100% 0;
  }
  .aboutus-catch .inner {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .aboutus-catch .aboutus-catch-logo {
    display: flex;
    align-items: center;
    height: 25vw;
    margin-bottom: 15vw;
  }
  .aboutus-catch .aboutus-catch-logo img {
    width: 50vw;
  }
  .aboutus-catch .body {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.6rem;
  }

  .aboutus-mission .body {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  .aboutus-director .aboutus-director-item {
    margin-bottom: 4rem;
  }
  .aboutus-director .aboutus-director-item .box {
    margin-bottom: 3rem;
  }
  .aboutus-director .aboutus-director-item .box-col {
    max-width: none !important;
  }
  .aboutus-director .aboutus-director-item .figure img {
    max-width: 24rem;
  }
  .aboutus-director .aboutus-director-vio-02 {
    margin-top: 3rem;
  }
  .aboutus-director .aboutus-director-voice.inbox {
    margin-bottom: 4rem;
  }

  .aboutus-director-profile .title.title-level-4 {
    font-size: 1.5rem;
  }
  .aboutus-director-profile .body {
    margin-bottom: 1.5rem;
    padding: 0 0 1.5rem 2rem;
  }

  .sdgs-catch .sdgs-catch-logo {
    margin-bottom: 1.5rem;
  }
  .sdgs-catch .box.box-2 .box-col {
    max-width: none;
    padding: 0.6rem;
    margin-top: 0;
  }
  .sdgs-catch .body {
    margin-top: 2.5rem;
  }

  .sdgs-action-item:not(:last-child) {
    margin-bottom: 3rem;
  }
  .sdgs-action-item .media-image {
    width: 8rem !important;
    margin-right: 2rem;
  }

  .contact-lead .body {
    text-align: left;
  }

  .contact-preview .frame {
    margin-bottom: 2.5rem;
  }

  .policy-contents {
    margin-bottom: 4.5rem;
  }
  .policy-contents section {
    margin-bottom: 3rem;
  }

  .margin-t-lg {
    margin-top: 2rem !important;
  }

  .margin-t-xl {
    margin-top: 3rem !important;
  }

  .margin-b-xl {
    margin-bottom: 3rem !important;
  }

  .margin-b-xxl {
    margin-bottom: 4rem !important;
  }

  .margin-b-lg {
    margin-bottom: 2rem !important;
  }

  .margin-b-xl {
    margin-bottom: 3rem !important;
  }

  .margin-b-xxl {
    margin-bottom: 4rem !important;
  }

  .padding-0 {
    padding: 0 !important;
  }

  .padding-t-xs {
    padding-top: 0.5rem !important;
  }

  .padding-t-sm {
    padding-top: 1rem !important;
  }

  .padding-t-md {
    padding-top: 1.5rem !important;
  }

  .padding-t-lg {
    padding-top: 3rem !important;
  }

  .padding-b-xl {
    padding-bottom: 6rem !important;
  }

  .padding-b-xxl {
    padding-bottom: 10rem !important;
  }

  .padding-b-0 {
    padding-bottom: 0 !important;
  }

  .padding-b-xs {
    padding-bottom: 0.5rem !important;
  }

  .padding-b-sm {
    padding-bottom: 1rem !important;
  }

  .padding-b-md {
    padding-bottom: 1.5rem !important;
  }

  .padding-b-lg {
    padding-bottom: 3rem !important;
  }

  .padding-b-xl {
    padding-bottom: 6rem !important;
  }

  .padding-b-xxl {
    padding-bottom: 10rem !important;
  }
}
