@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;600&family=Roboto+Condensed:wght@700&display=swap");
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/**
*
*
*/
img.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/*default setting*/
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p, span, a, th, td, dt, dd, figcaption {
  margin: 0;
  padding: 0;
}

body {
  font-size: 17px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #444;
  position: relative;
}

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

figure {
  margin: 0;
  padding: 0;
}

img, a {
  vertical-align: top;
  border: none;
  outline: none;
  height: auto;
  text-decoration: none;
}

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

p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}

::-moz-selection {
  background: #1d5aa9;
  color: #fff;
}

::selection {
  background: #1d5aa9;
  color: #fff;
}

::-moz-selection {
  background: #1d5aa9;
  color: #fff;
}

a {
  transition: all 0.3s;
}

a:link {
  color: #00a0e9;
}

a:visited {
  color: #00a0e9;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: auto;
}

@media screen and (max-width: 480px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/**
*	白抜き角丸タイトル
*	@include round-title;
*/
/**
*	デフォルトボタン
*	@include def-button;
*/
/**
*	ファイルアップロードすると自動的に追加されるダウンロードボタンを非表示
*
*/
a.wp-block-file__button {
  display: none;
}

.center {
  text-align: center;
}

.heading {
  display: inline-block;
  background-color: #1d5aa9;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding: 0.7em 3em;
  margin: 5em 0 3em;
}
@media screen and (max-width: 480px) {
  .heading {
    font-size: 15px;
    margin: 3.5em 0 1.7em;
  }
}

.theme {
  display: inline-block;
  background-color: #1d5aa9;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding: 0.7em 1em;
}
@media screen and (max-width: 480px) {
  .theme {
    font-size: 16px;
    line-height: 1.5;
  }
}

.nav_home {
  display: block;
  position: fixed;
  width: 121px;
  height: 121px;
  padding-bottom: 0;
  background-color: transparent;
  top: 20px;
  right: 20px;
  z-index: 999;
}
.nav_home a {
  display: inline-block;
  margin-bottom: 5px;
}
.nav_home a img {
  width: 100%;
}
.nav_home a:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}
@media screen and (max-width: 480px) {
  .nav_home {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding: 30px 15px;
  }
}
header .trademark {
  padding: 80px;
}
@media screen and (max-width: 480px) {
  header .trademark {
    padding: 0;
  }
}
header .trademark img {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header .trademark img {
    max-width: none;
    width: 50vw;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    margin-top: 35px;
  }
  header h1 img {
    width: 100%;
  }
}
header ul {
  text-align: center;
  padding: 2em 2em 80px;
}
header ul li {
  line-height: 1.6;
  font-size: 14px;
}
header ul li span {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  header ul {
    padding: 2em 15px 0px;
  }
}
header.contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
header.contents a.logo {
  display: block;
  max-width: 150px;
}
header.contents a.logo img {
  width: 100%;
}
header.contents ul.menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 1em;
}
header.contents ul.menu li {
  margin-left: 6px;
}
header.contents ul.menu li a {
  display: inline-block;
  padding: 14px 30px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  border-radius: 6px;
  background: linear-gradient(rgb(21, 105, 170), rgb(4, 64, 110));
  transition: 0.3s all;
}
header.contents ul.menu li a:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}
@media screen and (max-width: 480px) {
  header.contents ul.menu {
    display: none;
  }
}

#breadcrumbs {
  overflow: hidden;
  padding: 10px 1em;
  margin-bottom: 5vh;
  width: calc(100% - 2em);
  border-bottom: 1px solid #ccc;
}
#breadcrumbs li {
  float: left;
  font-size: 11px;
  line-height: 1.35;
  padding-left: 0.5em;
}
#breadcrumbs li a {
  display: inline-block;
  padding-right: 0.5em;
  text-decoration: underline;
}

