@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (max-width: 811px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 811px) {
  .u-mobile {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 811px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  -webkit-transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 811px) {
  a:hover {
    opacity: 1;
  }
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

@media screen and (max-width: 400px) {

body {
    font-size: 90%;
}

}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  margin-bottom: 20px;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
}

.about__inner {
  max-width: 720px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 811px) {
  .about__inner {
    padding: 0 40px;
  }
}

.about__body {
  display: grid;
  grid-template-columns: 22% auto;
  margin-top: 60px;
  gap: 30px;
}
@media screen and (max-width: 811px) {
  .about__body {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    margin-top: 45px;
    gap: 20px;
  }
}

@media screen and (max-width: 811px) {
  .about__image {
    text-align: center;
  }
}

@media screen and (max-width: 811px) {
  .about__image img {
    width: 30%;
    max-width: 200px;
    margin: auto;
  }
}

.about__text {
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 1px;
}
@media screen and (max-width: 811px) {
  .about__text {
    line-height: 1.8;
  }
}

.about__button {
  margin-top: 35px;
  text-align: center;
}

.activity {
  position: relative;
}

.activity__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: #F09235;
}
@media screen and (max-width: 811px) {
  .activity__bg {
    height: 31%;
  }
}

.activity__inner {
  max-width: 840px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 811px) {
  .activity__inner {
    padding: 0 40px;
  }
}

.activity__description {
  margin-top: 65px;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 811px) {
  .activity__description {
    margin-top: 40px;
  }
}

.activity__content {
  max-width: 1920px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 811px) {
  .activity__content {
    margin-top: 40px;
  }
}

.activity__lists {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}


.activity__list{}

@media screen and (max-width: 811px) {
  .activity__lists {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.activity__list a {
  overflow: hidden;
}

@media screen and (max-width: 1920px) {
  .activity__list:nth-child(2n) a {
    border-radius: 25px 0 0 25px;
  }
}
@media screen and (max-width: 811px) {
  .activity__list:nth-child(2n) a {
    width: 90%;
    margin-left: auto;
  }
}

@media screen and (max-width: 1920px) {
  .activity__list:nth-child(2n) a img {
    border-radius: 25px 0 0 25px;
  }
}

@media screen and (max-width: 1920px) {
  .activity__list:nth-child(2n+1) a {
    border-radius: 0 25px 25px 0;
  }
}
@media screen and (max-width: 811px) {
  .activity__list:nth-child(2n+1) a {
    width: 90%;
    margin-right: auto;
  }
}


.activity__list:nth-child(1) a,.activity__list:nth-child(3) a {
    background-color: #000;
    border-radius: 0 25px 25px 0;
}

.activity__list:nth-child(2) a,.activity__list:nth-child(4) a {
    background-color: #000;
    border-radius: 25px 0 0 25px;
}


.activity__list a img{
	opacity: 0.6;    /* カラーフィルタ効果の度合いを指定 */
    display: block;
}

@media screen and (max-width: 1920px) {
  .activity__list:nth-child(2n+1) a img {
    border-radius: 0 25px 25px 0;
  }
}

.activity__link {
  display: block;
  position: relative;
}

.activity__link::before {
  display: block;
  padding-top: 50%;
  content: "";
}

.activity__link-bg {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
          transform: translate(-50%, -50%);
  backface-visibility: hidden;
  white-space: nowrap;
  transition: all 0.3s;
}

.activity__link:hover .activity__link-bg {
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
          transform: translate(-50%, -50%) scale(1.05, 1.05);
}

.activity__link-title {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px 30px;
          transform: translate(-50%, -50%);
  border-radius: 28px;
  background-color: #fff;
  font-weight: bold;
  font-size: 112.5%;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 811px) {
  .activity__link-title {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .activity__link-title {
    font-size: 87.5%;
  }
}

.activity__link-title::before {
  display: inline-block;
  margin-right: 5px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #F09235;
  content: "";
}

.activity__list:hover .activity__link-title {
  color: #F09235;
}

.archiveList {
  display: grid;
  margin-top: 15px;
  gap: 15px;
}

img.attached_icon {
  width: 24px;
  height: 24px;
}

.auth_body {
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #F09235;
  border-radius: 15px;
}
.auth_body .p-login-form {
  display: grid;
  gap: 10px;
}
.auth_body label {
  display: inline-block;
  width: 100px;
}
.auth_body input[type=text],
.auth_body input[type=password] {
  width: 300px;
  padding: 3px 5px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
@media screen and (max-width: 811px) {
  .auth_body input[type=text],
.auth_body input[type=password] {
    width: 100%;
  }
}
.auth_body #loginsubmit {
  width: 150px;
  margin-top: 10px;
}

.autoConfirm {
  margin-top: 60px;
  padding: 20px;
  border: 2px solid orange;
  border-radius: 5px;
}

.autoConfirm .title-anq {
  font-weight: bold;
  text-align: center;
}

.autoConfirm .form-group {
  margin-top: 15px;
  text-align: center;
}

.autoConfirm .form-multi-fields-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 5px;
}

.autoConfirm .form-multi-fields-block label:nth-child(2) {
  margin-left: 5px;
}

.autoConfirm .btn {
  display: block;
  margin: 15px auto 0;
}

.autoConfirm .vote_finish {
  margin-top: 15px;
  color: #F09235;
  font-weight: bold;
  text-align: center;
}

.banner__inner {
  max-width: 910px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 811px) {
  .banner__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 400px) {
.banner__inner {
    font-size: 90%;
}
}

.banner__inner--bottom-border {
  padding-bottom: 60px;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (max-width: 811px) {
  .banner__inner--bottom-border {
    padding-bottom: 45px;
  }
}

.banner__body {
  margin-top: 70px;
}
@media screen and (max-width: 811px) {
  .banner__body {
    margin-top: 50px;
  }
}

.banner__lists {
  display: grid;
}

.banner__lists--border-top {
  padding-top: 65px;
  border-top: 1px solid #c4c4c4;
}
@media screen and (max-width: 811px) {
  .banner__lists--border-top {
    padding-top: 45px;
  }
}

.banner__lists-2 {
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin: auto;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .banner__lists-2 {
    grid-template-columns: auto;
    max-width: 320px;
  }
}

.banner__lists-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 650px;
  margin: auto;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .banner__lists-3 {
    grid-template-columns: auto;
    max-width: 220px;
  }
}

.banner__lists-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 811px) {
  .banner__lists-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: auto;
  }
}

