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

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
}

main {
    /*display: block;*/
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap:60px;
}

.flex {
    display:flex;
    flex-direction: row;
}
.flex-col {
    display:flex;
    flex-direction:column; 
}
.center {
    margin: 0 auto;
    text-align: center;
}

a {
    background-color: transparent;
    color: #141414;
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    border: 1px solid currentColor;
    line-height: inherit;
}

button {
    overflow: visible;
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    padding: 1px 6px;
}

input {
    overflow: visible;
}

input,
textarea {
    padding: 1px;
}

fieldset {
    border: 1px solid currentColor;
    margin: 0 2px;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

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

select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

[type=color] {
    background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

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

::-moz-focus-inner {
    border: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

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

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
    list-style: none;
    margin: 0;
}

li {
    list-style: none;
    text-decoration: none;
}

b,
strong {
    font-weight: bolder;
}

audio,
video {
    display: inline-block;
}

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

img {
    border: 0;
}

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

table {
    border-color: inherit;
    text-indent: 0;
}

details {
    display: block;
}

dialog {
    background-color: inherit;
    border: solid;
    color: inherit;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    float: none;
    position: static;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
}

html {
    font-size: 10px;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: normal;
}
@media screen and (max-width: 500px) {
    body.fixed {
        height: 100%;
        position: fixed;
    }
}

/*  .pc-only {
    display: block !important;
  }
  @media screen and (max-width: 1200px) {
    .pc-only {
      display: block !important;
    }
  }
  @media screen and (max-width: 768px) {
    .pc-only {
      display: none !important;
    }
  }*/

.pc-only__notb {
    display: block !important;
}
@media screen and (max-width: 1050px) {
    .pc-only__notb {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .pc-only__notb {
        display: none !important;
    }
}

.tb-only {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .tb-only {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .tb-only {
        display: none !important;
    }
}

.tb-smOnly {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .tb-smOnly {
        display: none !important;
    }
}
@media screen and (max-width: 1050px) {
    .tb-smOnly {
        display: none !important;
    }
}
@media screen and (max-width: 900px) {
    .tb-smOnly {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .tb-smOnly {
        display: none !important;
    }
}

.sp-only {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .sp-only {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .sp-only {
        display: block !important;
    }
}

.anime {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    transform: translateY(50px);
}

.anime[data-anime=open] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.animeLeft {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    transform: translateX(-100%);
}

.animeLeft[data-anime-left=open] {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: -1;
}

.clickContent[data-content=hidden] {
    opacity: 0;
    visibility: hidden;
}

.openContent[data-content=open] {
    max-height: 500vh !important;
}

section {
   font-size: 1.6rem; 
   /*width:90%;*/
   margin: 0 auto;
   width:100%;
}
@media screen and (max-width: 500px) {
    section {
        font-size: 1.5rem;
    }
}

.container {
    margin: 0 auto;
}
.topics .container_top {
    background-image: url('../../images/index/wave-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.topics .container_bottom {
    background-color:#f7f9f7;
    padding-bottom: 2em;
}
.kigyoka .container_top {
    background-image: url('../../images/index/dot-yellow2.png'), url('../../images/index/wave-beige.png');
    background-repeat: repeat, no-repeat;
    background-size: auto auto, cover;
}
.kigyoka .container_bottom {
    background-image: url('../../images/index/dot-yellow2.png');
    background-repeat: repeat;
    background-color:#f9f5ef;
    padding-bottom: 2em;
}
.sodan .container {
    width:90%;
}
.seminar_program .container {
    width:90%;
}

#topics ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
  /*padding: 50px 0 0 0;*/
  position: relative;
  width: 90%;
  flex-direction: column;
  gap: 1em;
}
#topics li {
    display: flex;
    gap: 15px;
    /*align-items: center;*/
    line-height: 1.5em;
}
#topics li a {
    text-decoration: underline;
}
#topics div.title h1 {
    width: fit-content;
    display: block;
    margin: 0 auto;
}
#topics span.label_event {
  background: #0066ff;
}
#topics span.label_topics {
  background: #f4ba34;
}
#topics span.label {
  border-radius: 5px;
  padding: 3px;
  color: white;
  min-width: fit-content;
}

main .btn.login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width:300px;
    /*height:55px;*/
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 0;
}
main .btn.login .logo {
    width:25px;
}
@media screen and (max-width: 560px) {
/*    main .btn.login {
        width:150px;
        font-size: 12px;
        gap: 5px;
    }
    main .btn.login .logo {
        width:20px;
    }*/
}
main .btn.orange {
    background-color: #f4ba34 !important;
}

