@charset "UTF-8";
@media (min-width: 375px) {
  body {
    /* 375px以上 */
  }
}
@media (min-width: 768px) {
  body {
    /* タブレット以上 */
  }
}

ol.module_list-01 li, ul.module_list-notes-01 li, ul.module_list-01 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
ol.module_list-01 li::before, ul.module_list-notes-01 li::before, ul.module_list-01 li::before {
  content: "";
  position: absolute;
}
.module_column-col1._left ol.module_list-01 li, .module_column-col1._left ul.module_list-notes-01 li, .module_column-col1._left ul.module_list-01 li {
  display: flex;
}
ol.module_list-01 li + li, ul.module_list-notes-01 li + li, ul.module_list-01 li + li {
  margin-top: 0.5em;
}
ol.module_list-01 li ul li:first-child, ul.module_list-notes-01 li ul li:first-child, ul.module_list-01 li ul li:first-child,
ol.module_list-01 li ol li:first-child,
ul.module_list-notes-01 li ol li:first-child,
ul.module_list-01 li ol li:first-child {
  margin-top: 0.5em;
}

.module_button-01:link {
  display: block;
  position: relative;
  padding: 15px 50px;
  border: 1px solid #663499;
  border-radius: 3em;
  max-width: 260px;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 750px) {
  .module_button-01:link {
    max-width: 100%;
    width: auto;
    font-size: 25px;
  }
}
.module_button-01:link span {
  display: block;
}

table {
  height: auto !important;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
@media (min-width: 768px) {
  table {
    width: 100% !important;
  }
}
table thead,
table tbody,
table tfoot {
  width: 100%;
}
table tr:first-child th,
table tr:first-child td {
  border-top: 1px solid #D1D1D1;
}
table tr:nth-child(odd) td {
  background-color: #F9F9F9;
}
table tr th,
table tr td {
  border-bottom: 1px solid #D1D1D1;
  padding: 1em;
  min-width: 8em;
}
@media (min-width: 768px) {
  table tr th,
table tr td {
    min-width: auto;
  }
}
table tr th + th, table tr th + td,
table tr td + th,
table tr td + td {
  border-left: 1px solid #D1D1D1;
}
table tr th {
  background-color: #E8E5F0;
  font-weight: 700;
  text-align: center;
}
table tr td {
  background-color: #fff;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  color: #663499;
  text-decoration: underline;
  vertical-align: baseline;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: inherit;
    pointer-events: none;
  }
}

p:not([class]) + p:not([class]),
p:not([class]) + p[class^=_],
p:not([class]) + div.wp-caption,
p[class^=_] + p:not([class]),
p[class^=_] + p[class^=_],
p[class^=_] + div.wp-caption,
div.wp-caption + p:not([class]),
div.wp-caption + p[class^=_],
div.wp-caption + div.wp-caption {
  margin-top: 1.5em;
}
p:not([class]) + [class*=module_], [class*=module_] + p:not([class]),
p[class^=_] + [class*=module_],
[class*=module_] + p[class^=_],
div.wp-caption + [class*=module_],
[class*=module_] + div.wp-caption {
  margin-top: 50px;
}
.module_button + p:not([class]), p:not([class]) + .module_button,
.module_button + p[class^=_],
p[class^=_] + .module_button,
.module_button + div.wp-caption,
div.wp-caption + .module_button {
  margin-top: 20px;
}
[class*=module_line] + p:not([class]),
[class*=module_line] + p[class^=_],
[class*=module_line] + div.wp-caption {
  margin-top: 30px;
}
p:not([class]) + [class*=module_list], [class*=module_list] + p:not([class]),
p[class^=_] + [class*=module_list],
[class*=module_list] + p[class^=_],
div.wp-caption + [class*=module_list],
[class*=module_list] + div.wp-caption {
  margin-top: 30px;
}
[class*=module_title] + p:not([class]),
[class*=module_title] + p[class^=_],
[class*=module_title] + div.wp-caption {
  margin-top: 0;
}