.banner__list {
  text-align: center;
}

.banner__list-text {
  margin-top: 15px;
  letter-spacing: 0;
  text-align: left;
}

.blogSearch {
  margin-top: 20px;
}

.blogSearch input#search {
  width: 300px;
  padding: 3px 5px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .blogSearch input#search {
    width: 100%;
  }
}

.blogSearch .searchBtn {
  padding: 3px 8px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background: #F2F2F2;
}
@media screen and (max-width: 480px) {
  .blogSearch .searchBtn {
    margin-top: 10px;
  }
}

.blogSearch .hide {
  display: none;
}

.btn {
  -webkit-transition: all 0.3s;
  padding: 10px 15px;
  border: 2px solid #F09235;
  border-radius: 5px;
  background: #F09235;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

.button {
  -webkit-transition: all 0.3s;
  display: inline-block;
  z-index: 0;
  position: relative;
  width: 130px;
  padding: 8px;
  overflow: hidden;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 87.5%;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 811px) {
  .button {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.button--contact::before,
.button--contact::after,
.button--large::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.button--contact::before,
.button--large::before {
  -webkit-transition: all 0.2s;
  background: #F09235;
  transition: all 0.2s;
}

.button--contact::after {
  z-index: -2;
  background: #F09235;
}

.button--contact:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(241, 80, 41, .6);
          box-shadow: 0px 0px 10px 0px rgba(241, 80, 41, .6);
}

.button--contact:hover::before {
  opacity: 0;
}

.button--en {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.button--en::before,
.button--en::after {
  content: none;
}

.button--en-sp {
  width: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button--detail,
.button--detail-clear {
  position: relative;
  width: 125px;
  padding-left: 20px;
  border: 2px solid #F09235;
  background: #fff;
  color: #000;
  text-align: start;
}
@media screen and (max-width: 811px) {
  .button--detail,
.button--detail-clear {
    width: 115px;
    padding-left: 15px;
  }
}

.button--detail {
  border: 1px solid #000;
}

.button--detail-clear {
  border: 1px solid #F09235;
  background: #fff;
  color: #000;
}

.button--detail::after,
.button--detail-clear::after {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
          transform: translateY(-50%);
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #f09135;
  content: "";
  transition: all 0.3s;
}
@media screen and (max-width: 811px) {
  .button--detail::after,
.button--detail-clear::after {
    right: 10px;
  }
}

.button--detail:hover::after,
.button--detail-clear:hover::after {
  right: 12px;
}
@media screen and (max-width: 811px) {
  .button--detail:hover::after,
.button--detail-clear:hover::after {
    right: 5px;
  }
}

.button--detail:hover,
.button--detail-clear:hover {
  color: #F09235;
}

.button--large {
  position: relative;
  width: 270px;
  padding: 18px 0 18px 30px;
  border-radius: 30px;
  font-size: 100%;
  text-align: start;
}
@media screen and (max-width: 1024px) {
  .button--large {
    width: 230px;
    padding: 13px 0 13px 25px;
    font-size: 100%;
  }
}

.button--large::after {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
          transform: translateY(-50%);
  border-width: 7.5px 0 7.5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .button--large::after {
    right: 20px;
    border-width: 5px 0 5px 6px;
  }
}

.button--large:hover::after {
  right: 25px;
}
@media screen and (max-width: 1024px) {
  .button--large:hover::after {
    right: 15px;
  }
}

.cate-head {
  position: relative;
  padding: 100px 20px;
  background-size: 1000px 500px;
}
@media screen and (max-width: 1024px) {
  .cate-head {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.cate-head__bg {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .cate-head__bg {
    width: 100px;
  }
}
@media screen and (max-width: 811px) {
  .cate-head__bg {
    left: 20px;
    width: 75px;
  }
}

.cate-head__inner {
  display: grid;
  place-items: center;
}

.cate-head__title {
  display: block;
  z-index: 1;
  padding: 10px 50px;
  border: 2px solid #f09135;
  border-radius: 50px;
  background: #fff;
  font-weight: bold;
  font-size: 187.5%;
}







.cate-head__description {
  max-width: 940px;
  margin: auto;
  margin-top: 20px;
  padding: 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cate-head__description {
    padding: 0;
  }
}

.contact {
  background: #000;
}

.contact__inner {
  max-width: 920px;
  margin: auto;
  padding: 0 20px;
}

.contact__lists {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
          justify-content: center;
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 811px) {
  .contact__lists {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 730px) {
  .cate-head__title {
    padding: 5px 25px;
    font-size: 125%;
  }
}

@media screen and (max-width: 480px) {
.cate-head {
    padding: 70px 65px;
    font-size: 120%;
    text-align: center;
}

.cate-head__title {
    padding: 10px 15px;
    font-size: 110%;
    line-height: 140%;
	border-radius: 8px;
}
}

#content-inner {
  max-width: 940px;
  margin: auto;
  padding: 60px 20px;
}
@media screen and (max-width: 1024px) {
  #content-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  #content-inner {
    padding: 40px 25px;
  }
}

.content-page #content-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: grid;
  grid-template-columns: auto 300px;
          align-items: flex-start;
  max-width: 1140px;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .content-page #content-inner {
    grid-template-columns: auto;
    gap: 45px;
  }
}

.content__tags {
  margin-top: 20px;
}

.contentHeader {
  margin-bottom: 45px;
}

.contentTitle h1 {
  font-weight: bold;
    font-size: 187.5%;
    padding-bottom: 10px;
    border-bottom: 4px dotted #f09135;
}

@media screen and (max-width: 480px) {
.contentHeader {
    margin-bottom: 25px;
}

.contentTitle h1 {
    font-size: 160%;
    padding-bottom: 4px;
}

}

.contentTitle .date {
  margin-top: 5px;
  text-align: right;
}

.contentDescription {
  margin-top: 10px;
}

.entry {
  -webkit-transition: all 0.3s;
  padding: 20px;
  border: 1px solid #F09235;
  border-radius: 5px;
  transition: all 0.3s;
}

/* .entry:hover {
  background: #FFF3E7;
  color: #F09235;
} */

.entryMeta {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
@media screen and (max-width: 811px) {
  .entryMeta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            flex-direction: column;
            align-items: baseline;
  }
}



.entryDate {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 87.5%;
  line-height: 1;
}

.entryCategory {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          order: 2;
  margin-left: 10px;
}
@media screen and (max-width: 811px) {
  .entryCategory {
    margin-left: 0;
  }
}

.entryCategory a:nth-child(n+2) {
  display: block;
  padding: 3px 15px;
  border-radius: 11px;
  background: #F09235;
  color: #fff;
  font-weight: bold;
  font-size: 62.5%;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 811px) {
  .entryCategory a:nth-child(n+2) {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.entryCategory a:nth-child(n+3) {
  margin-left: 5px;
}

.entryCategory a:nth-child(n+2).info-cat2 {
  background: #14a6a3;
}

.entryCategory a:nth-child(n+2).info-cat1 {
  background: #118cd0;
}

.entryCategory a:nth-child(n+2).info-cat5 {
  background: #008800;
}

.entryCategory a:nth-child(n+2).info-cat6 {
  background: #C58EEA;
}

.entryTitle {
  margin-top: 15px;
  font-weight: bold;
}

.entryTitle a {
  text-decoration: underline;
}

.entryTitle a:hover {
  color: #F09235;
  text-decoration: none;
}

.entryCategory .hide {
  display: none;
}

.entryTags {
  margin-top: 10px;
}
@media screen and (max-width: 811px) {
  .entryTags {
    margin-top: 0;
  }
}

.entry .excerpt {
  margin-top: 10px;
  font-size: 87.5%;
}

.withThumb {
  display: grid;
  grid-template-columns: auto 130px;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .withThumb {
    grid-template-columns: auto;
    gap: 10px;
  }
  .withThumb .entrySummary,
.withThumb header {
    display: contents;
  }
  .withThumb .entryPhoto {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .withThumb .entryPhoto img {
    width: 200px;
  }
  .withThumb .entryMeta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            flex-direction: row;
            align-items: center;
            order: 2;
  }
  .withThumb .entryDate {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .withThumb .entryCategory {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    margin-left: 10px;
  }
  .withThumb .entryTitle {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }
  .withThumb .excerpt {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .withThumb .entryTags {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.entryLecture {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 20px;
}
@media screen and (max-width: 811px) {
  .entryLecture {
    grid-template-columns: auto;
  }
  .entryLecture .licturesIcon {
    text-align: center;
  }
}
.entryLecture .entryTitle {
  margin-top: 0;
}
.entryLecture .entryTags {
  margin-top: 15px;
}

.entryLink {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 20px;
}
@media screen and (max-width: 811px) {
  .entryLink {
    grid-template-columns: auto;
  }
  .entryLink .licturesIcon {
    text-align: center;
  }
  .entryLink .licturesIcon img {
    width: 130px;
  }
}
.entryLink header {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  grid-template-columns: 90px auto auto;
          align-items: center;
  gap: 5px;
}
.entryLink .entryCategory {
  margin-left: 0;
}
.entryLink .entryTitle {
  grid-column: 1/4;
  margin-top: 0;
}
.entryLink .provider {
  margin-top: 10px;
}
.entryLink .tags {
  margin-top: 10px;
}

.footer__top {
  background: #FBEBB9;
}
@media screen and (max-width: 480px) {
  .footer__top {
    display: none;
  }
}

.footer__top-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__top-inner {
    gap: 20px;
  }
}
@media screen and (max-width: 811px) {
  .footer__top-inner {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
    max-width: 600px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .footer__top-inner {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 811px) {
  .footer__block:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(55% - 10px);
  }

  .footer__block:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(55% - 10px);
  }

  .footer__block:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(45% - 10px);
  }

  .footer__block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: calc(45% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .footer__block:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .footer__block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }

  .footer__block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }

  .footer__block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
}
.footer__list a:hover {
  color: #F09235;
}

.footer__list--title {
  font-weight: bold;
}

.footer__list--title:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .footer__list--title:not(:first-child) {
    margin-top: 20px;
  }
}

.footer__sub-lists {
  display: grid;
  margin-top: 15px;
  gap: 8px;
}
@media screen and (max-width: 811px) {
  .footer__sub-lists {
    margin-top: 12px;
  }
}

.footer__sub-list {
  position: relative;
  margin-left: 15px;
}

.footer__sub-list::before {
  position: absolute;
  left: -15px;
  content: "・";
}

.footer__sub-list a:hover {
  color: #F09235;
}

.footer__bottom {
  background: #F09235;
}

.footer__bottom-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: grid;
          justify-content: center;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 811px) {
  .footer__bottom-inner {
    max-width: 400px;
    padding: 0 40px;
  }
}

.footer__contents {
  display: inline-grid;
  grid-template-columns: repeat(4, auto);
  margin: auto;
  gap: 10px;
}
@media screen and (max-width: 811px) {
  .footer__contents {
    grid-template-columns: auto;
    width: 100%;
    gap: 0;
  }
}

.footer__content {
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: 0;
}
@media screen and (max-width: 811px) {
  .footer__content {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
}

.footer__content:not(:first-child) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 811px) {
  .footer__content:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    border-left: none;
  }
}

.footer__logo {
  max-width: 300px;
  margin: 35px auto 0;
}

.footer__copyright {
  margin-top: 30px;
  color: #fff;
  font-size: 62.5%;
  letter-spacing: 0;
  text-align: center;
}

.form_base_view .form-group:not(:first-child) {
  margin-top: 10px;
}

.form-multi-fields-block {
  display: block;
  margin: 0.25rem 0 0;
}

input[type="checkbox"] {
  margin: 0 0.5rem 0 0;
}

.form_base_view .btn {
  margin-top: 20px;
}

.form_base_view textarea {
  height: 200px;
}

.required_icon {
  color: #F09235;
}

.form_base_view .label-list {
  font-weight: bold;
}

.form_base_view .enquete-button-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: grid;
  grid-template-columns: auto auto;
          justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.b-red {
  color: red;
  font-weight: bold;
}

.hamburger {
  position: relative;
  padding: 30px;
  background-color: #000;
}

.hamburger__line {
  -webkit-transition: all 0.3s;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 2px;
  min-height: 2px;
  margin: auto;
  border-radius: 0.0625rem;
  background-color: #fff;
  font-size: 0;
  transition: all 0.3s;
}

.hamburger__line::before,
.hamburger__line::after {
  -webkit-transition: all 0.3s;
  position: inherit;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.0625rem;
  background-color: inherit;
  content: "";
  transition: all 0.3s;
}

.hamburger__line::before {
  top: 8px;
  top: 0.5rem;
}

.hamburger__line::after {
  top: -8px;
  top: -0.5rem;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}
.hamburger[aria-expanded=true] .hamburger__line::before,
.hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  background-color: #fff;
}
.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-transition: all 0.3s;
  display: grid;
  grid-template-columns: auto auto;
          align-items: flex-end;
          justify-content: space-between;
  padding: 20px 25px 25px 25px;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    z-index: 100;
  }
}