main .btn {
    font-size: 1.25em;
    color: #fff;
    background-color: #31a9b8;
    text-align: center;
    box-shadow: 0 0 8px gray;
    width: fit-content;
    padding: 5px 100px;
    max-width: 400px;
    font-weight: bold;
    /*padding: 3.125% 0;*/
}
main .btn.round {
    border-radius: 25px;
}
main .btn:hover, .fbbtn:hover, .kigyoka .content a:hover {
    opacity: 0.7;
}
main .btn_container {
    display:flex;
    justify-content: center;
    gap: 30px;
    margin: 40px  0 0 0;
}

main .kv .btn_container {
    margin-bottom: 40px;
}
.kigyoka .container_top, .topics .container_top {
    height: 60px;
}
.swiper_inner {
    width:90%;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    main .kv .btn_container {
        flex-direction: column;
        align-items: center;
    }
    main .btn {
        min-width: 280px;
        width:90%;
        padding: 5px 0;
    }
    main .kv .btn.login {
        min-width: 250px;
        max-width: 90%;
    }
    .topics .container_bottom {
        padding: 50px 0;
    }
    .container .title {
        max-width:280px;
    }
    .devide_content.flex {
        flex-direction: column;
        gap:30px;
    }
    .devide_content .content {
        width: 100% !important;
    }
    .devide_content img {
        min-width:100% !important;
        height: 240px !important;
    }
    .btn_container.flex-col {
        align-items: center;
    }
    .seminar_program .devide_content {
        flex-direction: column-reverse;
    }
    .kigyoka .content {
        width: 95% !important;
    }
    .kigyoka .container_top, .topics .container_top {
        height:40px;
    }
}

.sodan_title {
    width:fit-content;
    margin: 0 auto;
}
.devide_content {
    /*gap: 10px;*/
    justify-content: space-evenly;
}
.devide_content img {
    object-fit: cover;
    max-width: 45%;
    width:600px;
    height: 400px;
}
.devide_content .content {
    width:45%;
}
.kigyoka .contents {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding: 0 calc((100% - 850px) / 2);
    margin: 0 auto;
}
.kigyoka .content {
    width: 45%;
    max-width: 400px;
}
section.fb {
    width:300px;
}
/* .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.header__wrapper {
  border: 2px solid #e5e5e5;
  width: 100%;
  padding: 0 2rem;
  background-color: #fff;
}
.header__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8.5%;
  grid-template-columns: 1fr 8.5%;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .header__inner {
    -ms-grid-columns: 3rem 1fr 10rem;
    grid-template-columns: 3rem 1fr 10rem;
  }
}
@media screen and (max-width: 500px) {
  .header__inner {
    -ms-grid-columns: 3rem 1fr;
    grid-template-columns: 3rem 1fr;
  }
}
.header__logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 9.25%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 10rem;
  }
}
@media screen and (max-width: 500px) {
  .header__logo {
    width: 8rem;
  }
}
.header__button {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__button {
    width: 35%;
  }
}
.header__button main .btn {
  margin-bottom: 3.125%;
}
@media screen and (max-width: 500px) {
  .header__button main .btn {
    margin-bottom: 6.5104166667%;
    margin-top: 2.6041666667%;
  }
} */

/* main {
  margin-top: 9.5%;
} */
/* main.second {
  margin-top: 15%;
}
@media screen and (max-width: 500px) {
  main.second {
    margin-top: 29.0364583333%;
  }
} */
/*
  .nav {
    background-color: #fff;
  }
  @media screen and (max-width: 768px) {
    .nav {
      height: auto;
    }
  }
  .nav.shadow {
    box-shadow: 0 2px 2px rgba(49, 169, 184, 0.5);
  }
  .nav .dropdown {
    display: flex;
    list-style-type: none;
    margin: 0 auto;
    padding: 0; */
/* The sub dropdown */
/* }
@media screen and (max-width: 768px) {
  .nav .dropdown {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    left: -100%;
    opacity: 0;
    overflow: scroll;
    position: absolute;
    transition: all 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
  .nav .dropdown.open {
    height: 100vh;
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
} */
/* .nav .dropdown li {
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  width: 9.0909090909%;
  color: #a7a7a7;
  /* Change background color of list item when being hovered */