[class*=module_] + [class*=module_] {
  margin-top: 30px;
}
[class*=module_] + [class*=module_column], [class*=module_column] + [class*=module_] {
  margin-top: 30px;
}
@media (min-width: 768px) {
  [class*=module_] + [class*=module_column], [class*=module_column] + [class*=module_] {
    margin-top: 50px;
  }
}
[class*=module_] + [class*=module_button-] {
  margin-top: 0;
}
[class*=module_] + .module_button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  [class*=module_] + .module_button {
    margin-top: 20px;
  }
}
[class*=module_line] + [class*=module_] {
  margin-top: 30px;
}
@media (min-width: 768px) {
  [class*=module_line] + [class*=module_] {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  [class*=module_card] + [class*=module_], [class*=module_] + [class*=module_card] {
    margin-top: 50px;
  }
}
.archive_navigation + [class*=module_] {
  margin-top: 40px;
}

p:not([class]) ~ .module_title-01, p:not([class]) ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-01,
div.wp-caption ~ .module_title-01,
div.wp-caption ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-01,
[class*=module_] ~ .module_title-01,
[class*=module_] ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-01 {
  margin-top: 70px;
}
@media (min-width: 768px) {
  p:not([class]) ~ .module_title-01, p:not([class]) ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-01,
div.wp-caption ~ .module_title-01,
div.wp-caption ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-01,
[class*=module_] ~ .module_title-01,
[class*=module_] ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-01 {
    margin-top: 100px;
  }
}
p:not([class]) ~ .module_title-02, p:not([class]) ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-02,
div.wp-caption ~ .module_title-02,
div.wp-caption ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-02,
[class*=module_] ~ .module_title-02,
[class*=module_] ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-02 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  p:not([class]) ~ .module_title-02, p:not([class]) ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-02,
div.wp-caption ~ .module_title-02,
div.wp-caption ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-02,
[class*=module_] ~ .module_title-02,
[class*=module_] ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-02 {
    margin-top: 70px;
  }
}
p:not([class]) ~ .module_title-03, p:not([class]) ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-03,
div.wp-caption ~ .module_title-03,
div.wp-caption ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-03,
[class*=module_] ~ .module_title-03,
[class*=module_] ~ [class*=module_column-col]:not([class*=_bg_box]) > .module_title-03 {
  margin-top: 50px;
}

[class*=module_title] + .module_title-02, [class*=module_title] + .module_title-03, [class*=module_title] + [class^=module_column-col]:not([class*=_bg_box]) .module_title-02:first-child, [class*=module_title] + [class^=module_column-col]:not([class*=_bg_box]) .module_title-03:first-child {
  margin-top: 30px !important;
}

.module_titleSingle {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .module_titleSingle {
    margin-bottom: 40px;
  }
}
.module_titleSingle + * {
  margin-top: 0 !important;
}

[class^=icon-]::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
}

.icon-blank::after {
  content: "";
}

.icon-file::after {
  content: "";
}

.icon-pdf::after {
  content: "";
}

.icon-none::after {
  content: none;
}

[class^=module_button-] span::after, [class^=module_button-][target=_blank] span::after, [class^=module_button-][href$=".pdf"] span::after, [class^=module_button-][href$=".doc"] span::after, [class^=module_button-][href$=".docx"] span::after, [class^=module_button-][href$=".docm"] span::after, [class^=module_button-][href$=".xls"] span::after, [class^=module_button-][href$=".xlsx"] span::after, [class^=module_button-][href$=".xlsm"] span::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  transition: none;
}
[class^=module_button-][target=_blank] span::after {
  content: "";
}
[class^=module_button-] .icon-file::after {
  content: "";
}
[class^=module_button-][href$=".doc"] span::after, [class^=module_button-][href$=".docx"] span::after, [class^=module_button-][href$=".docm"] span::after, [class^=module_button-][href$=".xls"] span::after, [class^=module_button-][href$=".xlsx"] span::after, [class^=module_button-][href$=".xlsm"] span::after {
  content: "";
}
[class^=module_button-][href$=".pdf"] span::after {
  content: "";
}

.global_contents [class^=module_column-col] p a:not([class])[href$=".pdf"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".doc"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".docx"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".docm"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".xls"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".xlsx"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".pdf"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".doc"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".docx"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".docm"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".xls"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".pdf"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".doc"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".docx"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".docm"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".xls"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".pdf"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".doc"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".docx"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".docm"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".xls"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".pdf"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".doc"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".docx"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".docm"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".xls"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".pdf"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".doc"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".docx"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".docm"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".xls"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".xlsm"]::after {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  background: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
}
.global_contents [class^=module_column-col] p a:not([class])[href$=".doc"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".docx"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".docm"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".xls"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".xlsx"]::after, .global_contents [class^=module_column-col] p a:not([class])[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".doc"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".docx"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".docm"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".xls"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".doc"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".docx"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".docm"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".xls"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".doc"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".docx"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".docm"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".xls"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".doc"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".docx"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".docm"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".xls"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".xlsm"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".doc"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".docx"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".docm"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".xls"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".xlsm"]::after {
  content: "";
}
.global_contents [class^=module_column-col] p a:not([class])[href$=".pdf"]::after,
.global_contents [class^=module_column-col] p a.icon-blank[href$=".pdf"]::after,
.global_contents [class^=module_column-col] td a:not([class])[href$=".pdf"]::after,
.global_contents [class^=module_column-col] td a.icon-blank[href$=".pdf"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a:not([class])[href$=".pdf"]::after,
.global_contents [class^=module_column-col] [class^=module_list-] a.icon-blank[href$=".pdf"]::after {
  content: "";
}

[class*=module_space-] {
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0;
}

.module_space-L {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .module_space-L {
    padding-top: 70px !important;
  }
}

.module_space-M {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .module_space-M {
    padding-top: 40px !important;
  }
}

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

[class*=module_title-] {
  letter-spacing: calc(50/1000 * 1em);
}

.module_title-01 span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  font-size: 26px;
  padding-bottom: 17px;
  color: #252525;
}
@media (max-width: 750px) {
  .module_title-01 span {
    font-size: 38px;
  }
}
.module_title-01 span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 162px;
  height: 7px;
  background: linear-gradient(90deg, #8A7CAF 0%, #8A7CAF 50%, #E8E5EE 50%, #E8E5EE 100%);
}