.introduction {
  padding: 80px;
  background: url(img/washi.jpg);
}
@media screen and (max-width: 480px) {
  .introduction {
    padding: 60px 20px;
  }
}
.introduction h2 {
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  font-weight: 700;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  font-size: 26px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .introduction h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.introduction p {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 4em;
  line-height: 1.9;
}
@media screen and (max-width: 480px) {
  .introduction p {
    padding-top: 2em;
  }
}

.home_articles {
  max-width: 1100px;
  width: 85%;
  margin: 0 auto 10vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_articles h2 {
  text-align: center;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 5vh;
  margin-bottom: 1em;
  padding-bottom: 10px;
  position: relative;
}
.home_articles h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home_articles .box {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .home_articles .box {
    width: 100%;
  }
  .home_articles .box.blog {
    margin-top: 7vh;
  }
}
.home_articles .box ul li {
  padding: 0.5em 0;
}
.home_articles .box a {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  transition: 0.3s all;
}
.home_articles .box a span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}
.home_articles .box a.toArchive {
  display: block;
  width: 8em;
  margin: 2em auto 0;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 4px 12px;
}
.home_articles .box a.toArchive:hover {
  background-color: #1d5aa9;
  border-color: #1d5aa9;
  color: #fff;
}
.home_articles .box a:hover {
  color: #1d5aa9;
}

.prescription {
  padding: 110px;
  background: url(img/bg_blossom.png) -30px -30px no-repeat;
}
@media screen and (max-width: 480px) {
  .prescription {
    padding: 60px 25px;
    background-size: 50%;
  }
}
.prescription h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-weight: 600;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .prescription h2 {
    font-size: 28px;
    padding-bottom: 2em;
    line-height: 1.4;
  }
}
.prescription ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  margin: 0 auto;
}
.prescription ul li {
  width: 32%;
}
.prescription ul li.mid {
  width: 33%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .prescription ul li {
    width: 100%;
    padding-bottom: 4em;
  }
  .prescription ul li.mid {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
.prescription ul dl {
  padding: 20px 2em;
}
@media screen and (max-width: 480px) {
  .prescription ul dl {
    padding: 0;
  }
}
.prescription ul dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #1d5aa9;
  text-align: center;
  padding-bottom: 1.3em;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}
.prescription ul dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.95;
  color: #333;
}
@media screen and (max-width: 480px) {
  .prescription ul dl dd {
    text-justify: inter-ideograph;
    font-feature-settings: "palt" 1;
  }
}
.prescription figure {
  text-align: center;
  padding-top: 80px;
}
.prescription figure img {
  max-width: 940px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .prescription figure {
    padding-top: 0px;
  }
}

