@media screen and (max-width:480px) {
  .pc {
    display: none
  }
    .like-button {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      background-color: #eee;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
      user-select: none;
      transition: background-color 0.3s;
    }

    .like-button:hover {
      background-color: #ddd;
    }

    .like-icon {
      margin-right: 6px;
      transition: color 0.3s;
    }

    .liked .like-icon {
      color: red;
    }
}

@media screen and (min-width:480px) and (max-width:1040px) {
  .sp {
    display: none
  }
}

@media screen and (min-width:1040px) {
  .sp {
    display: none
  }
}

.red {
  color: #ef5055
}

.blue {
  color: #4472c4
}

.center {
  text-align: center
}

.link {
  color: #173188;
  text-decoration: underline;
  transition: .15s ease
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: rgba(0, 0, 0, 0);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .04rem;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0
}

html {
  position: relative;
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll
}

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box
}

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

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom
}

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

th,
td {
  vertical-align: middle
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0
}

ul {
  list-style: none
}

li {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

::-moz-selection {
  background: #8cb8c5
}

::selection {
  background: #8cb8c5
}

::-moz-selection {
  background: #8cb8c5
}

.center {
  text-align: center !important
}

.left {
  text-align: left !important
}

.right {
  text-align: right !important
}

.marker {
  background: linear-gradient(transparent 50%, #fff799 50%);
  font-weight: bold
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  color: #173188
}

a:hover {
  text-decoration: none
}

.link {
  color: #173188;
  text-decoration: underline;
  transition: .15s ease
}

.link:hover {
  opacity: .8
}

.nolink {
  color: #999 !important;
  cursor: default !important;
  pointer-events: none
}

.flex {
  display: flex;
  justify-content: space-between
}

.fstart {
  display: flex;
  justify-content: flex-start
}

.fcenter {
  display: flex;
  justify-content: center
}

.fcolumn {
  display: flex;
  flex-direction: column
}

.tw01 {
  width: 1%
}

.tw02 {
  width: 2%
}

.tw03 {
  width: 3%
}

.tw04 {
  width: 4%
}

.tw05 {
  width: 5%
}

.tw06 {
  width: 6%
}

.tw07 {
  width: 7%
}

.tw08 {
  width: 8%
}

.tw09 {
  width: 9%
}

.tw10 {
  width: 10%
}

.tw11 {
  width: 11%
}

.tw12 {
  width: 12%
}

.tw13 {
  width: 13%
}

.tw14 {
  width: 14%
}

.tw15 {
  width: 15%
}

.tw16 {
  width: 16%
}

.tw17 {
  width: 17%
}

.tw18 {
  width: 18%
}

.tw19 {
  width: 19%
}

.tw20 {
  width: 20%
}

.tw21 {
  width: 21%
}

.tw22 {
  width: 22%
}

.tw23 {
  width: 23%
}

.tw24 {
  width: 24%
}

.tw25 {
  width: 25%
}

.tw26 {
  width: 26%
}

.tw27 {
  width: 27%
}

.tw28 {
  width: 28%
}

.tw29 {
  width: 29%
}

.tw30 {
  width: 30%
}

.tw31 {
  width: 31%
}

.tw32 {
  width: 32%
}

.tw33 {
  width: 33%
}

.tw34 {
  width: 34%
}

.tw35 {
  width: 35%
}

.tw36 {
  width: 36%
}

.tw37 {
  width: 37%
}

.tw38 {
  width: 38%
}

.tw39 {
  width: 39%
}

.tw40 {
  width: 40%
}

.tw41 {
  width: 41%
}

.tw42 {
  width: 42%
}

.tw43 {
  width: 43%
}

.tw44 {
  width: 44%
}

.tw45 {
  width: 45%
}

.tw46 {
  width: 46%
}

.tw47 {
  width: 47%
}

.tw48 {
  width: 48%
}

.tw49 {
  width: 49%
}

.tw50 {
  width: 50%
}

.tw51 {
  width: 51%
}

.tw52 {
  width: 52%
}

.tw53 {
  width: 53%
}

.tw54 {
  width: 54%
}

.tw55 {
  width: 55%
}

.tw56 {
  width: 56%
}

.tw57 {
  width: 57%
}

.tw58 {
  width: 58%
}

.tw59 {
  width: 59%
}

.tw60 {
  width: 60%
}

.tw61 {
  width: 61%
}

.tw62 {
  width: 62%
}

.tw63 {
  width: 63%
}

.tw64 {
  width: 64%
}

.tw65 {
  width: 65%
}

.tw66 {
  width: 66%
}

.tw67 {
  width: 67%
}

.tw68 {
  width: 68%
}

.tw69 {
  width: 69%
}

.tw70 {
  width: 70%
}

.tw71 {
  width: 71%
}

.tw72 {
  width: 72%
}

.tw73 {
  width: 73%
}

.tw74 {
  width: 74%
}

.tw75 {
  width: 75%
}

.tw76 {
  width: 76%
}

.tw77 {
  width: 77%
}

.tw78 {
  width: 78%
}

.tw79 {
  width: 79%
}

.tw80 {
  width: 80%
}

.tw81 {
  width: 81%
}

.tw82 {
  width: 82%
}

.tw83 {
  width: 83%
}

.tw84 {
  width: 84%
}

.tw85 {
  width: 85%
}

.tw86 {
  width: 86%
}

.tw87 {
  width: 87%
}

.tw88 {
  width: 88%
}

.tw89 {
  width: 89%
}

.tw90 {
  width: 90%
}

.tw91 {
  width: 91%
}

.tw92 {
  width: 92%
}

.tw93 {
  width: 93%
}

.tw94 {
  width: 94%
}

.tw95 {
  width: 95%
}

.tw96 {
  width: 96%
}

.tw97 {
  width: 97%
}

.tw98 {
  width: 98%
}

.tw99 {
  width: 99%
}

.tw100 {
  width: 100%
}

@media screen and (max-width: 480px) {
  html {
    overflow-x: hidden
  }

  body {
    display: block;
    position: relative;
    width: 100%;
    background: #faf8f5
  }

  .noScroll {
    position: relative;
    overflow: hidden
  }

  .noScroll::before {
    height: 100%
  }

  header {
    display: block;
    width: 100%;
    background: #fff;
    border-top: 4px solid #f7d7cf;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    z-index: 99
  }

  header .box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6rem;
    margin: 0 auto
  }

  header .box__header .box__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 6rem);
    padding-left: 1.2rem
  }

  header .box__header .box__logo .title__logo {
    display: block;
    width: 4.8rem;
    margin-right: .8rem
  }

  header .box__header .box__logo .title {
    color: #173188;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2
  }

  header .box__header .box__contact {
    display: none
  }

  header .box__header .box__ham {
    display: block;
    position: relative;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    overflow: hidden;
    background: #173188
  }

  header .box__header .box__ham .ham01 {
    display: block;
    position: absolute;
    width: 3.4rem;
    height: .2rem;
    background: #fff;
    top: 35%;
    transform: translateY(-65%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .15s ease
  }

  header .box__header .box__ham .ham02 {
    display: block;
    position: absolute;
    width: 3.4rem;
    height: 2px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .15s ease
  }

  header .box__header .box__ham .ham03 {
    display: block;
    position: absolute;
    width: 3.4rem;
    height: 2px;
    font-size: 1.1rem;
    background: #fff;
    top: 65%;
    transform: translateY(-35%);
    left: 0;
    right: 0;
    margin: 0 auto
  }

  header .box__header .box__ham.active .ham01 {
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
  }

  header .box__header .box__ham.active .ham02 {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
  }

  header .box__header .box__ham.active .ham03 {
    opacity: 0
  }

  .box__hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    border-bottom: 4px solid #f7d7cf
  }

  .box__hero .unit__hero {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  .wrapper,
  .container {
    display: block;
    width: 100%
  }

  nav {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #173188;
    top: 6.4rem;
    left: 0;
    right: 0;
    padding-bottom: 6rem;
    margin: 0 auto;
    z-index: 97;
    overflow: scroll
  }

  nav .box__nav {
    display: block;
    width: 100%
  }

  nav .box__nav .unit__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #173188;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 255, 255, .5);
    padding: 1.6rem 1.5rem;
    margin: 0 auto
  }

  nav .box__nav .unit__nav span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4
  }

  nav .box__nav .unit__nav span br {
    display: none
  }

  .breadcrumbs {
    display: block;
    width: 100%
  }

  .breadcrumbs .items__breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 1.1rem;
    padding: .8rem 1rem;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: scroll
  }

  .breadcrumbs .items__breadcrumbs span {
    font-size: 1.1rem;
    color: #1a1a1a
  }

  .breadcrumbs .items__breadcrumbs span a {
    color: #173188;
    font-weight: bold;
    text-decoration: underline;
    transition: .15s ease
  }

  .breadcrumbs .items__breadcrumbs span a:hover {
    opacity: .8
  }

  main article {
    display: block;
    margin: 4rem auto
  }

  main article section {
    display: block;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto
  }

  main article section:first-child {
    padding: 0 2rem
  }

  main article section h1 {
    display: block;
    position: relative;
    color: #173188;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center
  }

  main article section h1::after {
    position: absolute;
    content: "";
    width: 4rem;
    height: .4rem;
    background: #f7d7cf;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.4rem
  }

  main article section h1+* {
    margin-top: 4rem
  }

  main article section *+h1 {
    margin-bottom: 4rem
  }

  main article section h2 {
    display: block;
    width: 100%;
    background: #fff;
    color: #173188;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    border-left: 4px solid #173188;
    padding: 1.4rem 2rem;
    margin: 0 auto 2rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  main article section *+h2 {
    margin-top: 6.4rem
  }

  main article section h2+h3 {
    margin-top: 1.2rem
  }

  main article section h3 {
    display: block;
    width: 100%;
    background: #fff;
    color: #173188;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #173188;
    padding: 1.2rem;
    margin: 0 auto 1.6rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  main article section *+h3 {
    margin-top: 4.8rem
  }

  main article section p {
    font-size: 1.6rem;
    text-align: justify
  }

  main article section p+p {
    margin-top: 1.2rem
  }

  main article section div {
    text-align: justify
  }

  main article section .ind1 {
    padding-left: 1em !important;
    text-indent: -1em !important
  }

  main article section a {
    color: #173188;
    font-size: 1.6rem;
    transition: .15s ease
  }

  main article section a:hover {
    opacity: .8
  }

  main article section .box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
    color: #173188;
    font-weight: bold;
    border-radius: 3.2rem;
    padding: 1rem 3.2rem;
    margin: 2rem auto 0;
    background: #ffd460;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .box__btn:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    width: 2rem;
    height: 2rem;
    right: 1.2rem;
    color: #173188
  }

  main article section .box__btn:hover {
    opacity: .8
  }

  main article section .back__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
    color: #173188;
    font-weight: bold;
    border-radius: 3.2rem;
    padding: 1rem 3.2rem;
    margin: 2rem auto 0;
    background: #ffd460;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .back__btn:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    transform: rotate(180deg);
    width: 2rem;
    height: 2rem;
    left: 1.2rem;
    color: #173188
  }

  main article section .back__btn:hover {
    opacity: .8
  }

  main article section .btn__pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 3.2rem;
    font-size: 1.2rem;
    line-height: 1;
    padding: .8rem;
    color: #fff;
    background: #ec7690;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .btn__pdf:hover {
    opacity: .8
  }

  main article section .btn__pdf+.btn__pdf {
    margin-top: 1rem
  }

  main article section .btn__word {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 3.2rem;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    background: #3a64b1;
    padding: .8rem;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .btn__word:hover {
    opacity: .8
  }

  main article section .btn__word+.btn__word {
    margin-top: 1rem
  }

  main article section .box__table {
    overflow-x: scroll
  }

  main article section .box__table table {
    width: 80rem
  }

  main article section .box__table table thead {
    background: #bce3df
  }

  main article section .box__table table thead th {
    color: #173188;
    font-size: 1.4rem;
    font-weight: bold;
    padding: .8rem;
    border: 1px solid #ddd;
    text-align: center
  }

  main article section .box__table table tbody {
    background: #fff
  }

  main article section .box__table table tbody tr th {
    color: #173188;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.2rem;
    border: 1px solid #ddd
  }

  main article section .box__table table tbody tr td {
    color: #1a1a1a;
    font-size: 1.4rem;
    padding: 1.2rem;
    border: 1px solid #ddd
  }

  main article section .box__table table tbody tr td a {
    font-size: 1.4rem;
    line-height: 1.2
  }

  footer {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 auto
  }

  footer .box__footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
    margin: 0 auto
  }

  footer .box__footer .footer__address .box__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  footer .box__footer .footer__address .box__logo .img__logo {
    display: block;
    width: 5.2rem;
    margin: 0 1rem 0 0
  }

  footer .box__footer .footer__address .box__logo .title {
    font-size: 2rem;
    font-weight: bold;
    color: #173188;
    line-height: 1.2
  }

  footer .box__footer .footer__address .address {
    font-size: 1.6rem;
    margin: 1.2rem 0 2rem
  }

  footer .box__footer .footer__address .address table tr .title {
    width: 7.2rem;
    vertical-align: top
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr {
    display: block;
    width: 100%;
    transition: .15s ease
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr:hover {
    opacity: .8
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr img {
    display: block;
    width: 100%
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr+.unit__bnr {
    margin-top: 1.2rem
  }

  footer .box__footer .footer__link .box__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem
  }

  footer .box__footer .footer__link .box__link .unit__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
    color: #1a1a1a;
    padding-left: 2rem;
    transition: .15s ease
  }

  footer .box__footer .footer__link .box__link .unit__link:hover {
    opacity: .8
  }

  footer .box__footer .footer__link .box__link .unit__link::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    width: 2rem;
    height: 2rem;
    color: #173188;
    left: 0
  }

  footer .box__footer .footer__link .box__link .unit__link+.unit__link {
    margin-left: 2rem
  }

  footer .copy {
    color: #173188;
    background: #f7d7cf;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
    padding: 2rem 1rem;
    margin: 0 auto
  }

  #home main article section .note {
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
    color: #173188;
    margin: 0 auto;
    line-height: 1.6
  }

  #home main article section.news {
    position: relative;
    overflow: hidden
  }

  #home main article section.news::before {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: -8rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.news::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: 0;
    left: -8rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.news .box__news {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #home main article section.news .box__news .unit__news {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #home main article section.news .box__news .unit__news:first-child {
    border-top: 1px solid #ddd
  }

  #home main article section.news .box__news .unit__news .items__tag {
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #home main article section.news .box__news .unit__news .items__tag .date {
    font-size: 1.4rem;
    margin-right: 1.6rem
  }

  #home main article section.news .box__news .unit__news .items__tag .term {
    display: block;
    width: 12rem;
    font-size: 1.2rem;
    color: #173188;
    text-align: center;
    font-weight: bold;
    padding: .2rem
  }

  #home main article section.news .box__news .unit__news .items__tag .term-news {
    color: #fff;
    background: #173188
  }

  #home main article section.news .box__news .unit__news .items__tag .term-activity {
    background: #f7d7cf
  }

  #home main article section.news .box__news .unit__news .items__tag .term-info {
    color: #173188;
    background: #ffd460
  }

  #home main article section.news .box__news .unit__news .items__tag .term-workshop {
    background: #bce3df
  }

  #home main article section.news .box__news .unit__news .items__tag .term-important {
    color: #fff;
    background: #ef5055
  }

  #home main article section.news .box__news .unit__news .title {
    font-size: 1.6rem;
    margin-top: .8rem
  }

  #home main article section .box__about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto
  }

  #home main article section .box__about .about__desc {
    display: block;
    width: 100%
  }

  #home main article section .box__about .about__desc .title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #173188;
    margin-bottom: 1.2rem;
    line-height: 1.4
  }

  #home main article section .box__about .about__desc .desc {
    font-size: 1.6rem;
    margin-bottom: 2rem
  }

  #home main article section .box__about .about__img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin-top: 4rem
  }

  #home main article section .box__about .about__img::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 20rem;
    background-image: url(../img/dots02.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -8rem;
    left: 2rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section .box__about .about__img .cover__img {
    display: block;
    width: 30rem;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, .25)
  }

  #home main article section .box__about .about__img .cover__img img {
    display: block;
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover
  }

  #home main article section .box__category {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  #home main article section .box__category .unit__category {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
  }

  #home main article section .box__category .unit__category+.unit__category {
    margin-top: 6.4rem
  }

  #home main article section .box__category .unit__category.manual .category__img {
    width: 20rem;
    margin: 4rem auto 2rem
  }

  #home main article section .box__category .unit__category.manual .category__desc {
    width: 100%
  }

  #home main article section .box__category .unit__category .category__img {
    display: block;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    margin-bottom: 2rem
  }

  #home main article section .box__category .unit__category .category__desc {
    display: block;
    width: 100%
  }

  #home main article section .box__category .unit__category .category__desc .title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #173188;
    margin-bottom: 1.2rem
  }

  #home main article section .box__category .unit__category .category__desc .desc {
    font-size: 1.6rem
  }

  #home main article section.center_letter {
    display: block;
    position: relative;
    width: 100%;
    background: #fff
  }

  #home main article section.center_letter .bg01 {
    display: block;
    width: 100%
  }

  #home main article section.center_letter .bg01::before {
    display: block;
    content: "";
    position: absolute;
    width: 30%;
    height: 10rem;
    background: url(../img/bg_cl01.svg) no-repeat;
    background-position: left top;
    background-size: contain;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg01::after {
    display: block;
    content: "";
    position: absolute;
    width: 30%;
    height: 10rem;
    background: url(../img/bg_cl02.svg) no-repeat;
    background-position: right top;
    background-size: contain;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg02 {
    display: block;
    width: 100%
  }

  #home main article section.center_letter .bg02::before {
    display: block;
    content: "";
    position: absolute;
    width: 30%;
    height: 10rem;
    background: url(../img/bg_cl03.svg) no-repeat;
    background-position: left bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg02::after {
    display: block;
    content: "";
    position: absolute;
    width: 30%;
    height: 10rem;
    background: url(../img/bg_cl04.svg) no-repeat;
    background-position: right bottom;
    background-size: contain;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .letter__category {
    position: relative;
    z-index: 2
  }

  #home main article section.center_letter .letter__category .box__letter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
    padding: 0;
    margin: 4rem auto
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter {
    display: block;
    width: 100%;
    transition: .15s ease
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter:hover {
    opacity: .8
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .items__letter {
    display: block;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    margin-bottom: 1.2rem
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .date {
    font-size: 1.4rem;
    color: #173188;
    font-weight: bold
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .title {
    font-size: 1.6rem;
    color: #173188;
    font-weight: bold
  }

  #home main article section.orange__teams {
    position: relative;
    overflow: hidden
  }

  #home main article section.orange__teams::before {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 4rem;
    right: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.orange__teams::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: 4rem;
    left: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.orange__teams .box__teams {
    display: block;
    position: relative;
    border-radius: 16px;
    border: 8px solid #bce3df;
    background: #fff;
    padding: 2rem;
    margin: 8rem 0
  }

  #home main article section.orange__teams .box__teams .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #173188;
    margin-bottom: 1.2rem;
    line-height: 1.4
  }

  #home main article section.orange__teams .box__teams .desc {
    font-size: 1.6rem
  }

  .box__hero .unit__hero {
    position: relative
  }

  .box__hero .unit__hero .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    color: #173188;
    font-size: 2rem;
    font-weight: bold;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #page main article section {
    overflow: hidden
  }

  #page main article section h1+* {
    margin-top: 4rem !important
  }

  #page main article section a {
    text-decoration: underline
  }

  #page main article section .small {
    font-size: 1.4rem
  }

  #page main article section .box__news {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #page main article section .box__news .unit__news {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #page main article section .box__news .unit__news:first-child {
    border-top: 1px solid #ddd
  }

  #page main article section .box__news .unit__news .items__tag {
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #page main article section .box__news .unit__news .items__tag .date {
    font-size: 1.4rem;
    margin-right: 1.6rem
  }

  #page main article section .box__news .unit__news .items__tag .term {
    display: block;
    width: 12rem;
    font-size: 1.2rem;
    color: #173188;
    text-align: center;
    font-weight: bold;
    padding: .2rem
  }

  #page main article section .box__news .unit__news .items__tag .term-news {
    color: #fff;
    background: #173188
  }

  #page main article section .box__news .unit__news .items__tag .term-activity {
    background: #f7d7cf
  }

  #page main article section .box__news .unit__news .items__tag .term-info {
    color: #173188;
    background: #ffd460
  }

  #page main article section .box__news .unit__news .items__tag .term-workshop {
    background: #bce3df
  }

  #page main article section .box__news .unit__news .items__tag .term-important {
    color: #fff;
    background: #ef5055
  }

  #page main article section .box__news .unit__news .title {
    font-size: 1.6rem;
    margin-top: .8rem;
    text-decoration: none
  }

  #page main article section .box__etc {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #page main article section .box__etc .unit__etc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #page main article section .box__etc .unit__etc:first-child {
    border-top: 1px solid #ddd
  }

  #page main article section .box__etc .unit__etc .items__tag {
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #page main article section .box__etc .unit__etc .items__tag .date {
    font-size: 1.4rem
  }

  #page main article section .box__etc .unit__etc .title {
    font-size: 1.6rem;
    margin-top: .8rem;
    text-decoration: none
  }

  #page main article section .pagenation {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem
  }

  #page main article section .pagenation .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 7.2rem)/10);
    height: 3rem;
    background: #fff;
    color: #173188;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #173188;
    margin-top: .8rem;
    transition: .15s ease
  }

  #page main article section .pagenation .page-numbers+.page-numbers {
    margin-left: .8rem
  }

  #page main article section .pagenation .page-numbers:nth-child(-n+10) {
    margin-top: 0
  }

  #page main article section .pagenation .page-numbers:nth-child(10n) {
    margin-right: 0
  }

  #page main article section .pagenation .page-numbers:hover {
    cursor: pointer;
    background: #173188;
    color: #fff;
    text-decoration: none;
    border: 1px solid #173188;
    opacity: .8
  }

  #page main article section .pagenation .prev,
  #page main article section .pagenation .next {
    width: 4rem;
    font-size: 1.4rem
  }

  #page main article section .pagenation .current {
    color: #fff;
    background: #173188;
    border: 1px solid #173188
  }

  #page main article section .dots {
    position: relative
  }

  #page main article section .dots::before {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 4rem;
    right: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #page main article section .dots::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: 4rem;
    left: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #page main article section .box__img {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  #page main article section div+.box__img {
    margin: 2rem auto
  }

  #page main article section ul {
    display: block;
    width: 100%;
    margin: 1rem auto
  }

  #page main article section ul li {
    display: block;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: justify;
    padding-left: 1.5em
  }

  #page main article section ul li:not(:first-of-type) {
    margin-top: .8rem
  }

  #page main article section ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a1a1a;
    top: 1rem;
    left: .5rem;
    right: auto;
    margin: 0 auto
  }

  #page main article section ol {
    display: block;
    width: 100%;
    counter-reset: number
  }

  #page main article section ol li {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: justify;
    text-indent: -1.5rem;
    padding-left: 3rem;
    margin-bottom: 1.6rem
  }

  #page main article section ol li::before {
    display: inline-block;
    counter-increment: number;
    content: counter(number) "．";
    width: 1em
  }

  #page main article section ol li p {
    font-size: 1.4rem
  }

  *+#page main article section ol {
    margin-top: 1.2rem
  }

  #page main article section .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto
  }

  #page main article section .flex .desc {
    width: 100%;
    order: 2
  }

  #page main article section .flex .box__img {
    width: 16rem;
    margin: 0 auto 2rem;
    order: 1
  }

  #page main article section .flex .box__img img {
    display: block;
    width: 100%
  }

  #page main article section .category__btn {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem auto
  }

  #page main article section .category__btn .box__btn {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 4rem 1rem 2.4rem;
    margin: 0 auto
  }

  #page main article section .category__btn .box__btn.bottom:after {
    transform: rotate(90deg)
  }

  #page main article section .category__btn+.box__recruit {
    margin-top: 4.8rem
  }

  #page main article section *+.box__table {
    margin-top: 1.2rem
  }

  #page main article section .box__table {
    text-align: start
  }

  #page main article section .box__table tr td .btn__pdf,
  #page main article section .box__table tr td .btn__word {
    font-size: 1.2rem
  }

  #page main article section .box__table tr td .btn__pdf+p,
  #page main article section .box__table tr td .btn__word+p {
    margin-top: 1rem
  }

  #page main article section .box__table tr td p {
    font-size: 1.4rem
  }

  #page main article section .box__table tr td .end {
    display: block;
    width: 10rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background: #ef5055;
    padding: .2rem;
    margin-bottom: .4rem
  }

  #page main article section .box__letter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%
  }

  #page main article section .box__letter .unit__letter {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: .15s ease
  }

  #page main article section .box__letter .unit__letter:hover {
    opacity: .8
  }

  #page main article section .box__letter .unit__letter .items__letter {
    display: block;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    margin-bottom: 1.2rem
  }

  #page main article section .box__letter .unit__letter .date {
    font-size: 1.4rem;
    color: #173188;
    font-weight: bold
  }

  #page main article section .box__letter .unit__letter .title {
    font-size: 1.4rem;
    color: #173188;
    font-weight: bold
  }

  #page main article section .item__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
  }

  #page main article section .item__info .date {
    font-size: 1.6rem;
    color: #1a1a1a;
    margin-right: 2.4rem
  }

  #page main article section .item__info .term {
    display: block;
    width: 12rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: .6rem;
    line-height: 1
  }

  #page main article section .item__info .term-news {
    color: #fff;
    background: #173188
  }

  #page main article section .item__info .term-activity {
    background: #f7d7cf
  }

  #page main article section .item__info .term-info {
    color: #173188;
    background: #ffd460
  }

  #page main article section .item__info .term-workshop {
    background: #bce3df
  }

  #page main article section .item__info .term-important {
    color: #fff;
    background: #ef5055
  }

  #page main article section .box__recruit+.box__recruit {
    margin-top: 4.8rem
  }

  #page main article section .box__recruit .box__table tr th {
    color: #1a1a1a;
    text-align: justify;
    background-color: #f9f9f9
  }

  #page main article section .box__recruit .box__table tr td p {
    font-size: 1.4rem
  }

  #page main article section .item__contnet {
    margin-top: 2rem;
    word-break: break-all
  }

  #page main article section .back__btn {
    margin-top: 4em
  }

  #page-top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 5.6rem;
    background: rgba(23, 49, 136, .8);
    text-decoration: none;
    bottom: 0;
    right: 0;
    font-size: 2rem;
    background: #ffd460;
    border-radius: 50%;
    transition: .15s ease
  }

  #page-top::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons";
    content: "";
    transform: rotate(-90deg);
    font-size: 4rem;
    width: 5.6rem;
    height: 5.6rem;
    color: #173188
  }

  #page-top:hover {
    opacity: .6
  }
}