.header__logo img {
  -webkit-transition: width 0.3s;
  width: 350px;
  transition: width 0.3s;
}
@media screen and (max-width: 1200px) {
  .header__logo img {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 200px;
  }
}

.header__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__content {
    -webkit-transition: all 0.3s;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: grid;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: repeat(2, 1fr);
            align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 80px 40px 0;
    gap: 40px;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 811px) {
  .header__content {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding: 80px 40px 40px;
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header__content[aria-hidden=false] {
    visibility: visible;
    z-index: 90;
    overflow-y: auto;
    opacity: 1;
  }
}

.header__links {
  display: grid;
  position: relative;
  grid-template-columns: auto auto 38px;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .header__links {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    grid-template-columns: auto;
            align-items: baseline;
            order: 2;
  }
}

.header__search {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header__search {
    display: none;
  }
}

.header__search-form {
  -webkit-transition: all 0.3s;
  visibility: hidden;
  position: absolute;
  right: -20px;
  bottom: -53px;
  margin: 5px;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__search-form {
    -webkit-transition: none;
    z-index: 10;
    position: fixed;
    top: 100px;
    right: 100px;
    transition: none;
  }
}

.header__content[aria-hidden=false] .header__search-form {
  -webkit-transition: none;
  -webkit-box-shadow: none;
  visibility: visible;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
          box-shadow: none;
  opacity: 1;
  transition: none;
}

.header__content[aria-hidden=false] .header__search-form form {
  width: 100%;
}

.header__content[aria-hidden=false] .header__search-form input[type=text] {
  width: calc(100% - 50px);
}

/* .header__search:hover + .header__search-form,
.header__search-form:hover { */
.header__search-form.isOpen {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

.header__nav {
  -webkit-transition: all 0.3s;
  margin-top: 18px;
  transition: all 0.3s;
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__list {
  position: relative;
}

.header__list a,
.header__list span {
  -webkit-transition: all 0.3s;
  position: relative;
  padding: 0 10.5px;
  font-weight: bold;
  font-size: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .header__list a,
.header__list span {
    font-size: 87.5%;
  }
}

.header__list:hover > a,
.header__list:hover > span {
  color: #F09235;
}
@media screen and (max-width: 1024px) {
  .header__list:hover > a,
.header__list:hover > span {
    color: #000;
  }
}

@media screen and (max-width: 1024px) {
  .header__list a::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
            transform: translateY(-50%);
    content: "\f138";
    color: #F09235;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
  }
}

@media screen and (max-width: 1024px) {
  .header__list > a,
.header__list > span {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
  }
}

@media screen and (max-width: 1024px) {
  .header__list > a:hover {
    background: #F2F2F2;
  }
}

.header__list + .header__list::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 57%;
  left: 0;
  width: 1px;
  height: 14px;
          transform: translateY(-50%);
  background-color: #000;
  content: "";
}
@media screen and (max-width: 1024px) {
  .header__list + .header__list::before {
    content: none;
  }
}

.header__sub-lists {
  -webkit-transition: all 0.15s;
  -webkit-transform: translateY(-5px);
  visibility: hidden;
  position: absolute;
  width: 230px;
          transform: translateY(-5px);
  opacity: 0;
  transition: all 0.15s;
}
@media screen and (max-width: 1024px) {
  .header__sub-lists {
    -webkit-transform: translateY(0);
    position: relative;
    width: 100%;
            transform: translateY(0);
    border-bottom: 1px solid #c4c4c4;
  }
}

@media screen and (max-width: 1024px) {
  .header__content[aria-hidden=false] .header__sub-lists {
    visibility: visible;
    opacity: 1;
  }
}

.header__list:hover .header__sub-lists {
  -webkit-transform: translateY(0px);
  -webkit-transition: all 0.15s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(196, 196, 196, .75);
  visibility: visible;
          transform: translateY(0px);
          box-shadow: 0px 0px 2px 0px rgba(196, 196, 196, .75);
  opacity: 1;
  transition: all 0.15s;
}
@media screen and (max-width: 1024px) {
  .header__list:hover .header__sub-lists {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header__sub-lists li a {
  display: block;
  position: relative;
  padding: 10px 25px 10px 15px;
  background: #fff;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .header__sub-lists li a {
    padding-left: 20px;
    background: #fff;
    color: #000;
  }
}

.header__sub-lists li a:hover {
  background: #fff;
  color: #F09235;
}
@media screen and (max-width: 1024px) {
  .header__sub-lists li a:hover {
    background: #F2F2F2;
  }
}

.header__sub-lists li a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  content: "\f138";
  color: #F09235;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.header__sub-lists li:not(:first-child) {
  border-top: 1px solid #F2F2F2;
}

.header__list:last-child .header__sub-lists {
  left: -80px;
  width: 230px;
}
@media screen and (max-width: 1200px) {
  .header__list:last-child .header__sub-lists {
    left: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .header__list:last-child .header__sub-lists {
    left: 0;
    width: 100%;
  }
}

.is-change .header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, .75);
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
          box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, .75);
}
@media screen and (max-width: 1024px) {
  .is-change .header__inner {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.is-change .header__logo img {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .is-change .header__logo img {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .is-change .header__logo img {
    width: 200px;
  }
}

.is-change .header__nav {
  margin-top: 10px;
}

.header__sp-content {
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__sp-content {
    display: block;
  }
}

.header__sp-content-button {
  position: fixed;
  top: 13px;
  right: 135px;
}
@media screen and (max-width: 480px) {
  .header__sp-content-button {
    right: 75px;
  }
}

.header__sp-search {
  position: fixed;
  top: 0;
  right: 60px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 480px) {
  .header__sp-search {
    -webkit-transition: all 0.5s;
    top: 60px;
    right: 0;
    overflow: hidden;
    border-bottom-left-radius: 12px;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 480px) {
  .is-change .header__sp-search {
    overflow: hidden;
    opacity: 0;
  }
}

.header__sp-search-form.search {
  -webkit-transition: all 0.3s;
  visibility: hidden;
  position: absolute;
  right: -10px;
  bottom: -82px;
  width: 340px;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .header__sp-search-form.search {
    right: 50px;
    width: calc(100vw - 60px);
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header__sp-search-form[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.is-change .header__sp-search-form {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .header__sp-search-form.search input[type=text] {
    width: calc(100vw - 120px);
  }
}

.header__hamburger {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .header__hamburger {
    display: block;
  }
}

.hero {
  position: relative;
}

.hero__bg {
  z-index: 0;
  position: absolute;
  width: 70%;
  height: 91.5%;
  border-radius: 0 30px 0 0;
  background: url(/theme/sn-default/images/common/stripe.jpg);
  background-size: cover;
}
@media screen and (max-width: 811px) {
  .hero__bg {
    width: 80%;
    height: 71.5%;
  }
}

.hero__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
          justify-content: flex-end;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 1920px) {
  .hero__inner {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 811px) {
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-start;
  }
}

.hero__copy {
  z-index: 2;
  position: absolute;
  top: 15%;
  left: 4%;
  width: 32.5%;
}
@media screen and (max-width: 811px) {
  .hero__copy {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: -20%;
  }
}

@media screen and (max-width: 811px) {
  .hero__copy img {
    display: block;
    width: calc(100% - 70px);
    max-width: 600px;
    margin: auto;
  }
}

.hero__slide {
  z-index: 1;
  width: 70%;
  margin-top: 50px;
}
@media screen and (max-width: 811px) {
  .hero__slide {
    width: calc(100% - 40px);
    max-width: 600px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
  }
}

.hero__slide .swiper {
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 1920px) {
  .hero__slide .swiper {
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 811px) {
  .hero__slide .swiper {
   border-radius: 30px 0 0 30px;
  }
}

.hero__slide .swiper-slide {
  position: relative;
}

.hero__slide .swiper-slide::before {
  display: block;
  padding-top: 60%;
  content: "";
}

.hero__slide .swiper-slide img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  object-fit: cover;
          transform: translate(-50%, -50%);
}

dl.summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.summary dt {
  margin-right: 30px;
}

.top-category_ict-conference .contentBody table th,
.top-category_ict-conference .contentBody table td {
  border: 1px solid #c4c4c4;
}

.top-category_ict-conference table td:first-child {
  background: #F2F2F2;
  font-weight: bold;
}

.top-category_ict-conference .ict-conference-list-lead {
  margin: 0 0 2.0rem;
}
.top-category_ict-conference .ict-conference-list-lead>*:first-child {
  margin-top: 0;
}
.top-category_ict-conference .ict-conference-list-lead>*:last-child {
  margin-bottom: 0 !important;
}

.ict-entry-form-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 430px;
  margin: 2em auto;
  padding: 25px 10px;
  border-radius: 10px;
  background: #F09235;
  color: #fff !important;
  font-weight: bold;
  font-size: 150%;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
}

.internet {
  background: #FBEBB9;
  background-size: 15px 15px;
}

.internet__inner {
  max-width: 840px;
  margin: auto;
  padding: 0 20px;
}

.internet__links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .internet__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 811px) {
  .internet__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            flex-direction: column;
            align-items: center;
  }
}

#lay-preview-mode-notice {
  -webkit-transform: translateX(-50%);
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 580px;
  margin: 0 0 -26px 30px;
  padding: 10px 5px;
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  background: rgba(0, 0, 0, .8);
  color: #f80000;
  text-align: center;
}

#lay-preview-mode-notice p {
  font-weight: bold;
  font-size: 14px;
}

#lay-preview-mode-notice a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  position: relative;
  grid-template-columns: 60px auto;
          align-items: center;
  width: 380px;
  padding: 22px 25px;
  gap: 15px;
  border-radius: 18px;
  background-color: #F09235;
  color: #fff;
  font-weight: bold;
  font-size: 137.5%;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .link {
    grid-template-columns: 45px auto;
    width: 300px;
    padding: 16px 18px;
    font-size: 112.5%;
  }
}