/* }  */
/* .nav .dropdown li:nth-of-type(4) {
  width: 13.0909090909%;
}
@media screen and (max-width: 768px) {
  .nav .dropdown li:nth-of-type(4) {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .nav .dropdown li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1050px) {
  .nav .dropdown li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
  .nav .dropdown li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .nav .dropdown li {
    font-size: 2rem;
    padding: 1.8229166667% 1.4166666667% 1.8229166667% 7.8125%;
    width: 100%;
    text-align: left;
  }
  .nav .dropdown li:nth-of-type(1) {
    margin-top: 1.8229166667%;
  }
}
.nav .dropdown li::before {
  content: "";
  transition: all 0.5s ease;
}
.nav .dropdown li:not(:last-child)::after {
  background-color: #a7a7a7;
  bottom: 0;
  content: "";
  height: 70%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
@media screen and (max-width: 768px) {
  .nav .dropdown li:not(:last-child)::after {
    content: none;
  }
}
.nav .dropdown li a {
  color: #a7a7a7;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .nav .dropdown li a {
    color: #141414;
  }
}
.nav .dropdown li p {
  padding: 2rem 0;
  color: #a7a7a7;
}
.nav .dropdown li[data-choice=on] a {
  color: #141414;
}
.nav .dropdown li:hover a {
  color: #141414;
}
.nav .dropdown li:hover::before {
  content: "";
  height: 3px;
  width: 90%;
  background-color: rgba(49, 169, 184, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nav .dropdown li:hover > ul {
  display: block;
  z-index: 2;
}
.nav .dropdown li:hover > ul li::after {
  content: none;
}
.nav .dropdown li:hover > ul li::before {
  content: none;
}
.nav .dropdown ul {
  background-color: rgba(49, 169, 184, 0.5);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: min(255%, 273px);
}
@media screen and (max-width: 768px) {
  .nav .dropdown ul {
    background-color: #fff;
    position: relative;
    left: 17%;
    top: 0;
    display: block;
  }
}
.nav .dropdown ul li {
  padding: 0.625vw 0.765vw;
  width: 100%;
  text-align: left;
}
.nav .dropdown ul li a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .nav .dropdown ul li a {
    color: #141414 !important;
  }
}
.nav .dropdown ul li:hover {
  background-color: #f4ba34;
}
.nav .dropdown ul li:hover a {
  color: #141414 !important;
}
@media screen and (max-width: 768px) {
  .nav .hamburger {
    margin-top: 12.315px;
  }
  .nav main .btn-trigger {
    position: relative;
    width: 100%;
    height: 3rem;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .nav main .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #51a9b4;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .nav main .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .nav main .btn-trigger span:nth-of-type(2) {
    top: calc((3rem - 4px) / 2);
  }
  .nav main .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .nav #nav-sp.active {
    transform: rotate(360deg);
  }
  .nav #nav-sp.active span:nth-of-type(1) {
    transform: translateY(20px) rotate(-45deg);
    top: calc((3rem - 16px) / -2);
  }
  .nav #nav-sp.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }
  .nav #nav-sp.active span:nth-of-type(3) {
    opacity: 0;
  }
} */