@media screen and (min-width: 481px) {
  html {
    overflow-x: hidden
  }

  body {
    display: block;
    position: relative;
    width: 100%;
    min-width: 140rem;
    background: #faf8f5
  }

  header {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    border-top: 8px solid #f7d7cf;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    z-index: 99
  }

  header .box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2rem 1.2rem;
    margin: 0 auto;
    min-width: 140rem
  }

  header .box__header .box__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    margin-top: 1.2rem;
    transition: .15s ease
  }

  header .box__header .box__logo:hover {
    opacity: .8
  }

  header .box__header .box__logo .title__logo {
    display: block;
    width: 7rem;
    margin: 0 1.2rem 0 0
  }

  header .box__header .box__logo .title {
    color: #173188;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2
  }

  header .box__header .box__logo .title br {
    display: none
  }

  header .box__header .box__contact {
    display: block
  }

  header .box__header .box__contact .contact__btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
  }

  header .box__header .box__contact .contact__btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #173188;
    padding: .4rem 2.4rem;
    transition: .15s ease
  }

  header .box__header .box__contact .contact__btn .btn span {
    width: 1.6rem;
    margin-right: 1.2rem
  }

  header .box__header .box__contact .contact__btn .btn:nth-child(2) {
    color: #173188;
    background: #ffd460;
    margin-left: 1.2rem
  }

  header .box__header .box__contact .contact__btn .btn:hover {
    opacity: .8
  }

  header .box__header .box__contact .address {
    font-size: 1.8rem;
    text-align: right;
    margin-top: 1.2rem
  }

  header .box__header .box__ham {
    display: none
  }

  .box__hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0 auto
  }

  .box__hero .unit__hero {
    display: block;
    width: 192rem;
    margin: 0 auto
  }

  .wrapper,
  .container {
    display: block;
    width: 100%
  }

  nav {
    display: block;
    width: 100%;
    height: 9rem;
    background: #f7d7cf;
    margin: 0 auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  nav .box__nav {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 120rem;
    margin: 0 auto
  }

  nav .box__nav .unit__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.6666666667%;
    height: 9rem;
    transition: .15s ease
  }

  nav .box__nav .unit__nav:hover {
    background: #fff
  }

  nav .box__nav .unit__nav span {
    font-size: 1.8rem;
    color: #173188;
    line-height: 1.3;
    font-weight: bold;
    text-align: center
  }

  .breadcrumbs {
    display: block;
    width: 100%;
    padding: 0 0 2rem
  }

  .breadcrumbs .items__breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 120rem;
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    margin: 0 auto
  }

  .breadcrumbs .items__breadcrumbs span {
    font-size: 1.6rem;
    color: #1a1a1a
  }

  .breadcrumbs .items__breadcrumbs span a {
    color: #173188;
    font-weight: bold;
    text-decoration: underline;
    transition: .15s ease
  }

  .breadcrumbs .items__breadcrumbs span a:hover {
    opacity: .8
  }

  main article {
    display: block;
    margin: 0 auto
  }

  main article section {
    display: block;
    width: 120rem;
    padding: 8rem 2rem;
    margin: 0 auto
  }

  main article section h1 {
    display: block;
    position: relative;
    color: #173188;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center
  }

  main article section h1::after {
    position: absolute;
    content: "";
    width: 4rem;
    height: .4rem;
    background: #f7d7cf;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.4rem
  }

  main article section h1+* {
    margin-top: 4rem
  }

  main article section *+h1 {
    margin-bottom: 4rem
  }

  main article section h2 {
    display: block;
    width: 100%;
    background: #fff;
    color: #173188;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    border-left: 4px solid #173188;
    padding: 1.4rem 2rem;
    margin: 0 auto 2rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  main article section *+h2 {
    margin-top: 6.4rem
  }

  main article section h2+h3 {
    margin-top: 1.6rem
  }

  main article section h3 {
    display: block;
    width: 100%;
    background: #fff;
    color: #173188;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 2px solid #173188;
    padding: 1.2rem;
    margin: 0 auto 1.6rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  main article section *+h3 {
    margin-top: 4.8rem
  }

  main article section p {
    font-size: 1.8rem;
    text-align: justify
  }

  main article section p+p {
    margin-top: 1.2rem
  }

  main article section div {
    text-align: justify
  }

  main article section .ind1 {
    padding-left: 1em !important;
    text-indent: -1em !important
  }

  main article section a {
    color: #173188;
    font-size: 1.8rem;
    transition: .15s ease
  }

  main article section a:hover {
    opacity: .8
  }

  main article section .box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    color: #173188;
    font-weight: bold;
    border-radius: 3.2rem;
    padding: 1rem 3.2rem;
    margin: 2rem auto 0;
    background: #ffd460;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .box__btn:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    width: 2rem;
    height: 2rem;
    right: 1.2rem;
    color: #173188
  }

  main article section .box__btn:hover {
    opacity: .8
  }

  main article section .box__btn.center {
    width: 32rem
  }

  main article section .back__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    color: #173188;
    font-weight: bold;
    border-radius: 3.2rem;
    padding: 1rem 3.2rem;
    margin: 2rem auto 0;
    background: #ffd460;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .back__btn:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    transform: rotate(180deg);
    width: 2rem;
    height: 2rem;
    left: 1.2rem;
    color: #173188
  }

  main article section .back__btn:hover {
    opacity: .8
  }

  main article section .back__btn.center {
    width: 32rem
  }

  main article section .btn__pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 3.2rem;
    color: #fff;
    line-height: 1;
    background: #ec7690;
    padding: .8rem;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .btn__pdf:hover {
    opacity: .8
  }

  main article section .btn__pdf+.btn__pdf {
    margin-top: 1rem
  }

  main article section .btn__word {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 3.2rem;
    color: #fff;
    line-height: 1;
    background: #3a64b1;
    padding: .8rem;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .btn__word:hover {
    opacity: .8
  }

  main article section .btn__word+.btn__word {
    margin-top: 1rem
  }

  main article section .box__table {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  main article section .box__table table {
    width: 100%
  }

  main article section .box__table table thead {
    background: #bce3df
  }

  main article section .box__table table thead th {
    color: #173188;
    font-size: 1.6rem;
    font-weight: bold;
    padding: .8rem;
    border: 1px solid #ddd;
    text-align: center
  }

  main article section .box__table table tbody {
    background: #fff
  }

  main article section .box__table table tbody tr th {
    color: #173188;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.2rem;
    border: 1px solid #ddd
  }

  main article section .box__table table tbody tr td {
    color: #1a1a1a;
    font-size: 1.6rem;
    padding: 1.2rem;
    border: 1px solid #ddd
  }

  main article section .box__table table tbody tr td a {
    font-size: 1.6rem;
    line-height: 1.2
  }

  footer {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 auto
  }

  footer .box__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 120rem;
    padding: 4rem 2rem;
    margin: 0 auto
  }

  footer .box__footer .footer__address .box__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  footer .box__footer .footer__address .box__logo .img__logo {
    display: block;
    width: 8rem;
    margin: 0 1.2rem 0 0
  }

  footer .box__footer .footer__address .box__logo .title {
    font-size: 3.6rem;
    font-weight: bold;
    color: #173188;
    line-height: 1.2
  }

  footer .box__footer .footer__address .address {
    font-size: 2rem;
    margin-top: 1.2rem
  }

  footer .box__footer .footer__address .address table tr .title {
    width: 9rem;
    vertical-align: top
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr {
    display: block;
    width: 30rem;
    transition: .15s ease
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr:hover {
    opacity: .8
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr img {
    display: block;
    width: 100%
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr+.unit__bnr {
    margin-top: 1.2rem
  }

  footer .box__footer .footer__link .box__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4rem
  }

  footer .box__footer .footer__link .box__link .unit__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    color: #1a1a1a;
    padding-left: 2rem;
    transition: .15s ease
  }

  footer .box__footer .footer__link .box__link .unit__link:hover {
    opacity: .8
  }

  footer .box__footer .footer__link .box__link .unit__link::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    width: 2rem;
    height: 2rem;
    color: #173188;
    left: 0
  }

  footer .box__footer .footer__link .box__link .unit__link+.unit__link {
    margin-left: 2rem
  }

  footer .copy {
    color: #173188;
    background: #f7d7cf;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    padding: 2rem 1rem;
    margin: 0 auto
  }

  #home main article {
    display: block;
    margin: 8rem auto
  }

  #home main article section .note {
    text-align: center;
    width: 90rem;
    font-size: 2.8rem;
    color: #173188;
    margin: 0 auto;
    line-height: 1.6
  }

  #home main article section.news {
    position: relative
  }

  #home main article section.news::before {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 4rem;
    right: -8rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.news::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: 4rem;
    left: -8rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.news .box__news {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #home main article section.news .box__news .unit__news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #home main article section.news .box__news .unit__news:first-child {
    border-top: 1px solid #ddd
  }

  #home main article section.news .box__news .unit__news .items__tag {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #home main article section.news .box__news .unit__news .items__tag .date {
    font-size: 1.6rem;
    margin-right: 1.6rem
  }

  #home main article section.news .box__news .unit__news .items__tag .term {
    display: block;
    width: 12rem;
    font-size: 1.4rem;
    color: #173188;
    text-align: center;
    font-weight: bold;
    padding: .2rem
  }

  #home main article section.news .box__news .unit__news .items__tag .term-news {
    color: #fff;
    background: #173188
  }

  #home main article section.news .box__news .unit__news .items__tag .term-activity {
    background: #f7d7cf
  }

  #home main article section.news .box__news .unit__news .items__tag .term-info {
    color: #173188;
    background: #ffd460
  }

  #home main article section.news .box__news .unit__news .items__tag .term-workshop {
    background: #bce3df
  }

  #home main article section.news .box__news .unit__news .items__tag .term-important {
    color: #fff;
    background: #ef5055
  }

  #home main article section.news .box__news .unit__news .items__tag+.title {
    margin-left: 1.2rem
  }

  #home main article section.news .box__news .unit__news .title {
    display: block;
    width: calc(100% - 292px);
    font-size: 1.8rem
  }

  #home main article section .box__about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto
  }

  #home main article section .box__about .about__desc {
    display: block;
    width: calc((100% - 4rem)/2);
    margin-right: 4rem
  }

  #home main article section .box__about .about__desc .title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #173188;
    margin-bottom: 1.2rem
  }

  #home main article section .box__about .about__desc .desc {
    font-size: 1.8rem;
    margin-bottom: 4rem
  }

  #home main article section .box__about .about__img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    width: calc((100% - 4rem)/2)
  }

  #home main article section .box__about .about__img::after {
    display: block;
    position: absolute;
    content: "";
    width: 32rem;
    height: 32rem;
    background-image: url(../img/dots02.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12rem;
    left: 8rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section .box__about .about__img .cover__img {
    display: block;
    width: 40rem;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, .25)
  }

  #home main article section .box__about .about__img .cover__img img {
    display: block;
    width: 100%;
    height: 40rem;
    -o-object-fit: cover;
    object-fit: cover
  }

  #home main article section .box__category {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  #home main article section .box__category .unit__category {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
  }

  #home main article section .box__category .unit__category+.unit__category {
    padding-top: 4.8rem;
    margin-top: 4.8rem;
    border-top: 1px solid #ddd
  }

  #home main article section .box__category .unit__category.manual .category__img {
    width: 30rem
  }

  #home main article section .box__category .unit__category.manual .category__desc {
    width: calc(100% - 33.2rem)
  }

  #home main article section .box__category .unit__category .category__img {
    display: block;
    width: 40rem;
    margin-right: 3.2rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  #home main article section .box__category .unit__category .category__desc {
    display: block;
    width: calc(100% - 43.2rem)
  }

  #home main article section .box__category .unit__category .category__desc .title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #173188;
    margin-bottom: 1.2rem
  }

  #home main article section .box__category .unit__category .category__desc .desc {
    font-size: 1.8rem
  }

  #home main article section.center_letter {
    display: block;
    position: relative;
    width: 100%;
    background: #fff
  }

  #home main article section.center_letter .bg01 {
    display: block;
    width: 100%
  }

  #home main article section.center_letter .bg01:before {
    display: block;
    content: "";
    position: absolute;
    width: 40rem;
    height: 20rem;
    background: url(../img/bg_cl01.svg) no-repeat;
    background-position: left top;
    background-size: contain;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg01::after {
    display: block;
    content: "";
    position: absolute;
    width: 40rem;
    height: 20rem;
    background: url(../img/bg_cl02.svg) no-repeat;
    background-position: right top;
    background-size: contain;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg02 {
    display: block;
    width: 100%
  }

  #home main article section.center_letter .bg02:before {
    display: block;
    content: "";
    position: absolute;
    width: 40rem;
    height: 20rem;
    background: url(../img/bg_cl03.svg) no-repeat;
    background-position: left bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg02::after {
    display: block;
    content: "";
    position: absolute;
    width: 40rem;
    height: 20rem;
    background: url(../img/bg_cl04.svg) no-repeat;
    background-position: right bottom;
    background-size: contain;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .letter__category {
    position: relative;
    z-index: 2
  }

  #home main article section.center_letter .letter__category .box__letter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 120rem;
    padding: 0 2rem;
    margin: 4rem auto
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter {
    display: block;
    width: 100%;
    transition: .15s ease
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter:hover {
    opacity: .8
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .items__letter {
    display: block;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    margin-bottom: 1.2rem
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .date {
    font-size: 1.6rem;
    color: #173188;
    font-weight: bold
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .title {
    font-size: 1.8rem;
    color: #173188;
    font-weight: bold
  }

  #home main article section.orange__teams {
    position: relative
  }

  #home main article section.orange__teams::before {
    display: block;
    position: absolute;
    content: "";

    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 4rem;
    right: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.orange__teams::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: 4rem;
    left: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.orange__teams .box__teams {
    display: block;
    border-radius: 16px;
    border: 8px solid #bce3df;
    background: #fff;
    padding: 2rem;
    margin: 8rem 0
  }

  #home main article section.orange__teams .box__teams .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #173188;
    margin-bottom: 1.2rem
  }

  #home main article section.orange__teams .box__teams .desc {
    font-size: 1.8rem
  }

  .box__hero .unit__hero {
    position: relative
  }

  .box__hero .unit__hero .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    color: #173188;
    font-size: 5.2rem;
    font-weight: bold;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #page main article section h1+* {
    margin-top: 4rem !important
  }

  #page main article section a {
    text-decoration: underline
  }

  #page main article section .small {
    font-size: 1.6rem
  }

  #page main article section .box__news {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #page main article section .box__news .unit__news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #page main article section .box__news .unit__news:first-child {
    border-top: 1px solid #ddd
  }

  #page main article section .box__news .unit__news .items__tag {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #page main article section .box__news .unit__news .items__tag .date {
    font-size: 1.6rem;
    margin-right: 1.6rem
  }

  #page main article section .box__news .unit__news .items__tag .term {
    display: block;
    width: 12rem;
    font-size: 1.4rem;
    color: #173188;
    text-align: center;
    font-weight: bold;
    padding: .2rem
  }

  #page main article section .box__news .unit__news .items__tag .term-news {
    color: #fff;
    background: #173188
  }

  #page main article section .box__news .unit__news .items__tag .term-activity {
    background: #f7d7cf
  }

  #page main article section .box__news .unit__news .items__tag .term-info {
    color: #173188;
    background: #ffd460
  }

  #page main article section .box__news .unit__news .items__tag .term-workshop {
    background: #bce3df
  }

  #page main article section .box__news .unit__news .items__tag .term-important {
    color: #fff;
    background: #ef5055
  }

  #page main article section .box__news .unit__news .items__tag+.title {
    margin-left: 1.2rem
  }

  #page main article section .box__news .unit__news .title {
    display: block;
    width: calc(100% - 292px);
    font-size: 1.8rem;
    text-decoration: none
  }

  #page main article section .box__etc {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #page main article section .box__etc .unit__etc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #page main article section .box__etc .unit__etc:first-child {
    border-top: 1px solid #ddd
  }

  #page main article section .box__etc .unit__etc .items__tag {
    width: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #page main article section .box__etc .unit__etc .items__tag .date {
    font-size: 1.6rem
  }

  #page main article section .box__etc .unit__etc .items__tag+.title {
    margin-left: 1.2rem
  }

  #page main article section .box__etc .unit__etc .title {
    display: block;
    width: calc(100% - 142px);
    font-size: 1.8rem;
    text-decoration: none
  }

  #page main article section .pagenation {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4rem
  }

  #page main article section .pagenation .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 15.2rem)/20);
    height: 3.2rem;
    background: #fff;
    color: #173188;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #173188;
    margin-top: .8rem;
    transition: .15s ease
  }

  #page main article section .pagenation .page-numbers+.page-numbers {
    margin-left: .8rem
  }

  #page main article section .pagenation .page-numbers:nth-child(-n+20) {
    margin-top: 0
  }

  #page main article section .pagenation .page-numbers:nth-child(20n) {
    margin-right: 0
  }

  #page main article section .pagenation .page-numbers:hover {
    cursor: pointer;
    background: #173188;
    color: #fff;
    text-decoration: none;
    border: 1px solid #173188;
    opacity: .8
  }

  #page main article section .pagenation .prev,
  #page main article section .pagenation .next {
    width: 4rem;
    font-size: 1.4rem
  }

  #page main article section .pagenation .current {
    color: #fff;
    background: #173188;
    border: 1px solid #173188
  }

  #page main article section .introduction {
    display: block;
    margin: 4rem auto 12rem
  }

  #page main article section .introduction p {
    width: 90rem;
    margin: 1.2rem auto 0
  }

  #page main article section .dots {
    position: relative
  }

  #page main article section .dots::before {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -8rem;
    right: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #page main article section .dots::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: -8rem;
    left: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #page main article section .box__img {
    display: block;
    margin: 0 auto
  }

  #page main article section div+.box__img {
    margin: 2rem auto
  }

  #page main article section ul {
    display: block;
    width: 100%
  }

  #page main article section ul li {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 2rem
  }

  #page main article section ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a1a1a;
    top: 1rem;
    left: .5rem;
    right: auto;
    margin: 0 auto
  }

  *+#page main article section ul {
    margin-top: 1.2rem
  }

  #page main article section ol {
    display: block;
    width: 100%;
    counter-reset: number
  }

  #page main article section ol li {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: justify;
    text-indent: -1.5rem;
    padding-left: 3rem;
    margin-bottom: 1.6rem
  }

  #page main article section ol li::before {
    display: inline-block;
    counter-increment: number;
    content: counter(number) "．";
    width: 1em
  }

  #page main article section ol li p {
    font-size: 1.4rem
  }

  *+#page main article section ol {
    margin-top: 1.2rem
  }

  #page main article section .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto
  }

  #page main article section .flex .desc {
    width: calc(100% - 24rem)
  }

  #page main article section .flex .box__img {
    width: 16rem;
    margin: 0;
    margin-left: 8rem
  }

  #page main article section .flex .box__img img {
    display: block;
    width: 100%
  }

  #page main article section .category__btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem auto
  }

  #page main article section .category__btn .box__btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 1rem 4rem 1rem 2.4rem;
    margin: 0 auto
  }

  #page main article section .category__btn .box__btn.bottom:after {
    transform: rotate(90deg)
  }

  #page main article section .category__btn+.box__recruit {
    margin-top: 6.4rem
  }

  #page main article section *+.box__table {
    margin-top: 1.2rem
  }

  #page main article section .box__table {
    text-align: start
  }

  #page main article section .box__table tr td .btn__pdf,
  #page main article section .box__table tr td .btn__word {
    font-size: 1.4rem
  }

  #page main article section .box__table tr td .btn__pdf+p,
  #page main article section .box__table tr td .btn__word+p {
    margin-top: 1rem
  }

  #page main article section .box__table tr td p {
    font-size: 1.6rem
  }

  #page main article section .box__table tr td .end {
    display: block;
    width: 10rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background: #ef5055;
    padding: .2rem;
    margin-bottom: .4rem
  }

  #page main article section .box__letter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 100%;
    padding: 0 2rem
  }

  #page main article section .box__letter .unit__letter {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: .15s ease
  }

  #page main article section .box__letter .unit__letter:hover {
    opacity: .8
  }

  #page main article section .box__letter .unit__letter .items__letter {
    display: block;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    margin-bottom: 1.2rem
  }

  #page main article section .box__letter .unit__letter .date {
    font-size: 1.6rem;
    color: #173188;
    font-weight: bold
  }

  #page main article section .box__letter .unit__letter .title {
    font-size: 1.8rem;
    color: #173188;
    font-weight: bold
  }

  #page main article section .item__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
  }

  #page main article section .item__info .date {
    font-size: 1.6rem;
    color: #1a1a1a;
    margin-right: 2.4rem
  }

  #page main article section .item__info .term {
    display: block;
    width: 12rem;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: .6rem;
    line-height: 1
  }

  #page main article section .item__info .term-news {
    color: #fff;
    background: #173188
  }

  #page main article section .item__info .term-activity {
    background: #f7d7cf
  }

  #page main article section .item__info .term-info {
    color: #173188;
    background: #ffd460
  }

  #page main article section .item__info .term-workshop {
    background: #bce3df
  }

  #page main article section .item__info .term-important {
    color: #fff;
    background: #ef5055
  }

  #page main article section .box__recruit+.box__recruit {
    margin-top: 4.8rem
  }

  #page main article section .box__recruit .box__table tr th {
    color: #1a1a1a;
    text-align: justify;
    background-color: #f9f9f9
  }

  #page main article section .box__recruit .box__table tr td p {
    font-size: 1.6rem
  }

  #page main article section .item__contnet {
    margin-top: 4rem;
    word-break: break-all
  }

  #page main article section .back__btn {
    margin-top: 12em
  }

  #page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 5.6rem;
    height: 5.6rem;
    bottom: 5.2rem;
    right: 0;
    font-size: 2rem;
    background: #ffd460;
    border-radius: 50%;
    cursor: pointer;
    z-index: 900
  }

  #page-top::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons";
    content: "";
    transform: rotate(-90deg);
    font-size: 4rem;
    width: 5.6rem;
    height: 5.6rem;
    color: #173188
  }

  #page-top:hover {
    opacity: .8
  }
}