.link::after {
  -webkit-transition: all 0.2s;
  position: absolute;
  right: 30px;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .link::after {
    right: 20px;
  }
}

.link:hover::after {
  right: 25px;
}

.link--white {
  padding-top: 24px;
  padding-bottom: 24px;
  border: 2px solid #F09235;
  background-color: #fff;
  color: #000;
  font-size: 143.75%;
}
@media screen and (max-width: 1024px) {
  .link--white {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 112.5%;
  }
}

.link--white::after {
  right: 20px;
  border-color: transparent transparent transparent #F09235;
}

.contentBody .mixed ul {
  display: grid;
  gap: 20px;
}
.contentBody .mixed ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  grid-template-columns: 90px 100px auto;
          align-items: center;
  padding-bottom: 20px;
  gap: 15px;
  border-bottom: 1px solid #f2f2f2;
  text-indent: 0;
}
@media screen and (max-width: 811px) {
  .contentBody .mixed ul li {
    gap: 10px;
  }
}
.contentBody .mixed li::before {
  content: none;
}
.contentBody .mixed li .date {
  font-size: 87.5%;
}
.contentBody .mixed .list-category-mark {
  display: inline-block;
  padding: 1px 3px;
  border-radius: 11px;
  background-color: #fe7e21;
  color: #fff;
  font-weight: bold;
  font-size: 62.5%;
  letter-spacing: 0;
  text-align: center;
}
.contentBody .mixed li .title {
  line-height: 1.6;
}
@media screen and (max-width: 811px) {
  .contentBody .mixed li .title {
    grid-row: 2/3;
    grid-column: 1/4;
  }
}
.contentBody .mixed li .title a {
  color: #000;
  font-size: 87.5%;
}