.trainingcourse {
  background-color: #f2f7f8;
  padding: 80px 20px;
}
@media screen and (max-width: 480px) {
  .trainingcourse {
    padding: 60px 25px;
  }
}
.trainingcourse h2 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .trainingcourse h2 img {
    width: 100%;
  }
}
.trainingcourse ul.features {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trainingcourse ul.features li {
  width: 32%;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .trainingcourse ul.features li {
    width: 100%;
  }
}
.trainingcourse ul.features dl dt {
  background-color: #808080;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fff;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .trainingcourse ul.features dl dt {
    font-size: 16px;
    line-height: 1.5;
  }
}
.trainingcourse ul.features dl dd {
  padding: 1.5em;
  line-height: 1.9;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .trainingcourse ul.features dl dd {
    font-size: 14px;
    line-height: 1.9;
  }
}
.trainingcourse .programs {
  max-width: 1200px;
  margin: 0 auto;
}
.trainingcourse .programs li {
  padding-left: 100px;
  padding-bottom: 100px;
}
.trainingcourse .programs li.num01 {
  background: url(img/01.png) 0 5px no-repeat;
}
.trainingcourse .programs li.num02 {
  background: url(img/02.png) 0 5px no-repeat;
}
.trainingcourse .programs li.num03 {
  background: url(img/03.png) 0 5px no-repeat;
}
.trainingcourse .programs li.num04 {
  background: url(img/04.png) 0 5px no-repeat;
}
@media screen and (max-width: 480px) {
  .trainingcourse .programs li {
    padding-left: 60px;
    padding-bottom: 70px;
  }
  .trainingcourse .programs li.num01 {
    background-size: 40px;
  }
  .trainingcourse .programs li.num02 {
    background-size: 40px;
  }
  .trainingcourse .programs li.num03 {
    background-size: 40px;
  }
  .trainingcourse .programs li.num04 {
    background-size: 40px;
  }
}
.trainingcourse .programs h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 56px;
  color: #000;
  line-height: 1.2;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .trainingcourse .programs h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.35;
  }
}
.trainingcourse .programs table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.trainingcourse .programs table th, .trainingcourse .programs table td {
  padding: 1em 0;
  vertical-align: top;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .trainingcourse .programs table th, .trainingcourse .programs table td {
    display: block;
  }
}
.trainingcourse .programs table th {
  width: 10em;
}
@media screen and (max-width: 480px) {
  .trainingcourse .programs table th {
    white-space: nowrap;
    font-size: 18px;
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  .trainingcourse .programs table td {
    font-size: 15px;
  }
}
.trainingcourse .programs .finish {
  display: block;
  border: 1px solid #129a92;
  background-color: #fff;
  padding: 1em;
  color: #129a92;
  line-height: 1.3;
}
.trainingcourse p.waribiki {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 23px;
  color: #000;
  padding: 1.5em 0 0.3em;
}
@media screen and (max-width: 480px) {
  .trainingcourse p.waribiki {
    font-size: 18px;
    line-height: 1.5;
  }
}
.trainingcourse table.fee {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.trainingcourse table.fee th, .trainingcourse table.fee td {
  vertical-align: top;
  font-size: 22px;
  text-align: left;
  padding: 1em 0;
}
.trainingcourse table.fee th {
  width: 6em;
  color: #000;
}
@media screen and (max-width: 480px) {
  .trainingcourse table.fee th {
    font-size: 18px;
    width: 4em;
    padding-top: 1.5em;
  }
}
.trainingcourse table.fee td {
  line-height: 1.5;
  font-size: 16px;
}
.trainingcourse table.fee td strong {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .trainingcourse table.fee td strong {
    display: block;
  }
}

.message {
  border-top: 1px solid #eee;
  background: url(img/bg_blossom.png) 110% -30px no-repeat;
}
@media screen and (max-width: 480px) {
  .message {
    background-size: 200px;
  }
}
.message h2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.4;
  color: #000;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 480px) {
  .message h2 {
    width: auto;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.9;
    padding: 50px 25px;
  }
}
.message .message-wrapper {
  width: 100%;
  background: url(img/landscape.jpg) center 100% no-repeat;
  background-size: contain;
}
.message .message-bodyBlock {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .message .message-bodyBlock {
    width: auto;
    padding: 50px 25px;
    flex-direction: column-reverse;
  }
}
.message .message-bodyBlock .txt {
  width: 58%;
}
@media screen and (max-width: 480px) {
  .message .message-bodyBlock .txt {
    width: 100%;
  }
}
.message .message-bodyBlock .txt p {
  font-weight: 400;
  line-height: 2.3;
  padding-bottom: 20em;
  color: #000;
}
@media screen and (max-width: 480px) {
  .message .message-bodyBlock .txt p {
    line-height: 1.9;
    font-size: 16px;
    padding-bottom: 6em;
  }
}
.message .message-bodyBlock figure {
  width: 25%;
  text-align: right;
  padding-right: 8%;
}
@media screen and (max-width: 480px) {
  .message .message-bodyBlock figure {
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
  }
}
.message .message-bodyBlock figure img {
  max-width: 241px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .message .message-bodyBlock figure img {
    max-width: none;
    width: 50%;
  }
}
.message .message-bodyBlock figure .signature p.position {
  text-align: right;
  font-size: 80%;
  line-height: 1.4;
  padding: 1em 0;
}
@media screen and (max-width: 480px) {
  .message .message-bodyBlock figure .signature p.position {
    text-align: left;
  }
}
.message .message-bodyBlock figure .signature p.name {
  text-align: right;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 480px) {
  .message .message-bodyBlock figure .signature p.name {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .message .message-bodyBlock figure {
    width: 100%;
  }
}

.data {
  padding: 0 20px 80px;
  background: url(img/washi.jpg);
}
.data table {
  max-width: 1200px;
  margin: 0 auto;
}
.data table th, .data table td {
  vertical-align: top;
  padding: 2em 0;
  border-top: 1px solid #bfbfbf;
  text-align: left;
}
.data table th {
  width: 20%;
  color: #000;
}
.data table th span {
  background: url(img/listmark.png) 0 3px no-repeat;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .data table th {
    display: block;
    width: 100%;
  }
  .data table th span {
    font-size: 120%;
  }
}
.data table td {
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .data table td {
    display: block;
    border-top: none;
    padding-top: 0;
  }
}
.data table.inner {
  width: 100%;
}
.data table.inner th, .data table.inner td {
  vertical-align: top;
  padding: 0 0 1em;
  border-top: none;
}
.data table.inner th {
  width: 8em;
}
@media screen and (max-width: 480px) {
  .data table.inner th {
    width: auto;
    font-size: 15px;
  }
}
.data table.history {
  max-width: none;
  margin: 2em 0 0 0;
}
.data table.history th, .data table.history td {
  border-top: none;
  font-size: 15px;
  line-height: 1.5;
  padding: 0.4em 0;
}
.data table.history th {
  width: 4em;
}
.data table dl dt {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
.data table dl dt figure img {
  max-width: 160px;
}
.data table dl dt .prof {
  padding-left: 15px;
}
.data table dl dt .prof p.name {
  font-weight: bold;
  padding-bottom: 0.4em;
}
.data table dl dt .prof p.position {
  font-size: 80%;
  line-height: 1.4;
}
.data table dl:last-child {
  padding-top: 5em;
}

.voices {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .voices {
    padding-bottom: 30px;
  }
}
.voices ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.voices ul li {
  width: 30%;
  margin-bottom: 60px;
}
.voices ul li a {
  display: block;
}
.voices ul li a figure {
  display: block;
  overflow: hidden;
  height: 13vw;
  border-radius: 8px;
  margin-bottom: 8px;
}
.voices ul li a figure img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s all;
}
@media screen and (max-width: 480px) {
  .voices ul li a figure {
    height: 25vh;
  }
}
.voices ul li a span.title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  background: url(img/mark.png) 0 0 no-repeat;
  padding-left: 40px;
}
.voices ul li a span.date {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.voices ul li a:hover img {
  transform: scale(1.1);
}
.voices ul li a:hover span.title {
  color: #1d5aa9;
}
@media screen and (max-width: 480px) {
  .voices ul li {
    width: 100%;
  }
}

.contentWrap h1.archive {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  padding: 3em;
}
@media screen and (max-width: 480px) {
  .contentWrap h1.archive {
    font-size: 1.4rem;
    padding: 2em 8%;
  }
}
.contentWrap ul.archiveIndex {
  max-width: 1120px;
  width: 85%;
  margin: 0 auto 10vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .contentWrap ul.archiveIndex {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.contentWrap ul.archiveIndex li a figure {
  display: block;
  height: 9vw;
  overflow: hidden;
  border-radius: 12px;
}
.contentWrap ul.archiveIndex li a figure img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s all;
}
@media screen and (max-width: 480px) {
  .contentWrap ul.archiveIndex li a figure {
    height: 12vh;
  }
}
.contentWrap ul.archiveIndex li a span {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  transition: 0.3s all;
}
.contentWrap ul.archiveIndex li a span.date {
  font-size: 10px;
  color: #ccc;
  line-height: 1.8;
  padding: 0 10px;
}
.contentWrap ul.archiveIndex li a:hover img {
  transform: scale(1.1);
}
.contentWrap ul.archiveIndex li a:hover span {
  color: #1d5aa9;
}
.contentWrap ul.archiveIndex.normPost {
  display: block;
  max-width: 860px;
  border-top: 1px solid #ccc;
}
.contentWrap ul.archiveIndex.normPost li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.contentWrap .voicesDetail {
  max-width: 920px;
  width: 85%;
  margin: 12vh auto 6vh;
}
.contentWrap .voicesDetail h1 {
  font-size: 1.6em;
  line-height: 1.5;
  background: url(img/mark.png) 0 5px no-repeat;
  padding-left: 40px;
}
.contentWrap .voicesDetail span.date {
  font-size: 12px;
  color: #ccc;
  line-height: 1.4;
}
.contentWrap .voicesDetail figure {
  margin-top: 6vh;
  margin-bottom: 10vh;
}
.contentWrap .voicesDetail figure img {
  border-radius: 10px;
  width: 100%;
}
.contentWrap .voicesDetail .bodyTxt {
  padding: 0 2em;
}
.contentWrap .voicesDetail .bodyTxt p {
  font-size: 15px;
  line-height: 2.1;
}
.contentWrap .postContent {
  max-width: 920px;
  width: 85%;
  margin: 12vh auto 6vh;
}
.contentWrap .postContent h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.contentWrap .postContent p.date {
  font-size: 13px;
  color: #999;
}
.contentWrap .postContent .mainContent {
  padding: 5vh 0;
}
.contentWrap .postContent .mainContent figure {
  margin: 2vh 0;
}
.contentWrap .postContent .mainContent figure img {
  max-width: 100%;
  border-radius: 8px;
}
.contentWrap .postContent .mainContent h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 2.5em 0 1.5em;
}
.contentWrap .postContent .mainContent p {
  font-size: 16px;
  line-height: 2.1;
  padding-bottom: 1em;
}
.contentWrap .nextprev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12vh;
}
.contentWrap .nextprev li a {
  font-size: 13px;
  line-height: 1;
  border: 1px solid #999;
  padding: 8px 16px;
  color: #333;
}
.contentWrap .nextprev li a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a, .pagination span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000000;
  margin: 0 2px;
  transition: 0.2s all;
}
.pagination a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.pagination span.current {
  background-color: #000000;
  color: #fff;
  pointer-events: none;
}
.pagination a.prev,
.pagination a.next {
  width: 4em;
}