.module_title-02 span {
  font-weight: 700;
  line-height: 1.6;
  font-size: 20px;
  padding-left: 10px;
  border-left: solid 7px #8A7CAF;
  color: #252525;
}
@media (max-width: 750px) {
  .module_title-02 span {
    font-size: 30px;
  }
}

.module_title-03 span {
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: solid 1px #663499;
  display: inline-block;
  color: #252525;
}
@media (max-width: 750px) {
  .module_title-03 span {
    font-size: 28px;
  }
}

ul.module_list-01 > li::before {
  top: 0.7em;
  left: 10px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #663499;
}
@media (max-width: 750px) {
  ul.module_list-notes-01 li {
    padding-left: 40px;
  }
}
ul.module_list-notes-01 li::before {
  content: "※";
  left: 10px;
}

ol.module_list-01 {
  counter-reset: number;
}
ol.module_list-01 > li::before {
  counter-increment: number;
  content: counter(number, decimal) ".";
  left: 15px;
  color: #663499;
  font-weight: 700;
  transform: translateX(-50%);
}

[class*=module_button-] {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.module_button-01:link {
  background-color: #663499;
  color: #fff;
}
.module_button-01:link:hover {
  background-color: #fff;
  color: #663499;
}
.module_button-01:link:hover span::after {
  color: #663499;
}
.module_button-01:link span::after {
  position: absolute;
  top: 50%;
  right: 25px;
  border: none;
  width: auto;
  height: auto;
  color: #fff;
  transform: translateY(-50%);
  transition: color 0.3s;
}

.module_button-02 {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 40px;
  max-width: calc(100% - 20px);
  color: #663499;
  line-height: 1.375;
}
@media (max-width: 750px) {
  .module_button-02 {
    padding: 5px 0 5px 50px;
  }
}
.module_button-02:hover {
  text-decoration: none;
}
.module_button-02 span::after, .module_button-02[target=_blank] span::after, .module_button-02[href$=".pdf"] span::after, .module_button-02[href$=".doc"] span::after, .module_button-02[href$=".docx"] span::after, .module_button-02[href$=".docm"] span::after, .module_button-02[href$=".xls"] span::after, .module_button-02[href$=".xlsx"] span::after, .module_button-02[href$=".xlsm"] span::after {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 750px) {
  .module_button-02 span::after, .module_button-02[target=_blank] span::after, .module_button-02[href$=".pdf"] span::after, .module_button-02[href$=".doc"] span::after, .module_button-02[href$=".docx"] span::after, .module_button-02[href$=".docm"] span::after, .module_button-02[href$=".xls"] span::after, .module_button-02[href$=".xlsx"] span::after, .module_button-02[href$=".xlsm"] span::after {
    line-height: 40px;
    font-size: 20px;
  }
}
.module_button-02 span::before, .module_button-02 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 750px) {
  .module_button-02 span::before, .module_button-02 span::after {
    width: 40px;
    height: 40px;
    top: 5px;
  }
}
.module_button-02 span::before {
  border-radius: 50%;
  background-color: #663499;
}
.module_button-02 span::after {
  content: "";
}

.module_titleSingle .head .category .label {
  background: #663499;
  border: solid 1px #663499;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .module_titleSingle .head .category .label {
    font-size: 14px;
  }
}
.module_titleSingle .body .module_title-01 span {
  padding-bottom: 0;
}
.module_titleSingle .body .module_title-01 span::after {
  display: none;
}

.module_table-wrap {
  overflow: scroll;
}

table + table {
  margin-top: 30px;
}

.global_wrapper .global_contents .global_inner .gc_main {
  overflow: hidden;
}
.global_wrapper .global_contents .global_inner .gc_main article p {
  line-height: 1.6;
}
.global_wrapper .global_contents .global_inner .gc_main strong {
  font-weight: bold;
}
.global_wrapper .global_contents .global_inner .gc_main em {
  font-style: italic;
}

/*# sourceMappingURL=layout.css.map */