.news {
  background: #FCF6F1;
}

.news__inner {
  max-width: 920px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 811px) {
  .news__inner {
    padding: 0 40px;
  }
}

.news__body {
  margin-top: 60px;
}

.news__lists {
  display: grid;
  gap: 54px;
}
@media screen and (max-width: 811px) {
  .news__lists {
    gap: 20px;
  }
}

.news__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: grid;
  grid-template-columns: 90px 100px auto;
          align-items: start;
  gap: 10px;
}
@media screen and (max-width: 811px) {
  .news__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
    grid-template-rows: auto auto;
            align-items: center;
  }
}

@media screen and (max-width: 811px) {
  .news__list:not(:first-child) {
    padding-top: 20px;
    border-top: 2px solid #F2F2F2;
  }
}

.news__list .date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: bold;
  letter-spacing: 0;
}

.news__list .list-category-mark {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 3px;
  border-radius: 11px;
  background-color: #F09235;
  color: #fff;
  font-weight: bold;
  font-size: 75%;
  letter-spacing: 0;
  text-align: center;
}

.news__list .list-category-mark.list-category-news_report {
  background-color: #14a6a3;
}

.news__list .list-category-mark.list-category-other {
  background-color: #008800;
}

.news__list .list-category-mark.list-category-other {
  background-color: #118cd0;
}