.breadcrumb {
    margin: 0;
    padding: 1rem;
    list-style: none;
}
.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
    font-weight: bold;
    /*太字*/
}
.breadcrumb li:after {
    /* >を表示*/
    content: ">";
    padding: 0 0.2em;
    color: #141414;
}
.breadcrumb li:last-child:after {
    content: "";
}
.breadcrumb li a {
    text-decoration: none;
    color: #141414;
    /*色*/
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

.kv {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kv__image {
    width: 100%;
    text-align: center;
}
.kv__image img {
    object-fit: contain;
    height: 50vh;
    max-height:600px;
    margin-top: 1em;
}
/*.kv__btn {*/
    /*    bottom: 4.7857142857%;
        position: absolute;
        right: 2.09375%;
        width: 15%;
        z-index: 1;*/
/*    display:flex;
    flex-direction: row;
    justify-content: center;*/
/*}*/
/*  @media screen and (max-width: 500px) {
    .kv__btn {
      width: 29.9479166667%;
    }
  }*/
/*.kv__btn main .btn {
    text-align: center;
    width:250px;
    max-width:200px;
    margin:25px 10px 30px 10px;
    color: #fff;
    background-color: #31a9b8;
    text-align: center;
    font-size: 2.2rem;
    border-radius: 25px;
    font-weight: bold;
    box-shadow: 0 0 8px gray;
    padding: 3.125% 0;
}
.kv__btn main .btn-orange {
    background-color: #f4ba34;
}
@media screen and (max-width: 500px) {
    .kv__btn main .btn {
        width:150px;
    }
}
@media screen and (max-width: 768px) {
    .kv__btn main .btn {
        font-size: 1.2rem;
    }
}*/
/*
.kv__btn main .btn:nth-child(2) {
  margin-top: 2.0325203252%;
}
@media screen and (max-width: 768px) {
  .kv__btn main .btn:nth-child(2) {
    margin-top: 2.6041666667%;
  }
}
*/
.kv .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}
.kv .swiper-pagination-bullet-active {
    background: #31a9b8 !important;
}
.kv .swiper-horizontal > .swiper-pagination-bullets,
.kv .swiper-pagination-bullets.swiper-pagination-horizontal,
.kv .swiper-pagination-custom,
.kv .swiper-pagination-fraction {
    bottom: 3.3rem !important;
}
.kv .swiper-button-prev,
.kv .swiper-button-next {
    height: 3rem;
    width: 3rem;
    top: calc(75vh / 2);
}
.kv .swiper-button-prev::after,
.kv .swiper-button-next::after {
    content: "";
    height: 100%;
    width: 100%;
    background-size: contain;
}
.kv .swiper-button-prev::after {
    background-image: url("../../images/news_left.png");
}
.kv .swiper-button-next::after {
    background-image: url("../../images/news_right.png");
}

section {
    position: relative;
}
section .link_in_page {
    position: absolute;
}
.m-content {
    margin: 2.8125% 0 0 0;
    position: relative;
}
@media screen and (max-width: 768px) {
    .m-content {
        margin-top: 7.8125%;
    }
}
.m-content.starting_business_preparation::before {
    background-image: url(../../images/starting_business_preparation-bg.jpg);
    height: 99.2015968064%;
}
/* .m-content.starting_business_counseling::before {
    background-image: url(../../images/starting_business_counseling.png);
    height: 74.1791044776%;
    left: 0;
} */
/* .m-content.ac_party::before {
    background-image: url(../../images/ac_party.jpg);
    height: 74.1791044776%;
} */
.m-content::before {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0.8px;
    content: "";
    position: absolute;
    right: 0;
    width: 49.4375%;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .m-content::before {
        content: none;
    }
}
.container .title {
    margin: 50px auto;
    width: 350px;
    /*width: 50rem;*/
    /*height: 12rem;*/
}
.kigyoka .container .title {
    width: 260px;
}
@media screen and (max-width: 768px) {
    .m-content__title {
        width: fit-content;
        height: 8rem;
    }
}
.m-content__title--short {
    width: 30rem;
}
@media screen and (max-width: 768px) {
    .m-content__title--short {
        width: 15rem;
    }
}
.m-content__title--long {
    width: 65rem;
}
@media screen and (max-width: 768px) {
    .m-content__title--long {
        width: 32rem;
    }
}
.m-content__title--left {
    margin: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
    .m-content__title--left {
        margin: 0 auto;
    }
}
.m-content__title-inner {
    display: flex;
}
@media screen and (max-width: 768px) {
    .m-content__title-inner {
        flex-direction: column;
    }
}
.m-content__title-sub {
    align-items: center;
    display: flex;
    font-size: 2.4rem;
    height: 120px;
    justify-content: center;
    margin-left: 3.75%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .m-content__title-sub {
        font-size: 1.7rem;
        height: auto;
        width: 90%;
    }
    .m-content__title-sub p::after, .m-content__title-sub p::before {
        content: "―";
    }
}
.m-content__title-sub::after, .m-content__title-sub::before {
    content: "―";
}
@media screen and (max-width: 768px) {
    .m-content__title-sub::after, .m-content__title-sub::before {
        content: none;
    }
}
.m-content__title-sub::after {
    margin-left: 1.6rem;
}
.m-content__title-sub::before {
    margin-right: 1.6rem;
}
.m-content__title-sub--none-line::after {
    content: none;
}
.m-content__title-sub--none-line::before {
    content: "―";
}
.m-content__title-sub--none-line p::after, .m-content__title-sub--none-line p::before {
    content: none;
}
.m-content__title-sub .small {
    font-size: 2.1rem;
}
.m-content__group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    margin-top: 1%;
}
@media screen and (max-width: 768px) {
    .m-content__group {
        grid-template-columns: 1fr;
    }
}
.m-content__group--reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .m-content__group--reverse {
        flex-direction: column-reverse;
    }
}
.m-content__text {
    margin: 1.0625% 2.5% 0 1.875%;
    font-size: 2.2rem;
    line-height: 1.5;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .m-content__text {
        margin: 6.5104166667% auto 0;
        font-size: 12.5px;
        width: 75%;
    }
}
.m-content__text--reverse {
    margin-left: 5%;
}
@media screen and (max-width: 768px) {
    .m-content__text--reverse {
        margin-left: auto;
    }
}
.m-content__text--bold {
    font-weight: bold;
}
.m-content__text--indent {
    display: block;
    padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
    .m-content__text--indent {
        padding-left: 1rem;
    }
}
.m-content__text p:not(:first-child) {
    margin-top: 3.125%;
}
.m-content__image {
    width: 100%;
    margin-top: auto;
}
.m-content__image-box {
    margin-top: auto;
    position: relative;
}
.m-content__image-box img {
    object-fit: cover;
    min-height: 400px;
}
.m-content__image-box::after {
    content: '';
    position: absolute;
    right: -5%;
    bottom: 0;
    width: 33.5%;
    height: 300px;
    background-image: url("../../images/starting_business_counseling-mask.png");
}
.m-content__image-box.m-content__image-box-koryukai::after{
    left: -5%;
background-image: url("../../images/ac_party-mask.png");


}
.m-content__image--bk.m-content__image--bk-normal{
    max-height: 400px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .m-content__image-box {
        position: relative;
        min-height: auto;
        height: 200px;
        overflow: hidden;
    }
    .m-content__image-box img {
       min-height:  280px;
        width: 80%;
        }
    .m-content__image-box::after {
        width: 140px;
        height: 140px;
        right: 3%;
        bottom: 5%;
    }
    .m-content__image {
        width: 39.0625%;
        margin-top: 10.4166666667%;
    }
    .m-content__image--bk-normal {
        width: 80%;
        margin-left: auto;
    }
    .m-content__image--bk-normal img {
        width: 100%;
    }
    .m-content__image-box.m-content__image-box-koryukai::after{
        left: 0;
    }

    .m-content__image--reverse {
        margin-left: auto;
        margin-right: 6.25%;
    }
    .m-content__image--normal {
        margin-right: auto;
        margin-left: 6.25%;
    }
}
.m-content__btn {
    display: flex;
    margin-top: 5.625vw;
}
.m-content__btn--seminar {
    margin: 0 auto;
    padding-bottom: 5%;
    display: block;
    width: 51%;
}
@media screen and (max-width: 1050px) {
    .m-content__btn--seminar {
        width: 60%;
    }
}
@media screen and (max-width: 900px) {
    .m-content__btn--seminar {
        width: 70%;
    }
}
.m-content__btn--topics {
    margin-top: 1.875%;
    display: block;
}
@media screen and (max-width: 768px) {
    .m-content__btn--topics {
        margin-top: 6.5104166667%;
    }
}
.m-content__btn a {
    width: 91.0714285714%;
}
.m-content__btn a:nth-of-type(2) {
    margin-left: 5.3125%;
}
.m-content__btn main .btn {
    color: #fff;
    background-color: #31a9b8;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 25px;
    font-weight: bold;
}
/*@media screen and (max-width: 1200px) {
    .m-content__btn main .btn {
        font-size: 2rem;
    }
}*/
/*@media screen and (max-width: 768px) {
    .m-content__btn main .btn {
        font-size: 1.2rem;
    }
}*/
.m-content__btn main .btn p {
    color: #fff;
    padding: 3.125% 0;
    position: relative;
}
/*.m-content__btn main .btn p::after {*/
main .btn.arrow p::after {
    content: "→";
    position: absolute;
}
main .btn.arrow:hover p::after {
    -webkit-animation: arrow 1s infinite;
    animation: arrow 1s infinite;
    transform: translateX(10px);
}
@-webkit-keyframes arrow {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes arrow {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}
.m-content__btn main .btn-orange {
    background-color: #f4ba34;
}
.m-content__btn main .btn-seminar {
    margin: 0;
    box-shadow: 0 0 8px gray;
}
.m-content__btn main .btn-ac_party {
    width: 40.9309791332%;
    margin: 0 auto;
}
.m-content__btn main .btn-topics {
    box-shadow: 0 0 8px gray;
    margin: 0 auto;
    width: 300px;
}
@media screen and (max-width: 1200px) {
    .m-content__btn main .btn-topics {
        width: 18.75%;
    }
}
@media screen and (max-width: 900px) {
    .m-content__btn main .btn-topics {
        width: 21.875%;
    }
}
@media screen and (max-width: 768px) {
    .m-content__btn main .btn-topics {
        margin-bottom: 8px;
        /*width: 39.0625%;*/
        width: 180px;
    }
}

.seminar {
    display: -ms-grid;
    display: grid;
    gap: 1.875%;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    width: 93.75%;
}
@media screen and (max-width: 768px) {
    .seminar {
        gap: 0;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        margin-top: 5.3385416667%;
        width: 80.078125%;
    }
}
.seminar__card {
    box-shadow: 0 0 15px rgba(192, 191, 191, 0.6);
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 30rem 5rem 2.5rem 13rem 8rem;
    grid-template-rows: 30rem 5rem 2.5rem 13rem 8rem;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .seminar__card {
        background-color: #9e9e9e;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 5px #9e9e9e;
        -ms-grid-rows: 1fr 3.5rem 1.5rem 8rem 8rem;
        grid-template-rows: 1fr 3.5rem 1.5rem 8rem 8rem;
    }
    .seminar__card:not(:first-child) {
        margin-top: 6.5104166667%;
    }
}
@media screen and (max-width: 500px) {
    .seminar__card {
        background-color: #9e9e9e;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 5px #9e9e9e;
        -ms-grid-rows: 28.5rem 3.5rem 1.5rem 8rem 4rem;
        grid-template-rows: 28.5rem 3.5rem 1.5rem 8rem 4rem;
    }
    .seminar__card:not(:first-child) {
        margin-top: 6.5104166667%;
    }
}
.seminar__card.anime-01 {
    transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
    .seminar__card.anime-01 {
        transition-delay: 0;
    }
}
.seminar__card.anime-02 {
    transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
    .seminar__card.anime-02 {
        transition-delay: 0;
    }
}
.seminar__card.anime-03 {
    transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
    .seminar__card.anime-03 {
        transition-delay: 0;
    }
}
.seminar__image {
    margin: 6% auto 0;
}
.seminar__title {
    font-size: 2rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .seminar__title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
}
@media screen and (max-width: 500px) {
    .seminar__title {
        margin-top: 0;
    }
}
.seminar__line {
    margin: 0 auto;
    width: 20.6%;
}
.seminar__text {
    font-size: 1.6rem;
    margin: 0 auto;
    width: 85%;
}
@media screen and (max-width: 768px) {
    .seminar__text {
        font-size: 1.3rem;
        line-height: 1.5;
        text-align: center;
        width: 92.0572916667%;
    }
}

.topics {
    /*margin: 4.5625% auto 0;*/
    overflow: hidden;
    /*padding-bottom: 0.5%;*/
    /*width: 93.75%;*/
    width: 100%;
}
@media screen and (max-width: 500px) {
    .topics {
        width: 100%;
    }
}
.topics-media {
    margin-top: 5%;
}
@media screen and (max-width: 500px) {
    .topics-media {
        margin-top: 13.0208333333%;
    }
}
.topics__slide {
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(100px, 200px));
    padding: 0 10px;
}
.topics__slide > .topics__image  img {
    object-fit: contain;
    height: 100%;
}
/* @media screen and (max-width: 1400px) {
  .topics__slide {
    grid-template-rows: 1fr 8rem 7rem 9rem;
  }
}
@media screen and (max-width: 1200px) {
  .topics__slide {
    -ms-grid-rows: 1fr 9rem 8rem 9rem;
    grid-template-rows: 1fr 9rem 8rem 9rem;
  }
}
@media screen and (max-width: 1050px) {
  .topics__slide {
    -ms-grid-rows: 1fr 12rem 10rem 9rem;
    grid-template-rows: 1fr 12rem 10rem 9rem;
  }
}
@media screen and (max-width: 768px) {
  .topics__slide {
    -ms-grid-rows: 1fr 5rem 5rem 4rem;
    grid-template-rows: 1fr 5rem 5rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  .topics__slide {
    -ms-grid-rows: 1fr 3rem 3rem 4rem;
    grid-template-rows: 1fr 3rem 3rem 4rem;
  }
} */
/* .topics__slide--media {
  -ms-grid-rows: 1fr 7rem 7rem 4rem;
  grid-template-rows: 1fr 7rem 7rem 4rem;
}
@media screen and (max-width: 1050px) {
  .topics__slide--media {
    -ms-grid-rows: 1fr 12rem 6rem 6rem;
    grid-template-rows: 1fr 12rem 6rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .topics__slide--media {
    -ms-grid-rows: 1fr 7rem 5rem 4rem;
    grid-template-rows: 1fr 7rem 5rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  .topics__slide--media {
    -ms-grid-rows: 1fr 5rem 2rem 4rem;
    grid-template-rows: 1fr 5rem 2rem 4rem;
  }
} */
.topics .title {
    text-align: center;
    font-size: 1.5em;
    margin-top: 0;
}
.kigyoka .title {
    margin-top: 0;
}
@media screen and (max-width: 500px) {
    .topics__title {
        /*margin-bottom: 3.90625%;*/
        /*width: fit-content;*/
        width: 75%;
    }
}
.topics__text {
    font-size: 1em;
    font-weight: normal;
    overflow: hidden;
}
.topics__text > p {
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
@media screen and (max-width: 900px) {
    .topics__text {
        /*font-size: 2rem;*/
    }
}
@media screen and (max-width: 768px) {
    .topics__text {
        /*margin-top: 1rem;*/
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
/*    .topics__text {
        font-size: 1rem;
        letter-spacing: 1px;
        line-height: 1.5;
        text-align: center;
    }*/
}
@media screen and (max-width: 500px) {
    .topics__text--media {
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .topics__text--media {
        text-align: left;
    }
}
.topics__text--sub {
    font-size: 1.8rem;
    font-weight: bold;
    overflow: hidden;
    max-height: 55px;
    min-height: 55px;
    height: 55px;
}
.topics__text--sub > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .topics__text--sub {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .topics__text--sub {
        font-size: 1rem;
        letter-spacing: -0.8px;
    }
}
@media screen and (max-width: 768px) {
    .topics__text--sub-media {
        text-align: left;
    }
}
@media screen and (max-width: 500px) {
    .topics__text--narrow {
        margin: 0 auto;
        text-align: center;
        width: 87%;
    }
}
.topics__btn {
    font-size: 1.8rem;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .topics__btn {
        font-size: 1.2rem;
    }
}
.topics__btn p {
    margin: 0 auto;
    padding-bottom: 1rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.topics__btn p::after {
    content: "→";
}
.topics__btn p::before {
    background-color: #31a9b8;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
}
.topics__btn.orange p::before {
    background-color: #f4ba34;
}
.topics .swiper {
    overflow: visible;
    width: 96.875%;
}
@media screen and (max-width: 500px) {
    .topics .swiper {
        width: 85%;
    }
}
.topics .mySwiperTopics, .topics .mySwiperMedia {
    padding-bottom: 2.5%;
}
@media screen and (max-width: 500px) {
    .topics .mySwiperTopics, .topics .mySwiperMedia {
        padding-bottom: 9%;
    }
}
.topics .swiper-pagination-bullet {
    background: #e5e5e5 !important;
    opacity: 1 !important;
}
.topics .swiper-pagination-bullet-active {
    background: #31a9b8 !important;
}
.topics .swiper-pagination-media .swiper-pagination-bullet-active {
    background: #f4ba34 !important;
}
.topics .swiper-horizontal > .swiper-pagination-bullets,
.topics .swiper-pagination-bullets.swiper-pagination-horizontal,
.topics .swiper-pagination-custom,
.topics .swiper-pagination-fraction {
    bottom: 0 !important;
}
.topics .swiper-button-next,
.topics .swiper-button-prev {
    height: 5rem;
    width: 5rem;
}
@media screen and (max-width: 1050px) {
    .topics .swiper-button-next,
    .topics .swiper-button-prev {
        height: 3rem;
        width: 3rem;
    }
}
@media screen and (max-width: 500px) {
    .topics .swiper-button-next,
    .topics .swiper-button-prev {
        height: 3rem;
        width: 3rem;
    }
}
.topics .swiper-button-next::after,
.topics .swiper-button-prev::after {
    background-size: contain;
    height: 100%;
    width: 100%;
}
.topics .swiper-button-prev {
    left: -20px;
    top: 25%;
}
@media screen and (max-width: 1050px) {
    .topics .swiper-button-prev {
        left: -15px;
        top: 20%;
    }
}
@media screen and (max-width: 768px) {
    .topics .swiper-button-prev {
        left: -10px;
        top: 35%;
    }
}
.topics .swiper-button-prev::after {
    background-image: url("../../images/news_left.png");
    content: "";
}
.topics .swiper-button-prev-media::after {
    background-image: url("../../images/media_left.png");
}
.topics .swiper-button-next {
    right: -20px;
    top: 25%;
}
@media screen and (max-width: 1050px) {
    .topics .swiper-button-next {
        right: -15px;
        top: 20%;
    }
}
@media screen and (max-width: 768px) {
    .topics .swiper-button-next {
        right: -10px;
        top: 35%;
    }
}
.topics .swiper-button-next::after {
    background-image: url("../../images/news_right.png");
    content: "";
}
.topics .swiper-button-next-media::after {
    background-image: url("../../images/media_right.png");
}

.topics__contents.grid, .media__contents.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin: 0 auto;
}

.facebook {
    background-color: #ddecee;
    /*margin-top: 6.25%;*/
    margin-top: 50px;
    overflow: hidden;
    padding: 1.875% 0;
    position: relative;
}
@media screen and (max-width: 500px) {
    .facebook {
        margin-top: 11.71875%;
        padding: 3.90625%;
    }
    .facebook-second {
        margin-top: 20.0520833333%;
    }
}
.facebook__image {
    left: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 63.75%;
}
@media screen and (max-width: 768px) {
    .facebook__image {
        left: 65%;
    }
}
@media screen and (max-width: 500px) {
    .facebook__image {
        left: 60%;
    }
}
.facebook__image--outline {
    width: 5%;
    background-color: #fff;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .facebook__image--outline {
        width: 7.8125%;
    }
}
@media screen and (max-width: 500px) {
    .facebook__image--outline {
        width: 10.4166666667%;
    }
}
.facebook__text {
    align-items: center;
    display: flex;
    font-size: 2.4rem;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .facebook__text {
        font-size: 1.3rem;
    }
}

.footer {
    background-color: #474f59;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 60px;
    padding-bottom: 3.125%;
}
@media screen and (max-width: 768px) {
    .footer {
        font-size: 1.2rem;
        margin-top: 13.0208333333%;
    }
}
.footer a {
    color: #fff;
}
.footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
    margin-left: 2.5%;
    padding-top: 1.875%;
}
@media screen and (max-width: 768px) {
    .footer__inner {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding-top: 3.90625%;
    }
}
.footer__text-content {
    position: relative;
}
@media screen and (max-width: 768px) {
    .footer__text-content {
        text-align: center;
    }
}
.footer__text-content::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .footer__text-content::after {
        width: 90%;
        height: 1px;
        top: 100%;
        left: 0;
        margin: 0 auto;
    }
}
.footer__title {
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
    .footer__title {
        font-size: 2rem;
    }
}
.footer__fb-icon {
    width: 10.4166666667%;
    margin: 3.125% 0;
}
@media screen and (max-width: 768px) {
    .footer__fb-icon {
        margin: 3.90625% auto;
        width: 5.2083333333%;
    }
}
@media screen and (max-width: 500px) {
    .footer__fb-icon {
        margin: 3.90625% auto;
        width: 10.4166666667%;
    }
}
@media screen and (max-width: 768px) {
    .footer__address {
        line-height: 2;
        margin-top: 2.6041666667%;
    }
}
.footer__links {
    /*margin-left: 21%;*/
}
@media screen and (max-width: 768px) {
    .footer__links {
        margin: 0;
    }
}
.footer__links ul {
/*    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);*/
}
@media screen and (max-width: 768px) {
/*    .footer__links ul {
        grid-template-columns: repeat(2, 1fr);
        width: 50%;
        margin: 0 auto;
    }*/
}
@media screen and (max-width: 500px) {
/*    .footer__links ul {
        grid-template-columns: repeat(2, 1fr);
        width: 80%;
        margin: 0 auto;
    }*/
}
.footer__links ul li:nth-child(n+4) {
    /*margin-top: 2rem;*/
}
@media screen and (max-width: 768px) {
/*    .footer__links ul li:nth-child(n+4) {
        margin-top: 1rem;
    }*/
}
@media screen and (max-width: 768px) {
/*    .footer__links ul li {
        margin-top: 1rem;
    }*/
}
.footer small {
    text-align: center;
    display: block;
    margin-top: 3.125%;
}
