@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@400;500;700;900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", sans-serif !important;
}

a {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
a:hover {
  opacity: 0.7;
}

.smb-faq__item {
  border-style: none !important;
}

.bg {
  padding: 45px 0px;
  position: relative;
}
.bg::before {
  content: "";
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-color: #d2eefa;
  z-index: -2;
}

.bgline {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.bgline__inner {
  max-width: calc(var(--ark-container_width) + var(--ark-padding--container) * 2);
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.head-border {
  display: flex;
  align-items: center;
}
.head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #111;
  margin-left: 1rem;
}

.front-vl {
  position: relative;
  padding-bottom: 30px;
}
.front-vl:after {
  content: " ";
  position: absolute;
  background-color: #dbe1eb;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  bottom: 0px;
  height: 60%;
  z-index: 0;
}

.front-wrap {
  max-width: calc(100vw - (50vw - 512px));
  width: calc(100vw - 3rem);
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  height: 300px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .front-wrap {
    height: 200px;
  }
}

.front-title {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
}
@media (max-width: 767px) {
  .front-title {
    width: 100%;
  }
}
.front-title__h2 {
  font-size: 2.75rem !important;
  text-align: left !important;
}
@media (max-width: 920px) {
  .front-title__h2 {
    font-size: 1.8rem !important;
  }
}
@media not all and (min-width: 600px) {
  .front-title__h2 {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 920px) {
  .front-title {
    min-width: 680px;
  }
}
.p-archive__title h1 {
  text-align: center;
}

.page-title, .p-archive__title {
  background-color: #08298a;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 30px 0;
}
.page-title__h1, .p-archive__title__h1 {
  color: #fff;
  text-align: center;
  padding-bottom: 0px !important;
  border-style: none;
  font-size: 2.75rem !important;
}
@media (max-width: 920px) {
  .page-title__h1, .p-archive__title__h1 {
    font-size: 1.8rem !important;
  }
}
@media not all and (min-width: 600px) {
  .page-title__h1, .p-archive__title__h1 {
    font-size: 1.5rem !important;
  }
}

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

.label--checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0px 5px 30px;
  position: relative;
  width: auto;
}
.label--checkbox:before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.label--checkbox:after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 15px;
  left: 10px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}

input[type=checkbox]:checked + .label--checkbox::after {
  opacity: 1;
}

.bt__content {
  text-align: center;
  margin: 30px auto 0 auto;
}
.bt__content .bt__link {
  position: relative;
}
.bt__content .bt__link:before {
  font-family: "icomoon";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.bt__content .link__pdf {
  position: relative;
}
.bt__content .link__pdf:before {
  font-family: "icomoon";
  content: "\eadf";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.bt {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background-color: #08298a;
  padding: 1rem 4rem;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.5rem;
}

.c-postContent h1, .c-postContent h2, .c-postContent h3, .c-postContent h4, .c-postContent h5, .c-postContent h6 {
  color: #08298a;
  font-weight: 700;
}
.c-postContent h2 {
  text-align: center;
}
.c-postContent h3 {
  padding: 1rem;
  border-top: 2px solid #08298a;
  background: #d2eefa;
}
.c-postContent h4 {
  border-bottom: 3px dotted #08298a;
  padding-bottom: 0.8rem;
}
.c-postContent h5 {
  display: flex;
  align-items: center;
}
.c-postContent h5:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 4px;
  background-color: #08298a;
}

.sec {
  margin: 0px;
  margin-top: 75px;
}
@media not all and (min-width: 600px) {
  .sec {
    margin-top: 45px;
  }
}
.sec:first-child {
  margin-top: 0px;
}
.sec h2, .sec h3 {
  margin-bottom: 1.8rem;
  margin-top: 0px;
}
.sec h3 {
  background-color: transparent;
  border-style: none;
  text-align: center;
  position: absolute;
  padding: 0.5em;
  margin: 0px;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  background-color: #fff; /* タイトル背景色 */
}
@media not all and (min-width: 600px) {
  .sec h3 {
    width: 65%;
  }
}
.sec.line {
  position: relative;
  padding: 30px;
  border: 2px solid #08298a; /* 枠線の太さ・色 */
  width: 100%;
}
@media not all and (min-width: 600px) {
  .sec.line {
    padding: 15px;
  }
}

.report-cate ul, .report-tag ul, .article-report ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.report-cate li, .report-tag li, .article-report li {
  list-style: none;
}

.report-cate__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px !important;
}
.report-cate__item {
  width: 100%;
  max-width: 1136px;
  text-align: center;
  border-radius: 100vh;
  background-color: #dbe1eb;
  padding: 10px;
}
@media (min-width: 600px) {
  .report-cate__item {
    width: calc((100% - 15px) / 2);
  }
}
@media (min-width: 992px) {
  .report-cate__item {
    width: calc((100% - 30px) / 3);
  }
}
.report-cate__item:before {
  content: "#";
  color: #08298a;
}
.report-cate__item:after {
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .report-cate__item:after {
    width: calc((100% - 30px) / 3);
  }
}
@media (min-width: 992px) {
  .report-cate__item:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 600px) {
  .report-cate__item:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media not all and (min-width: 600px) {
  .report-cate__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media (min-width: 600px) {
  .report-cate__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .report-cate__item:nth-child(n+3) {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .report-cate__item:nth-child(n+4) {
    margin-top: 15px;
  }
}
.report-cate__item a {
  text-decoration: none;
  color: #08298a;
}

.report-tag__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px !important;
}
.report-tag__item {
  display: inline-block;
  background-color: #dbe1eb;
  padding: 5px 10px;
  border-radius: 100vh;
  margin: 5px !important;
}
.report-tag__item a {
  text-decoration: none;
  color: #08298a;
}
.report-tag__item::before {
  content: "#";
  color: #08298a;
}

.article-list .article-report {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media not all and (min-width: 992px) {
  .article-list .article-report {
    padding: 15px;
  }
}
.article-list .article-report:first-child {
  margin-top: 0px;
}
.article-list .article-report__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media not all and (min-width: 992px) {
  .article-list .article-report__wrap {
    flex-direction: column;
  }
}
.article-list .article-report__img {
  width: 40%;
  margin-right: 30px;
}
@media not all and (min-width: 992px) {
  .article-list .article-report__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.article-list .article-report__img--inner {
  width: 100%;
  position: relative;
  padding-top: 75%;
  margin: 0 auto;
}
.article-list .article-report__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.article-list .article-report__content {
  width: 60%;
}
@media not all and (min-width: 992px) {
  .article-list .article-report__content {
    width: 100%;
  }
}
.article-list .article-report__header--cate .report-cate__list {
  margin-bottom: 30px;
  justify-content: flex-start;
  align-items: center;
}
@media not all and (min-width: 992px) {
  .article-list .article-report__header--cate .report-cate__list {
    margin-bottom: 15px;
  }
}
.article-list .article-report__header--cate .report-cate__item {
  background-color: #ed7a9c;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  padding: 5px;
  border-radius: 0%;
  width: calc((100% - 15px) / 2);
}
@media (min-width: 1200px) {
  .article-list .article-report__header--cate .report-cate__item {
    width: calc((100% - 30px) / 3);
  }
}
.article-list .article-report__header--cate .report-cate__item:before {
  display: none;
}
.article-list .article-report__header--cate .report-cate__item:nth-of-type(2n) {
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .article-list .article-report__header--cate .report-cate__item:nth-of-type(2n) {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .article-list .article-report__header--cate .report-cate__item:nth-of-type(3n) {
    margin-right: 0px;
  }
}
.article-list .article-report__header--cate .report-cate__item:nth-child(n+3) {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .article-list .article-report__header--cate .report-cate__item:nth-child(n+3) {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .article-list .article-report__header--cate .report-cate__item:nth-child(n+4) {
    margin-top: 15px;
  }
}
.article-list .article-report__footer .report-tag__list {
  margin-top: 15px !important;
}
.article-list .article-report__footer .report-tag__item {
  font-size: 0.8rem;
  color: #111 !important;
  background-color: transparent;
  border: 1px solid #08298a;
}
.article-list .article-report__title {
  background-color: transparent;
  border-style: none;
  border-bottom: dotted 2px #08298a;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0.8em;
  position: static;
  top: inherit;
  left: inherit;
  transform: none;
  text-align: left;
  width: 100%;
}
.article-list .article-report__main {
  margin-top: 30px;
}
.article-list .article-report__footer .report-tag__item {
  color: #08298a;
}
.article-list .article-report__link {
  text-decoration: none;
  color: #111;
}
.article-list .article-report .date-info {
  justify-content: space-between;
  background-color: #dbe1eb;
  padding: 15px;
}

.l-footer {
  background-color: #08298a;
  color: #fff;
}
.l-footer .bgline__table {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.l-footer .bgline__cell {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.post-type-archive-report .sec, .tax-year_report .sec, .tax-report_tag .sec {
  margin-top: 0px;
}
.post-type-archive-report .article-list .article-report__title, .tax-year_report .article-list .article-report__title, .tax-report_tag .article-list .article-report__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #08298a;
}
.post-type-archive-report .l-content__body, .tax-year_report .l-content__body, .tax-report_tag .l-content__body {
  margin-bottom: 0px;
}

.single-report .p-entry__head {
  margin: 75px 0 0 0;
}
@media not all and (min-width: 600px) {
  .single-report .p-entry__head {
    margin: 45px 0 0 0;
  }
}
.single-report .l-content__body {
  margin-bottom: 0px;
}
@media not all and (min-width: 600px) {
  .single-report .l-content__body {
    margin-top: 2rem;
  }
}
.single-report h1 {
  border-bottom: 3px solid #08298a;
  padding-bottom: 0.8rem;
}
.single-report .type-report .report-cate__list {
  margin-top: 0px !important;
  justify-content: flex-start;
}
.single-report .type-report .report-cate__item {
  background-color: #ed7a9c;
  color: #fff;
  margin-right: 15px;
  padding: 5px 0px;
  border-radius: 0px;
  font-size: 0.8em;
}
@media not all and (min-width: 600px) {
  .single-report .type-report .report-cate__item {
    width: calc((100% - 15px) / 2);
  }
}
@media (min-width: 600px) {
  .single-report .type-report .report-cate__item {
    width: calc((100% - 45px) / 4);
  }
}
@media (min-width: 992px) {
  .single-report .type-report .report-cate__item {
    width: calc((100% - 60px) / 5);
  }
}
.single-report .type-report .report-cate__item:before {
  display: none;
}
@media not all and (min-width: 600px) {
  .single-report .type-report .report-cate__item:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media not all and (min-width: 992px) {
  .single-report .type-report .report-cate__item:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .single-report .type-report .report-cate__item:nth-of-type(4n) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .single-report .type-report .report-cate__item:nth-of-type(5n) {
    margin-right: 0px;
  }
}
.single-report .type-report .report-cate__item:nth-child(n+2), .single-report .type-report .report-cate__item:nth-child(n+3), .single-report .type-report .report-cate__item:nth-child(n+4) {
  margin-top: 0px;
}
@media not all and (min-width: 600px) {
  .single-report .type-report .report-cate__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (min-width: 600px) {
  .single-report .type-report .report-cate__item:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .single-report .type-report .report-cate__item:nth-child(n+5) {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .single-report .type-report .report-cate__item:nth-child(n+6) {
    margin-top: 15px;
  }
}
.single-report .report-training {
  margin-top: 15px;
  font-weight: 700;
  font-size: 1rem;
}
.single-report .report-info__wrap {
  display: flex;
  justify-content: space-between;
  background-color: #dbe1eb;
  padding: 15px;
  margin-top: 15px;
  align-items: center;
}
@media not all and (min-width: 600px) {
  .single-report .report-info__wrap {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.single-report .report-title {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 15px;
}
.single-report .report-title img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}
.single-report .report-cate, .single-report .report-tag {
  background-color: #fff;
}
.single-report .report-cate h3, .single-report .report-tag h3 {
  position: relative;
  top: initial;
  left: initial;
  transform: translateX(0%);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.8em;
  width: 100%;
  border-bottom: 3px dotted #08298a;
}
.single-report .article-report__year {
  background-color: #fff;
  font-weight: 700;
  border: #08298a solid 1px;
  padding: 2px 8px;
}
.single-report .single-report__footer {
  margin-top: 75px;
}
@media not all and (min-width: 600px) {
  .single-report .single-report__footer {
    margin-top: 45px;
  }
}
.single-report .single-report__footer .report-cate__list {
  margin-top: 30px;
}
.single-report .single-report__footer .report-cate__item {
  background-color: transparent !important;
  color: #111 !important;
}
.single-report .single-report__footer--wrap {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}
@media not all and (min-width: 600px) {
  .single-report .single-report__footer--wrap {
    flex-direction: column;
  }
}
.single-report .single-report__footer--wrap:last-child {
  margin-bottom: 0px;
}
.single-report .single-report__footer--wrap .report-tag__list {
  margin-top: 0px !important;
  width: 90%;
}
@media not all and (min-width: 992px) {
  .single-report .single-report__footer--wrap .report-tag__list {
    width: 80%;
  }
}
@media not all and (min-width: 600px) {
  .single-report .single-report__footer--wrap .report-tag__list {
    width: 100%;
  }
}
.single-report .single-report__footer--wrap .report-tag__item {
  background-color: #fff;
  border: solid 1px #08298a;
}
.single-report .single-report__footer--title {
  width: 10%;
  margin: 10px;
}
@media not all and (min-width: 992px) {
  .single-report .single-report__footer--title {
    width: 20%;
  }
}
@media not all and (min-width: 600px) {
  .single-report .single-report__footer--title {
    width: 100%;
    font-size: 1.1rem;
  }
}
.single-report .single-report__footer--title:after {
  color: #111;
}

@media print {
  .l-header[data-pcfix="1"] {
    position: static !important;
  }
}
/*# sourceMappingURL=internship.style.css.map */