@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  box-sizing: border-box; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

img {
  border: 0;
  vertical-align: bottom; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

pre {
  white-space: pre-wrap; }

/* WEB font
---------------------------------------------------------------------------- */
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal; }
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  color: #3a3a3a;
  font-size: 1.5rem;
  min-width: 1200px; }

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

img {
  max-width: 100%; }

* {
  word-break: break-all;
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  body {
    min-width: inherit; } }
.p-underlined {
  background: linear-gradient(180deg, transparent 60%, #fffac3 60%, #fffac3 150%);
  border-bottom: 5px  solid #fffac3; }

.p-wrapper-lg {
  width: 1180px;
  margin-right: auto;
  margin-left: auto; }

.p-wrapper-ml {
  width: 1060px;
  margin-right: auto;
  margin-left: auto; }

.p-text-blue {
  color: #1b4899; }

.p-text-lg {
  font-size: 6.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700; }

.p-text-ml {
  font-size: 4.8rem;
  line-height: 1.22917;
  letter-spacing: 0.08em;
  font-weight: 700; }

@media screen and (max-width: 767px) {
  .p-wrapper-lg {
    width: 92vw; }

  .p-wrapper-ml {
    width: 92vw; }

  .p-text-lg {
    font-size: 9.86667vw;
    line-height: 1.1; }

  .p-text-ml {
    font-size: 8vw;
    line-height: 1.4; } }
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%; }

.p-sp-hamburger {
  position: fixed;
  top: 4vw;
  left: 82.66667vw;
  display: block;
  width: 13.33333vw;
  height: 13.33333vw;
  background: #1b4899;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  gap: 2vw 0;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: .6s ease; }
  .p-sp-hamburger span {
    display: block;
    width: 6.66667vw;
    height: 0.53333vw;
    background: #fff;
    transition: .5s ease;
    transform-origin: center; }

.p-sp-modal {
  position: fixed;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.5);
  transform: translateX(-100%);
  z-index: 5; }

.p-sp-modal.is-active {
  transform: translateX(0); }

.p-sp-hamburger.is-active {
  border: 2px solid #fff; }

.p-btn-border:nth-of-type(1).is-active {
  transform: translateY(2.53333vw) rotate(45deg); }

.p-btn-border:nth-of-type(2).is-active {
  transform: translateX(100%);
  opacity: 0; }

.p-btn-border:nth-of-type(3).is-active {
  transform: translateY(-2.53333vw) rotate(-45deg); }

.l-sp-gnav-list {
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
  background: #1b4899;
  color: #fff;
  gap: 4vw 0;
  transform: translateX(100%);
  transition: all .5s ease;
  z-index: 10; }

.l-sp-gnav-item {
  width: 100%; }

.l-sp-gnav-link {
  line-height: 1.5;
  font-size: 5.33333vw;
  color: #fff;
  display: block;
  text-align: left;
  padding-left: 4vw;
  margin-bottom: 2.66667vw;
  width: 100%; }

/*------------- .l-header -------------*/
.l-header {
  width: 100%; }
  .l-header img {
    width: 100%; }

.p-header-logo {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 30px;
  left: 30px; }

/*------------- .l-gnav -------------*/
.l-gnav {
  position: sticky;
  top: 0px;
  z-index: 10; }

.l-gnav-list {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #1b4899; }

.l-gnav-item {
  display: block;
  border: 2px solid transparent;
  height: 90px;
  position: relative; }

.l-gnav-item::after {
  position: absolute;
  top: -2px;
  right: -2px;
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background: #fff; }

.l-gnav-item:last-of-type:after {
  width: 0; }

.l-gnav-item:hover {
  border: 2px solid #fff; }

.l-gnav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  width: 236px;
  height: 100%;
  border: 3px solid #1b4899;
  background: #1b4899;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.33333;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  transition: all .5s ease; }

.l-gnav-link::before {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 12px;
  background: url("../images/icn_dots-white.png") center no-repeat;
  background-size: 100% 100%; }

.l-gnav-link:hover {
  background: #fff;
  color: #1b4899; }

.l-gnav-link:hover::before {
  background: url("../images/icn_dots-blue.png") center no-repeat; }

/*------------- .l-content -------------*/
.l-content {
  scroll-behavior: smooth; }

.p-event-bnr {
  position: relative; }

.p-event-bnr img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 26, 85, 0.4); }

.p-event-bnr a {
  position: absolute;
  left: 60px;
  bottom: 40px;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #308de6;
  padding-right: 2.2em;
  padding-left: 0.5em;
  border-bottom: 2px solid #308de6;
  transition: .2s linear; }

.p-event-bnr a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url("../images/icn_link-skyblue.png") center no-repeat;
  background-size: cover; }

.p-event-bnr a:hover {
  border-bottom: 2px solid transparent; }

.p-event-bnr-margin {
  margin-bottom: 40px; }

.l-content1 {
  background: url("../images/bg_event_pc.png") center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 85px;
  text-align: center; }

.p-content1-desc {
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 45px; }
  .p-content1-descspan {
    line-height: 1.3; }

.p-jigyou {
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.p-jigyou1, .p-jigyou2 {
  width: 570px; }

.p-jigyou-inner {
  padding: 45px 30px 30px;
  background: url("../images/bg_jigyouinner.png") left bottom no-repeat;
  background-size: cover; }

.p-jigyou-top {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 25px 0;
  padding-left: 120px;
  background: url("../images/bg_jigyou-top.png") center no-repeat;
  background-size: cover; }

.p-jigyou1-top::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 69px;
  height: 71px;
  background: url("../images/icn_jigyou1-top.png") center no-repeat;
  background-size: 100% 100%; }

.p-jigyou2-top::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 69px;
  height: 71px;
  background: url("../images/icn_jigyou2-top.png") center no-repeat;
  background-size: 100% 100%; }

.p-jigyou-top::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 23px solid #2a2a2a;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid transparent; }

.p-jigyou-logo {
  margin-bottom: 25px;
  height: 92px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.p-jigyou-desc {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px; }

.p-jigyou-link {
  display: block;
  position: relative;
  text-align: left;
  margin-left: auto;
  padding: 0 30px;
  width: 240px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 3;
  letter-spacing: 0.08em;
  font-weight: 700;
  box-shadow: 0px 0px 10px 0px rgba(0, 26, 85, 0.4);
  background: linear-gradient(169deg, #1b4899 0%, #1b4899 50%, #093688 50%, #093688 100%);
  z-index: 1;
  transition: all 0.3s ease;
  border: 2px solid transparent; }

.p-jigyou-link::before {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-38%);
  display: block;
  content: "";
  width: 20px;
  height: 12px;
  background: url("../images/icn_dots-white.png") center no-repeat;
  background-size: 100% 100%;
  transition: .2s ease-in; }

.p-jigyou-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in;
  background: linear-gradient(169deg, #093688 0%, #093688 50%, #1b4899 50%, #1b4899 100%); }

.p-jigyou-link:hover::after {
  opacity: 1; }

@keyframes hanten {
  0% {
    background: linear-gradient(169deg, #1b4899 0%, #1b4899 50%, #093688 50%, #093688 100%); }
  50% {
    background: linear-gradient(169deg, #1b4899 0%, #1b4899 50%, #1b4899 50%, #1b4899 100%); }
  100% {
    background: linear-gradient(169deg, #093688 0%, #093688 50%, #1b4899 50%, #1b4899 100%); } }
@media screen and (max-width: 767px) {
  .p-header-logo {
    width: 8.4vw;
    height: 8.4vw;
    top: 4vw;
    left: 4vw; }

  .p-event-bnr a {
    font-size: 4.8vw;
    left: 7.33333vw;
    bottom: 6.66667vw;
    padding-left: 1.2vw;
    padding-right: 6.66667vw; }

  .p-event-bnr img {
    box-shadow: 0.13333vw 0px 2.66667vw 0px rgba(9, 54, 136, 0.5); }

  .p-event-bnr a::after {
    width: 4.66667vw;
    height: 4.26667vw;
    right: 0; }

  .l-content1 {
    background: url("../images/bg_event_sp.png") center right no-repeat;
    background-size: 100% 100%;
    padding-top: 7.33333vw;
    padding-bottom: 10.66667vw; }

  .p-sp-text-size {
    font-size: 6.4vw; }

  .p-event-bnr-margin {
    margin-bottom: 8vw; }

  .p-sp-text-lg {
    font-size: 8vw; }

  .p-content1-desc {
    font-size: 7.2vw;
    margin-bottom: 6.66667vw;
    line-height: 1.5; }

  .p-jigyou {
    flex-direction: column;
    gap: 6.66667vw 0; }

  .p-jigyou1, .p-jigyou2, .p-jigyou2 {
    width: 92vw; }

  .p-jigyou-top {
    padding-left: 18vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 5.86667vw; }
    .p-jigyou-top::before {
      width: 12.66667vw;
      height: 12vw;
      left: 3.33333vw; }

  .p-jigyou-top::after {
    border-width: 4vw;
    border-top-width: 5.33333vw;
    top: 98%; }

  .p-jigyou-inner {
    padding: 8vw 4vw;
    background: url("../images/bg_jigyouinner_sp.png") center no-repeat;
    background-size: 100% 100%; }

  .p-jigyou-logo {
    height: 14vw;
    margin-bottom: 3.33333vw; }

  .p-jigyou-desc {
    font-size: 4vw;
    margin-bottom: 5.33333vw; }

  .p-jigyou-link {
    margin: 0 auto;
    font-size: 4vw;
    padding: 0 8.66667vw;
    width: 55.33333vw;
    box-shadow: 0 0 1.33333vw 0 rgba(0, 26, 85, 0.4);
    border-radius: 1.33333vw; }
    .p-jigyou-link::before {
      right: 8.93333vw;
      width: 4.66667vw;
      height: 2.8vw; } }
/*=======l-content2=========*/
.l-content2 {
  background: url("../images/bg_content2.png") center no-repeat #fff9db;
  background-size: 100% 100%; }

.l-content-ttlbox {
  position: relative;
  padding: 80px 0;
  text-align: center; }

.l-content-ttlbox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 60px solid transparent;
  border-top: 40px solid #1b4899;
  display: block; }

.p-content2-bg {
  background: url("../images/bg_content2-ttl_pc.png") center no-repeat;
  background-size: cover; }

.l-content2-inner {
  padding: 65px 0 140px; }

.p-content-ttl {
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #fff; }
  .p-content-ttl span {
    font-size: 4.2rem; }

.p-content-subttl01 {
  font-size: 4.2rem;
  line-height: 2.61905;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  border-bottom: 3px solid #1b4899;
  text-align: center;
  margin-bottom: 55px; }

.p-event-desc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 80px; }
  .p-event-desc img {
    width: 480px;
    height: 300px;
    margin-right: 40px; }
  .p-event-desc p {
    font-size: 1.8rem;
    line-height: 1.77778;
    letter-spacing: 0.08em;
    font-weight: 700; }
    .p-event-desc p span {
      background: linear-gradient(180deg, transparent 50%, #fffac3 50%, #fffac3 100%);
      border-bottom: 5px solid #fffac3; }

.p-event-solution {
  position: relative; }

.p-event-solution-top {
  width: 100%;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center; }
  .p-event-solution-top span {
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700; }

.p-event-solution img {
  margin-bottom: 60px; }

.p-solution-bottom {
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.p-solution-link {
  z-index: 1;
  display: block;
  position: relative;
  width: 510px;
  font-size: 2.6rem;
  line-height: 3;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 26, 85, 0.4); }

.p-solution-link::before {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 12px;
  background: url("../images/icn_dots-white.png") center no-repeat;
  background-size: 100% 100%; }

.p-solution-link:nth-of-type(1) {
  background: linear-gradient(172deg, #df5410 0%, #df5410 50%, #d54100 50%, #d54100 100%);
  box-shadow: 0px 0px 10px 0px rgba(87, 28, 0, 0.4); }

.p-solution-link:nth-of-type(1)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in;
  background: linear-gradient(172deg, #d54100 0%, #d54100 50%, #df5410 50%, #df5410 100%); }

.p-solution-link:nth-of-type(1):hover::after {
  opacity: 1; }

.p-solution-link:nth-of-type(2) {
  background: linear-gradient(172deg, #308de6 0%, #308de6 50%, #0a79e1 50%, #0a79e1 100%); }

.p-solution-link:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in;
  background: linear-gradient(172deg, #0a79e1 0%, #0a79e1 50%, #308de6 50%, #308de6 100%); }

.p-solution-link:nth-of-type(2):hover::after {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .l-content-ttlbox {
    padding: 8.66667vw 0; }
    .l-content-ttlbox::after {
      border: 9.33333vw solid transparent;
      border-top: 6vw solid #1b4899;
      top: 99%; }

  .p-content-ttl {
    font-size: 8vw; }
    .p-content-ttl span {
      font-size: 6.4vw; }

  .l-content2 {
    background: url("../images/bg_content2_sp.png") top center no-repeat #fff9db;
    background-size: cover; }

  .p-content2-bg {
    background: url("../images/bg_content2-ttl_sp.png") center no-repeat;
    background-size: 100% 100%; }

  .l-content2-inner {
    padding: 8vw 0 24vw; }

  .p-content-subttl01 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
    border-bottom-width: 0.53333vw; }

  .p-event-desc {
    flex-direction: column;
    margin-bottom: 8vw; }
    .p-event-desc img {
      width: auto;
      height: auto;
      margin: 0;
      margin-bottom: 4vw; }
    .p-event-desc p {
      font-size: 4vw; }

  .p-event-solution img {
    margin-bottom: 7.33333vw; }

  .p-event-solution-top {
    font-size: 5.33333vw;
    top: 2vw;
    letter-spacing: 0.025em; }
    .p-event-solution-top span {
      font-size: 6.4vw;
      letter-spacing: 0.025em; }

  .p-solution-bottom {
    flex-direction: column;
    width: 92vw;
    gap: 4.66667vw 0; }

  .p-solution-link {
    font-size: 4.8vw;
    width: 100%;
    border-radius: 1.06667vw;
    box-shadow: 0px 0px 1.33333vw 0px rgba(0, 26, 85, 0.4);
    border-radius: 1.33333vw; }
    .p-solution-link ::before {
      width: 5.06667vw;
      height: 2.8vw;
      right: 4vw; }

  .p-jigyou1-top::before, .p-jigyou2-top::before {
    width: 10.93333vw;
    height: 11.33333vw; } }
/*=============content3==================*/
.l-content3 {
  background: url("../images/bg_content3.png") bottom/100% 100% no-repeat, #fff9db;
  padding-bottom: 110px;
  padding-top: 30px; }

.p-checklist {
  margin-bottom: 60px; }

.p-checklist-top {
  padding: 10px 0;
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  background: #3a3a3a;
  border: 2px solid #dbdbdb;
  border-bottom: none; }

.p-checklist-inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 60px 10px 60px;
  background: #fff;
  border: 2px solid #dbdbdb;
  border-top: none; }

.p-checklist-inner::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 25px solid transparent;
  border-top: 30px solid #dbdbdb;
  width: 0;
  height: 0; }

.p-checklist-inner::after {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 25px solid transparent;
  border-top: 30px solid #fff;
  width: 0;
  height: 0; }

.p-checklist-item {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-left: 35px;
  text-align: left; }

.p-checklist-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/icn_check.png") center no-repeat;
  background-size: 100% 100%; }

.p-content3-sm-ttl {
  margin-bottom: 10px;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #d54100;
  text-align: center; }

.p-content3-sm-desc {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center; }

.p-content-subttl02 {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: 700; }

.p-content-subttl02::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 75px;
  height: 9px;
  background: url("../images/img_title-right.png") center no-repeat;
  background-size: contain; }

.p-content-subttl02::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 75px;
  height: 9px;
  background: url("../images/img_title-left.png") center no-repeat;
  background-size: contain; }

.p-content3-merrit, .p-content3-kigyou, .p-content3-teacher {
  text-align: center; }

.p-merrit-box {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
  gap: 25px 0; }

.p-merrit-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 520px;
  height: 230px;
  padding-left: 35px;
  padding-right: 55px;
  color: #fff;
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500; }

.p-checklist-item-margin {
  margin-top: -30px; }

.p-content3-merrit-bg {
  background: linear-gradient(156.5deg, #1b4899 0%, #1b4899 50%, #093688 50%, #093688 100%); }

.p-merrit-item::before {
  position: absolute;
  bottom: 30px;
  right: 45px;
  content: "";
  display: block;
  width: 195px;
  height: 78px; }

.l-content3 .p-merrit-item:nth-of-type(1)::before {
  background: url("../images/bg_point1.png") center no-repeat;
  background-size: 100% 100%; }

.l-content3 .p-merrit-item:nth-of-type(2)::before {
  background: url("../images/bg_point2.png") center no-repeat;
  background-size: 100% 100%; }

.l-content3 .p-merrit-item:nth-of-type(3)::before {
  background: url("../images/bg_point3.png") center no-repeat;
  background-size: 100% 100%; }

.l-content3 .p-merrit-item:nth-of-type(4)::before {
  background: url("../images/bg_point4.png") center no-repeat;
  background-size: 100% 100%; }

.p-content3-kigyou img {
  margin-bottom: 65px; }

.p-kigyou-all {
  background: #fff;
  padding: 30px 55px;
  margin-bottom: 75px;
  text-align: center; }

.p-kigyou-all .p-content3-sm-desc {
  display: inline-block;
  margin-bottom: 0;
  font-size: 2.6rem;
  color: #df5410;
  margin: 0 auto; }
  .p-kigyou-all .p-content3-sm-desc span {
    font-size: 3.4rem; }

.p-kigyou-item {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.5;
  text-align: left; }

.p-teacher-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px; }

.p-teacher-card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.p-teacher-card:nth-of-type(1):before {
  position: absolute;
  top: 10px;
  right: -38px;
  content: "";
  display: block;
  width: 2px;
  height: 95%;
  background: #dcdcdc; }

.p-teacher-thumb {
  margin-right: 25px;
  margin-top: 10px; }
  .p-teacher-thumb img {
    width: 150px;
    height: 180px; }

.p-teacher-desc {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 30px;
  width: 315px;
  text-align: left; }

.p-teacher-desc-top {
  margin-bottom: 30px;
  color: #1b4899;
  height: 110px; }

.p-seminar-date {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 25px; }
  .p-seminar-date span:last-of-type {
    position: relative;
    padding-left: 30px; }

.p-seminar-date span:first-child {
  margin-right: 12px; }

.p-seminar-date span:last-of-type {
  position: relative;
  padding-left: 23px; }

.p-seminar-date span:last-of-type::before {
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/icn_clock.png") center no-repeat;
  background-size: contain; }

.p-teacher-name {
  position: relative;
  padding-left: 80px;
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700; }

.p-teacher-name::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "講師";
  display: block;
  padding: 5px 15px;
  text-align: center;
  background: #308de6;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1; }

.p-teacher-card:first-of-type .p-teacher-name {
  padding-left: 115px; }

.p-teacher-card:first-of-type .p-teacher-name::before {
  background: #d54100;
  content: "特別講演"; }

.p-teacher-history {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: justify; }

.p-content3-teacher .p-content-subttl02 {
  margin-bottom: 30px; }

.p-content3-caution {
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500; }

.p-content3-teacher-sm-desc {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #d54100;
  display: inline-block;
  margin-bottom: 105px; }

.p-content3-bnr {
  position: relative;
  background: url("../images/bg_onlinebox.png") center no-repeat;
  background-size: cover;
  height: 285px;
  margin-bottom: 85px; }

.p-content3-bnr::before {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 940px;
  height: 107px;
  background: url("../images/img_onlinesanka_pc.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1; }

.p-content3-bnr::after {
  position: absolute;
  top: 70px;
  left: 60px;
  content: "";
  display: block;
  width: 186px;
  height: 186px;
  background: url("../images/img_sankahimuryou-blue.png") center no-repeat;
  background-size: 100% 100%; }

.p-content3-bnr-middle {
  position: absolute;
  top: 91px;
  right: 115px; }

.p-content3-bnr-top {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  z-index: 2; }
  .p-content3-bnr-top span {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700; }

.p-content3-bnr-left {
  position: absolute;
  top: 75px;
  left: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.9rem;
  line-height: 1.31034;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  width: 186px;
  z-index: 2;
  height: 186px; }
  .p-content3-bnr-left span {
    font-size: 4.3rem;
    line-height: 1.25581;
    letter-spacing: 0.08em;
    font-weight: 700; }

.p-content3-bnr-link {
  position: absolute;
  top: 150px;
  right: 115px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 655px;
  height: 75px;
  padding-left: 40px;
  background: linear-gradient(174deg, #df5410 0%, #df5410 50%, #d54100 50%, #d54100 100%);
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: left;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px 0px rgba(87, 28, 0, 0.4);
  z-index: 1; }

.p-content3-bnr-link::before {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 31px;
  height: 28px;
  background: url("../images/icn_link-orange.png") center no-repeat;
  background-size: contain; }

.p-content3-bnr-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in;
  background: linear-gradient(174deg, #d54100 0%, #d54100 50%, #df5410 50%, #df5410 100%); }

.p-content3-bnr-link:hover::after {
  opacity: 1; }

.p-event-gallery {
  text-align: center;
  background: #fff;
  padding: 55px 60px 45px;
  margin-bottom: 80px; }

.p-event-gallery .p-content-subttl02 {
  margin-bottom: 40px; }

.p-gallery-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 60px; }

.p-gallery-item:last-of-type {
  padding-top: 45px;
  border-top: 2px solid #dcdcdc;
  padding-bottom: 40px; }

.p-gallery-thumb {
  width: 481px;
  height: 300px; }
  .p-gallery-thumb img {
    margin-top: 10px; }

.p-gallery-content {
  width: 540px;
  text-align: left;
  margin-left: -10px; }

.p-gallery-desc-ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  margin-bottom: 20px; }

.p-gallery-name {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 15px; }

.p-gallery-desc {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 500; }

.p-gallery-sm-desc {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: inline-block;
  padding-left: 10 px;
  color: #df5410; }
  .p-gallery-sm-desc span {
    font-size: 3.6rem; }

.p-content3-CPD {
  border: 2px solid #dcdcdc;
  margin-bottom: 80px; }

.p-content3-CPD-top {
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  background: #e5f3ff;
  border-bottom: 2px solid #dcdcdc;
  padding: 3px 0; }

.p-content3-CPD-bottom {
  background: #fff;
  padding: 25px 60px;
  text-align: center; }

.p-content3-CPD-desc {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left; }

.p-content3-CPD-caution {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-left: 1em; }

.p-content3-CPD-caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 767px) {
  .l-content3 {
    padding-top: 4.66667vw;
    background: url("../images/bg_content3_sp.png") bottom center/100% 100% no-repeat, #fff9db;
    padding-bottom: 13.33333vw; }

  .p-checklist {
    margin-bottom: 9.33333vw; }

  .p-checklist-top {
    font-size: 5.33333vw;
    padding: 2vw;
    border-width: 0.26667vw; }

  .p-checklist-inner {
    flex-direction: column;
    padding: 5.33333vw 4vw;
    padding-bottom: 2.66667vw;
    border-width: 0.26667vw; }

  .p-checklist-inner::before {
    border-width: 5.33333vw;
    border-top-width: 6.66667vw; }

  .p-checklist-inner::after {
    border-width: 5.33333vw;
    border-top-width: 6.66667vw;
    top: calc( 100% - 0.27vw); }

  .p-checklist-item {
    padding-left: 8vw;
    width: 100%;
    font-size: 4.26667vw; }

  .p-checklist-item::before {
    top: 0.4vw;
    width: 5.33333vw;
    height: 5.6vw; }

  .p-checllist-item:nth-of-type(1) {
    order: 1; }

  .p-checllist-item:nth-of-type(2) {
    order: 4; }

  .p-checllist-item:nth-of-type(3) {
    order: 2; }

  .p-checllist-item:nth-of-type(4) {
    order: 5; }

  .p-checllist-item:nth-of-type(5) {
    order: 3; }

  .p-checllist-item:nth-of-type(6) {
    order: 6; }

  .p-content3-sm-ttl {
    font-size: 6.4vw;
    margin-bottom: 4vw; }

  .p-content3-sm-desc {
    font-size: 4.26667vw;
    margin-bottom: 8.66667vw; }

  .p-content-subttl02 {
    font-size: 6.4vw;
    margin-bottom: 4.66667vw; }

  .p-merrit-box {
    gap: 2.66667vw 0;
    margin-bottom: 10.66667vw; }

  .p-merrit-item {
    padding: 4vw 0 4vw 5.33333vw;
    font-size: 4.8vw;
    width: 100%;
    height: auto;
    background: linear-gradient(167deg, #1b4899 0%, #1b4899 50%, #093688 50%, #093688 100%); }

  .p-merrit-item::before {
    width: 32vw;
    height: 12.66667vw;
    right: 4vw;
    bottom: 4vw;
    background-size: contain; }

  .l-content3 .p-merrit-item:nth-of-type(2), .l-content3 .p-merrit-item:nth-of-type(4) {
    background: linear-gradient(163deg, #1b4899 0%, #1b4899 50%, #093688 50%, #093688 100%); }

  .l-content3 .p-merrit-item:nth-of-type(3) {
    background: linear-gradient(160deg, #1b4899 0%, #1b4899 50%, #093688 50%, #093688 100%); }

  .l-content3 .p-checklist-item:nth-of-type(1) {
    order: 1; }

  .l-content3 .p-checklist-item:nth-of-type(2) {
    order: 4; }

  .l-content3 .p-checklist-item:nth-of-type(3) {
    order: 2; }

  .l-content3 .p-checklist-item:nth-of-type(4) {
    order: 5; }

  .l-content3 .p-checklist-item:nth-of-type(5) {
    order: 3; }

  .l-content3 .p-checklist-item:nth-of-type(6) {
    order: 6; }

  .p-kigyou-item {
    line-height: 2.0;
    font-size: 4.26667vw;
    margin-bottom: 0.66667vw;
    text-align: center; }

  .p-kigyou-all .p-content3-sm-desc {
    font-size: 4.8vw; }
    .p-kigyou-all .p-content3-sm-desc span {
      font-size: 6.4vw; }

  .p-content-subttl02::before {
    left: calc( 100% + 4vw );
    width: 14.93333vw;
    height: 1.73333vw; }

  .p-content-subttl02::after {
    right: calc( 100% + 4vw);
    width: 14.93333vw;
    height: 1.73333vw; }

  .p-content3-kigyou img {
    margin-bottom: 8vw; }

  .p-kigyou-all {
    padding: 6vw 4vw 6.66667vw;
    margin-bottom: 10vw;
    text-align: center; }

  .p-kigyou-item {
    font-size: 4.26667vw; }

  .p-content3-teacher {
    overflow: hidden; }

  .p-content3-teacher .p-content-subttl02 {
    margin-bottom: 0; }

  .p-content3-caution {
    font-size: 4vw;
    margin-bottom: 0; }

  .p-teacher-card {
    padding: 6.66667vw 0;
    justify-content: space-between; }

  .p-teacher-card:first-of-type {
    padding-top: 4vw; }

  .p-teacher-box {
    flex-direction: column;
    margin-bottom: 0; }

  .p-teacher-desc {
    width: 60.66667vw;
    margin-bottom: 0; }

  .p-teacher-card:nth-of-type(1):before {
    top: 100%;
    right: 0;
    width: 100%;
    height: 0.53333vw; }

  .p-teacher-thumb {
    margin-right: 4.66667vw;
    margin-top: 1.33333vw; }
    .p-teacher-thumb img {
      width: 26vw;
      height: auto; }

  .p-teacher-desc-top {
    font-size: 4.53333vw;
    margin-bottom: 2.66667vw;
    height: auto; }

  .p-seminar-date {
    margin-bottom: 3.33333vw; }
    .p-seminar-date span {
      display: block;
      text-align: left; }

  .p-seminar-date span:first-child {
    margin-right: 0; }

  .p-seminar-date span:last-of-type {
    padding-left: 5.33333vw; }

  .p-seminar-date span:last-of-type::before {
    width: 4.53333vw;
    height: 4.53333vw;
    top: 52%; }

  .p-teacher-card:first-of-type .p-teacher-name {
    padding-left: 27.33333vw; }

  .p-seminar-date
  .p-teacher-name {
    font-size: 4vw;
    padding-left: 18vw;
    margin-bottom: 2.66667vw; }

  .p-teacher-name::before {
    font-size: 3.73333vw; }

  .p-teacher-history {
    font-size: 3.73333vw; }

  .p-content3-teacher-sm-desc {
    font-size: 4.8vw;
    margin-bottom: 21.33333vw; }

  .p-content3-bnr {
    background: url("../images/bg_onlinebox_sp.png") center no-repeat;
    background-size: 100% 100%;
    padding: 16.66667vw 4vw 8vw 4vw;
    margin-bottom: 10vw;
    height: 76vw; }

  .p-content3-bnr::before {
    background: url("../images/img_onlinesanka_sp.png") center no-repeat;
    width: 84vw;
    height: 18.66667vw;
    top: -8vw;
    background-size: 100% 100%; }

  .p-content3-bnr::after {
    top: 12vw;
    left: 4vw;
    width: 28.93333vw;
    height: 28.93333vw; }

  .p-content3-bnr-top {
    font-size: 5.6vw;
    top: -0.66667vw;
    width: 100%; }
    .p-content3-bnr-top span {
      font-size: 4.8vw; }

  .p-content3-bnr-middle {
    top: 17.46667vw;
    right: 7.33333vw;
    width: 46.4vw;
    height: 20vw; }

  .p-content3-bnr-left {
    font-size: 4.8vw;
    top: 12vw;
    left: 4vw;
    width: 28.93333vw;
    height: 28.93333vw; }
    .p-content3-bnr-left span {
      font-size: 6.4vw; }

  .p-content3-bnr-link {
    padding-left: 0;
    width: 84vw;
    height: 21.33333vw;
    justify-content: center;
    top: 47.33333vw;
    right: 4vw;
    font-size: 4.26667vw;
    text-align: center;
    background: linear-gradient(168deg, #df5410 0%, #df5410 50%, #d54100 50%, #d54100 100%);
    box-shadow: 0px 0px 1.33333vw 0px rgba(87, 28, 0, 0.4);
    border-width: 0.53333vw;
    border-radius: 2vw;
    line-height: 1.5; }

  .p-content3-bnr-link::before {
    width: 5.46667vw;
    height: 4.93333vw;
    right: 5.33333vw;
    background-size: 100% 100%; }

  .p-content3-bnr-link::after {
    background: linear-gradient(168deg, #d54100 0%, #d54100 50%, #df5410 50%, #df5410 100%); }

  .p-event-gallery .p-content-subttl02 {
    margin-bottom: 8vw; }

  .p-event-gallery {
    padding: 6.66667vw 4vw 5.33333vw;
    margin-bottom: 10.66667vw; }

  .p-event-gallery .p-content-subttl02::before {
    background: url("../images/img_title-right_sp.png") top left no-repeat;
    background-size: contain;
    width: 7.73333vw;
    height: 1.6vw; }

  .p-event-gallery .p-content-subttl02::after {
    background: url("../images/img_title-left_sp.png") top right no-repeat;
    background-size: cover;
    width: 7.73333vw;
    height: 1.6vw; }

  .p-gallery-item {
    width: 84vw;
    flex-direction: column;
    padding-bottom: 6.66667vw;
    align-items: center;
    align-content: center; }

  .p-gallery-item:last-of-type {
    padding-top: 8vw;
    border-top-width: 0.53333vw;
    padding-bottom: 5.33333vw; }

  .p-gallery-content {
    width: 100%;
    margin-left: 0; }

  .p-gallery-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 5.33333vw; }
    .p-gallery-thumb img {
      margin-top: 0; }

  .p-gallery-desc-ttl {
    font-size: 4.8vw;
    margin-bottom: 4vw; }

  .p-gallery-name {
    font-size: 4.26667vw;
    margin-bottom: 4vw; }

  .p-gallery-desc {
    font-size: 4vw;
    line-height: 1.6; }

  .p-gallery-sm-desc {
    font-size: 4.8vw; }
    .p-gallery-sm-desc span {
      font-size: 6.4vw; }

  .p-content3-CPD {
    border-width: 0.53333vw; }

  .p-content3-CPD-top {
    font-size: 5.06667vw;
    padding: 2.66667vw 0; }

  .p-content3-CPD-bottom {
    padding: 4vw;
    text-align: left; }

  .p-content3-CPD-desc {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 1.6; }

  .p-content3-CPD-caution {
    font-size: 3.73333vw; }

  .p-content3-CPD {
    margin-bottom: 10vw; } }
/*==============l-content4=============*/
.l-content4 {
  background: url("../images/bg_wall.png") top repeat-y;
  padding: 15px 0 40px;
  background-size: 100%; }

.l-content4-inner {
  text-align: center; }

.p-content4-sm-desc {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px; }
  .p-content4-sm-desc span {
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #1b4899; }

.p-content4-merrit-bg {
  background: linear-gradient(156.5deg, #308de6 0%, #308de6 50%, #0373da 50%, #0373da 100%); }

.l-content4 .p-merrit-item:nth-of-type(1)::before {
  background: url("../images/bg_point1_4.png") center no-repeat;
  background-size: 100% 100%; }

.l-content4 .p-merrit-item:nth-of-type(2)::before {
  background: url("../images/bg_point2_4.png") center no-repeat;
  background-size: 100% 100%; }

.l-content4 .p-merrit-item:nth-of-type(3)::before {
  background: url("../images/bg_point3_4.png") center no-repeat;
  background-size: 100% 100%; }

.l-content4 .p-merrit-item:nth-of-type(4)::before {
  background: url("../images/bg_point4_4.png") center no-repeat;
  background-size: 100% 100%; }

.p-kengi-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 75px; }

.p-kengi-poster {
  margin-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 15px; }
  .p-kengi-poster img {
    width: 235px;
    height: 330px; }

.p-kengi-desc {
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.08em;
  font-weight: 500;
  width: 100%;
  max-width: 540px;
  text-align: left; }

.p-event-plan {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 30px;
  margin-bottom: 80px; }

.p-event-plan-top {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  margin-bottom: 20px;
  background: url("../images/bg_wall.png") center repeat-y;
  background-size: contain;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 5; }

.p-event-plan-top::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1b4899 0%, #1b4899 35%, transparent 35%, transparent 65%, #1b4899 65%, #1b4899 100%);
  z-index: 1; }

.p-event-plan-item img {
  width: 100%;
  margin-bottom: 25px; }

.p-event-plan-ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  text-align: left;
  margin-bottom: 15px; }

.p-event-plan-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left; }

@media screen and (max-width: 767px) {
  .l-content4 {
    background: url("../images/bg_wall_sp.png") left top repeat;
    padding: 2.66667vw 0 4vw; }

  .l-content4 .p-checklist-item:nth-of-type(1) {
    order: 1; }

  .l-content4 .p-checklist-item:nth-of-type(2) {
    order: 3; }

  .l-content4 .p-checklist-item:nth-of-type(3) {
    order: 2; }

  .l-content4 .p-checklist-item:nth-of-type(4) {
    order: 4; }

  .p-checklist-item-margin {
    margin-top: 0; }

  .p-content4-sm-desc {
    font-size: 4.8vw;
    margin-bottom: 8vw; }
    .p-content4-sm-desc span {
      font-size: 6.4vw; }

  .l-content4 .p-content-subttl02::before {
    background: url("../images/img_title-right_sp.png") top left no-repeat;
    background-size: contain;
    width: 7.73333vw;
    height: 1.6vw; }

  .l-content4 .p-content-subttl02::after {
    background: url("../images/img_title-left_sp.png") top left no-repeat;
    background-size: contain;
    width: 7.73333vw;
    height: 1.6vw; }

  .l-content4 .p-content-subttl02:last-of-type {
    margin-bottom: 7.33333vw; }

  .l-content4 .p-merrit-item {
    background: linear-gradient(167deg, #308de6 0%, #308de6 50%, #0a79e1 50%, #0a79e1 100%); }

  .l-content4 .p-merrit-item:nth-of-type(3) {
    background: linear-gradient(163deg, #308de6 0%, #308de6 50%, #0a79e1 50%, #0a79e1 100%); }

  .l-content4 .p-merrit-item:nth-of-type(4) {
    padding-top: 8vw;
    padding-bottom: 8vw; }

  .p-kengi-box {
    flex-direction: column;
    margin-bottom: 9.33333vw;
    gap: 4.66667vw 0; }

  .p-kengi-poster {
    margin-top: 0;
    width: 92vw;
    gap: 4.66667vw 2.66667vw; }
    .p-kengi-poster img {
      width: 44.93333vw;
      height: 63.2vw; }

  .p-kengi-desc {
    font-size: 4vw;
    max-width: auto; } }
/*===============l-content5================*/
.l-content5 {
  background: #e5f3ff;
  padding-top: 60px;
  padding-bottom: 75px;
  text-align: center; }

.p-content5-bg {
  background: url("../images/bg_content5-ttl_pc.png") center no-repeat;
  background-size: cover; }

.p-forum-desc, .p-news-desc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 100px; }
  .p-forum-desc img, .p-news-desc img {
    width: 480px;
    height: 300px;
    margin-right: 40px; }
  .p-forum-desc p, .p-news-desc p {
    font-size: 1.8rem;
    line-height: 1.77778;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: left; }
    .p-forum-desc p span, .p-news-desc p span {
      background: linear-gradient(180deg, transparent 50%, #fffac3 50%, #fffac3 100%);
      border-bottom: 5px solid #fffac3; }

.p-course {
  position: relative;
  background: #fff;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 40px;
  text-align: left;
  margin-bottom: 60px; }

.p-course::before {
  position: absolute;
  top: -40px;
  left: 60px;
  content: "過去の講演会※一部抜粋";
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500; }

.p-course-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 50px;
  padding-bottom: 60px; }
  .p-course-item img {
    width: 480px;
    height: 273px;
    margin-top: 10px;
    margin-right: 35px; }

.p-course-item:first-of-type {
  border-bottom: 2px solid #dcdcdc; }

.p-forum-desc-top {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  margin-bottom: 55px; }

.p-forum-program {
  position: relative;
  margin-bottom: 20px; }

.p-forum-program::before {
  position: absolute;
  top: -34px;
  left: 0;
  content: "プログラム";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  background: #308de6;
  padding: 0 10px; }

.p-program-list {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-left: 1.8rem;
  text-indent: -1.8rem; }
  .p-program-list span {
    font-weight: 700; }

.p-program-amount, .p-program-host, .p-program-corporation {
  padding-left: 90px;
  position: relative;
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500; }

.p-program-host, .p-program-corporation {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 0; }

.p-program-amount::before, .p-program-host::before, .p-program-corporation::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "参加者";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  background: #308de6;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  width: 75px; }

.p-program-host::before {
  content: "主催"; }

.p-program-corporation::before {
  content: "協賛"; }

.p-forum-program-margin {
  margin-bottom: 80px; }

.p-content5-link, .p-content6-link {
  position: relative;
  display: block;
  width: 600px;
  background: linear-gradient(170deg, #df5410 0%, #df5410 50%, #d54100 50%, #d54100 100%);
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: left;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px 0px rgba(87, 28, 0, 0.4);
  padding: 10px 30px;
  margin: 0 auto;
  z-index: 1; }

.p-content5-link::before, .p-content6-link::before {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 31px;
  height: 28px;
  background: url("../images/icn_link-orange.png") center no-repeat;
  background-size: 100% 100%; }

.p-content5-link::after, .p-content6-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in;
  background: linear-gradient(170deg, #d54100 0%, #d54100 50%, #df5410 50%, #df5410 100%);
  border-width: 0.53333vw; }

.p-content5-link:hover::after, .p-content6-link:hover::after {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .p-content5-bg {
    background: url("../images/bg_content5-ttl_sp.png") center no-repeat;
    background-size: 100% 100%; }

  .p-content5-bg .p-content-ttl {
    line-height: 1.2; }

  .l-content5 {
    padding-top: 8vw;
    padding-bottom: 10.66667vw; }

  .p-forum-desc, .p-news-desc {
    flex-direction: column; }

  .p-forum-desc, .p-news-desc, .p-news-desc {
    margin-bottom: 18.66667vw; }

  .p-forum-desc img, .p-news-desc img, .p-news-desc img {
    width: 92vw;
    height: 56.93333vw;
    margin-bottom: 4.66667vw; }

  .p-forum-desc p, .p-news-desc p, .p-news-desc p {
    font-size: 4vw; }

  .p-course {
    padding: 0 4vw;
    margin-bottom: 7.33333vw; }

  .p-course::before {
    left: 0;
    top: -10.66667vw;
    font-size: 4.26667vw; }

  .p-course-item {
    gap: 4.66667vw 0;
    flex-direction: column;
    padding: 6vw 0 4vw; }

  .p-course-item:first-of-type {
    border-bottom-width: 0.53333vw; }

  .p-course-item img {
    width: 100%;
    height: auto; }

  .p-forum-desc-top {
    font-size: 4.8vw;
    margin-bottom: 15.33333vw; }

  .p-program-list {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: .5vw;
    padding-left: 4vw;
    text-indent: -4vw; }

  .p-forum-program {
    margin-bottom: 5.33333vw; }

  .p-program-amount, .p-program-host, .p-program-corporation, .p-program-host, .p-program-corporation {
    font-size: 4vw;
    display: block;
    margin-bottom: 8vw;
    padding-left: 29.33333vw; }

  .p-forum-program::before, .p-program-amount::before, .p-program-host::before, .p-program-corporation::before, .p-program-host::before, .p-program-corporation::before {
    font-size: 4vw;
    width: 25.33333vw;
    height: 7.33333vw; }

  .p-forum-program::before {
    padding: 0;
    top: -10.66667vw; } }
/*============l-content6=================*/
.l-content6 {
  background: url("../images/bg_wall-gray.png") center repeat;
  padding-top: 60px;
  padding-bottom: 85px;
  text-align: center; }

.l-content6-inner {
  text-align: center; }

.p-content6-bg {
  background: url("../images/bg_content6-ttl_pc.png") center no-repeat;
  background-size: cover; }

.p-shinbun-kousei {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 500; }

.p-shinbun-content {
  display: flex;
  text-align: left;
  align-items: center; }

.p-men-number {
  display: flex;
  text-align: right;
  align-items: center; }

.p-news-desc {
  margin-bottom: 70px; }

.p-gijyutu-topic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px;
  gap: 0 30px; }

.p-gijyutu-topic-item {
  text-align: left; }
  .p-gijyutu-topic-item img {
    margin-bottom: 10px; }

.p-gijyutu-topic-item:first-child > img {
  width: 470px;
  height: 320px; }

.p-gijyutu-topic-item:not(:first-child) > img {
  width: 265px;
  height: 375px; }

.p-shinbun-date {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 300; }

.p-shinbun-kigyou {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700; }

.p-gijutu-topic-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 30px; }

.p-shinbun-img-margin {
  margin-bottom: 17px; }

.p-shinbun-layout {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 65px; }

.p-shinbun-sample {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 35px; }
  .p-shinbun-sample img {
    width: 260px;
    height: 380px; }

.p-shinbun-layout-desc {
  width: 380px;
  text-align: left; }

.p-layout-desc-top {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #1b4899;
  margin-bottom: 55px;
  text-align: left; }

.p-layout-desc-conclude {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 10px; }

.p-layout-desc-conclude::before {
  position: absolute;
  top: -40px;
  left: 0;
  content: "紙面構成";
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 2px 10px;
  background: #308de6; }

.p-kikaku {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 30px;
  margin-bottom: 120px; }

.p-kikaku-item {
  background: #fff;
  padding: 40px;
  padding-top: 45px;
  width: 355px; }
  .p-kikaku-item img {
    margin-bottom: 15px;
    width: 250px;
    height: 180px; }

.p-kikaku-top {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1b4899;
  text-align: left; }

.p-kikaku-desc {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left; }

.p-keisairyoukin-img {
  position: relative;
  background: #fff;
  margin-bottom: 60px;
  padding: 75px 60px; }

.p-content-subttl02-diff {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 285px;
  height: 80px;
  background: #1b4899;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.p-content-subttl02-diff::before {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 17px solid #1b4899; }

.p-ryoukin-subttl {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  z-index: 3;
  margin-bottom: 20px; }
  .p-ryoukin-subttl span {
    background: #fff;
    padding: 0 15px; }

.p-ryoukin-subttl:nth-of-type(2) span:first-child {
  padding-right: 0; }
.p-ryoukin-subttl:nth-of-type(2) span:last-child {
  padding-left: 0; }

.p-ryoukin-subttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1b4899;
  z-index: -1; }

.p-ryoukin-syurui {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 45px; }
  .p-ryoukin-syurui span {
    border: 1px solid #3a3a3a;
    display: inline-block;
    padding: 0 5px;
    margin-right: 15px; }

.p-ryoukin-caution {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 45px;
  padding-left: 45px; }
  .p-ryoukin-caution span {
    margin-right: 20px; }

.p-ryoukin-detail {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 40px; }
  .p-ryoukin-detail img {
    width: 540px;
    height: 720px; }

.p-ryoukin-text {
  text-align: left; }

.p-ryoukin-category {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 900;
  padding-left: 20px;
  color: #1b4899;
  margin-bottom: 10px; }

.p-ryoukin-category::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #1b4899; }

.p-ryoukin-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-left: 20px; }

.p-ryoukin-desc:last-child {
  margin-bottom: 30px; }

.p-ryoukin-desc:not(:last-child) {
  margin-bottom: 5px; }

.p-content6-sm-desc {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 15px; }
  .p-content6-sm-desc span {
    font-weight: 700; }

.p-content6-sm-desc::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  display: block;
  color: #3a3a3a;
  transform: rotate(-30deg);
  background: #3a3a3a; }

.p-content6-sm-desc::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  color: #3a3a3a;
  transform: rotate(30deg);
  background: #3a3a3a; }

.p-content6-link {
  width: 545px;
  height: 110px; }

@media screen and (max-width: 767px) {
  .l-content6 {
    background: url("../images/bg_wall-gray_sp.png.png") left top repeat;
    padding-top: 12vw;
    padding-bottom: 10vw; }

  .p-content6-bg {
    background: url("../images/bg_content6-ttl_sp.png") center no-repeat;
    background-size: 100% 100%; }

  .l-content6 .p-content-subttl01 {
    line-height: 1.5;
    padding-bottom: 3.33333vw; }

  .p-news-desc {
    margin-bottom: 10.66667vw; }

  .p-gijyutu-topic {
    flex-direction: column;
    gap: 6.66667vw 0vw;
    margin-bottom: 10vw;
    align-items: center; }
    .p-gijyutu-topic img {
      margin-bottom: 2.66667vw; }

  .p-shinbun-date {
    font-size: 4.26667vw;
    margin-bottom: 1.33333vw; }

  .p-shinbun-kigyou {
    font-size: 4.26667vw; }

  .p-shinbun-layout {
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 7.33333vw 4vw 6vw;
    gap: 5.33333vw 0;
    margin-bottom: 8vw; }
    .p-shinbun-layout img {
      width: 57.2vw;
      height: 61.73333vw; }

  .p-gijyutu-topic-item:not(:first-child) > img {
    width: 61.33333vw;
    height: auto;
    margin: 0 auto; }

  .p-gijyutu-topic-item:first-child > img {
    width: 100%;
    height: auto; }

  .p-shinbun-sample {
    flex-direction: column;
    gap: 4.66667vw 0; }
    .p-shinbun-sample img {
      width: 68vw;
      height: 97.33333vw; }

  .p-shinbun-kousei {
    font-size: 4vw; }

  .p-shinbun-layout-desc {
    width: 100%; }
    .p-shinbun-layout-desc img {
      width: 52.93333vw;
      height: 59.86667vw; }

  .p-layout-desc-top {
    font-size: 4.26667vw;
    margin-bottom: 16vw; }

  .p-layout-desc-conclude {
    font-size: 4vw; }

  .p-layout-desc-conclude::before {
    width: 26.66667vw;
    height: 6.66667vw;
    font-size: 4vw;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    top: -11.33333vw; }

  .p-kikaku {
    flex-direction: column;
    gap: 2.66667vw 0;
    margin-bottom: 18.66667vw; }

  .p-kikaku-item {
    padding: 5.33333vw 4vw;
    width: 100%; }
    .p-kikaku-item img {
      width: 100%;
      height: auto;
      margin-bottom: 4.66667vw; }

  .p-kikaku-top {
    margin-bottom: 2vw;
    font-size: 4.8vw; }

  .p-kikaku-desc {
    font-size: 4vw;
    line-height: 1.6; }

  .p-content5-link, .p-content6-link {
    font-size: 4vw;
    letter-spacing: 0.05em;
    padding: 3.73333vw 0;
    padding-left: 6.66667vw;
    width: 92vw;
    height: auto;
    box-shadow: 0px 0px 1.33333vw 0px rgba(87, 28, 0, 0.4);
    border-width: 0.53333vw;
    border-radius: 2vw;
    line-height: 1.5; }

  .p-content5-link::before, .p-content6-link::before {
    width: 5.46667vw;
    height: 4.93333vw;
    right: 6.66667vw;
    background-size: 100% 100%; }

  .p-content5-link::after, .p-content6-link::after {
    border-width: 0.53333vw;
    border-radius: 2vw; }

  .p-keisairyoukin-img {
    margin-bottom: 6.66667vw;
    padding: 12.66667vw 4vw 2vw; }

  .p-keisairyoukin-img::before {
    top: -7.33333vw;
    width: 48.66667vw;
    height: 16.66667vw;
    background: url("../images/img_keisaiprice_sp.png") center/100% 100% no-repeat; }

  .p-content-subttl02-diff {
    font-size: 6.4vw;
    width: 48.66667vw;
    height: 14vw; }

  .p-content-subttl02-diff::before {
    border-width: 2.93333vw;
    border-top-width: 3.86667vw; }

  .p-ryoukin-subttl {
    font-size: 5.33333vw;
    margin-bottom: 6vw; }
    .p-ryoukin-subttl span {
      padding: 0.93333vw 5.33333vw; }

  .p-ryoukin-subttl:nth-of-type(2) span:first-child {
    padding-right: 5.33333vw; }
  .p-ryoukin-subttl:nth-of-type(2) span:last-child {
    padding-left: 5.33333vw; }

  .p-ryoukin-subttl::before {
    height: 0.4vw; }

  .p-ryoukin-syurui {
    margin-bottom: 4vw;
    font-size: 4.26667vw;
    padding-left: 0; }
    .p-ryoukin-syurui span {
      text-align: center;
      padding: 0;
      margin-right: 3.33333vw;
      width: 24vw; }
      .p-ryoukin-syurui span:first-of-type {
        margin-bottom: 6vw; }

  .p-ryoukin-caution {
    margin-bottom: 8.66667vw;
    padding-left: 1.8rem; }
    .p-ryoukin-caution span {
      font-size: 4.26667vw;
      margin-right: 0;
      text-indent: 1.8rem;
      margin-left: -1.8rem;
      line-height: 1.6; }

  .p-content6-sm-desc {
    font-size: 4.26667vw;
    line-height: 1.5;
    margin-bottom: 3.33333vw; }

  .p-content6-sm-desc::before {
    height: 50%;
    top: 50%;
    width: 0.53333vw; }

  .p-content6-sm-desc::after {
    height: 50%;
    top: 50%;
    width: 0.53333vw; }

  .p-ryoukin-detail {
    flex-direction: column;
    padding-top: 0; }
    .p-ryoukin-detail img {
      width: 100%;
      height: auto;
      margin-bottom: 6vw; }

  .p-ryoukin-category {
    font-size: 4vw;
    margin-bottom: 3.33333vw;
    padding-left: 3.33333vw; }

  .p-ryoukin-category::before {
    width: 1.33333vw; }

  .p-ryoukin-desc {
    font-size: 3.73333vw;
    padding-left: 2.13333vw; }

  .p-ryoukin-desc:not(:last-child) {
    margin-bottom: 0.66667vw; }

  .p-ryoukin-desc:last-child {
    margin-bottom: 5.33333vw; } }
/*=================l-content7===========*/
.l-content7 {
  background: #e5f3ff;
  text-align: center;
  padding-bottom: 75px;
  padding-top: 90px; }

.p-content7-bg {
  background: url("../images/bg_content7-ttl_pc.png") center no-repeat;
  background-size: cover; }

.p-content7-sm-desc {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 60px; }
  .p-content7-sm-desc span {
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700; }

.p-kokusai-jigyou {
  position: relative;
  padding: 0px 60px 0px;
  margin-bottom: 65px;
  background: #fff;
  text-align: left; }

.p-kj-item {
  padding: 60px 0; }
  .p-kj-item img {
    margin-bottom: 15px; }

.p-kj-item:first-of-type {
  border-bottom: 2px solid #dcdcdc; }
  .p-kj-item:first-of-type img {
    width: 460px; }

.p-kj-item:last-of-type {
  padding-top: 40px; }

.p-kj-ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899;
  margin-bottom: 10px; }

.p-kj-item:last-of-type .p-kj-ttl {
  margin-top: -20px; }

.p-kj-desc {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 500; }

.p-jisseki {
  background: #fff;
  padding: 60px;
  text-align: left;
  margin-bottom: 80px; }

.p-jisseki-top {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1b4899; }

.p-jisseki-top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #1b4899; }

.p-jisseki-desc {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.p-jisseki-desc-margin {
  margin-bottom: 35px; }

.p-jisseki-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 35px;
  padding-top: 20px; }
  .p-jisseki-gallery img {
    width: 330px;
    height: 210px; }

.p-towebsite-box {
  position: relative; }

.p-website-link {
  position: absolute;
  bottom: 40px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 232px;
  height: 54px;
  color: #fff;
  background: linear-gradient(170deg, #1b4899 0%, #1b4899 50%, #093688 50%, #093688 100%);
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 26, 85, 0.4);
  z-index: 1; }

.p-website-link::before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 27px;
  height: 24px;
  background: url("../images/icn_link_navy.png") center no-repeat;
  background-size: 100% 100%; }

.p-website-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in;
  background: linear-gradient(170deg, #093688 0%, #093688 50%, #1b4899 50%, #1b4899 100%); }

.p-website-link:hover::after {
  opacity: 1; }

.p-towebsite-ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  white-space: nowrap; }

.p-towebsite-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: absolute;
  top: 120px;
  right: 35px;
  text-align: left; }

/*------------- .l-pagetop -------------*/
/*------------- .l-footer -------------*/
.l-footer {
  background: #3a3a3a;
  text-align: center;
  width: 100%;
  padding: 10px 0; }
  .l-footer p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #fff; }

@media screen and (max-width: 767px) {
  .l-content7 {
    padding-top: 12.66667vw;
    padding-bottom: 10vw; }

  .p-content7-bg {
    background: url("../images/bg_content7-ttl_sp.png") center no-repeat;
    background-size: 100% 100%; }

  .p-content7-sm-desc {
    font-size: 4.8vw;
    margin-bottom: 7.33333vw; }
    .p-content7-sm-desc span {
      font-size: 6.4vw;
      line-height: 1.8; }

  .p-kokusai-jigyou {
    padding: 0 4vw;
    margin-bottom: 9.33333vw; }

  .p-kj-item:first-of-type {
    border-bottom-width: 0.53333vw; }

  .p-kj-item:first-of-type img {
    width: 79.46667vw;
    height: 11.86667vw; }

  .p-kj-item:last-of-type img {
    width: 53.33333vw !important;
    height: 19.46667vw !important;
    margin-bottom: 0; }

  .p-kj-item:last-of-type .p-kj-ttl {
    margin-top: 0;
    margin-left: -1rem;
    text-indent: 1rem; }

  .p-kj-item {
    padding: 8.66667vw 0; }
    .p-kj-item img {
      margin-bottom: 4.66667vw; }

  .p-kj-item:last-of-type {
    padding-top: 6vw; }

  .p-kj-ttl {
    font-size: 5.33333vw;
    margin-bottom: 2vw; }

  .p-kj-desc {
    font-size: 4vw; }

  .p-jisseki {
    padding: 6.66667vw 5.33333vw 6.66667vw 4vw;
    margin-bottom: 10vw; }

  .p-jisseki-top {
    font-size: 4.26667vw;
    padding-left: 3.33333vw; }

  .p-jisseki-top::before {
    width: 1.46667vw; }

  .p-jisseki-desc {
    padding-left: 3.33333vw;
    font-size: 4vw;
    margin-bottom: 1.33333vw; }

  .p-jisseki-desc-margin {
    margin-bottom: 5.33333vw; }

  .p-jisseki-gallery {
    flex-direction: column;
    gap: 6vw 0;
    padding-top: 0; }
    .p-jisseki-gallery img {
      width: 100%;
      height: auto; }

  .p-towebsite-box {
    width: 92vw;
    margin: 0 auto; }

  .p-website-link {
    width: 54vw;
    height: 13.33333vw;
    font-size: 4.26667vw;
    padding: 3.33333vw 6vw;
    border-radius: 5px;
    bottom: 6.66667vw;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 1.33333vw 0px rgba(0, 26, 85, 0.4); }

  .p-website-link::before {
    width: 5.6vw;
    height: 5.06667vw;
    right: 7.33333vw; }

  .p-website-link::after {
    border-width: 0.4vw;
    border-radius: 0.8vw; }

  .p-towebsite-ttl {
    font-size: 5.33333vw;
    top: 2vw; }

  .p-towebsite-desc {
    font-size: 3.86667vw;
    width: calc( 100% - 10.66667vw );
    left: 50%;
    top: 58.66667vw;
    transform: translateX(-50%); }

  .l-footer {
    padding: 4vw 0; }
    .l-footer p {
      font-size: 2.66667vw; } }
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important; } }
@media all and (max-width: 767px) {
  .nosp {
    display: none !important; } }
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important; }

.fs49 {
  font-size: 4.9rem !important; }

.fs48 {
  font-size: 4.8rem !important; }

.fs47 {
  font-size: 4.7rem !important; }

.fs46 {
  font-size: 4.6rem !important; }

.fs45 {
  font-size: 4.5rem !important; }

.fs44 {
  font-size: 4.4rem !important; }

.fs43 {
  font-size: 4.3rem !important; }

.fs42 {
  font-size: 4.2rem !important; }

.fs41 {
  font-size: 4.1rem !important; }

.fs40 {
  font-size: 4rem !important; }

.fs39 {
  font-size: 3.9rem !important; }

.fs38 {
  font-size: 3.8rem !important; }

.fs37 {
  font-size: 3.7rem !important; }

.fs36 {
  font-size: 3.6rem !important; }

.fs35 {
  font-size: 3.5rem !important; }

.fs34 {
  font-size: 3.4rem !important; }

.fs33 {
  font-size: 3.3rem !important; }

.fs32 {
  font-size: 3.2rem !important; }

.fs31 {
  font-size: 3.1rem !important; }

.fs30 {
  font-size: 3rem !important; }

.fs29 {
  font-size: 2.9rem !important; }

.fs28 {
  font-size: 2.8rem !important; }

.fs27 {
  font-size: 2.7rem !important; }

.fs26 {
  font-size: 2.6rem !important; }

.fs25 {
  font-size: 2.5rem !important; }

.fs24 {
  font-size: 2.4rem !important; }

.fs23 {
  font-size: 2.3rem !important; }

.fs22 {
  font-size: 2.2rem !important; }

.fs21 {
  font-size: 2.1rem !important; }

.fs20 {
  font-size: 2rem !important; }

.fs19 {
  font-size: 1.9rem !important; }

.fs18 {
  font-size: 1.8rem !important; }

.fs17 {
  font-size: 1.7rem !important; }

.fs16 {
  font-size: 1.6rem !important; }

.fs15 {
  font-size: 1.5rem !important; }

.fs14 {
  font-size: 1.4rem !important; }

.fs13 {
  font-size: 1.3rem !important; }

.fs12 {
  font-size: 1.2rem !important; }

.fs11 {
  font-size: 1.1rem !important; }

.fs10 {
  font-size: 1rem !important; }

.fs9 {
  font-size: 0.9rem !important; }

.fs8 {
  font-size: 0.8rem !important; }

.fs7 {
  font-size: 0.7rem !important; }

.fs6 {
  font-size: 0.6rem !important; }

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.66667vw !important; }

  .spfs49 {
    font-size: 6.53333vw !important; }

  .spfs48 {
    font-size: 6.4vw !important; }

  .spfs47 {
    font-size: 6.26667vw !important; }

  .spfs46 {
    font-size: 6.13333vw !important; }

  .spfs45 {
    font-size: 6vw !important; }

  .spfs44 {
    font-size: 5.86667vw !important; }

  .spfs43 {
    font-size: 5.73333vw !important; }

  .spfs42 {
    font-size: 5.6vw !important; }

  .spfs41 {
    font-size: 5.46667vw !important; }

  .spfs40 {
    font-size: 5.33333vw !important; }

  .spfs39 {
    font-size: 5.2vw !important; }

  .spfs38 {
    font-size: 5.06667vw !important; }

  .spfs37 {
    font-size: 4.93333vw !important; }

  .spfs36 {
    font-size: 4.8vw !important; }

  .spfs35 {
    font-size: 4.66667vw !important; }

  .spfs34 {
    font-size: 4.53333vw !important; }

  .spfs33 {
    font-size: 4.4vw !important; }

  .spfs32 {
    font-size: 4.26667vw !important; }

  .spfs31 {
    font-size: 4.13333vw !important; }

  .spfs30 {
    font-size: 4vw !important; }

  .spfs29 {
    font-size: 3.86667vw !important; }

  .spfs28 {
    font-size: 3.73333vw !important; }

  .spfs27 {
    font-size: 3.6vw !important; }

  .spfs26 {
    font-size: 3.46667vw !important; }

  .spfs25 {
    font-size: 3.33333vw !important; }

  .spfs24 {
    font-size: 3.2vw !important; }

  .spfs23 {
    font-size: 3.06667vw !important; }

  .spfs22 {
    font-size: 2.93333vw !important; }

  .spfs21 {
    font-size: 2.8vw !important; }

  .spfs20 {
    font-size: 2.66667vw !important; }

  .spfs19 {
    font-size: 2.53333vw !important; }

  .spfs18 {
    font-size: 2.4vw !important; }

  .spfs17 {
    font-size: 2.26667vw !important; }

  .spfs16 {
    font-size: 2.13333vw !important; }

  .spfs15 {
    font-size: 2vw !important; }

  .spfs14 {
    font-size: 1.86667vw !important; }

  .spfs13 {
    font-size: 1.73333vw !important; }

  .spfs12 {
    font-size: 1.6vw !important; }

  .spfs11 {
    font-size: 1.46667vw !important; }

  .spfs10 {
    font-size: 1.33333vw !important; }

  .spfs9 {
    font-size: 1.2vw !important; }

  .spfs8 {
    font-size: 1.06667vw !important; }

  .spfs7 {
    font-size: 0.93333vw !important; }

  .spfs6 {
    font-size: 0.8vw !important; } }
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important; }

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

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

.fwb {
  font-weight: bold !important; }

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important; }

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

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

  .spfwb {
    font-weight: bold !important; } }
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important; }

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

.ml100 {
  margin-left: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

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

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

.ml90 {
  margin-left: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

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

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

.ml80 {
  margin-left: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

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

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

.ml70 {
  margin-left: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

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

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

.ml60 {
  margin-left: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

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

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

.ml50 {
  margin-left: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

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

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

.ml40 {
  margin-left: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

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

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

.ml30 {
  margin-left: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

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

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

.ml20 {
  margin-left: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

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

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

.ml10 {
  margin-left: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

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

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

.ml0 {
  margin-left: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.33333vw !important; }

  .spmb100 {
    margin-bottom: 13.33333vw !important; }

  .spml100 {
    margin-left: 13.33333vw !important; }

  .spmr100 {
    margin-right: 13.33333vw !important; }

  .spmt95 {
    margin-top: 12.66667vw !important; }

  .spmb95 {
    margin-bottom: 12.66667vw !important; }

  .spml95 {
    margin-left: 12.66667vw !important; }

  .spmr95 {
    margin-right: 12.66667vw !important; }

  .spmt90 {
    margin-top: 12vw !important; }

  .spmb90 {
    margin-bottom: 12vw !important; }

  .spml90 {
    margin-left: 12vw !important; }

  .spmr90 {
    margin-right: 12vw !important; }

  .spmt85 {
    margin-top: 11.33333vw !important; }

  .spmb85 {
    margin-bottom: 11.33333vw !important; }

  .spml85 {
    margin-left: 11.33333vw !important; }

  .spmr85 {
    margin-right: 11.33333vw !important; }

  .spmt80 {
    margin-top: 10.66667vw !important; }

  .spmb80 {
    margin-bottom: 10.66667vw !important; }

  .spml80 {
    margin-left: 10.66667vw !important; }

  .spmr80 {
    margin-right: 10.66667vw !important; }

  .spmt75 {
    margin-top: 10vw !important; }

  .spmb75 {
    margin-bottom: 10vw !important; }

  .spml75 {
    margin-left: 10vw !important; }

  .spmr75 {
    margin-right: 10vw !important; }

  .spmt70 {
    margin-top: 9.33333vw !important; }

  .spmb70 {
    margin-bottom: 9.33333vw !important; }

  .spml70 {
    margin-left: 9.33333vw !important; }

  .spmr70 {
    margin-right: 9.33333vw !important; }

  .spmt65 {
    margin-top: 8.66667vw !important; }

  .spmb65 {
    margin-bottom: 8.66667vw !important; }

  .spml65 {
    margin-left: 8.66667vw !important; }

  .spmr65 {
    margin-right: 8.66667vw !important; }

  .spmt60 {
    margin-top: 8vw !important; }

  .spmb60 {
    margin-bottom: 8vw !important; }

  .spml60 {
    margin-left: 8vw !important; }

  .spmr60 {
    margin-right: 8vw !important; }

  .spmt55 {
    margin-top: 7.33333vw !important; }

  .spmb55 {
    margin-bottom: 7.33333vw !important; }

  .spml55 {
    margin-left: 7.33333vw !important; }

  .spmr55 {
    margin-right: 7.33333vw !important; }

  .spmt50 {
    margin-top: 6.66667vw !important; }

  .spmb50 {
    margin-bottom: 6.66667vw !important; }

  .spml50 {
    margin-left: 6.66667vw !important; }

  .spmr50 {
    margin-right: 6.66667vw !important; }

  .spmt45 {
    margin-top: 6vw !important; }

  .spmb45 {
    margin-bottom: 6vw !important; }

  .spml45 {
    margin-left: 6vw !important; }

  .spmr45 {
    margin-right: 6vw !important; }

  .spmt40 {
    margin-top: 5.33333vw !important; }

  .spmb40 {
    margin-bottom: 5.33333vw !important; }

  .spml40 {
    margin-left: 5.33333vw !important; }

  .spmr40 {
    margin-right: 5.33333vw !important; }

  .spmt35 {
    margin-top: 4.66667vw !important; }

  .spmb35 {
    margin-bottom: 4.66667vw !important; }

  .spml35 {
    margin-left: 4.66667vw !important; }

  .spmr35 {
    margin-right: 4.66667vw !important; }

  .spmt30 {
    margin-top: 4vw !important; }

  .spmb30 {
    margin-bottom: 4vw !important; }

  .spml30 {
    margin-left: 4vw !important; }

  .spmr30 {
    margin-right: 4vw !important; }

  .spmt25 {
    margin-top: 3.33333vw !important; }

  .spmb25 {
    margin-bottom: 3.33333vw !important; }

  .spml25 {
    margin-left: 3.33333vw !important; }

  .spmr25 {
    margin-right: 3.33333vw !important; }

  .spmt20 {
    margin-top: 2.66667vw !important; }

  .spmb20 {
    margin-bottom: 2.66667vw !important; }

  .spml20 {
    margin-left: 2.66667vw !important; }

  .spmr20 {
    margin-right: 2.66667vw !important; }

  .spmt15 {
    margin-top: 2vw !important; }

  .spmb15 {
    margin-bottom: 2vw !important; }

  .spml15 {
    margin-left: 2vw !important; }

  .spmr15 {
    margin-right: 2vw !important; }

  .spmt10 {
    margin-top: 1.33333vw !important; }

  .spmb10 {
    margin-bottom: 1.33333vw !important; }

  .spml10 {
    margin-left: 1.33333vw !important; }

  .spmr10 {
    margin-right: 1.33333vw !important; }

  .spmt5 {
    margin-top: 0.66667vw !important; }

  .spmb5 {
    margin-bottom: 0.66667vw !important; }

  .spml5 {
    margin-left: 0.66667vw !important; }

  .spmr5 {
    margin-right: 0.66667vw !important; }

  .spmt0 {
    margin-top: 0vw !important; }

  .spmb0 {
    margin-bottom: 0vw !important; }

  .spml0 {
    margin-left: 0vw !important; }

  .spmr0 {
    margin-right: 0vw !important; } }
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important; }

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

.pl100 {
  padding-left: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

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

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

.pl90 {
  padding-left: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

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

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

.pl80 {
  padding-left: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

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

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

.pl70 {
  padding-left: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

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

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

.pl60 {
  padding-left: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

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

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

.pl50 {
  padding-left: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

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

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

.pl40 {
  padding-left: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

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

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

.pl30 {
  padding-left: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

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

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

.pl20 {
  padding-left: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

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

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

.pl10 {
  padding-left: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

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

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

.pl0 {
  padding-left: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.33333vw !important; }

  .sppb100 {
    padding-bottom: 13.33333vw !important; }

  .sppl100 {
    padding-left: 13.33333vw !important; }

  .sppr100 {
    padding-right: 13.33333vw !important; }

  .sppt95 {
    padding-top: 12.66667vw !important; }

  .sppb95 {
    padding-bottom: 12.66667vw !important; }

  .sppl95 {
    padding-left: 12.66667vw !important; }

  .sppr95 {
    padding-right: 12.66667vw !important; }

  .sppt90 {
    padding-top: 12vw !important; }

  .sppb90 {
    padding-bottom: 12vw !important; }

  .sppl90 {
    padding-left: 12vw !important; }

  .sppr90 {
    padding-right: 12vw !important; }

  .sppt85 {
    padding-top: 11.33333vw !important; }

  .sppb85 {
    padding-bottom: 11.33333vw !important; }

  .sppl85 {
    padding-left: 11.33333vw !important; }

  .sppr85 {
    padding-right: 11.33333vw !important; }

  .sppt80 {
    padding-top: 10.66667vw !important; }

  .sppb80 {
    padding-bottom: 10.66667vw !important; }

  .sppl80 {
    padding-left: 10.66667vw !important; }

  .sppr80 {
    padding-right: 10.66667vw !important; }

  .sppt75 {
    padding-top: 10vw !important; }

  .sppb75 {
    padding-bottom: 10vw !important; }

  .sppl75 {
    padding-left: 10vw !important; }

  .sppr75 {
    padding-right: 10vw !important; }

  .sppt70 {
    padding-top: 9.33333vw !important; }

  .sppb70 {
    padding-bottom: 9.33333vw !important; }

  .sppl70 {
    padding-left: 9.33333vw !important; }

  .sppr70 {
    padding-right: 9.33333vw !important; }

  .sppt65 {
    padding-top: 8.66667vw !important; }

  .sppb65 {
    padding-bottom: 8.66667vw !important; }

  .sppl65 {
    padding-left: 8.66667vw !important; }

  .sppr65 {
    padding-right: 8.66667vw !important; }

  .sppt60 {
    padding-top: 8vw !important; }

  .sppb60 {
    padding-bottom: 8vw !important; }

  .sppl60 {
    padding-left: 8vw !important; }

  .sppr60 {
    padding-right: 8vw !important; }

  .sppt55 {
    padding-top: 7.33333vw !important; }

  .sppb55 {
    padding-bottom: 7.33333vw !important; }

  .sppl55 {
    padding-left: 7.33333vw !important; }

  .sppr55 {
    padding-right: 7.33333vw !important; }

  .sppt50 {
    padding-top: 6.66667vw !important; }

  .sppb50 {
    padding-bottom: 6.66667vw !important; }

  .sppl50 {
    padding-left: 6.66667vw !important; }

  .sppr50 {
    padding-right: 6.66667vw !important; }

  .sppt45 {
    padding-top: 6vw !important; }

  .sppb45 {
    padding-bottom: 6vw !important; }

  .sppl45 {
    padding-left: 6vw !important; }

  .sppr45 {
    padding-right: 6vw !important; }

  .sppt40 {
    padding-top: 5.33333vw !important; }

  .sppb40 {
    padding-bottom: 5.33333vw !important; }

  .sppl40 {
    padding-left: 5.33333vw !important; }

  .sppr40 {
    padding-right: 5.33333vw !important; }

  .sppt35 {
    padding-top: 4.66667vw !important; }

  .sppb35 {
    padding-bottom: 4.66667vw !important; }

  .sppl35 {
    padding-left: 4.66667vw !important; }

  .sppr35 {
    padding-right: 4.66667vw !important; }

  .sppt30 {
    padding-top: 4vw !important; }

  .sppb30 {
    padding-bottom: 4vw !important; }

  .sppl30 {
    padding-left: 4vw !important; }

  .sppr30 {
    padding-right: 4vw !important; }

  .sppt25 {
    padding-top: 3.33333vw !important; }

  .sppb25 {
    padding-bottom: 3.33333vw !important; }

  .sppl25 {
    padding-left: 3.33333vw !important; }

  .sppr25 {
    padding-right: 3.33333vw !important; }

  .sppt20 {
    padding-top: 2.66667vw !important; }

  .sppb20 {
    padding-bottom: 2.66667vw !important; }

  .sppl20 {
    padding-left: 2.66667vw !important; }

  .sppr20 {
    padding-right: 2.66667vw !important; }

  .sppt15 {
    padding-top: 2vw !important; }

  .sppb15 {
    padding-bottom: 2vw !important; }

  .sppl15 {
    padding-left: 2vw !important; }

  .sppr15 {
    padding-right: 2vw !important; }

  .sppt10 {
    padding-top: 1.33333vw !important; }

  .sppb10 {
    padding-bottom: 1.33333vw !important; }

  .sppl10 {
    padding-left: 1.33333vw !important; }

  .sppr10 {
    padding-right: 1.33333vw !important; }

  .sppt5 {
    padding-top: 0.66667vw !important; }

  .sppb5 {
    padding-bottom: 0.66667vw !important; }

  .sppl5 {
    padding-left: 0.66667vw !important; }

  .sppr5 {
    padding-right: 0.66667vw !important; }

  .sppt0 {
    padding-top: 0vw !important; }

  .sppb0 {
    padding-bottom: 0vw !important; }

  .sppl0 {
    padding-left: 0vw !important; }

  .sppr0 {
    padding-right: 0vw !important; } }
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%; } }