.contact {
  padding-bottom: 80px;
  background-color: #f2f7f8;
}
.contact p {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .contact p {
    font-size: 14px;
  }
}

.seminarLink {
  background: url(img/bg_seminar.jpg) 50% no-repeat;
  background-size: cover;
  text-align: center;
  padding: 220px 30px 150px;
}
@media screen and (max-width: 480px) {
  .seminarLink {
    padding: 10vh 20px;
  }
}
.seminarLink a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 1em 2em;
}
.seminarLink a:hover {
  background-color: #fff;
  color: #1d5aa9;
}
@media screen and (max-width: 480px) {
  .seminarLink a {
    font-size: 20px;
  }
}
.seminarLink p {
  text-align: center;
  padding-top: 2em;
  line-height: 1.9;
  color: #fff;
}

header.seminar {
  background: url(img/bg_seminar.jpg) 50% no-repeat;
  background-size: cover;
  padding: 200px 20px;
}
header.seminar h1, header.seminar p {
  text-align: center;
  color: #fff;
}
header.seminar h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
header.seminar p {
  font-size: 20px;
  padding: 1em;
}
@media screen and (max-width: 480px) {
  header.seminar p {
    line-height: 1.5;
    padding: 1em 1em 0;
  }
}
header.seminar a.contact {
  display: block;
  position: fixed;
  width: 121px;
  height: 121px;
  padding-bottom: 0;
  background-color: transparent;
  top: 20px;
  right: 20px;
  z-index: 999;
}
header.seminar a.contact img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  header.seminar a.contact {
    top: auto;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
  header.seminar a.contact img {
    width: 100%;
  }
  header.seminar a.contact:hover {
    -webkit-animation: flash 0.3s;
            animation: flash 0.3s;
  }
}
@media screen and (max-width: 480px) {
  header.seminar header {
    padding: 30px 15px;
  }
}

