@charset "UTF-8";
/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
html,
body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, pre, address, ul, ol, li, dl, dt, dd, form, legend, p {
  margin: 0;
  padding: 0;
}

table, tr, td, th {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

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

ul,
ul, li {
  list-style-type: none;
}

header, section, footer, aside, nav, article, figure, main {
  margin: 0;
  padding: 0;
  display: block;
}

body, th, td {
  word-wrap: break-word;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/*---------------------------------------
    Common
---------------------------------------*/
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearFloat {
  clear: both;
}

.left {
  text-align: left !important;
}

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

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

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

.normal {
  font-weight: normal !important;
}

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

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

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

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

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

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

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

/* Margin Bottom */
.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

/* --------------------------------------------------
  top
-------------------------------------------------- */
.topMainVisualBlock {
  font-family: "Noto Serif JP", serif;
  line-height: 130px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .topMainVisualBlock {
    font-size: 80px;
    letter-spacing: 0.35em;
    height: 652px;
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .topMainVisualBlock {
    font-size: 40px;
    line-height: 64px;
    height: 325px;
    padding-top: 140px;
  }
}
.topMainVisualBlock > div {
  position: relative;
  text-shadow: 0 0 10px #000000;
}
@media screen and (min-width: 768px) {
  .topMainVisualBlock > div {
    padding-left: 112px;
  }
}
@media screen and (max-width: 767px) {
  .topMainVisualBlock > div {
    padding-left: 60px;
  }
}
.topMainVisualBlock > div::before {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .topMainVisualBlock > div::before {
    top: 44px;
    width: 78px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topMainVisualBlock > div::before {
    top: 20px;
    width: 42px;
    height: 5px;
  }
}

.topNewsBlock .header {
  backdrop-filter: blur(14.4408998489px);
  background-color: rgba(59, 127, 206, 0.58);
}
@media screen and (min-width: 768px) {
  .topNewsBlock .header {
    height: 285px;
  }
  .topNewsBlock .header img {
    height: 83px;
  }
}
@media screen and (max-width: 767px) {
  .topNewsBlock .header {
    text-align: center;
    height: 246px;
  }
  .topNewsBlock .header img {
    height: 57px;
  }
}
@media screen and (min-width: 768px) {
  .topNewsBlock .header .title {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .topNewsBlock .header .title {
    padding-top: 16px;
  }
}
.topNewsBlock .header .title::after {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .topNewsBlock .header .title::after {
    left: 80px;
    top: 124px;
    width: 133px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topNewsBlock .header .title::after {
    top: 87px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 91px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .topNewsBlock .body {
    margin-top: -156px;
  }
}
@media screen and (max-width: 767px) {
  .topNewsBlock .body {
    margin-top: -155px;
  }
}
@media screen and (min-width: 768px) {
  .topNewsBlock .body .inner01 {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 618px;
    border-radius: 0px 45px 45px 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .topNewsBlock .body .inner01::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10000px;
    width: 10000px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .topNewsBlock .body .inner01 {
    padding-top: 52px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 155px, rgba(233, 246, 251, 0.9) 155px, rgba(233, 246, 251, 0.9) 100%);
  }
}

.topIntroduceBlock {
  background-color: rgba(233, 246, 251, 0.9);
}
@media screen and (min-width: 768px) {
  .topIntroduceBlock {
    margin-top: -462px;
    padding-top: 564px;
    padding-bottom: 120px;
    background-image: url("../images/img_204.png");
    background-position: right 20px top 450px;
    background-size: 754px;
  }
}
@media screen and (max-width: 767px) {
  .topIntroduceBlock {
    padding-top: 76px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .topIntroduceBlock .body {
    margin-top: 50px;
    display: flex;
  }
  .topIntroduceBlock .body > div:nth-child(1) {
    width: 515px;
  }
  .topIntroduceBlock .body > div:nth-child(2) {
    width: 585px;
    padding: 50px;
    box-sizing: border-box;
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  .topIntroduceBlock .body {
    margin-top: 30px;
  }
  .topIntroduceBlock .body .description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topIntroduceBlock .body .thumb {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.topIntroduceBlock .body .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.topBannerBlock01 {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .topBannerBlock01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .topBannerBlock01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (any-hover: hover) {
  .topBannerBlock01 a:hover {
    opacity: 0.5;
    transition: all 0.3s;
  }
}
.topBannerBlock01 img {
  max-width: 100%;
  height: auto;
}

.topEducationBlock {
  color: white;
  background-color: rgba(16, 170, 170, 0.9);
}
@media screen and (min-width: 768px) {
  .topEducationBlock {
    margin-top: 500px;
    padding-top: 108px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .topEducationBlock {
    margin-top: 216px;
    padding-top: 76px;
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 768px) {
  .topEducationBlock .description {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .topEducationBlock .description {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .topEducationBlock {
    background-image: url("../images/img_215.png");
    background-position: right 20px top 30px;
    background-size: 754px;
  }
}

.topActivityReportBlock {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .topActivityReportBlock {
    margin-top: 500px;
    padding-top: 108px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .topActivityReportBlock {
    margin-top: 216px;
    padding-top: 76px;
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 768px) {
  .topActivityReportBlock .description {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .topActivityReportBlock .description {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .topActivityReportBlock {
    background-image: url("../images/img_206.png");
    background-position: right 27px top 50px;
    background-size: 650px;
  }
}

.topContactBlock {
  color: white;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .topContactBlock {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .topContactBlock {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
.topContactBlock .inner {
  border-radius: 10px;
  background-color: rgba(59, 127, 206, 0.9);
}
@media screen and (min-width: 768px) {
  .topContactBlock .inner {
    padding: 28px 50px 32px;
  }
}
@media screen and (max-width: 767px) {
  .topContactBlock .inner {
    padding: 30px 28px 40px;
  }
}
.topContactBlock .title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .topContactBlock .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .topContactBlock .title {
    font-size: 24px;
  }
}
.topContactBlock .body > div p {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .topContactBlock .body {
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  .topContactBlock .body > div {
    width: 50%;
    box-sizing: border-box;
  }
  .topContactBlock .body > div:nth-child(1) {
    border-right: 1px solid white;
    padding-right: 35px;
  }
  .topContactBlock .body > div:nth-child(2) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .topContactBlock .body {
    margin-top: 24px;
  }
}

.topBlockBanner02 {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f4f4f4;
}
.topBlockBanner02 img {
  max-width: 100%;
  height: auto;
}

.wysiwyg01 {
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .wysiwyg01 h1 {
    font-weight: 500;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg01 h1 {
    font-weight: 500;
    font-size: 42px;
  }
}
.wysiwyg01 h2 {
  font-weight: 500;
  font-size: 38px;
}
.wysiwyg01 h3 {
  font-weight: 500;
  font-size: 34px;
}
.wysiwyg01 h4 {
  font-weight: 500;
  font-size: 28px;
}
.wysiwyg01 h5 {
  font-weight: 500;
  font-size: 24px;
}
.wysiwyg01 h6 {
  font-weight: 500;
  font-size: 20px;
}
.wysiwyg01 p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
.wysiwyg01 b {
  font-weight: bold;
}
.wysiwyg01 em {
  font-weight: bold;
  font-style: normal;
}
.wysiwyg01 pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.wysiwyg01 strong {
  font-weight: 500;
}
.wysiwyg01 ul {
  font-size: 16px;
  margin-top: 20px;
}
.wysiwyg01 ul li {
  display: flex;
}
.wysiwyg01 ul li::before {
  content: "●";
  display: block;
  font-size: 12px;
  width: 28px;
  flex-shrink: 0;
}
.wysiwyg01 ul li + li {
  margin-top: 10px;
}
.wysiwyg01 ol {
  font-size: 16px;
  margin-top: 20px;
  counter-reset: number 0;
}
.wysiwyg01 ol li {
  display: flex;
}
.wysiwyg01 ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: block;
  width: 28px;
  flex-shrink: 0;
}
.wysiwyg01 ol li + li {
  margin-top: 10px;
}
.wysiwyg01 blockquote {
  font-size: 12px;
  margin: 30px 0 0;
  padding: 0;
}
.wysiwyg01 blockquote p {
  background-color: #F2F2F2;
  padding: 25px 30px;
}
.wysiwyg01 a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .wysiwyg01 a:hover {
    text-decoration: none;
  }
}
.wysiwyg01 a[target=_blank]::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  background-size: contain;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_06.svg);
  background-size: contain;
}
.wysiwyg01 a[href$=".pdf"]::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  background-size: contain;
  width: 17px;
  height: 20px;
  background-image: url(../images/icon_07.svg);
  background-size: contain;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #414141;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1260px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 375px;
  }
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
  background-position: 0 0;
}

a {
  color: inherit;
  text-decoration: none;
}

nav,
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

table {
  width: 100%;
}

iframe {
  width: 100%;
  border: none;
}

input[type=text],
input[type=password],
select,
textarea {
  font-size: inherit;
  color: inherit;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  line-height: inherit;
}

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

/* --------------------------------------------------
	Class
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
.body01, .body04, .body03, .body02 {
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .body01, .body04, .body03, .body02 {
    background-image: url(../images/bg_01_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .body01, .body04, .body03, .body02 {
    background-image: url(../images/bg_01_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .body02 {
    background-image: url(../images/bg_02_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .body02 {
    background-image: url(../images/bg_02_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .body03 {
    background-image: url(../images/bg_03_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .body03 {
    background-image: url(../images/bg_03_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .body04 {
    background-image: url(../images/bg_04_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .body04 {
    background-image: url(../images/bg_04_sp.jpg);
  }
}

.inner01 {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .inner01 {
    width: 1260px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .inner01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pankuzu {
  background-color: #d9d9d9;
}
.pankuzu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 18px 0;
}
.pankuzu ul li {
  margin-left: 1em;
  word-wrap: break-word;
  word-break: break-all;
}
.pankuzu ul li + li::before {
  content: "＞";
  margin-right: 1em;
}

.title01 {
  font-family: "Noto Serif JP", serif;
  color: white;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 34px;
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.25em;
  }
}
.title01 img {
  height: 83px;
}
.title01::after {
  content: "";
  display: block;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .title01::after {
    margin-top: 27.5px;
    width: 133px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .title01::after {
    margin-top: 18px;
    width: 91px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}
.title01.title01-1 {
  color: #3b7fce;
}
.title01.title01-1::after {
  background-color: #3b7fce;
}
.title01.title01-2 {
  color: #e88a09;
}
.title01.title01-2::after {
  background-color: #e88a09;
}

.title02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: white;
  background-color: rgba(19, 169, 170, 0.8);
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 34px;
  }
  :not(.searchBlock01) + .title02 {
    margin-top: 268px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
    text-align: center;
    position: relative;
  }
  :not(.searchBlock01) + .title02 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .title02::before {
    content: "";
    display: block;
    background-color: #13a9aa;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.title02 .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .title02 .inner {
    height: 150px;
  }
  .title02 .inner::before {
    content: "";
    display: block;
    background-color: #13a9aa;
    width: 10000px;
    height: 100%;
    position: absolute;
    left: -10080px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .title02 .inner {
    height: 80px;
  }
}

.title03 {
  border-bottom: 1px solid #10aaaa;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #10aaaa;
}
@media screen and (min-width: 768px) {
  .title03 {
    font-size: 28px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .title03 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.title03.title03-1 {
  border-bottom: 1px solid #e88a09;
  color: #e88a09;
}

.title04 {
  border-bottom: 1px solid #3b7fce;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #3b7fce;
}
@media screen and (min-width: 768px) {
  .title04 {
    font-size: 34px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title04 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
  }
}

.title05 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  text-align: center;
}
.title05::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #3b7fce;
}
.title05.title05-1::after {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .title05.title05-2 {
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .title05.title05-2::after {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .title05 {
    font-size: 34px;
  }
  .title05::after {
    width: 133px;
    height: 10px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title05 {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
  .title05::after {
    width: 91px;
    height: 8px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .image02 + .title05 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .image02 + .title05 {
    margin-top: 30px;
  }
}

.title06 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .title06 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .title06 {
    font-size: 24px;
    letter-spacing: 0.15em;
    text-align: center;
  }
}

.title07 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  color: #3b7fce;
}
@media screen and (min-width: 768px) {
  .title07 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .title07 {
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .text01 {
    font-size: 22px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .text01 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .text02 {
    font-size: 16px;
    line-height: 28px;
  }
  .text02:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .text02 {
    font-size: 16px;
    line-height: 28px;
  }
  .text02:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .staffBlock02 + .text02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .staffBlock02 + .text02 {
    margin-top: 30px;
  }
}

.text03 {
  line-height: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text03 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .text03 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .image01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .image01 {
    margin-top: 30px;
  }
}

.image02 img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .text02 + .mapImage01 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 {
    margin-top: 30px;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 img {
    width: 29px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 img {
    width: 2.6vw;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_1 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_1 {
    top: 472px;
    right: 712px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_1 {
    bottom: 38.1vw;
    right: 64.8vw;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_2 {
    top: 592px;
    left: 309px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_2 {
    bottom: 27.3vw;
    right: 69.4vw;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_3 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_3 {
    top: 604px;
    left: 347px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_3 {
    bottom: 26.4vw;
    left: 31.6vw;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_4 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_4 {
    top: 616px;
    right: 739px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_4 {
    bottom: 25vw;
    right: 67.1vw;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_5 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_5 {
    top: 546px;
    left: 350px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_5 {
    bottom: 31.5vw;
    left: 31.9vw;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_6 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_6 {
    top: 197px;
    left: 708px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_6 {
    bottom: 63.2vw;
    left: 64.4vw;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_7 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_7 {
    top: 555px;
    right: 96px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_7 {
    bottom: 30.6vw;
    right: 8.7vw;
  }
}
.text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_8 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_8 {
    top: 529px;
    right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .text02 + .mapImage01 .mapImageBox01_201 .mapImagePin01_201 .mapImagePin01_201_8 {
    bottom: 33vw;
    left: 88.3vw;
  }
}
@media screen and (max-width: 767px) {
  .mapImage01 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.mapImage01 img {
  width: 100%;
}

.contentTitle01, .contentTitle03 {
  font-family: "Noto Serif JP", serif;
  padding-top: 140px;
  background-color: rgba(16, 170, 170, 0.8);
  /* /reports/ヘッダー用 */
  /* /update/ヘッダー用 */
  /* /staff/ヘッダー用 */
  /* /sitepolicy/ヘッダー用 */
  /* /privacypolicy/ヘッダー用 */
  /* /contact/ヘッダー用 */
  /* /404ヘッダー用 */
}
@media screen and (min-width: 768px) {
  .contentTitle01, .contentTitle03 {
    height: 280px;
    background-image: url(../images/img_209.png);
    background-position: bottom 5px right 20px;
    background-size: auto 159px;
  }
}
@media screen and (max-width: 767px) {
  .contentTitle01, .contentTitle03 {
    padding-bottom: 32px;
  }
}
.contentTitle01 .inner, .contentTitle03 .inner {
  font-weight: 500;
  letter-spacing: 0.25em;
  color: white;
}
@media screen and (min-width: 768px) {
  .contentTitle01 .inner, .contentTitle03 .inner {
    font-size: 42px;
    padding-top: 101.5px;
  }
}
@media screen and (max-width: 767px) {
  .contentTitle01 .inner, .contentTitle03 .inner {
    font-size: 24px;
    text-align: center;
    padding-top: 34px;
  }
}
.contentTitle01 .inner::after, .contentTitle03 .inner::after {
  content: "";
  display: block;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .contentTitle01 .inner::after, .contentTitle03 .inner::after {
    margin-top: 21.5px;
    width: 133px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentTitle01 .inner::after, .contentTitle03 .inner::after {
    margin-top: 18px;
    width: 91px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contentTitle01.contentTitle01-1, .contentTitle01-1.contentTitle03 {
  background-color: rgba(232, 138, 9, 0.8);
}
@media screen and (min-width: 768px) {
  .contentTitle01.contentTitle01-1, .contentTitle01-1.contentTitle03 {
    background-image: url(../images/img_210.png);
    background-position: bottom 5px right 20px;
    background-size: auto 159px;
  }
}
.contentTitle01.contentTitle01-2, .contentTitle01-2.contentTitle03 {
  background-color: rgba(59, 127, 206, 0.8);
}
@media screen and (min-width: 768px) {
  .contentTitle01.contentTitle01-2, .contentTitle01-2.contentTitle03 {
    background-image: url(../images/img_09.svg);
  }
}
.contentTitle01.contentTitle01-2_201, .contentTitle01-2_201.contentTitle03 {
  background-color: rgba(59, 127, 206, 0.8);
}
@media screen and (min-width: 768px) {
  .contentTitle01.contentTitle01-2_201, .contentTitle01-2_201.contentTitle03 {
    background-image: url(../images/img_207.png);
    background-position: bottom 5px right 20px;
    background-size: auto 159px;
  }
}
.contentTitle01.contentTitle01-2_202, .contentTitle01-2_202.contentTitle03 {
  background-color: rgba(59, 127, 206, 0.8);
}
@media screen and (min-width: 768px) {
  .contentTitle01.contentTitle01-2_202, .contentTitle01-2_202.contentTitle03 {
    background-image: url(../images/img_208.png);
    background-position: bottom 5px right 20px;
    background-size: auto 159px;
  }
}
.contentTitle01.contentTitle01-2_203, .contentTitle01-2_203.contentTitle03 {
  background-color: rgba(59, 127, 206, 0.8);
}
@media screen and (min-width: 768px) {
  .contentTitle01.contentTitle01-2_203, .contentTitle01-2_203.contentTitle03 {
    background-image: url(../images/img_211.png);
    background-position: bottom 5px right 20px;
    background-size: auto 159px;
  }
}
.contentTitle01.contentTitle01-2_204, .contentTitle01-2_204.contentTitle03 {
  background-color: rgba(59, 127, 206, 0.8);
}
@media screen and (min-width: 768px) {
  .contentTitle01.contentTitle01-2_204, .contentTitle01-2_204.contentTitle03 {
    background-image: url(../images/img_212.png);
    background-position: bottom 5px right 20px;
    background-size: auto 159px;
  }
}
.contentTitle01.contentTitle01-2_205, .contentTitle01-2_205.contentTitle03 {
  background-color: rgba(59, 127, 206, 0.8);
}
@media screen and (min-width: 768px) {
  .contentTitle01.contentTitle01-2_205, .contentTitle01-2_205.contentTitle03 {
    background-image: url(../images/img_216.png);
    background-position: bottom 5px right 20px;
    background-size: auto 159px;
  }
}
.contentTitle01.contentTitle01-2_206, .contentTitle01-2_206.contentTitle03 {
  background-color: rgba(59, 127, 206, 0.8);
}
@media screen and (min-width: 768px) {
  .contentTitle01.contentTitle01-2_206, .contentTitle01-2_206.contentTitle03 {
    background-image: none;
  }
}

.contentTitle02 {
  font-family: "Noto Serif JP", serif;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .contentTitle02 {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .contentTitle02 {
    padding-top: 50px;
  }
}
.contentTitle02 .inner01 .inner {
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .contentTitle02 .inner01 .inner {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentTitle02 .inner01 .inner {
    font-size: 24px;
    text-align: center;
  }
}
.contentTitle02 .inner01 .inner::after {
  content: "";
  display: block;
  background-color: #e88a09;
}
@media screen and (min-width: 768px) {
  .contentTitle02 .inner01 .inner::after {
    margin-top: 21.5px;
    width: 133px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentTitle02 .inner01 .inner::after {
    margin-top: 18px;
    width: 91px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contentTitle02.contentTitle02-1 .inner::after {
  background-color: #10aaaa;
}
.contentTitle02.contentTitle02-2 .inner::after {
  background-color: #3b7fce;
}

.contentTitle03 {
  background-color: rgba(59, 127, 206, 0.85);
  /* /about/ヘッダー用 */
  /* /program/ヘッダー用 */
}
@media screen and (min-width: 768px) {
  .contentTitle03 {
    background-image: url(../images/img_109.svg);
    background-position: right 3px 270px;
  }
}
@media screen and (min-width: 768px) {
  .contentTitle03.contentTitle03_201 {
    background-image: url(../images/img_201.png);
    background-position: bottom 0 right 20px;
    background-size: auto 159px;
  }
}
@media screen and (min-width: 768px) {
  .contentTitle03.contentTitle03_202 {
    background-image: url(../images/img_213.png);
    background-position: bottom 0 right 20px;
    background-size: auto 159px;
  }
}

.link01 {
  font-weight: bold;
  color: #3b7fce;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .link01:hover {
    text-decoration: none;
  }
}

.outsideLink01::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  background-size: contain;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_101.svg);
  background-size: contain;
}

.error01 {
  color: #c33c75;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .error01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .error01 {
    font-size: 14px;
  }
}

.swipeSlide {
  display: flex;
  flex-direction: column;
  position: relative;
}
.swipeSlide .swipeSlideView {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swipeSlide .swipeSlideView .swipeSlideInner {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
.swipeSlide .swipeSlideView .swipeSlideInner .item {
  width: 100%;
  flex-shrink: 0;
}
.swipeSlide .swipeSlideMarker {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.swipeSlide .swipeSlideMarker li {
  border: 1px solid black;
  width: 13px;
  height: 13px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}
.swipeSlide .swipeSlideMarker li.current {
  background-color: black;
}
.swipeSlide .swipeSlideController li {
  line-height: 1;
  position: absolute;
  top: 65px;
  cursor: pointer;
}
.swipeSlide .swipeSlideController li.prev {
  left: -48px;
}
.swipeSlide .swipeSlideController li.next {
  right: -48px;
}

.indent_201 {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

@media screen and (min-width: 768px) {
  .itemBlock01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock01 {
    margin-left: 28px;
    margin-right: 28px;
  }
}
.itemBlock01 .item .thumb {
  text-align: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.itemBlock01 .item .thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .itemBlock01 .item.item01 .meta::before {
    background-color: #3b7fce;
  }
  .itemBlock01 .item.item02 .meta::before {
    background-color: #e88a09;
  }
  .itemBlock01 .item.item03 .meta::before {
    background-color: #10aaaa;
  }
  .itemBlock01 .item .meta {
    position: relative;
    padding-top: 12px;
    padding-left: 28px;
  }
  .itemBlock01 .item .meta::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 8px;
    height: 170px;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock01 .item.item01 .meta {
    border-top-color: #3b7fce;
  }
  .itemBlock01 .item.item02 .meta {
    border-top-color: #e88a09;
  }
  .itemBlock01 .item.item03 .meta {
    border-top-color: #10aaaa;
  }
  .itemBlock01 .item .meta {
    padding-top: 10px;
    border-top-width: 8px;
    border-top-style: solid;
  }
}
.itemBlock01 .item .title {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .itemBlock01 .item .title {
    -webkit-line-clamp: 3;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock01 .item .title {
    padding-left: 10px;
    -webkit-line-clamp: 3;
    height: 76px;
  }
}
.itemBlock01 .item .title.externalLink::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  background-size: contain;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_06.svg);
  background-size: contain;
}
.itemBlock01 .item .title.pdf::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  background-size: contain;
  width: 17px;
  height: 20px;
  background-image: url(../images/icon_07.svg);
  background-size: contain;
}

.itemBlock02 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .itemBlock02 {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 33px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock02 {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.itemBlock02 .item .thumb {
  text-align: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.itemBlock02 .item .thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.itemBlock02 .item .meta {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #414141;
}
@media screen and (min-width: 768px) {
  .itemBlock02 .item .meta {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock02 .item .meta {
    padding-right: 8px;
  }
}
.itemBlock02 .item .meta .title {
  font-weight: 500;
  border-left: 5px solid white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .itemBlock02 .item .meta .title {
    padding-left: 12px;
    -webkit-line-clamp: 2;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock02 .item .meta .title {
    font-size: 12px;
    padding-left: 10px;
    -webkit-line-clamp: 3;
    height: 54px;
  }
}

.itemBlock03 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .itemBlock03 {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 24px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock03 {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.itemBlock03 .item .thumb {
  text-align: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.itemBlock03 .item .thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .itemBlock03 .item .meta {
    position: relative;
    padding-top: 10px;
    padding-left: 20px;
  }
  .itemBlock03 .item .meta::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 8px;
    height: 100px;
    pointer-events: none;
    background-color: #e88a09;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock03 .item .meta {
    padding-top: 5px;
    border-top: 5px solid #e88a09;
  }
}
.itemBlock03 .item .meta .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .itemBlock03 .item .meta .title {
    -webkit-line-clamp: 2;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock03 .item .meta .title {
    font-size: 12px;
    -webkit-line-clamp: 3;
    height: 54px;
  }
}

.itemBlock04 {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .itemBlock04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.itemBlock04 .inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .itemBlock04 .inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 55px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock04 .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }
}
.itemBlock04 .item .thumb {
  text-align: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.itemBlock04 .item .thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.itemBlock04 .item .meta {
  position: relative;
}
@media screen and (min-width: 768px) {
  .itemBlock04 .item .meta {
    padding-top: 16px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock04 .item .meta {
    padding-top: 8px;
    padding-left: 16px;
  }
}
.itemBlock04 .item .meta::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #10aaaa;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .itemBlock04 .item .meta::before {
    top: -32px;
    width: 8px;
    height: 145px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock04 .item .meta::before {
    top: -20px;
    width: 5px;
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock04 .item .date {
    font-size: 12px;
  }
}
.itemBlock04 .item .title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .itemBlock04 .item .title {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    font-size: 17px;
    margin-top: 10px;
    padding-top: 12px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock04 .item .title {
    border-top: 1px solid rgba(16, 170, 170, 0.5);
    font-size: 12px;
    margin-top: 4px;
    padding-top: 10px;
    height: 35px;
  }
}
.itemBlock04 .item .category {
  font-weight: 500;
  text-align: center;
  color: white;
  background-color: #10aaaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .itemBlock04 .item .category {
    width: 104px;
    height: 27px;
    border-radius: 13.5px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock04 .item .category {
    font-size: 12px;
    width: 70px;
    height: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
}
.itemBlock04.itemBlock04-1 {
  background-color: transparent;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .itemBlock04.itemBlock04-1 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock04.itemBlock04-1 {
    padding-top: 30px;
  }
}
.itemBlock04.itemBlock04-2 .category {
  background-color: #e88a09;
}
.itemBlock04.itemBlock04-2 .meta::before {
  background-color: #e88a09;
}
.itemBlock04.itemBlock04-2 .item .title {
  border-top: 1px solid #414141;
}
.itemBlock04.itemBlock04-2-1 {
  background-color: inherit;
}
.itemBlock04.itemBlock04-3 .category {
  background-color: #3b7fce;
}
.itemBlock04.itemBlock04-3 .meta::before {
  background-color: #3b7fce;
}
.itemBlock04.itemBlock04-3 .item .title {
  border-top: 1px solid #414141;
}
.itemBlock04.itemBlock04-3-1 .item .category {
  margin-top: 0;
}
.itemBlock04.itemBlock04-3-1 .item .catIconBox {
  margin: 5px 0 0 20px;
}
.itemBlock04.itemBlock04-3-1 .item .catIconBox div {
  display: inline-block;
  vertical-align: middle;
}
.itemBlock04.itemBlock04-3-1 .item .catIconBox .category {
  display: none;
}
.itemBlock04.itemBlock04-3-1 .item .catIconBox .externalLink {
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_06.svg);
  background-size: contain;
  margin-right: 5px;
}
.itemBlock04.itemBlock04-3-1 .item .catIconBox .pdf {
  width: 17px;
  height: 20px;
  background-image: url(../images/icon_07.svg);
  background-size: contain;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .itemBlock05 {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 {
    margin-top: 30px;
  }
}
.itemBlock05 .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .itemBlock05 .item + .item {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 .item + .item {
    margin-top: 30px;
  }
}
.itemBlock05 .item .title {
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  background-color: #3b7fce;
}
@media screen and (min-width: 768px) {
  .itemBlock05 .item .title {
    font-size: 24px;
    height: 96px;
    padding-top: 34px;
    padding-left: 330px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 .item .title {
    font-size: 22px;
    text-align: center;
    height: 188px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .itemBlock05 .item .thumb {
    position: absolute;
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 .item .thumb {
    text-align: center;
    position: relative;
    top: -95px;
  }
}
.itemBlock05 .item .thumb img {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .itemBlock05 .item .thumb img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 .item .thumb img {
    width: 53.4759358289%;
  }
}
.itemBlock05 .item .body {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .itemBlock05 .item .body {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 .item .body {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .itemBlock05 .item .body .profile {
    padding-left: 330px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 .item .body .profile {
    margin-top: -95px;
  }
}
.itemBlock05 .item .body .profile .lead {
  font-family: "Noto Serif JP";
  font-weight: 500;
  color: #3b7fce;
}
@media screen and (min-width: 768px) {
  .itemBlock05 .item .body .profile .lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 .item .body .profile .lead {
    font-size: 24px;
    margin-top: 30px;
  }
}
.itemBlock05 .item .body .profile .name {
  border-bottom: 1px solid #3b7fce;
  margin-top: 25px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .itemBlock05 .item .body .profile .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock05 .item .body .profile .name {
    font-size: 22px;
  }
}
.itemBlock05 .item .body .profile .info {
  font-size: 16px;
  margin-top: 12px;
}
.itemBlock05 .item .body .linkButton01 {
  margin-top: 40px;
}

.itemBlock06 {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .itemBlock06 {
    padding: 70px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock06 {
    padding: 50px 20px;
  }
}
.itemBlock06 .item + .item {
  border-top: 1px solid #3b7fce;
  margin-top: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .itemBlock06 .item {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .itemBlock06 .item .thumb {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock06 .item .thumb {
    text-align: center;
  }
}
.itemBlock06 .item .thumb img {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .itemBlock06 .item .thumb img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock06 .item .thumb img {
    width: 53.4759358289%;
  }
}
.itemBlock06 .item .body .profile {
  border-left: 8px solid #3b7fce;
}
@media screen and (min-width: 768px) {
  .itemBlock06 .item .body .profile {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock06 .item .body .profile {
    margin-top: 35px;
    padding-left: 20px;
  }
}
.itemBlock06 .item .body .profile .name {
  border-bottom: 1px solid #3b7fce;
  color: #3b7fce;
}
@media screen and (min-width: 768px) {
  .itemBlock06 .item .body .profile .name {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock06 .item .body .profile .name {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .itemBlock06 .item .body .profile .name span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock06 .item .body .profile .name span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .itemBlock06 .item .body .profile .info {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock06 .item .body .profile .info {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .itemBlock06 .item .body .message {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock06 .item .body .message {
    margin-top: 20px;
  }
}
.itemBlock06 .item .body .message p + p {
  margin-top: 1.5em;
}

.itemBlock07 + .itemBlock07 {
  margin-top: 50px;
}
.itemBlock07 .item {
  position: relative;
  margin-top: 20px;
  background-color: rgba(59, 127, 206, 0.05);
}
.itemBlock07 .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  background-color: #3b7fce;
}
@media screen and (min-width: 768px) {
  .itemBlock07 .item::after {
    height: 185px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock07 .item::after {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .itemBlock07 .item {
    padding: 30px 40px 40px;
  }
  .itemBlock07 .item + .item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock07 .item {
    padding: 25px 28px 40px;
  }
  .itemBlock07 .item + .item {
    margin-top: 20px;
  }
}
.itemBlock07 .item .message {
  color: #3b7fce;
  font-weight: 500;
  font-size: 20px;
}
.itemBlock07 .item .name {
  border-bottom: 1px solid #3b7fce;
  color: #3b7fce;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 12px;
}
.itemBlock07 .item dl {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 5em 1fr;
}
.itemBlock07 .item dl dt {
  flex-basis: 5em;
}
.itemBlock07 .item dl dd {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .itemBlock07 .item .other {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .itemBlock07 .item .other > div:nth-child(1) {
    width: 510px;
  }
  .itemBlock07 .item .other > div:nth-child(1) .postImg img {
    height: 300px;
  }
  .itemBlock07 .item .other > div:nth-child(2) {
    width: 380px;
  }
  .itemBlock07 .item .other > div:nth-child(2) .linkButton01 {
    margin-top: 30px;
  }
  .itemBlock07 .item .other > div:nth-child(2) .image {
    background: #F0F0F0;
    text-align: center;
    width: 100%;
    height: 200px;
  }
  .itemBlock07 .item .other > div:nth-child(2) .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock07 .item .other {
    margin-top: 30px;
  }
  .itemBlock07 .item .other > div:nth-child(1) .postImg img {
    height: auto;
  }
  .itemBlock07 .item .other > div:nth-child(2) {
    margin-top: 20px;
  }
  .itemBlock07 .item .other > div:nth-child(2) .linkButton01 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .itemBlock07 .item .other > div:nth-child(2) .image {
    text-align: center;
    width: 100%;
  }
  .itemBlock07 .item .other > div:nth-child(2) .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.more01 {
  border-top: 1px solid #707070;
  text-indent: -9999px;
  width: 100%;
  height: 18px;
  background-image: url(../images/arrow_05.svg);
  background-size: contain;
  background-position: top center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .more01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .more01 {
    margin-top: 35px;
  }
}

.player01, .player02 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .player01, .player02 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .player01, .player02 {
    margin-bottom: 30px;
  }
}
.player01::before, .player02::before {
  content: "";
  display: block;
}
.player01 .player, .player02 .player {
  padding-top: 56.25%;
}
.player01 .player iframe, .player02 .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player01 .postImg, .player02 .postImg {
  text-align: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .player01 .postImg img, .player02 .postImg img {
    max-height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .player01 .postImg img, .player02 .postImg img {
    max-height: 56.25vw;
  }
}

.player02 {
  border-radius: 0;
}

.linkButton01 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .linkButton01 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .linkButton01 {
    margin-top: 40px;
    margin-left: 28px;
    margin-right: 28px;
  }
}
.linkButton01 button {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  align-items: center;
}
.linkButton01 a,
.linkButton01 button {
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: white;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  background-image: url(../images/arrow_01.svg);
  background-size: auto 10px;
  background-position: right 15px top 27px;
  position: relative;
  width: 100%;
  max-width: 515px;
  background-color: #3b7fce;
}
.linkButton01 a::after,
.linkButton01 button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .linkButton01 a:hover,
  .linkButton01 button:hover {
    border-width: 0 !important;
  }
  .linkButton01 a:hover::after,
  .linkButton01 button:hover::after {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  ul.linkButton01 {
    column-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  ul.linkButton01 {
    column-gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  ul.linkButton01 li {
    width: 229px;
  }
}
@media screen and (max-width: 767px) {
  ul.linkButton01 li {
    width: calc(50% - 8px);
  }
}
ul.linkButton01 li:nth-child(1) a,
ul.linkButton01 li:nth-child(1) button {
  background-image: url(../images/arrow_01_1.svg);
  background-position: left 20px top 27px;
}
@media screen and (max-width: 767px) {
  ul.linkButton01 li:nth-child(1) a,
  ul.linkButton01 li:nth-child(1) button {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  ul.linkButton01 li:nth-child(2) a,
  ul.linkButton01 li:nth-child(2) button {
    padding-right: 45px;
  }
}

.linkButton01.linkButton01-1 a,
.linkButton01.linkButton01-1 button {
  background-color: #e88a09;
}
.linkButton01.linkButton01-2 a,
.linkButton01.linkButton01-2 button {
  border: 1px solid white;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .linkButton01.linkButton01-2l {
    margin-top: 25px;
  }
}
.linkButton01.linkButton01-2l a,
.linkButton01.linkButton01-2l button {
  padding-right: 28px;
}
.linkButton01.linkButton01-3 a,
.linkButton01.linkButton01-3 button {
  background-color: #10aaaa;
}

.linkButton02 a {
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: white;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  background-image: url(../images/arrow_01.svg);
  background-size: auto 10px;
  background-position: right 15px top 27px;
  position: relative;
  letter-spacing: 0.15em;
  color: #3b7fce;
  width: 100%;
  background-color: white;
}
.linkButton02 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .linkButton02 a:hover {
    border-width: 0 !important;
  }
  .linkButton02 a:hover::after {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .linkButton02 a {
    text-align: left;
    font-size: 25px;
    height: 100px;
    padding-left: 40px;
    border-radius: 50px;
    background-size: auto 45px, auto 10px;
    background-position: right 64px center, right 20px top 41px;
    background-image: url(../images/icon_08.svg), url(../images/arrow_02.svg);
  }
}
@media screen and (max-width: 767px) {
  .linkButton02 a {
    font-size: 20px;
    line-height: 23px;
    margin-top: 36px;
    height: 82px;
    border-radius: 41px;
    background-size: auto 10px;
    background-position: right 12px top 32px;
    background-image: url(../images/arrow_02.svg);
  }
}
@media (any-hover: hover) {
  .linkButton02 a:hover::after {
    background-color: #3b7fce;
    opacity: 0.3;
  }
}

.linkButton03 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .linkButton03 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .linkButton03 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .linkButton03 {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .linkButton03 {
    font-size: 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.linkButton03 a {
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: white;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  height: 48px;
  background-color: #10aaaa;
  background-image: url(../images/icon_10.svg);
}
.linkButton03 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .linkButton03 a:hover {
    border-width: 0 !important;
  }
  .linkButton03 a:hover::after {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .linkButton03 a {
    background-size: 19px auto;
    background-position: right 20px center;
  }
}
@media screen and (max-width: 767px) {
  .linkButton03 a {
    background-size: 13px auto;
    background-position: right 10px center;
  }
}

.searchBlock01 {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .searchBlock01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .searchBlock01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.searchBlock01 .search {
  border-bottom: 1px solid #414141;
  position: relative;
}
@media screen and (min-width: 768px) {
  .searchBlock01 .search {
    width: 515px;
  }
}
@media screen and (max-width: 767px) {
  .searchBlock01 .search {
    width: 100%;
  }
}
.searchBlock01 .search .textBox {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding-right: 40px;
  font-size: 20px;
}
.searchBlock01 .search .searchButton {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  background-image: url(../images/icon_09.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .searchBlock01.searchResults .inner01 {
    display: flex;
    align-items: center;
  }
}
.searchBlock01.searchResults .searchResultsDetail {
  background: #E8E8E8;
  padding: 10px 15px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .searchBlock01.searchResults .searchResultsDetail {
    font-size: 22px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .searchBlock01.searchResults .searchResultsDetail {
    margin-top: 15px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 90px;
  }
}
.pagination .pageNum {
  display: none; /*矢印を非表示にする場合に使用*/
}
.pagination span {
  background-color: #FFF;
  color: #2A2A2A;
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pagination span {
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
}
.pagination span a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination a.current,
.pagination span.current {
  color: #fff;
}
.pagination span.pageArrow {
  border: none;
}
.pagination span.pageArrow.arrowR {
  background-image: url(../images/arrow_07.svg);
  background-size: auto;
  background-position: center;
  cursor: pointer;
}
.pagination span.pageArrow.arrowL {
  background-image: url(../images/arrow_08.svg);
  background-size: auto;
  background-position: center;
  cursor: pointer;
}

/*ページネーションカテゴリ別カラー設定
-------------------------------------------------- */
/* cgmtube */
.body01 .pagination a.current, .body02 .pagination a.current, .body03 .pagination a.current, .body04 .pagination a.current,
.body01 .pagination span.current,
.body02 .pagination span.current,
.body03 .pagination span.current,
.body04 .pagination span.current {
  background-color: #10aaaa;
  color: #fff;
  border: 1px solid #10aaaa;
}

/* Update */
.body02 .pagination a.current,
.body02 .pagination span.current {
  background-color: #3b7fce;
  color: #fff;
  border: 1px solid #3b7fce;
}

/* Reports */
.body03 .pagination a.current,
.body03 .pagination span.current {
  background-color: #e88a09;
  color: #fff;
  border: 1px solid #e88a09;
}

.detailBlock01 {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .detailBlock01 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock01 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.detailBlock02 .detail {
  position: relative;
}
@media screen and (min-width: 768px) {
  .detailBlock02 .detail {
    padding-left: 36px;
  }
  .detailBlock02 .detail::after {
    content: "";
    display: block;
    background-color: #10aaaa;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 177px;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock02 .detail {
    padding-left: 28px;
    border-left: 8px solid #10aaaa;
  }
}
.detailBlock02 .detail .information {
  display: flex;
  column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .detailBlock02 .detail .information {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock02 .detail .information li:nth-child(1) {
    font-size: 14px;
  }
}
.detailBlock02 .detail .information li:nth-child(2) {
  font-weight: 500;
  text-align: center;
  color: white;
  background-color: #10aaaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .detailBlock02 .detail .information li:nth-child(2) {
    font-size: 14px;
    width: 92px;
    height: 24px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock02 .detail .information li:nth-child(2) {
    font-size: 12px;
    width: 70px;
    height: 20px;
    border-radius: 10px;
  }
}
.detailBlock02 .detail .title {
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .detailBlock02 .detail .title {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock02 .detail .title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.detailBlock02 .detail .description {
  border-top: 1px solid #3b7fce;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .detailBlock02 .detail .description {
    line-height: 28px;
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock02 .detail .description {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.detailBlock02 .detail .description.description_201 {
  border-top: 1px solid #e88a09;
}
.detailBlock02 .detail .description.description_202 {
  border-top: 1px solid #10aaaa;
}
.detailBlock02 .sns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .detailBlock02 .sns {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock02 .sns {
    margin-top: 30px;
  }
}
.detailBlock02 .sns dt {
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .detailBlock02 .sns dt {
    width: 80px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock02 .sns dt {
    font-size: 12px;
    width: 76px;
    height: 32px;
  }
}
.detailBlock02 .sns dd.x {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .detailBlock02 .sns dd.x img {
    height: 25.7px;
  }
}
.detailBlock02 .sns dd.facebook {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .detailBlock02 .sns dd.facebook img {
    height: 32px;
  }
}
@media (any-hover: hover) {
  .detailBlock02 .sns dd a:hover {
    opacity: 0.5;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .detailBlock02 .contributor {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .detailBlock02 .contributor {
    font-size: 12px;
    margin-top: 12px;
  }
}
.detailBlock02 .contributor a {
  text-decoration: underline;
  text-underline-position: under;
}
@media (any-hover: hover) {
  .detailBlock02 .contributor a:hover {
    text-decoration: none;
  }
}
.detailBlock02.detailBlock02-1 .detail::after {
  background-color: #e88a09;
}
@media screen and (max-width: 767px) {
  .detailBlock02.detailBlock02-1 .detail {
    border-left: 8px solid #e88a09;
  }
}
.detailBlock02.detailBlock02-1 .detail .information li:nth-child(2) {
  background-color: #e88a09;
}
.detailBlock02.detailBlock02-2 .detail::after {
  background-color: #3b7fce;
}
@media screen and (max-width: 767px) {
  .detailBlock02.detailBlock02-2 .detail {
    border-left: 8px solid #3b7fce;
  }
}
.detailBlock02.detailBlock02-2 .detail .information li:nth-child(2) {
  background-color: #3b7fce;
  display: none;
}

.relatedContentsBlock01 {
  background-color: #f0fafa;
}
@media screen and (min-width: 768px) {
  .relatedContentsBlock01 {
    padding-top: 84px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .relatedContentsBlock01 {
    padding-top: 35px;
    padding-bottom: 70px;
  }
}
.relatedContentsBlock01.relatedContentsBlock01-1 {
  background-color: #FEF9F2;
}
.relatedContentsBlock01.relatedContentsBlock01-2 {
  background-color: #E9F6FB;
  padding-top: 50px;
  padding-bottom: 50px;
}
.relatedContentsBlock01.relatedContentsBlock01-2 .linkButton01 {
  margin-top: 0;
}

.accordionBlock01 .item {
  transition: opacity 0.5s;
}
.accordionBlock01 .item.hidden {
  display: none;
}
.accordionBlock01 .item.ready {
  opacity: 0;
}

.formBlock01 {
  background-color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  .formBlock01 {
    margin-top: 112px;
    padding: 80px 70px 80px 90px;
  }
}
@media screen and (max-width: 767px) {
  .formBlock01 {
    margin-top: 40px;
    padding: 30px 20px 40px 25px;
  }
}
.formBlock01::before {
  content: "";
  display: block;
  background-color: #10aaaa;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .formBlock01::before {
    top: 80px;
    width: 20px;
    height: calc(100% - 80px - 80px);
  }
}
@media screen and (max-width: 767px) {
  .formBlock01::before {
    top: 0;
    width: 5px;
    height: 100%;
  }
}
.formBlock01 dl > div {
  border-bottom: 2px dotted #868686;
}
@media screen and (min-width: 768px) {
  .formBlock01 dl > div {
    display: grid;
    grid-template-columns: 355px 1fr;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .formBlock01 dl > div {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .formBlock01 dl > div + div {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .formBlock01 dl > div + div {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .formBlock01 dl > div.div01 {
    align-items: start;
  }
  .formBlock01 dl > div.div01 dt {
    height: auto;
  }
}
.formBlock01 dl > div dt {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .formBlock01 dl > div dt {
    font-size: 22px;
    height: 47px;
  }
}
@media screen and (max-width: 767px) {
  .formBlock01 dl > div dt {
    font-size: 18px;
  }
}
.formBlock01 dl > div dt.required::after {
  content: "必須";
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: white;
  border-radius: 11px;
  background-color: #d3588c;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .formBlock01 dl > div dt.required::after {
    font-size: 16px;
    width: 51px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .formBlock01 dl > div dt.required::after {
    font-size: 13px;
    width: 44px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .formBlock01 dl > div dd {
    font-size: 14px;
    margin-top: 10px;
  }
}
.formBlock01.formBlock01-1::before {
  background-color: #3b7fce;
}

.mw_wp_form_confirm .formBlock01 dl > div {
  align-items: start;
}
.mw_wp_form_confirm .formBlock01 dl > div dt {
  height: auto;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .formBlock01 dl > div dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .formBlock01 dl > div dd {
    font-size: 18px;
    margin-top: 32px;
  }
}

.missionCgmBlock01 {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .missionCgmBlock01 {
    margin-top: 120px;
    padding: 70px 200px 100px;
  }
}
@media screen and (max-width: 767px) {
  .missionCgmBlock01 {
    margin-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px 40px;
  }
}
.missionCgmBlock01 dl {
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .missionCgmBlock01 dl {
    margin-top: 62px;
    width: 700px;
    padding-left: 64px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .missionCgmBlock01 dl {
    margin-top: 36px;
  }
}
.missionCgmBlock01 dl dt {
  border-bottom: 1px solid #3b7fce;
  font-weight: 500;
  color: #3b7fce;
}
@media screen and (min-width: 768px) {
  .missionCgmBlock01 dl dt {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .missionCgmBlock01 dl dt {
    font-size: 18px;
    margin-top: 14px;
    padding-bottom: 16px;
  }
}
.missionCgmBlock01 dl dd {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .missionCgmBlock01 dl dd {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .missionCgmBlock01 dl dd {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .missionCgmBlock01 dl::before {
    content: "";
    display: block;
    position: absolute;
    top: -34px;
    left: 0;
    width: 56px;
    height: 76px;
  }
  .missionCgmBlock01 dl:nth-of-type(1) {
    margin-top: 82px;
  }
  .missionCgmBlock01 dl:nth-of-type(1)::before {
    background-image: url(../images/img_110_1_pc.svg);
  }
  .missionCgmBlock01 dl:nth-of-type(2)::before {
    background-image: url(../images/img_110_2_pc.svg);
  }
  .missionCgmBlock01 dl:nth-of-type(3)::before {
    background-image: url(../images/img_110_3_pc.svg);
  }
}
@media screen and (max-width: 767px) {
  .missionCgmBlock01 dl::before {
    content: "";
    display: block;
    width: 30px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
  }
  .missionCgmBlock01 dl:nth-of-type(1)::before {
    background-image: url(../images/img_110_1_sp.svg);
  }
  .missionCgmBlock01 dl:nth-of-type(2)::before {
    background-image: url(../images/img_110_2_sp.svg);
  }
  .missionCgmBlock01 dl:nth-of-type(3)::before {
    background-image: url(../images/img_110_3_sp.svg);
  }
}

.cgmSupportBlock01 {
  color: white;
  background-color: #3b7fce;
}
@media screen and (min-width: 768px) {
  .cgmSupportBlock01 {
    padding: 70px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cgmSupportBlock01 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px 40px;
  }
}

.staffBlock01 {
  background-color: rgba(233, 246, 251, 0.9);
}
@media screen and (min-width: 768px) {
  .staffBlock01 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .staffBlock01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.staffBlock02 {
  color: white;
}
@media screen and (min-width: 768px) {
  .staffBlock02 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .staffBlock02 {
    margin-top: -40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .staffBlock02 .thumb {
    width: 500px;
  }
}
.staffBlock02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staffBlock02 .profile {
  box-sizing: border-box;
  background-color: rgba(59, 127, 206, 0.9);
}
@media screen and (min-width: 768px) {
  .staffBlock02 .profile {
    order: -1;
    width: 600px;
    padding: 54px 50px 45px;
  }
}
@media screen and (max-width: 767px) {
  .staffBlock02 .profile {
    padding: 30px 20px 40px;
  }
}
.staffBlock02 .profile .title {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .staffBlock02 .profile .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staffBlock02 .profile .title {
    font-size: 24px;
  }
}
.staffBlock02 .profile .name {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .staffBlock02 .profile .name {
    font-size: 46px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staffBlock02 .profile .name {
    font-size: 32px;
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .staffBlock02 .profile .info {
    font-size: 20px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .staffBlock02 .profile .info {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .staffBlock03 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.staffBlock03 .title {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: white;
  height: 96px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #3b7fce;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .interviewBlock01 {
    margin-top: 102px;
  }
}
@media screen and (max-width: 767px) {
  .interviewBlock01 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .interviewBlock01 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .interviewBlock01 > div {
    width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .interviewBlock01 > div {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .articleBlock01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .articleBlock01 .article {
    margin-top: 30px;
  }
}
.articleBlock01 .article p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .articleBlock01 {
    display: flex;
    justify-content: space-between;
  }
  .articleBlock01 > * {
    width: 415px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .articleBlock01 {
    margin-top: 30px;
  }
}
.articleBlock01 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .articleBlock01.articleBlock01-1 > .thumb {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .articleBlock02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .articleBlock02 .article {
    margin-top: 30px;
  }
}
.articleBlock02 .article p + p {
  margin-top: 1.5em;
}

.block01 {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block01 {
    min-height: 660px;
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .block01 {
    min-height: 264px;
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.block101 {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .block101 {
    margin-top: 115px;
    padding: 70px 100px;
  }
}
@media screen and (max-width: 767px) {
  .block101 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px;
  }
}
.block101 + .block101 {
  margin-top: 0;
}
.block101.block101-blue {
  color: white;
  background-color: #3b7fce;
}

.block102 {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .block102 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block102 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px;
  }
}

.input01 input {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #b2b2b2;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .input01 input {
    height: 47px;
  }
}
@media screen and (max-width: 767px) {
  .input01 input {
    height: 55px;
    border-radius: 7px;
  }
}

.textarea01 textarea {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #b2b2b2;
  padding: 12px;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .textarea01 textarea {
    height: 138px;
  }
}
@media screen and (max-width: 767px) {
  .textarea01 textarea {
    height: 155px;
  }
}

.select01 {
  position: relative;
}
.select01 select {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #b2b2b2;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 7px;
}
.select01 select::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  .select01 select {
    height: 47px;
  }
}
@media screen and (max-width: 767px) {
  .select01 select {
    height: 55px;
    border-radius: 7px;
  }
}
.select01::after {
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../images/arrow_06.svg);
  background-size: contain;
  pointer-events: none;
}

.mw_wp_form_confirm .select01::after {
  background-image: none;
}

.check01:nth-child(n+2) {
  margin-top: 15px;
}
.check01.confirm {
  pointer-events: none;
}
.check01 input {
  display: none;
}
.check01 input:checked + span::before {
  background-color: #10aaaa;
  border-color: #10aaaa;
  background-image: url(../images/icon_13.svg);
  background-size: auto 15px;
  background-position: center;
}
.check01 span {
  line-height: 30px;
  display: flex;
  column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .check01 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .check01 span {
    font-size: 16px;
  }
}
.check01 span.mwform-checkbox-field-text::before {
  border: 1px solid #b2b2b2;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background-color: white;
  transition: all 0.3s;
}
.check01.check01-1 input:checked + span::before {
  background-color: #3b7fce;
  border-color: #3b7fce;
}

.mw_wp_form_input .check01 input:checked + span.mwform-checkbox-field-text::before {
  background-color: #3b7fce;
  border-color: #3b7fce;
}

.mw_wp_form_confirm .check01 {
  display: flex;
  align-content: center;
  column-gap: 15px;
  margin-top: 0;
}
.mw_wp_form_confirm .check01 .checkIcon {
  border: 1px solid #b2b2b2;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  transition: all 0.3s;
  background-image: url(../images/icon_13.svg);
  background-color: #3b7fce;
  border-color: #3b7fce;
  background-size: auto 15px;
  background-position: center;
  display: block;
  text-align: center;
}

/*  Reports
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .reportSearch .inner01 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
@media screen and (min-width: 768px) {
  .reportSearch .searchWord {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .reportSearch .searchWord {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .reportSearch .searchWord ul {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .reportSearch .searchWord .searchArchive {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .reportSearch .searchWord .searchArchive,
  .reportSearch .searchWord .searchcat {
    width: 256px;
  }
}
.reportSearch .searchWord .menulist {
  display: flex;
  justify-content: center;
}
.reportSearch .searchWord .menuitem {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.reportSearch .searchWord .menuitem a {
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.reportSearch .searchWord .menuitem .menuName {
  background-color: #E88A09;
  color: #FFF;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .reportSearch .searchWord .menuitem .menuName {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .reportSearch .searchWord .menuitem .menuName {
    height: 50px;
  }
}
.reportSearch .searchWord .dropMenu {
  position: relative;
}
.reportSearch .searchWord .dropMenuList {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reportSearch .searchWord .dropMenuList {
    width: 100%;
  }
}
.reportSearch .searchWord .dropMenuList ul {
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .reportSearch .searchWord .dropMenuList ul {
    width: 256px;
    max-height: 205px;
  }
}
@media screen and (max-width: 767px) {
  .reportSearch .searchWord .dropMenuList ul {
    width: 100%;
    max-height: 165px;
  }
}
.reportSearch .searchWord .dropMenuList a {
  background-color: #F5F5F5;
  color: #414141;
  font-size: 18px;
}
.reportSearch .searchWord .dropMenuList .dropMenuItem {
  border-bottom: 1px solid #8D8D8D;
}
@media screen and (min-width: 768px) {
  .reportSearch .searchWord .dropMenuList .dropMenuItem {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reportSearch .searchWord .dropMenuList .dropMenuItem {
    height: 40px;
  }
}
.reportSearch .searchWord .menuName {
  text-align: center;
  color: white;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  height: 48px;
  background-image: url(../images/arrow_09.svg);
}
@media screen and (min-width: 768px) {
  .reportSearch .searchWord .menuName {
    font-size: 20px;
    background-position: right 20px center;
  }
}
@media screen and (max-width: 767px) {
  .reportSearch .searchWord .menuName {
    font-size: 18px;
    background-position: right 15px center;
    background-size: 15px;
  }
}
.reportSearch .searchWord .menuName::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: all 0.3s;
}
.reportSearch.reportSearch1-1 .inner01 {
  justify-content: end;
}
.reportSearch.reportSearch1-1 .searchWord .menuitem .menuName {
  background-color: #3b7fce;
}

/* --------------------------------------------------
  layout
-------------------------------------------------- */
body {
  display: flex;
  flex-direction: column;
}

.header01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header01 {
    min-width: 1260px;
  }
}
@media screen and (max-width: 767px) {
  .header01 {
    padding-top: 20px;
  }
}
.header01 .inner01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header01 .inner01 {
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header01 .logo img {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header01 .logo img {
    height: 88px;
    margin-right: 10px;
  }
}
.header01 .navi {
  color: #3b7fce;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .header01 .navi {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header01 .navi {
    align-items: normal;
    height: 88px;
  }
}
@media screen and (min-width: 768px) {
  .header01 .navi ul {
    display: flex;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header01 .navi ul {
    display: none;
  }
}
.header01 .navi ul a {
  text-decoration: underline;
  text-underline-position: under;
}
@media (any-hover: hover) {
  .header01 .navi ul a:hover {
    text-decoration: none;
  }
}
.header01 .navi .menu {
  text-indent: -9999px;
  background-image: url(../images/icon_01.svg);
  background-size: contain;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header01 .navi .menu {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .header01 .navi .menu {
    width: 46px;
    height: 46px;
  }
}

.footer01 {
  color: white;
  background-color: #4c4c4c;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .footer01 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer01 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer01 .footerBlock01 {
    display: flex;
    column-gap: 100px;
  }
}
.footer01 .footerText01 {
  font-size: 24px;
  line-height: 1;
}
.footer01 .footerText02 {
  margin-top: 25px;
}
.footer01 .footerButton01 {
  margin-top: 44px;
}
.footer01 .footerButton01 a {
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: white;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  background-image: url(../images/arrow_01.svg);
  background-size: auto 10px;
  background-position: right 15px top 27px;
  border: 1px solid white;
  text-align: left;
  border-radius: 7px;
  padding-left: 12px;
  background-position: right 14px top 24px;
}
@media (any-hover: hover) {
  .footer01 .footerButton01 a:hover {
    font-size: 18px;
    letter-spacing: 0.15em;
    text-align: center;
    color: white;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url(../images/arrow_01.svg);
    background-size: auto 10px;
    background-position: right 15px top 27px;
    background: white;
    color: #4c4c4c;
    border-radius: 7px;
    padding-left: 12px;
    background-image: url(../images/arrow_10.svg);
    background-size: auto 10px;
    background-position: right 14px top 24px;
    background-repeat: no-repeat;
    text-align: left;
    transition: all 0.3s;
  }
}
.footer01 .footerNavi01 {
  margin-top: 56px;
}
.footer01 .footerNavi01 ul {
  display: flex;
  column-gap: 16px;
}
@media (any-hover: hover) {
  .footer01 .footerNavi01 ul li a:hover {
    opacity: 0.5;
    transition: all 0.3s;
  }
}
.footer01 .footerNavi01 ul img {
  height: 39px;
}
@media screen and (max-width: 767px) {
  .footer01 .footerNavi02 {
    border-top: 1px solid white;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.footer01 .footerNavi02 li + li {
  margin-top: 16px;
}
.footer01 .footerNavi02 li a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .footer01 .footerNavi02 li a:hover {
    text-decoration: none;
  }
}
.footer01 .copyright {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer01 .copyright {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .footer01 .copyright {
    margin-top: 88px;
  }
}

#pageTop {
  bottom: 0;
  cursor: pointer;
  position: fixed;
  right: 0;
  transition: 0.2s;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #pageTop {
    width: 124px;
  }
  #pageTop:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #pageTop {
    width: 13vw;
  }
}

.megaNavi01 {
  color: white;
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .megaNavi01 {
    min-width: 1260px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .megaNavi01 {
    height: calc(100% - 140px);
    padding-top: 20px;
    padding-bottom: 92px;
    overflow-y: auto;
  }
}
.megaNavi01:not(.open) {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: visible;
}
@media screen and (min-width: 768px) {
  .megaNavi01 .inner01 {
    display: flex;
    column-gap: 128px;
  }
}
@media screen and (min-width: 768px) {
  .megaNavi01 .logo img {
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .megaNavi01 .logo img {
    height: 80px;
  }
}
.megaNavi01 .close {
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .megaNavi01 .close {
    top: 20px;
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .megaNavi01 .close {
    top: 5px;
    right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .megaNavi01 ul {
    margin-top: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, 64px);
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .megaNavi01 ul {
    margin-top: 50px;
  }
}
.megaNavi01 ul li {
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) {
  .megaNavi01 ul li {
    width: 280px;
  }
  .megaNavi01 ul li:nth-child(6n+1) {
    border-top: 1px solid white;
  }
}
@media screen and (max-width: 767px) {
  .megaNavi01 ul li {
    height: 56px;
  }
  .megaNavi01 ul li:first-child {
    border-top: 1px solid white;
  }
}
.megaNavi01 ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}

.backgroundVideo01 {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
}
.backgroundVideo01 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sitePolicy .p {
  display: inline-block;
  line-height: 1.6;
  margin-top: 12px;
}
.sitePolicy .sitePolicyH3 {
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #414141;
  padding-bottom: 31px;
  margin-bottom: 40px;
}
.sitePolicy .sitePolicyH3 .sitePolicyH3br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sitePolicy .sitePolicyH3 .sitePolicyH3br {
    display: block;
  }
}
.sitePolicy .sitePolicyH4 {
  font-size: 28px;
  margin-top: 40px;
}
.sitePolicy .sitePolicyH4_2 {
  font-size: 28px;
  margin-top: 80px;
}
.sitePolicy .sitePolicyH5 {
  font-size: 24px;
  margin-top: 15px;
}
.sitePolicy .sitePolicyLi01 {
  margin-top: 12px;
}
.sitePolicy .sitePolicyLi01 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.6;
  counter-increment: cnt;
}
.sitePolicy .sitePolicyLi01 li::before {
  content: "(" counter(cnt) ") ";
}
.sitePolicy .sitePolicyLi02 {
  margin-top: 12px;
}
.sitePolicy .sitePolicyLi02 li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.sitePolicy .sitePolicyLi02 li::before {
  content: "※";
}
.sitePolicy .sitePolicyLi03 {
  margin-top: 12px;
}
.sitePolicy .sitePolicyLi03 li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.sitePolicy .sitePolicyLi03 li::before {
  content: "・";
}
.sitePolicy .sitePolicyImg01 {
  display: block;
  margin: 25px auto 0;
  border: 1px solid #414141;
}
.sitePolicy .sitePolicyLink {
  color: #3b7fce;
  text-decoration: underline;
}
.sitePolicy .sitePolicyLink.linkImg01::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  background-size: contain;
  margin: 0 4px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_06.svg);
  background-size: contain;
}
.sitePolicy .sitePolicyText01 {
  margin-top: 40px;
}
.sitePolicy .errorItem {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sitePolicy .errorItem {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sitePolicy .errorItem {
    margin-top: 40px;
    margin-left: 28px;
    margin-right: 28px;
  }
}
.sitePolicy .errorItem .errorBtn {
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: white;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  background-image: url(../images/arrow_01.svg);
  background-size: auto 10px;
  background-position: right 15px top 27px;
  position: relative;
  width: 100%;
  max-width: 515px;
  background-color: #3b7fce;
}
.sitePolicy .errorItem .errorBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .sitePolicy .errorItem .errorBtn:hover {
    border-width: 0 !important;
  }
  .sitePolicy .errorItem .errorBtn:hover::after {
    opacity: 0.5;
  }
}

.staff01Text01 {
  text-indent: 1em;
}

.staff01Li li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  counter-increment: cnt;
  margin-top: 10px;
}
.staff01Li li::before {
  content: "(" counter(cnt) ") ";
}