.news__list .list-category-mark.list-category-good-net-news {
  background-color: #C58EEA;
}

.news__list .title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 5px;
}
@media screen and (max-width: 811px) {
  .news__list .title {
    grid-row: 2/3;
    grid-column: 1/4;
    margin-left: 0;
  }
}

.news__list .title:hover {
  color: #F09235;
}

.news__list .title a {
  font-weight: bold;
  text-decoration: underline;
}

.news__list .title a:hover {
  text-decoration: none;
}

.news__list .new {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  background: red;
  color: white;
  font-size: 80%;
  line-height: 1;
}

.news__button {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 811px) {
  .news__button {
    margin-top: 40px;
  }
}

.page-top {
  -webkit-transition: all 0.3s;
  visibility: hidden;
  z-index: 9;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: all 0.3s;
}

.page-top.is-show {
  visibility: visible;
  opacity: 1;
}

.page {
  margin-top: 20px;
  text-align: right;
}

#main > .pageList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 811px) {
  #main > .pageList {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

#main > .pageList .pagelist-item {
  -webkit-transition: all 0.3s;
	overflow: hidden;
    /* border: 2px solid #F09235; */
    border-radius: 7px;
    transition: all 0.3s;
    background: #FBEBB9;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

#main > .pageList .pagelist-item:hover {
  border-color: #F09235;
}

#main > .pageList .pagelist-item .thumb a {
  display: block;
  position: relative;
  width: 100%;
}

#main > .pageList .pagelist-item .thumb a::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

#main > .pageList .pagelist-item .thumb a img {
  -o-object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
          transform: translate(-50%, -50%);
}

#main > .pageList .pagelist-item .title a {
  -webkit-transition: all 0.2s;
  display: block;
  position: relative;
  height: 100%;
  padding: 20px 30px 20px 20px;
  font-weight: bold;
  font-size: 125%;
  transition: all 0.2s;
}
@media screen and (max-width: 811px) {
  #main > .pageList .pagelist-item .title a {
    padding: 15px 30px 15px 20px;
    font-size: 100%;
  }
}

#main > .pageList .pagelist-item .title a:hover {
  background: #FFF3E7;
  color: #F09235;
}

#main > .pageList .pagelist-item .title a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
          transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #F09235;
  content: "";
}

.contentBody + .pageList {
  margin-top: 30px;
}

#main > .pageList.current-category_springevent {
  grid-template-columns: 100%;
  gap: 20px;
}

.pagination {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 811px) {
  .pagination {
    margin-top: 15px;
  }
}

.pagination .page {
  margin-top: 0;
}
@media screen and (max-width: 811px) {
  .pagination .page {
    margin-top: 15px;
  }
}

.pagination span a {
  -webkit-transition: all 0.2s;
  display: block;
  min-width: 45px;
  padding: 10px;
  border: 1px solid #F09235;
  border-radius: 3px;
  color: #F09235;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (max-width: 811px) {
  .pagination span a {
    min-width: 35px;
    padding: 8px 5px;
    font-size: 75%;
  }
}

.pagination span a:hover {
  background: #FFF3E7;
}

.pagination .current {
  display: block;
  min-width: 45px;
  padding: 10px;
  border: 1px solid #F09235;
  border-radius: 3px;
  background-color: #F09235;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 811px) {
  .pagination .current {
    min-width: 35px;
    padding: 8px 5px;
    font-size: 75%;
  }
}

.pagination .gap {
  color: #F09235;
}

.pagination span + span {
  margin-left: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 811px) {
  .pagination span + span {
    margin-top: 15px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 811px) {
  .pagination span:first-child {
    margin-top: 15px;
    margin-left: 10px;
  }
}

.pankuzu {
  padding: 10px 20px;
  background: #F09235;
}

.pankuze_list_items {
  color: #fff;
  font-weight: bold;
  font-size: 75%;
}

.partner {
  padding-bottom: 120px;
  border-bottom: 2px solid #F09235;
}
@media screen and (max-width: 811px) {
  .partner {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 400px) {

.partner {
    padding-bottom: 20px;
    border-bottom: none;
}
}

.partner__inner {
  position: relative;
  max-width: 1070px;
  margin: auto;
  padding: 0 9% 0;
  background-color: #FBEBB9;
}
@media screen and (max-width: 811px) {
  .partner__inner {
    padding: 0 40px;
  }
}

.partner__title {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: relative;
  top: -35px;
  left: 50%;
  padding: 20px 100px;
          transform: translateX(-50%);
  border-radius: 38px;
  background: #F09235;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
}
@media screen and (max-width: 811px) {
  .partner__title {
    top: -24px;
    padding: 10px 30px;
    font-size: 112.5%;
  }
}

.partner__text {
  margin-top: 10px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 811px) {
  .partner__text {
    line-height: 1.7;
  }
}

.partner__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  gap: 30px;
}
@media screen and (max-width: 811px) {
  .partner__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
            justify-content: center;
  }
}