@media print {
  html {
    overflow-x: hidden
  }

  body {
    display: block;
    position: relative;
    width: 100%;
    min-width: 140rem;
    background: #faf8f5
  }

  header {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    border-top: 8px solid #f7d7cf;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    z-index: 99
  }

  header .box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2rem 1.2rem;
    margin: 0 auto;
    min-width: 140rem
  }

  header .box__header .box__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    margin-top: 1.2rem;
    transition: .15s ease
  }

  header .box__header .box__logo:hover {
    opacity: .8
  }

  header .box__header .box__logo .title__logo {
    display: block;
    width: 7rem;
    margin: 0 1.2rem 0 0
  }

  header .box__header .box__logo .title {
    color: #173188;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2
  }

  header .box__header .box__logo .title br {
    display: none
  }

  header .box__header .box__contact {
    display: block
  }

  header .box__header .box__contact .contact__btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
  }

  header .box__header .box__contact .contact__btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #173188;
    padding: .4rem 2.4rem;
    transition: .15s ease
  }

  header .box__header .box__contact .contact__btn .btn span {
    width: 1.6rem;
    margin-right: 1.2rem
  }

  header .box__header .box__contact .contact__btn .btn:nth-child(2) {
    color: #173188;
    background: #ffd460;
    margin-left: 1.2rem
  }

  header .box__header .box__contact .contact__btn .btn:hover {
    opacity: .8
  }

  header .box__header .box__contact .address {
    font-size: 1.8rem;
    text-align: right;
    margin-top: 1.2rem
  }

  header .box__header .box__ham {
    display: none
  }

  .box__hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0 auto
  }

  .box__hero .unit__hero {
    display: block;
    width: 192rem;
    margin: 0 auto
  }

  .wrapper,
  .container {
    display: block;
    width: 100%
  }

  nav {
    display: block;
    width: 100%;
    height: 9rem;
    background: #f7d7cf;
    margin: 0 auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  nav .box__nav {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 120rem;
    margin: 0 auto
  }

  nav .box__nav .unit__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.6666666667%;
    height: 9rem;
    transition: .15s ease
  }

  nav .box__nav .unit__nav:hover {

    background: #fff
  }

  nav .box__nav .unit__nav span {
    font-size: 1.8rem;
    color: #173188;
    line-height: 1.3;
    font-weight: bold;
    text-align: center
  }

  .breadcrumbs {
    display: block;
    width: 100%;
    padding: 0 0 2rem
  }

  .breadcrumbs .items__breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 120rem;
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    margin: 0 auto
  }

  .breadcrumbs .items__breadcrumbs span {
    font-size: 1.6rem;
    color: #1a1a1a
  }

  .breadcrumbs .items__breadcrumbs span a {
    color: #173188;
    font-weight: bold;
    text-decoration: underline;
    transition: .15s ease
  }

  .breadcrumbs .items__breadcrumbs span a:hover {
    opacity: .8
  }

  main article {
    display: block;
    margin: 0 auto
  }

  main article section {
    display: block;
    width: 120rem;
    padding: 8rem 2rem;
    margin: 0 auto
  }

  main article section h1 {
    display: block;
    position: relative;
    color: #173188;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center
  }

  main article section h1::after {
    position: absolute;
    content: "";
    width: 4rem;
    height: .4rem;
    background: #f7d7cf;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.4rem
  }

  main article section h1+* {
    margin-top: 4rem
  }

  main article section *+h1 {
    margin-bottom: 4rem
  }

  main article section h2 {
    display: block;
    width: 100%;
    background: #fff;
    color: #173188;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    border-left: 4px solid #173188;
    padding: 1.4rem 2rem;
    margin: 0 auto 2rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  main article section *+h2 {
    margin-top: 6.4rem
  }

  main article section h2+h3 {
    margin-top: 1.6rem
  }

  main article section h3 {
    display: block;
    width: 100%;
    background: #fff;
    color: #173188;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 2px solid #173188;
    padding: 1.2rem;
    margin: 0 auto 1.6rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  main article section *+h3 {
    margin-top: 4.8rem
  }

  main article section p {
    font-size: 1.8rem;
    text-align: justify
  }

  main article section p+p {
    margin-top: 1.2rem
  }

  main article section div {
    text-align: justify
  }

  main article section .ind1 {
    padding-left: 1em !important;
    text-indent: -1em !important
  }

  main article section a {
    color: #173188;
    font-size: 1.8rem;
    transition: .15s ease
  }

  main article section a:hover {
    opacity: .8
  }

  main article section .box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    color: #173188;
    font-weight: bold;
    border-radius: 3.2rem;
    padding: 1rem 3.2rem;
    margin: 2rem auto 0;
    background: #ffd460;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .box__btn:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    width: 2rem;
    height: 2rem;
    right: 1.2rem;
    color: #173188
  }

  main article section .box__btn:hover {
    opacity: .8
  }

  main article section .box__btn.center {
    width: 32rem
  }

  main article section .back__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    color: #173188;
    font-weight: bold;
    border-radius: 3.2rem;
    padding: 1rem 3.2rem;
    margin: 2rem auto 0;
    background: #ffd460;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .back__btn:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    transform: rotate(180deg);
    width: 2rem;
    height: 2rem;
    left: 1.2rem;
    color: #173188
  }

  main article section .back__btn:hover {
    opacity: .8
  }

  main article section .back__btn.center {
    width: 32rem
  }

  main article section .btn__pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 3.2rem;
    color: #fff;
    line-height: 1;
    background: #ec7690;
    padding: .8rem;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .btn__pdf:hover {
    opacity: .8
  }

  main article section .btn__pdf+.btn__pdf {
    margin-top: 1rem
  }

  main article section .btn__word {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 3.2rem;
    color: #fff;
    line-height: 1;
    background: #3a64b1;
    padding: .8rem;
    text-decoration: none !important;
    transition: .15s ease
  }

  main article section .btn__word:hover {
    opacity: .8
  }

  main article section .btn__word+.btn__word {
    margin-top: 1rem
  }

  main article section .box__table {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  main article section .box__table table {
    width: 100%
  }

  main article section .box__table table thead {
    background: #bce3df
  }

  main article section .box__table table thead th {
    color: #173188;
    font-size: 1.6rem;
    font-weight: bold;
    padding: .8rem;
    border: 1px solid #ddd;
    text-align: center
  }

  main article section .box__table table tbody {
    background: #fff
  }

  main article section .box__table table tbody tr th {
    color: #173188;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.2rem;
    border: 1px solid #ddd
  }

  main article section .box__table table tbody tr td {
    color: #1a1a1a;
    font-size: 1.6rem;
    padding: 1.2rem;
    border: 1px solid #ddd
  }

  main article section .box__table table tbody tr td a {
    font-size: 1.6rem;
    line-height: 1.2
  }

  footer {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 auto
  }

  footer .box__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 120rem;
    padding: 4rem 2rem;
    margin: 0 auto
  }

  footer .box__footer .footer__address .box__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  footer .box__footer .footer__address .box__logo .img__logo {
    display: block;
    width: 8rem;
    margin: 0 1.2rem 0 0
  }

  footer .box__footer .footer__address .box__logo .title {
    font-size: 3.6rem;
    font-weight: bold;
    color: #173188;
    line-height: 1.2
  }

  footer .box__footer .footer__address .address {
    font-size: 2rem;
    margin-top: 1.2rem
  }

  footer .box__footer .footer__address .address table tr .title {
    width: 9rem;
    vertical-align: top
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr {
    display: block;
    width: 30rem;
    transition: .15s ease
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr:hover {
    opacity: .8
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr img {
    display: block;
    width: 100%
  }

  footer .box__footer .footer__link .box__bnr .unit__bnr+.unit__bnr {
    margin-top: 1.2rem
  }

  footer .box__footer .footer__link .box__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4rem
  }

  footer .box__footer .footer__link .box__link .unit__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    color: #1a1a1a;
    padding-left: 2rem;
    transition: .15s ease
  }

  footer .box__footer .footer__link .box__link .unit__link:hover {
    opacity: .8
  }

  footer .box__footer .footer__link .box__link .unit__link::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "";
    width: 2rem;
    height: 2rem;
    color: #173188;
    left: 0
  }

  footer .box__footer .footer__link .box__link .unit__link+.unit__link {
    margin-left: 2rem
  }

  footer .copy {
    color: #173188;
    background: #f7d7cf;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    padding: 2rem 1rem;
    margin: 0 auto
  }

  #home main article {
    display: block;
    margin: 8rem auto
  }

  #home main article section .note {
    text-align: center;
    width: 90rem;
    font-size: 2.8rem;
    color: #173188;
    margin: 0 auto;
    line-height: 1.6
  }

  #home main article section.news {
    position: relative
  }

  #home main article section.news::before {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 4rem;
    right: -8rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.news::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: 4rem;
    left: -8rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.news .box__news {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #home main article section.news .box__news .unit__news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #home main article section.news .box__news .unit__news:first-child {
    border-top: 1px solid #ddd
  }

  #home main article section.news .box__news .unit__news .items__tag {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #home main article section.news .box__news .unit__news .items__tag .date {
    font-size: 1.6rem;
    margin-right: 1.6rem
  }

  #home main article section.news .box__news .unit__news .items__tag .term {
    display: block;
    width: 12rem;
    font-size: 1.4rem;
    color: #173188;
    text-align: center;
    font-weight: bold;
    padding: .2rem
  }

  #home main article section.news .box__news .unit__news .items__tag .term-news {
    color: #fff;
    background: #173188
  }

  #home main article section.news .box__news .unit__news .items__tag .term-activity {
    background: #f7d7cf
  }

  #home main article section.news .box__news .unit__news .items__tag .term-info {
    color: #173188;
    background: #ffd460
  }

  #home main article section.news .box__news .unit__news .items__tag .term-workshop {
    background: #bce3df
  }

  #home main article section.news .box__news .unit__news .items__tag .term-important {
    color: #fff;
    background: #ef5055
  }

  #home main article section.news .box__news .unit__news .items__tag+.title {
    margin-left: 1.2rem
  }

  #home main article section.news .box__news .unit__news .title {
    display: block;
    width: calc(100% - 292px);
    font-size: 1.8rem
  }

  #home main article section .box__about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto
  }

  #home main article section .box__about .about__desc {
    display: block;
    width: calc((100% - 4rem)/2);
    margin-right: 4rem
  }

  #home main article section .box__about .about__desc .title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #173188;
    margin-bottom: 1.2rem
  }

  #home main article section .box__about .about__desc .desc {
    font-size: 1.8rem;
    margin-bottom: 4rem
  }

  #home main article section .box__about .about__img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    width: calc((100% - 4rem)/2)
  }

  #home main article section .box__about .about__img::after {
    display: block;
    position: absolute;
    content: "";
    width: 32rem;
    height: 32rem;
    background-image: url(../img/dots02.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12rem;
    left: 8rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section .box__about .about__img .cover__img {
    display: block;
    width: 40rem;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, .25)
  }

  #home main article section .box__about .about__img .cover__img img {
    display: block;
    width: 100%;
    height: 40rem;
    -o-object-fit: cover;
    object-fit: cover
  }

  #home main article section .box__category {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  #home main article section .box__category .unit__category {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
  }

  #home main article section .box__category .unit__category+.unit__category {
    padding-top: 4.8rem;
    margin-top: 4.8rem;
    border-top: 1px solid #ddd
  }

  #home main article section .box__category .unit__category.manual .category__img {
    width: 30rem
  }

  #home main article section .box__category .unit__category.manual .category__desc {
    width: calc(100% - 33.2rem)
  }

  #home main article section .box__category .unit__category .category__img {
    display: block;
    width: 40rem;
    margin-right: 3.2rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
  }

  #home main article section .box__category .unit__category .category__desc {
    display: block;
    width: calc(100% - 43.2rem)
  }

  #home main article section .box__category .unit__category .category__desc .title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #173188;
    margin-bottom: 1.2rem
  }

  #home main article section .box__category .unit__category .category__desc .desc {
    font-size: 1.8rem
  }

  #home main article section.center_letter {
    display: block;
    position: relative;
    width: 100%;
    background: #fff
  }

  #home main article section.center_letter .bg01 {
    display: block;
    width: 100%
  }

  #home main article section.center_letter .bg01:before {
    display: block;
    content: "";
    position: absolute;
    width: 40rem;
    height: 20rem;
    background: url(../img/bg_cl01.svg) no-repeat;
    background-position: left top;
    background-size: contain;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg01::after {
    display: block;
    content: "";
    position: absolute;
    width: 40rem;
    height: 20rem;
    background: url(../img/bg_cl02.svg) no-repeat;
    background-position: right top;
    background-size: contain;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg02 {
    display: block;
    width: 100%
  }

  #home main article section.center_letter .bg02:before {
    display: block;
    content: "";
    position: absolute;
    width: 40rem;
    height: 20rem;
    background: url(../img/bg_cl03.svg) no-repeat;
    background-position: left bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .bg02::after {
    display: block;
    content: "";
    position: absolute;
    width: 40rem;
    height: 20rem;
    background: url(../img/bg_cl04.svg) no-repeat;
    background-position: right bottom;
    background-size: contain;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
  }

  #home main article section.center_letter .letter__category {
    position: relative;
    z-index: 2
  }

  #home main article section.center_letter .letter__category .box__letter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 120rem;
    padding: 0 2rem;
    margin: 4rem auto
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter {
    display: block;
    width: 100%;
    transition: .15s ease
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter:hover {
    opacity: .8
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .items__letter {
    display: block;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    margin-bottom: 1.2rem
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .date {
    font-size: 1.6rem;
    color: #173188;
    font-weight: bold
  }

  #home main article section.center_letter .letter__category .box__letter .unit__letter .title {
    font-size: 1.8rem;
    color: #173188;
    font-weight: bold
  }

  #home main article section.orange__teams {
    position: relative
  }

  #home main article section.orange__teams::before {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 4rem;
    right: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.orange__teams::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: 4rem;
    left: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #home main article section.orange__teams .box__teams {
    display: block;
    border-radius: 16px;
    border: 8px solid #bce3df;
    background: #fff;
    padding: 2rem;
    margin: 8rem 0
  }

  #home main article section.orange__teams .box__teams .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #173188;
    margin-bottom: 1.2rem
  }

  #home main article section.orange__teams .box__teams .desc {
    font-size: 1.8rem
  }

  .box__hero .unit__hero {
    position: relative
  }

  .box__hero .unit__hero .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    color: #173188;
    font-size: 5.2rem;
    font-weight: bold;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
  }

  #page main article section h1+* {
    margin-top: 4rem !important
  }

  #page main article section a {
    text-decoration: underline
  }

  #page main article section .small {
    font-size: 1.6rem
  }

  #page main article section .box__news {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #page main article section .box__news .unit__news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #page main article section .box__news .unit__news:first-child {
    border-top: 1px solid #ddd
  }

  #page main article section .box__news .unit__news .items__tag {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #page main article section .box__news .unit__news .items__tag .date {
    font-size: 1.6rem;
    margin-right: 1.6rem
  }

  #page main article section .box__news .unit__news .items__tag .term {
    display: block;
    width: 12rem;
    font-size: 1.4rem;

    color: #173188;
    text-align: center;
    font-weight: bold;
    padding: .2rem
  }

  #page main article section .box__news .unit__news .items__tag .term-news {
    color: #fff;
    background: #173188
  }

  #page main article section .box__news .unit__news .items__tag .term-activity {
    background: #f7d7cf
  }

  #page main article section .box__news .unit__news .items__tag .term-info {
    color: #173188;
    background: #ffd460
  }

  #page main article section .box__news .unit__news .items__tag .term-workshop {
    background: #bce3df
  }

  #page main article section .box__news .unit__news .items__tag .term-important {
    color: #fff;
    background: #ef5055
  }

  #page main article section .box__news .unit__news .items__tag+.title {
    margin-left: 1.2rem
  }

  #page main article section .box__news .unit__news .title {
    display: block;
    width: calc(100% - 292px);
    font-size: 1.8rem;
    text-decoration: none
  }

  #page main article section .box__etc {
    display: block;
    width: 100%;
    margin: 3.6rem auto 4rem
  }

  #page main article section .box__etc .unit__etc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.6rem 0;
    border-bottom: 1px solid #ddd
  }

  #page main article section .box__etc .unit__etc:first-child {
    border-top: 1px solid #ddd
  }

  #page main article section .box__etc .unit__etc .items__tag {
    width: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  #page main article section .box__etc .unit__etc .items__tag .date {
    font-size: 1.6rem
  }

  #page main article section .box__etc .unit__etc .items__tag+.title {
    margin-left: 1.2rem
  }

  #page main article section .box__etc .unit__etc .title {
    display: block;
    width: calc(100% - 142px);
    font-size: 1.8rem;
    text-decoration: none
  }

  #page main article section .pagenation {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4rem
  }

  #page main article section .pagenation .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 15.2rem)/20);
    height: 3.2rem;
    background: #fff;
    color: #173188;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #173188;
    margin-top: .8rem;
    transition: .15s ease
  }

  #page main article section .pagenation .page-numbers+.page-numbers {
    margin-left: .8rem
  }

  #page main article section .pagenation .page-numbers:nth-child(-n+20) {
    margin-top: 0
  }

  #page main article section .pagenation .page-numbers:nth-child(20n) {
    margin-right: 0
  }

  #page main article section .pagenation .page-numbers:hover {
    cursor: pointer;
    background: #173188;
    color: #fff;
    text-decoration: none;
    border: 1px solid #173188;
    opacity: .8
  }

  #page main article section .pagenation .prev,
  #page main article section .pagenation .next {
    width: 4rem;
    font-size: 1.4rem
  }

  #page main article section .pagenation .current {
    color: #fff;
    background: #173188;
    border: 1px solid #173188
  }

  #page main article section .introduction {
    display: block;
    margin: 4rem auto 12rem
  }

  #page main article section .introduction p {
    width: 90rem;
    margin: 1.2rem auto 0
  }

  #page main article section .dots {
    position: relative
  }

  #page main article section .dots::before {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -8rem;
    right: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #page main article section .dots::after {
    display: block;
    position: absolute;
    content: "";
    width: 20rem;
    height: 16rem;
    background-image: url(../img/dots01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    bottom: -8rem;
    left: -4rem;
    margin: 0 auto;
    z-index: -1
  }

  #page main article section .box__img {
    display: block;
    margin: 0 auto
  }

  #page main article section div+.box__img {
    margin: 2rem auto
  }

  #page main article section ul {
    display: block;
    width: 100%
  }

  #page main article section ul li {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 2rem
  }

  #page main article section ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a1a1a;
    top: 1rem;
    left: .5rem;
    right: auto;
    margin: 0 auto
  }

  *+#page main article section ul {
    margin-top: 1.2rem
  }

  #page main article section ol {
    display: block;
    width: 100%;
    counter-reset: number
  }

  #page main article section ol li {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: justify;
    text-indent: -1.5rem;
    padding-left: 3rem;
    margin-bottom: 1.6rem
  }

  #page main article section ol li::before {
    display: inline-block;
    counter-increment: number;
    content: counter(number) "．";
    width: 1em
  }

  #page main article section ol li p {
    font-size: 1.4rem
  }

  *+#page main article section ol {
    margin-top: 1.2rem
  }

  #page main article section .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto
  }

  #page main article section .flex .desc {
    width: calc(100% - 24rem)
  }

  #page main article section .flex .box__img {
    width: 16rem;
    margin: 0;
    margin-left: 8rem
  }

  #page main article section .flex .box__img img {
    display: block;
    width: 100%
  }

  #page main article section .category__btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem auto
  }

  #page main article section .category__btn .box__btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 1rem 4rem 1rem 2.4rem;
    margin: 0 auto
  }

  #page main article section .category__btn .box__btn.bottom:after {
    transform: rotate(90deg)
  }

  #page main article section .category__btn+.box__recruit {
    margin-top: 6.4rem
  }

  #page main article section *+.box__table {
    margin-top: 1.2rem
  }

  #page main article section .box__table {
    text-align: start
  }

  #page main article section .box__table tr td .btn__pdf,
  #page main article section .box__table tr td .btn__word {
    font-size: 1.4rem
  }

  #page main article section .box__table tr td .btn__pdf+p,
  #page main article section .box__table tr td .btn__word+p {
    margin-top: 1rem
  }

  #page main article section .box__table tr td p {
    font-size: 1.6rem
  }

  #page main article section .box__table tr td .end {
    display: block;
    width: 10rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background: #ef5055;
    padding: .2rem;
    margin-bottom: .4rem
  }

  #page main article section .box__letter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 100%;
    padding: 0 2rem
  }

  #page main article section .box__letter .unit__letter {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: .15s ease
  }

  #page main article section .box__letter .unit__letter:hover {
    opacity: .8
  }

  #page main article section .box__letter .unit__letter .items__letter {
    display: block;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    margin-bottom: 1.2rem
  }

  #page main article section .box__letter .unit__letter .date {
    font-size: 1.6rem;
    color: #173188;
    font-weight: bold
  }

  #page main article section .box__letter .unit__letter .title {
    font-size: 1.8rem;
    color: #173188;
    font-weight: bold
  }

  #page main article section .item__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
  }

  #page main article section .item__info .date {
    font-size: 1.6rem;
    color: #1a1a1a;
    margin-right: 2.4rem
  }

  #page main article section .item__info .term {
    display: block;
    width: 12rem;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: .6rem;
    line-height: 1
  }

  #page main article section .item__info .term-news {
    color: #fff;
    background: #173188
  }

  #page main article section .item__info .term-activity {
    background: #f7d7cf
  }

  #page main article section .item__info .term-info {
    color: #173188;
    background: #ffd460
  }

  #page main article section .item__info .term-workshop {
    background: #bce3df
  }

  #page main article section .item__info .term-important {
    color: #fff;
    background: #ef5055
  }

  #page main article section .box__recruit+.box__recruit {
    margin-top: 4.8rem
  }

  #page main article section .box__recruit .box__table tr th {
    color: #1a1a1a;
    text-align: justify;
    background-color: #f9f9f9
  }

  #page main article section .box__recruit .box__table tr td p {
    font-size: 1.6rem
  }

  #page main article section .item__contnet {
    margin-top: 4rem;
    word-break: break-all
  }

  #page main article section .back__btn {
    margin-top: 12em
  }

  #page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 5.6rem;
    height: 5.6rem;
    bottom: 5.2rem;
    right: 0;
    font-size: 2rem;
    background: #ffd460;
    border-radius: 50%;
    cursor: pointer;
    z-index: 900
  }

  #page-top::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons";
    content: "";
    transform: rotate(-90deg);
    font-size: 4rem;
    width: 5.6rem;
    height: 5.6rem;
    color: #173188
  }

  #page-top:hover {
    opacity: .8
  }
}