.titleLine {
  padding: 50px 20px 20px;
}
.titleLine h2 {
  text-align: center;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 480px) {
  .titleLine h2 {
    font-size: 24px;
    text-align: left;
  }
}

.seminarData {
  background-color: #f2f7f8;
  padding: 20px 0 0;
}
.seminarData ul {
  width: 100%;
}
.seminarData ul li {
  width: 100%;
  margin-bottom: 1px;
  background-color: #fff;
  padding: 2em 0;
}
.seminarData ul dl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .seminarData ul dl {
    width: auto;
  }
}
.seminarData ul dl dt {
  width: 25%;
}
@media screen and (max-width: 480px) {
  .seminarData ul dl dt {
    width: auto;
    padding-bottom: 1.5em;
  }
}
.seminarData ul dl dt p {
  font-size: 21px;
  font-weight: bold;
  color: #000;
}
.seminarData ul dl dt p.en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  color: #f7af0e;
  padding-bottom: 0.3em;
}
.seminarData ul dl dd {
  width: 75%;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .seminarData ul dl dd {
    width: auto;
  }
}

.thanks {
  padding: 10em 3em 5em;
  text-align: center;
}
.thanks h2 {
  color: #000;
  padding-bottom: 1.2em;
}
.thanks p {
  text-align: center;
  line-height: 1.7;
}