.partner__news-inner {
  max-width: 1070px;
  margin: auto;
  padding: 70px 9% 70px;
  background-color: #FBEBB9;
}
@media screen and (max-width: 811px) {
  .partner__news-inner {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
}

.partner__news-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  font-weight: bold;
  font-size: 137.5%;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 811px) {
  .partner__news-title {
    font-size: 112.5%;
  }
}

.partner__news-title::before,
.partner__news-title::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 余白を分け与える */
  height: 1px;
  background: #F09235;
  content: "";
}

.partner__news-title::before {
  margin-right: 60px;
}
@media screen and (max-width: 811px) {
  .partner__news-title::before {
    margin-right: 30px;
  }
}

.partner__news-title::after {
  margin-left: 60px;
}
@media screen and (max-width: 811px) {
  .partner__news-title::after {
    margin-left: 30px;
  }
}

.partner__news-slide {
  position: relative;
  margin-top: 45px;
  padding: 0 10px;
}
@media screen and (max-width: 811px) {
  .partner__news-slide {
    padding: 0;
  }
}

.partner__news-slide .thumb a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.partner__news-slide .thumb a::before {
  display: block;
  padding-top: 66%;
  content: "";
}

.partner__news-slide .thumb a img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
          transform: translate(-50%, -50%);
}

.partner__news-slide .swiper-button-prev,
.partner__news-slide .swiper-button-next {
  z-index: 9;
  top: 38%;
  color: #F09235;
}
@media screen and (max-width: 811px) {
  .partner__news-slide .swiper-button-prev,
.partner__news-slide .swiper-button-next {
    display: none;
  }
}

.partner__news-slide .swiper-button-prev {
  left: -35px;
}

.partner__news-slide .swiper-button-next {
  right: -35px;
}

.partner__news-slide .swiper-button-prev::after,
.partner__news-slide .swiper-button-next::after {
  font-size: 200%;
}

.partner__news-slide .title {
  padding: 15px 0;
  font-weight: bold;
}

.partner__news-slide .title a {
  text-decoration: underline;
}

.partner__news-slide .thumb:hover + .title a,
.partner__news-slide .title:hover a {
  color: #F09235;
  text-decoration: none;
}

.partner__button {
  margin-top: 30px;
  text-align: center;
}

#partners + .pageList {
  margin-top: 30px;
}

.pickup__inner {
  max-width: 920px;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 811px) {
  .pickup__inner {
    padding: 0;
  }
}

.pickup__slide {
  position: relative;
  margin-top: 50px;
}

.pickup__slide .swiper-button-next,
.pickup__slide .swiper-button-prev {
  top: 37%;
  color: #F09235;
}
@media screen and (max-width: 811px) {
  .pickup__slide .swiper-button-next,
.pickup__slide .swiper-button-prev {
    display: none;
  }
}

.pickup__slide .swiper-button-prev {
  left: -50px;
}

.pickup__slide .swiper-button-next {
  right: -50px;
}

.pickup__slide .swiper-button-next:after,
.pickup__slide .swiper-button-prev:after {
  font-size: 218.75%;
}

.pickup__slide .thumb {
  display: block;
}

.pickup__slide .thumb a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
}
@media screen and (max-width: 811px) {
  .pickup__slide .thumb a {
    border: 1px solid #000;
  }
}

.pickup__slide .thumb a::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.pickup__slide .thumb a img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
     object-fit: contain;
          transform: translate(-50%, -50%);
}

.pickup__slide .title {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
}

.pickup__slide .thumb:hover + .title,
.pickup__slide .title:hover {
  color: #F09235;
  text-decoration: none;
}

.pickup__button {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 811px) {

.pickup__button {
    margin-top: 0px;
}
}

@media screen and (max-width: 400px) {
.pickup__button {
    margin-top: -50px;
}
}

.search {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  padding: 10px 15px;
  background: #fff;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}

.search input[type=text] {
  width: 270px;
  padding: 3px 5px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background: #fff;
}

.search input[type=image] {
  width: 20px;
  margin-left: 5px;
}

.section-title {
  position: relative;
  font-weight: bold;
  font-size: 168.75%;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 811px) {
  .section-title {
    font-size: 137.5%;
  }
}

.section-title::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 75px;
  height: 2px;
          transform: translateX(-50%);
  background-color: #F09235;
  content: "";
}
@media screen and (max-width: 811px) {
  .section-title::before {
    bottom: -10px;
    width: 60px;
    height: 3px;
  }
}

.section-title--white {
  color: #fff;
}

.section-title--white::before {
  background-color: #ffed6e;
}

.selectMenu select {
  padding: 3px 5px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.selectMenu input[type=button] {
  margin-left: 10px;
  padding: 3px 8px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background: #F2F2F2;
}

#sidemenu {
  position: sticky;
  top: 120px;
  overflow: hidden;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.sideHeader {
  padding: 15px;
  font-weight: bold;
  font-size: 112.5%;
}

.sideBody li {
  border-top: 1px solid #c4c4c4;
}

.sideBody li a,
.sideBody li span {
  display: block;
  padding: 15px;
  font-size: 87.5%;
}

.sideBody li .active,
.sideBody li a:hover {
  background: #FFF3E7;
  color: #F09235;
  font-weight: bold;
}

.skip-header {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}

nav .tags {
  margin: 30px 0;
}

.tags {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 10px;
}

.tab-links-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 3px 10px;
  border-radius: 5px;
  background: #F09235;
  color: #fff;
  font-weight: bold;
  font-size: 87.5%;
  transition: all 0.3s;
}
@media screen and (max-width: 811px) {
  .tab-links-item a {
    font-size: 75%;
  }
}