footer {
  padding: 70px 30px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 70px 20px 0;
  }
}
footer a.return {
  display: inline-block;
  min-width: 10em;
  width: 370px;
  margin: 0 auto 5em;
  background-color: #000;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.8em;
  line-height: 1;
}
footer a.return:hover {
  -webkit-animation: flash 0.3s;
          animation: flash 0.3s;
}
@media screen and (max-width: 480px) {
  footer a.return {
    width: auto;
    display: block;
    margin: 0 auto 3em;
  }
}
footer .logo {
  padding-bottom: 60px;
}
footer .logo img {
  max-width: 449px;
  width: 100%;
}
footer p.copyright {
  padding: 1em;
  font-size: 14px;
  text-align: center;
}

.contact .form-wrap {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .contact table {
    width: 90%;
    margin: 0 auto;
  }
}
.contact table th, .contact table td {
  padding: 0.3em;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .contact table th, .contact table td {
    display: block;
  }
}
.contact table th {
  text-align: left;
  font-size: 14px;
  padding-right: 2em;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .contact table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.contact table th span {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: red;
  padding: 0.4em;
  border-radius: 5px;
  color: #fff;
  margin-left: 6px;
}
.contact table td {
  text-align: left;
}
.contact table td.age input {
  width: 60px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 90%;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  outline: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date] {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.5em;
  font-size: 16px;
  line-height: 1.5em;
  transition: border-color ease 0.2s;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=date]:focus {
  border-color: #369;
  border-color: #5f98e1;
  background-color: #f2f2f2;
}

textarea {
  width: 96%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1%;
  font-size: 16px;
  line-height: 1.5em;
  transition: border-color ease 0.2s;
}

/**
*	チェックボックス
*
*/
.input-checkbox input[type=checkbox] {
  display: none;
}
.input-checkbox label {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
  cursor: pointer;
}
.input-checkbox label:before, .input-checkbox label:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.input-checkbox label:before {
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0;
  top: 0.25em;
  width: 0.88em;
  height: 0.88em;
}
.input-checkbox label:after {
  width: 0.4em;
  height: 0.8em;
  left: 0.3em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  transform: rotate(45deg);
  transition: border-bottom-color, border-right-color 0.2s ease;
}
.input-checkbox input[type=checkbox]:checked + label:after {
  border-color: #369;
}

.wpcf7-form-control-wrap.privacy-policy {
  padding-right: 1em;
}

.accept,
.submitBlock {
  width: 100%;
  padding: 30px 0;
}

.accept .wpcf7-list-item {
  padding-top: 0;
}

.submitBlock {
  text-align: center;
  /**
  *	送信ボタン
  *
  */
}
.submitBlock .wpcf7-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 4px;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 1.4em 1em;
  background-image: -ms-linear-gradient(-90deg, rgb(55, 128, 222) 0%, rgb(29, 90, 169) 100%);
  box-shadow: inset 0px 1px 15px 0px rgba(4, 0, 0, 0.4);
  transition: all 0.2s ease;
}
.submitBlock .wpcf7-submit:hover {
  background-image: -ms-linear-gradient(-90deg, rgb(0, 115, 167) 0%, rgb(0, 50, 72) 100%);
  box-shadow: inset 0px 1px 15px 0px rgba(4, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}

.attention {
  margin-top: 50px;
  color: red;
  font-size: 13px;
  line-height: 1.4;
}

.wpcf7c-elm-step1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 6px;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  padding: 1.4em 1em;
  background-image: -ms-linear-gradient(-90deg, rgb(55, 128, 222) 0%, rgb(29, 90, 169) 100%);
  box-shadow: inset 0px 1px 15px 0px rgba(4, 0, 0, 0.4);
  transition: all 0.2s ease;
}
.wpcf7c-elm-step1:hover {
  background-image: -ms-linear-gradient(-90deg, rgb(70, 151, 17) 0%, rgb(25, 63, 0) 100%);
  box-shadow: inset 0px 1px 15px 0px rgba(4, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}

.wpcf7c-elm-step2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 6px;
  width: 35%;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  padding: 1.4em 1em;
  background-image: -ms-linear-gradient(-90deg, rgb(112, 112, 112) 0%, rgb(67, 67, 67) 100%);
  box-shadow: inset 0px 1px 15px 0px rgba(4, 0, 0, 0.4);
  transition: all 0.2s ease;
}
.wpcf7c-elm-step2:hover {
  background-image: -ms-linear-gradient(-90deg, rgb(67, 67, 67) 0%, rgb(22, 22, 22) 100%);
  box-shadow: inset 0px 1px 15px 0px rgba(4, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}

.wpcf7c-conf {
  background-color: #fff !important;
  color: black !important;
  border: 1px solid #ccc !important;
}

.wpcf7-response-output {
  margin: 0 0 50px;
  padding: 1em;
  color: #fff;
  border-radius: 6px;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background-color: red !important;
  border: none !important;
  border-radius: 5px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  padding: 2em !important;
}

.wpcf7-mail-sent-ok {
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  background-color: #1d5aa9 !important;
  border-radius: 6px;
  border: none !important;
  padding: 2em !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.3em;
  background-color: red;
  color: #fff !important;
  padding: 0.5em !important;
  border-radius: 5px;
  display: inline-block !important;
}

.nav-open {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-open {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 12px;
    right: 14px;
    padding: 0;
    z-index: 8889;
  }
  .nav-open img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nav-open {
    width: 50px;
    height: 50px;
    top: 12px;
    right: 14px;
  }
}

.nav-area {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 8999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-wrap: wrap;
}
.nav-area .nav-close {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 12px;
  right: 14px;
  z-index: 9099;
  cursor: pointer;
}
.nav-area .nav-close img {
  width: 100%;
  fill: #fff;
}

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

.nav-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-area nav ul {
  margin: 0;
}
.nav-area nav ul li {
  padding: 3vw 0;
}
.nav-area nav ul li a {
  font-weight: 600;
  font-size: 2.2vw;
  color: #333;
}
@media screen and (max-width: 767px) {
  .nav-area nav ul li a {
    font-size: 4.4vw;
  }
}
/*# sourceMappingURL=style.css.map */