.tab-links-item a::before {
  margin-right: 5px;
  content: "\f02b";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.tab-links-item a:hover {
  opacity: 0.75;
}

.tab-links-item.tag2 a {
  background: #f19ca7;
}

.tab-links-item.tag3 a {
  background: #14a6a3;
}

.tab-links-item.tag5 a {
  background: #C58EEA;
}

.tab-links-item.tag6 a {
  background: #118cd0;
}

.tab-links-item.tag7 a {
  background: #C58EEA;
}

.tab-links-item.tag8 a {
  background: #67a8dd;
}

.tab-links-item.tag9 a {
  background: #008800;
}

.tab-links-item a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.contentBody ul > li.tab-links-item {
  padding-left: 0;
  text-indent: 0;
  margin: 2px 0;
}

.contentBody ul > li.tab-links-item::before {
  content: none;
}

.top-content {
  background: url(/theme/sn-default/images/common/stripe.png);
  background-size: 15px 15px;
}

.top-content__inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 811px) {
  .top-content__inner {
    padding: 0 40px;
  }
}

.top-content__blocks {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
          align-items: baseline;
  gap: 25px;
}
@media screen and (max-width: 811px) {
  .top-content__blocks {
    grid-template-columns: 100%;
    gap: 100px;
  }
}

.top-content__block {
  display: grid;
  position: relative;
}

.top-content__icon {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 30px;
          transform: translateX(-50%);
}

.top-content__block .top-content__icon {
  top: -82px;
  height: 82px;
}
@media screen and (max-width: 811px) {
  .top-content__block .top-content__icon {
    top: -70px;
    height: 70px;
  }
}

.top-content__block-title {
  display: block;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 20px;
  border: 2px solid #F09235;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  color: #F09235;
  font-weight: bold;
  font-size: 137.5%;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-content__block-title {
  }
}
@media screen and (max-width: 1024px) {
  .top-content__block-title {
    max-width: 600px;
    padding: 15px;
    letter-spacing: 0;
  }
}

.top-content__lists {
  display: grid;
  padding: 30px 25px 60px 38px;
  gap: 10px;
  border: 2px solid #F09235;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 811px) {
  .top-content__lists {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 25px;
  }
}

.top-content__list {
  position: relative;
}

.top-content__list::before {
  position: absolute;
  top: 0;
  left: -14px;
  content: "・";
  color: #F09235;
}

.top-content__list a {
  font-weight: bold;
  letter-spacing: 0.8px;
  text-decoration: underline;
}

.top-content__list a:hover {
  color: #F09235;
  text-decoration: none;
}

.top-content__block:last-child .top-content__lists {
  padding-bottom: 50px;
}

.top3-inner ul {
  display: grid;
  gap: 20px;
}
.top3-inner li {
  padding-bottom: 10px;
  border-bottom: 1px solid #F2F2F2;
}
.top3-inner .info-main {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: grid;
  grid-template-columns: 90px 90px auto;
          align-items: flex-start;
  gap: 15px;
}
.top3-inner .info-thumb {
  display: none;
}
.top3-inner .info-date {
  font-size: 87.5%;
}
.top3-inner .info-catgoodnet_activities_topics {
  display: inline-block;
  padding: 3px;
  border-radius: 11px;
  background-color: #FE7E21;
  color: #fff;
  font-weight: bold;
  font-size: 62.5%;
  letter-spacing: 0;
  text-align: center;
}
.top3-inner .info-title {
  font-size: 87.5%;
  text-decoration: underline;
}
@media screen and (max-width: 811px) {
  .top3-inner .info-title {
    grid-row: 2/3;
    grid-column: 1/4;
  }
}

.top3-inner--login .info-main {
  grid-template-columns: 90px 130px auto;
}

.l-main {
  margin-top: 125px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 811px) {
  .l-main {
    margin-top: calc(60px + 23%);
  }
}

@media screen and (max-width: 1024px) {
  .l-main--under {
    margin-top: 60px;
  }
}

.l-about {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 811px) {
  .l-about {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.l-activity {
  padding-top: 70px;
  padding-bottom: 95px;
}
@media screen and (max-width: 811px) {
  .l-activity {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.l-banner-bottom {
  margin-top: 55px;
}
@media screen and (max-width: 811px) {
  .l-banner-bottom {
    margin-top: 40px;
  }
}

.l-banner-bottom__list-bottom {
  margin-top: 65px;
}
@media screen and (max-width: 811px) {
  .l-banner-bottom__list-bottom {
    margin-top: 45px;
  }
}

.l-banner-top {
  margin-top: 65px;
}
@media screen and (max-width: 811px) {
  .l-banner-top {
    margin-top: 45px;
  }
}

.l-banner-top__list-bottom {
  margin-top: 50px;
}
@media screen and (max-width: 811px) {
  .l-banner-top__list-bottom {
    margin-top: 40px;
  }
}

.l-contact {
  margin-top: 105px;
  padding-top: 80px;
  padding-bottom: 85px;
}
@media screen and (max-width: 811px) {
  .l-contact {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-footer {
  margin-top: 75px;
}

.l-footer__top {
  padding: 85px 0 100px;
}
@media screen and (max-width: 480px) {
  .l-footer__top {
    padding: 60px 0;
  }

.l-footer {
    margin-top: 5px;
}
}

.l-footer__bottom {
  padding: 60px 0;
}

.l-internet {
  margin-top: -5%;
  padding-top: 200px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1920px) {
  .l-internet {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .l-internet {
    padding-top: 110px;
  }
}
@media screen and (max-width: 811px) {
  .l-internet {
    margin-top: -36%;
    padding-top: 45%;
    padding-bottom: 50px;
  }
}

.l-news {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .l-news {
    padding-top: 45px;
  }
}

.l-partner {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 811px) {
  .l-partner {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.l-pickup {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .l-pickup {
    margin-top: 45px;
  }
}

.l-top-content {
  padding-top: 130px;
  padding-bottom: 75px;
}
@media screen and (max-width: 811px) {
  .l-top-content {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

.is-lg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-lg {
    display: block;
  }
}

.is-md {
  display: none;
}
@media screen and (max-width: 811px) {
  .is-md {
    display: block;
  }
}

#applicationForm {
  display: none;
}

#importanceForm .submit input {
  padding: 3px 5px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #F2F2F2;
}

.wrap-lec{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 30px;

}
.wrap-lec-img{
	width: 30%;

}
.wrap-lec-com{
		width: 60%;


}
.wrap-lec-tbl{

}
.contentBody table.wrap-lec-tbl th {
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
	white-space: nowrap;
}
.s-div{
	font-weight: bold;
}