@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.dsp-pc {
  display: block;
}
@media (max-width: 768px) {
  .dsp-pc {
    display: none;
  }
}

.dsp-sp {
  display: none;
}
@media (max-width: 768px) {
  .dsp-sp {
    display: block;
  }
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  transition: all 0.15s ease-in-out;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.wrapper {
  margin: 0 auto;
  max-width: 1140px;
  width: 92%;
}

.section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.section-page {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .section-page {
    padding: 30px 0;
  }
}

.min-wrapper {
  margin: 0 auto;
  width: 940px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

body {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

body.fadein {
  opacity: 1;
}

table.simpleTable {
  width: 100%;
}
table.simpleTable tr {
  width: 100%;
  border-top: 1px solid #C5E6F9;
  text-align: left;
}
table.simpleTable tr:last-child {
  border-bottom: 1px solid #C5E6F9;
}
table.simpleTable tr th {
  white-space: nowrap;
  padding: 50px 0;
  font-size: 18px;
  font-weight: bold;
}
table.simpleTable tr td {
  padding: 50px 0 50px 25px;
}
@media (max-width: 768px) {
  table.simpleTable tr th,
table.simpleTable tr td {
    width: 100%;
    display: block;
  }
  table.simpleTable tr th {
    padding: 30px 0 0 0;
  }
  table.simpleTable tr td {
    padding: 10px 0 30px 0;
  }
}

table.boxStyleTable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7em;
}
table.boxStyleTable tr {
  width: 100%;
  background: #ffffff;
}
table.boxStyleTable tr th {
  background-color: #CBE9F9;
  border: 1px solid #9CD5F5;
  padding: 20px 30px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
}
table.boxStyleTable tr td {
  border: 1px solid #9CD5F5;
  padding: 20px 60px;
}
table.boxStyleTable tr td .emp {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
table.boxStyleTable tr td .emp:first-of-type {
  margin-top: 0;
}
table.boxStyleTable tr.table-head th {
  background-color: #2872BF;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 768px) {
  table.boxStyleTable tr.table-head th {
    display: block;
    text-align: left;
    padding: 0.8em 4%;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  table.boxStyleTable tr:last-child {
    border-bottom: 1px solid #9CD5F5;
  }
  table.boxStyleTable tr th,
table.boxStyleTable tr td {
    display: block;
    border-bottom: none;
    text-align: left;
  }
  table.boxStyleTable tr th {
    padding: 0.5em 4%;
  }
  table.boxStyleTable tr td {
    padding: 1em 4%;
  }
}

ul.dotsList li {
  padding: 0 0 0.1em 20px;
}
ul.dotsList li:before {
  content: "・";
  display: inline-block;
  text-indent: -20px;
}

ol.numList {
  counter-reset: item;
}
ol.numList li {
  padding: 0 0 0.1em 20px;
  list-style-type: none;
}
ol.numList li:before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  text-indent: -20px;
}

ol.numBraList {
  counter-reset: item;
}
ol.numBraList li {
  padding: 0 0 0.1em 30px;
  list-style-type: none;
}
ol.numBraList li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  display: inline-block;
  text-indent: -30px;
}

a {
  color: #0C194E;
}

.blue {
  color: #3EADEC;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0C194E;
  letter-spacing: 0;
  line-height: 1.7em;
}

.quicksand {
  font-family: "Quicksand", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.7em;
  font-weight: bold;
}

p {
  line-height: 1.7em;
}

h1 {
  font-size: 28px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 42px;
  color: #0C194E;
  letter-spacing: 0;
  line-height: 1.7em;
}
h2 span {
  display: block;
  color: #3EADEC;
  width: fit-content;
  font-size: 30px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  line-height: 1.27em;
  position: relative;
}
h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #3EADEC;
}
h2.center {
  text-align: center;
}
h2.center span {
  margin: 0 auto;
}
@media (max-width: 768px) {
  h2 {
    font-size: 34px;
  }
  h2 span {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

h3 {
  font-size: 24px;
  color: #3EADEC;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content p,
.article-content ol,
.article-content ul {
  margin-bottom: 1em;
}
.article-content strong {
  font-weight: bold;
}
.article-content ol {
  counter-reset: outer-counter;
}
.article-content ol li {
  list-style: none;
  counter-increment: outer-counter;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.article-content ol li:before {
  content: counter(outer-counter) ".";
  margin-right: 0.5em;
}
.article-content ol li ol {
  counter-reset: inner-counter;
}
.article-content ol li ol li {
  counter-increment: inner-counter;
}
.article-content ol li ol li:before {
  content: counter(inner-counter) ")";
}
.article-content ol li ol li ol {
  counter-reset: inner-inner-counter;
}
.article-content ol li ol li ol li {
  counter-increment: inner-inner-counter;
}
.article-content ol li ol li ol li:before {
  content: "(" counter(inner-inner-counter) ")";
}

/* Wordpressのバー */
#wpadminbar {
  position: fixed !important;
  top: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
}
.header .logo {
  margin-left: 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.header .logo a {
  display: block;
  height: 55px;
}
.header .logo a.instagram {
  width: 20px;
  height: 20px;
  margin-left: 18px;
}
.header .logo a.instagram img {
  display: block;
}
.header .logo img {
  height: 100%;
  width: auto;
}
.header.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.header .headernavwrap {
  display: flex;
  align-items: center;
}
.header .headernavwrap.open {
  display: flex;
}
.header .headernavwrap .navarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 50px;
  gap: 5px;
}
.header .headernavwrap .navarea .globalmenu .parentlist {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .headernavwrap .navarea .globalmenu .parentlist li {
  position: relative;
}
.header .headernavwrap .navarea .globalmenu .parentlist li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0C194E;
}
.header .headernavwrap .navarea .globalmenu .parentlist li a:hover {
  color: #2872BF;
  opacity: 1;
}
.header .headernavwrap .navarea .globalmenu .parentlist li a .sub {
  display: none;
}
.header .btn-gnavi {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3EADEC;
  gap: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 15px;
}
.header .btn-gnavi span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 1px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
.header .btn-gnavi.open span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
  width: 25px;
}
.header .btn-gnavi.open span:nth-child(2) {
  opacity: 0;
}
.header .btn-gnavi.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  width: 25px;
}
.header .contact-btn-wrap {
  display: none;
}
@media (max-width: 768px) {
  .header {
    height: 70px;
    flex-direction: row;
    padding: 0;
  }
  .header .logo {
    margin-left: 15px;
  }
  .header .logo a {
    height: 50px;
  }
  .header .headernavwrap {
    flex-direction: column;
    background-color: #fff;
    display: none;
    padding: 30px 15px;
    z-index: 100;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  .header .headernavwrap .navarea {
    flex-direction: column;
    width: 300px;
    max-width: 100%;
    margin: 0;
  }
  .header .headernavwrap .navarea .globalmenu ul {
    flex-direction: column;
    gap: 15px;
  }
  .header .headernavwrap .navarea .globalmenu {
    max-height: 100%;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist {
    gap: 0;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist li {
    border-bottom: 1px solid #D8EFFB;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 0;
    line-height: 1.7em;
    position: relative;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist li a .sub {
    display: block;
    width: fit-content;
    color: #3EADEC;
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    border-bottom: 1px solid #3EADEC;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist li a::before {
    content: "";
    position: absolute;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #2872BF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .header .headernavwrap .navarea .globalmenu .parentlist li a::after {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 10px;
    width: 10px;
    background: url("../img/icon-arrow-btn-white.svg") no-repeat center/contain;
  }
  .header .headernavwrap .navarea .globalmenu .dsp-sp li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
  }
  .header .headernavwrap .navarea p {
    font-weight: bold;
  }
  .header .headernavwrap .navarea .globalmenu .has-submenu .childrenlist {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: block;
    position: static !important;
    box-shadow: none;
    padding-top: 0;
  }
  .header .headernavwrap .navarea .globalmenu .has-submenu .childrenlist li a {
    padding: 5px 15px 5px 20px;
  }
  .header .headernavwrap .navarea .globalmenu .has-submenu .has-submenu {
    position: static;
  }
  .header .btn-gnavi {
    display: flex;
  }
  .header .contact-btn-wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.overlay.open {
  display: block;
}

.footer {
  padding: 50px 0 0;
  background-color: #D9EAF3;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 60px;
  }
}
.footer .inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer .inner {
    align-items: center;
    gap: 15px;
  }
}
.footer-logo {
  display: block;
  width: 354px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  background: url("../img/logo-human-life-support.png") no-repeat center/contain;
}
@media (max-width: 768px) {
  .footer-logo {
    height: 70px;
  }
}
.footer .office {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  gap: 60px;
  margin: 50px auto 0;
}
.footer .office-info {
  padding: 20px 70px;
  background: #FFFFFF;
  border: 1px solid #3EADEC;
}
@media (max-width: 1024px) {
  .footer .office-info {
    padding: 20px 40px;
  }
}
.footer .office-info h3 {
  color: #0C194E;
}
.footer .office-info .item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  gap: 30px;
  margin: 20px auto 0;
}
.footer .office-info .item .title {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background: #3EADEC;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 5px;
}
.footer .office-info .item .map {
  display: block;
  color: #2872BF;
  font-size: 16px;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  text-decoration: underline;
  margin-top: 10px;
}
.footer .office-info .item .map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 17px;
  background: url("../img/icon-map.svg") no-repeat center/contain;
}
.footer .office-info .item .tel {
  color: #0C194E;
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer .office-info .item .tel {
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .footer .office {
    flex-direction: column;
    gap: 30px 0;
  }
  .footer .office .office-info {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
  }
}
.footer-nav {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  gap: 50px;
  margin: 50px auto 0;
}
.footer-nav li {
  display: block;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.footer-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  background: #3EADEC;
  border-radius: 50%;
}
.footer-nav li a {
  color: #0C194E;
}
.footer-nav li a:hover {
  color: #2872BF;
}
@media (max-width: 1024px) {
  .footer-nav {
    gap: 15px 30px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .footer-nav li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}
.footer .copyright {
  background: #0C194E;
  margin-top: 50px;
  padding: 13px 0;
  width: 100%;
}
.footer .copyright p {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.5;
}

.page-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: calc((100vw - min(1260px, 92vw)) / 2);
  bottom: 50px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  background: #2872BF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9;
}
.page-top img {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 8px;
}
.page-top.show {
  opacity: 1;
  visibility: visible;
}
.page-top:hover {
  opacity: 0.7;
}

.commonttl {
  text-align: center;
  margin-bottom: 20px;
}
.commonttl .inter {
  color: #3EADEC;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .commonttl .inter {
    font-size: 16px;
  }
}
.commonttl h3 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .commonttl h3 {
    font-size: 28px;
  }
}

.dotstitle {
  font-size: 32px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .dotstitle {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.dotstitle::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #68528F, #009CA9);
}

.bgppl {
  background-color: rgba(104, 82, 143, 0.07);
}

.btn {
  color: #fff;
  background: #2872BF;
  font-weight: bold;
  width: 230px;
  max-width: 100%;
  height: 60px;
  line-height: 56px;
  position: relative;
  border-radius: 100px;
  display: block;
  font-size: 18px;
  padding: 0 13px 0 60px;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.btn::before {
  content: "";
  position: absolute;
  right: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.btn::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  height: 15px;
  width: 15px;
  background: url("../img/icon-arrow-btn.svg") no-repeat center/contain;
}
.btn:hover {
  opacity: 1;
  background: #FFFFFF;
  border-color: #2872BF;
  color: #2872BF;
}
.btn:hover::before {
  background: #2872BF;
}
.btn:hover::after {
  background: url("../img/icon-arrow-btn-white.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .btn {
    margin: 0 auto;
    width: 100%;
  }
}

.breadcrumbs {
  margin: 20px auto 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin: 10px auto 20px;
  }
}
.breadcrumbs a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.breadcrumbs a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url("../img/icon-arrow-bc.svg") no-repeat center/contain;
  margin-left: 10px;
  margin-right: 7px;
}
.breadcrumbs .breadcrumb_last {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 4px 4%;
    font-size: 11px;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}

.pagettl {
  margin: 90px auto 0;
  width: 100%;
  height: 300px;
  background: url("../img/bg-pagettl.jpg") no-repeat center/cover;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  flex-direction: column;
}
.pagettl h2 {
  font-size: 55px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(12, 25, 78, 0.8);
}
.pagettl h2 span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  color: #FFFFFF;
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.pagettl h2 span::after {
  display: none;
}
@media (max-width: 768px) {
  .pagettl {
    margin: 70px auto 0;
    height: 200px;
  }
  .pagettl h2 {
    font-size: 42px;
  }
  .pagettl h2 span {
    font-size: 22px;
  }
}

.contact-btn {
  display: block;
  width: 300px;
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border-radius: 100px;
  border: 2px solid transparent;
}
.contact-btn::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  position: absolute;
  right: 18px;
  top: 23px;
  transform: rotate(45deg);
}
.contact-btn.mail {
  background: #2872BF;
}
.contact-btn.mail:hover {
  opacity: 1;
  color: #2872BF;
  background: #FFFFFF;
  border-color: #2872BF;
}
.contact-btn.mail:hover::after {
  border-color: #2872BF;
}
.contact-btn.line {
  background: #3CB900;
}
.contact-btn.line:hover {
  opacity: 1;
  color: #3CB900;
  background: #FFFFFF;
  border-color: #3CB900;
}
.contact-btn.line:hover::after {
  border-color: #3CB900;
}

.contact-btn-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  gap: 30px;
  margin: 50px auto 0;
}

.under-ttl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.under-ttl h3 {
  padding-left: 40px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #3EADEC;
  display: inline-block;
}
.under-ttl h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 20px;
  height: 20px;
  background: #2872BF;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .under-ttl h3 {
    font-size: 28px;
  }
  .under-ttl h3::before {
    top: 16px;
  }
}
.under-ttl.al-left {
  text-align: left;
}

#TOPPAGE .kvwrapper {
  height: 700px;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  background: url("../img/kvimg.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  #TOPPAGE .kvwrapper {
    height: 100vh;
  }
}
#TOPPAGE .kvwrapper .catchcopy {
  font-size: 55px;
  line-height: 1.5em;
  text-shadow: 0px 4px 4px rgba(12, 25, 78, 0.8);
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
#TOPPAGE .kvwrapper .catchcopy span {
  opacity: 0;
  filter: blur(60px);
  transform: translateY(12px);
  display: inline-block;
  animation: none;
}
#TOPPAGE .kvwrapper .catch-sub {
  display: block;
  margin: 30px auto 0;
  font-size: 24px;
  line-height: 1.7em;
  text-shadow: 0px 4px 4px rgba(12, 25, 78, 0.8);
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  filter: blur(25px);
  animation: fadeInBlur 1.4s ease-out forwards;
  animation-delay: 2s;
}
@media (max-width: 768px) {
  #TOPPAGE .kvwrapper {
    height: 100vh;
    align-items: center;
  }
  #TOPPAGE .kvwrapper .catchcopy {
    font-size: 36px;
    line-height: 2em;
  }
  #TOPPAGE .kvwrapper .catch-sub {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 400px) {
  #TOPPAGE .kvwrapper .catchcopy {
    font-size: 29px;
  }
  #TOPPAGE .kvwrapper .catch-sub {
    font-size: 16px;
  }
}
@keyframes fadeLetterSoft {
  0% {
    opacity: 0;
    filter: blur(60px);
    transform: translateY(12px);
  }
  50% {
    opacity: 0.5;
    filter: blur(30px);
    transform: translateY(6px);
  }
  80% {
    opacity: 0.9;
    filter: blur(10px);
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(25px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#TOPPAGE .introarea {
  width: 100%;
  background: url("../img/bg-intro.jpg") no-repeat center/cover;
}
#TOPPAGE .introarea-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  gap: 30px;
}
#TOPPAGE .introarea-inner .title, #TOPPAGE .introarea-inner .text {
  width: 50%;
}
#TOPPAGE .introarea-inner .text {
  padding-top: 80px;
}
#TOPPAGE .introarea-inner .text p {
  line-height: 1.7em;
  letter-spacing: 0.02em;
}
#TOPPAGE .introarea-inner .text .btn {
  margin-top: 50px;
}
#TOPPAGE .introarea-inner h2 .min {
  display: none;
}
@media (max-width: 1200px) {
  #TOPPAGE .introarea .introarea-inner h2 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  #TOPPAGE .introarea .introarea-inner h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #TOPPAGE .introarea {
    background: url("../img/bg-intro-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 0;
  }
  #TOPPAGE .introarea .introarea-inner {
    flex-direction: column;
    gap: 30px;
  }
  #TOPPAGE .introarea .introarea-inner .title, #TOPPAGE .introarea .introarea-inner .text {
    width: 100%;
  }
  #TOPPAGE .introarea .introarea-inner .text {
    padding-top: 0;
    position: relative;
  }
  #TOPPAGE .introarea .introarea-inner .text .btn {
    margin-top: 200px;
  }
  #TOPPAGE .introarea .introarea-inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 374px) {
  #TOPPAGE .introarea .introarea-inner h2 .min {
    display: block;
  }
}
#TOPPAGE .service {
  position: relative;
}
#TOPPAGE .service .wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
#TOPPAGE .service .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 1;
}
#TOPPAGE .service .service-grid .service-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 3);
}
#TOPPAGE .service .service-grid .service-item .image {
  margin: 0 auto;
}
#TOPPAGE .service .service-grid .service-item .image img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#TOPPAGE .service .service-grid .service-item .text {
  margin-top: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#TOPPAGE .service .service-grid .service-item .text h3 {
  color: #0C194E;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.7em;
  position: relative;
  text-align: center;
}
#TOPPAGE .service .btn {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #TOPPAGE .service .wrapper {
    gap: 30px 0;
  }
  #TOPPAGE .service .service-grid {
    flex-direction: column;
  }
  #TOPPAGE .service .service-grid .service-item {
    width: 100%;
  }
  #TOPPAGE .service .service-grid .service-item .text h3 {
    font-size: 22px;
  }
  #TOPPAGE .service .btn {
    margin-top: 30px;
  }
}
#TOPPAGE .recruit {
  width: 100%;
  background: url("../img/bg-recruit.jpg") no-repeat right/cover;
}
#TOPPAGE .recruit h3 {
  margin-top: 50px;
  font-size: 32px;
  color: #0C194E;
  letter-spacing: 0;
  line-height: 1.7em;
}
#TOPPAGE .recruit p {
  margin-top: 10px;
  line-height: 1.7em;
}
#TOPPAGE .recruit .btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #TOPPAGE .recruit {
    background: url("../img/bg-recruit-sp.jpg") no-repeat center 45%/cover;
    padding-bottom: 120px;
  }
  #TOPPAGE .recruit h3 {
    font-size: 28px;
    margin-top: 60px;
  }
  #TOPPAGE .recruit p {
    margin-top: 30px;
  }
  #TOPPAGE .recruit .btn {
    margin-top: 60px;
  }
}
#TOPPAGE .volunteer .inner {
  margin: 0 auto;
  width: 860px;
  max-width: 100%;
}
#TOPPAGE .volunteer-grid {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #TOPPAGE .volunteer-grid {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 60px;
    gap: 30px;
  }
}
#TOPPAGE .volunteer .txtarea {
  width: 50%;
  position: relative;
}
#TOPPAGE .volunteer .txtarea p {
  margin-top: 10px;
}
#TOPPAGE .volunteer .txtarea a.btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #TOPPAGE .volunteer .txtarea {
    width: 100%;
    order: 2;
  }
  #TOPPAGE .volunteer .txtarea p {
    font-size: 16px;
  }
  #TOPPAGE .volunteer .txtarea a.btn {
    margin-top: 30px;
  }
  #TOPPAGE .volunteer .txtarea h3 {
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
  }
}
#TOPPAGE .volunteer .imgarea {
  width: 50%;
}
#TOPPAGE .volunteer .imgarea img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  #TOPPAGE .volunteer .imgarea {
    width: 100%;
    order: 1;
  }
}

.wvj-link {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  max-width: 350px;
  padding: 0;
  margin: 0 auto;
}
.wvj-link span {
  display: block;
  color: #2872BF;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  border-bottom: 1px solid #2872BF;
  padding: 15px 0;
}
.wvj-link span::after {
  content: "";
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/icon-arrow-blue.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .wvj-link {
    width: calc(100% - 20px);
    max-width: 340px;
    padding: 0;
    margin: 0 auto;
  }
}

.news-detail .news-ttl {
  text-align: left;
  color: #111111;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .news-detail .news-ttl {
    font-size: 24px;
  }
}
.news-detail .news .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  font-weight: bold;
  color: #777;
}
.news-detail .news .news-article {
  margin-top: 30px;
}
.news-detail .news .news-article .wp-block-image {
  margin-top: 30px;
}
.news-detail .news .news-article .wp-block-image:first-child {
  margin-top: 0;
}
.news-detail .news .news-article p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2em;
}
.news-detail .news .news-article ul {
  margin-top: 20px;
}
.news-detail .news .news-article ul li {
  font-size: 16px;
  line-height: 2em;
}
.news-detail .news .news-article h2 + p, .news-detail .news .news-article h2 + ul, .news-detail .news .news-article h3 + p, .news-detail .news .news-article h3 + ul, .news-detail .news .news-article h4 + p, .news-detail .news .news-article h4 + ul {
  margin-top: 15px;
}
.news-detail .news .news-article h2 {
  margin-top: 20px;
  font-size: 28px;
}
.news-detail .news .news-article h3 {
  margin-top: 20px;
  font-size: 24px;
}
.news-detail .news .news-article h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #3EADEC;
}
.news-detail .news .news-article strong {
  font-weight: bold;
}
@media (max-width: 768px) {
  .news-detail .news .news-article h2 + p, .news-detail .news .news-article h3 + p, .news-detail .news .news-article h4 + p {
    margin-top: 10px;
  }
  .news-detail .news .news-article h2 {
    font-size: 24px;
  }
  .news-detail .news .news-article h3 {
    font-size: 20px;
  }
}
.news-detail .btn-wrap {
  margin: 70px auto 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  flex-direction: column;
}

.newslist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newslist li {
  padding: 20px;
  border-bottom: 1px solid #1272BA;
}
.newslist li .news-item {
  display: flex;
  align-items: center;
  gap: 40px;
  text-decoration: none;
}
.newslist li .news-item .date {
  font-size: 14px;
  color: #777;
  white-space: nowrap;
  letter-spacing: 0;
}
.newslist li .news-item .newsttl {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}
.newslist li.no-posts {
  text-align: center;
  font-size: 16px;
  padding: 40px 0 0;
  font-weight: 500;
  border-bottom: none;
}

.pagenation {
  margin: 30px auto 0;
  text-align: center;
  font-size: 0;
}
.pagenation .page-numbers {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  color: #111111;
  margin: 0 1px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 30px;
}
.pagenation .page-numbers img {
  vertical-align: baseline;
}
.pagenation .page-numbers.next {
  margin-left: 10px;
}
.pagenation .page-numbers.next:hover {
  opacity: 0.7;
}
.pagenation .page-numbers.prev {
  margin-right: 10px;
}
.pagenation .page-numbers.prev:hover {
  opacity: 0.7;
}
.pagenation a.page-numbers:hover {
  opacity: 1;
}
.pagenation a.page-numbers:hover,
.pagenation .current {
  color: #1272BA;
}

#ABOUT .company table {
  margin-top: 50px;
}
#ABOUT .company table th {
  width: 140px;
}
#ABOUT .company table .office-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  gap: 60px;
}
#ABOUT .company table .office-list .item {
  width: 50%;
}
#ABOUT .company table .office-list .item h3 {
  font-size: 16px;
  color: #2872BF;
}
#ABOUT .company table .office-list .item p {
  margin-top: 15px;
}
#ABOUT .company table .office-list .item .gmap {
  margin-top: 15px;
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 0;
}
#ABOUT .company table .office-list .item .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ABOUT .company table .office-list .item .tel {
  pointer-events: none;
}
@media (max-width: 768px) {
  #ABOUT .company table {
    margin-top: 30px;
  }
  #ABOUT .company table th {
    width: 100%;
  }
  #ABOUT .company table .office-list {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  #ABOUT .company table .office-list .item {
    width: 100%;
  }
  #ABOUT .company table .office-list .item p {
    margin-top: 10px;
  }
  #ABOUT .company table .office-list .item .gmap {
    margin-top: 10px;
  }
  #ABOUT .company table .office-list .item .tel {
    pointer-events: all;
  }
}

#SERVICE .introarea h3 {
  font-size: 32px;
  color: #0C194E;
}
#SERVICE .introarea p {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #SERVICE .introarea p {
    margin-top: 30px;
  }
}
#SERVICE .service-list-wrap {
  position: relative;
  padding: 50px 0;
}
#SERVICE .service-list-wrap:last-of-type {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #SERVICE .service-list-wrap {
    padding: 60px 0;
  }
  #SERVICE .service-list-wrap:last-of-type {
    padding-bottom: 60px;
  }
}
#SERVICE .service-list-wrap .service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
  margin-top: 50px;
}
#SERVICE .service-list-wrap .service-list.two {
  gap: 50px 60px;
}
#SERVICE .service-list-wrap .service-list.mt-0 {
  margin-top: 0;
}
#SERVICE .service-list-wrap .service-list .item {
  width: calc((100% - 60px) / 3);
}
#SERVICE .service-list-wrap .service-list .item .text {
  padding: 10px 10px 30px;
}
#SERVICE .service-list-wrap .service-list .item .text h3 {
  font-size: 24px;
  color: #0C194E;
  text-align: center;
  margin-bottom: 10px;
}
#SERVICE .service-list-wrap .service-list .item .text p.center {
  text-align: center;
}
#SERVICE .service-list-wrap .service-list .item .under-ttl {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #SERVICE .service-list-wrap .service-list {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 30px;
  }
  #SERVICE .service-list-wrap .service-list .item {
    width: 100%;
  }
  #SERVICE .service-list-wrap .service-list .item .text h3 {
    font-size: 22px;
  }
}
#SERVICE .service-list-wrap.disability-support {
  background: #F5FBFE;
}
#SERVICE .service-list-wrap.disability-support .service-list .item .text {
  text-align: center;
  background: #FFFFFF;
  padding: 10px 25px 30px;
}

#VOLUNTEER .baseball-grid {
  display: flex;
  gap: 60px;
  margin-top: 50px;
}
#VOLUNTEER .baseball-grid:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  #VOLUNTEER .baseball-grid {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
#VOLUNTEER .baseball-grid .text,
#VOLUNTEER .baseball-grid .image {
  width: 50%;
}
@media (max-width: 768px) {
  #VOLUNTEER .baseball-grid .text,
#VOLUNTEER .baseball-grid .image {
    width: 100%;
  }
}
#VOLUNTEER .baseball-grid .text h3 {
  font-size: 40px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  #VOLUNTEER .baseball-grid .text h3 {
    font-size: 32px;
  }
}
#VOLUNTEER .baseball-grid .text > p {
  margin-top: 30px;
}
#VOLUNTEER .baseball-grid .text figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
#VOLUNTEER .baseball-grid .image img {
  width: 100%;
  height: auto;
  display: block;
}
#VOLUNTEER .baseball-grid .image-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: fit-content;
}
@media (max-width: 1024px) {
  #VOLUNTEER .baseball-grid .image-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#VOLUNTEER .baseball-grid .image-list figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  line-height: 0;
}
#VOLUNTEER .baseball-grid .image-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  #VOLUNTEER .baseball-grid .image-list {
    order: 2;
  }
}
#VOLUNTEER .baseball-grid .baseball-info {
  margin-top: 30px;
  background: #ECF7FD;
  padding: 30px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
  box-sizing: border-box;
}
#VOLUNTEER .baseball-grid .baseball-info h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#VOLUNTEER .baseball-grid .baseball-info .qr-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
#VOLUNTEER .baseball-grid .baseball-info .qr-info figure {
  width: 120px;
  flex-shrink: 0;
}
#VOLUNTEER .baseball-grid .baseball-info .qr-info figure img {
  width: 100%;
  height: auto;
  display: block;
}
#VOLUNTEER .baseball-grid .baseball-info .qr-info ul li {
  display: block;
  margin-top: 10px;
}
#VOLUNTEER .baseball-grid .baseball-info .qr-info ul li:first-of-type {
  margin-top: 0;
}
#VOLUNTEER .baseball-grid .baseball-info .qr-info ul li a {
  pointer-events: none;
}
@media (max-width: 768px) {
  #VOLUNTEER .baseball-grid .baseball-info .qr-info {
    flex-direction: column;
  }
  #VOLUNTEER .baseball-grid .baseball-info .qr-info ul li a {
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  #VOLUNTEER .baseball-grid .baseball-info {
    padding: 30px;
  }
  #VOLUNTEER .baseball-grid .baseball-info h4 {
    font-size: 20px;
  }
}
#VOLUNTEER .wvj {
  background: url("../img/bg-volunteer-wvj.jpg") no-repeat center/cover;
}
#VOLUNTEER .wvj-grid {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  gap: 60px;
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
}
@media (max-width: 768px) {
  #VOLUNTEER .wvj-grid {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
  }
}
#VOLUNTEER .wvj .txtarea {
  width: 50%;
  position: relative;
}
#VOLUNTEER .wvj .txtarea p {
  margin-top: 10px;
}
#VOLUNTEER .wvj .txtarea a.btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #VOLUNTEER .wvj .txtarea {
    width: 100%;
    order: 2;
  }
  #VOLUNTEER .wvj .txtarea p {
    font-size: 16px;
  }
  #VOLUNTEER .wvj .txtarea a.btn {
    margin-top: 30px;
  }
  #VOLUNTEER .wvj .txtarea h3 {
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
  }
}
#VOLUNTEER .wvj .imgarea {
  width: 50%;
}
#VOLUNTEER .wvj .imgarea img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  #VOLUNTEER .wvj .imgarea {
    width: 100%;
    order: 1;
  }
}

#PRIVACY .section h2 {
  font-size: 32px;
}
#PRIVACY .section h2 + p {
  margin-top: 30px;
}
#PRIVACY .section h4 {
  font-size: 18px;
  margin-top: 35px;
}
#PRIVACY .section h4:first-of-type {
  margin-top: 60px;
}
#PRIVACY .section .information {
  margin-top: 60px;
}
#PRIVACY .section .information .tel {
  pointer-events: none;
}
@media (max-width: 768px) {
  #PRIVACY .section .information .tel {
    pointer-events: auto;
  }
}

#RECRUIT .recruit {
  background: #DBF0FB;
}
#RECRUIT .recruit-grid {
  display: flex;
  gap: 60px;
  margin-top: 50px;
}
#RECRUIT .recruit-grid:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  #RECRUIT .recruit-grid {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
#RECRUIT .recruit-grid .text,
#RECRUIT .recruit-grid .image {
  width: 50%;
}
@media (max-width: 768px) {
  #RECRUIT .recruit-grid .text,
#RECRUIT .recruit-grid .image {
    width: 100%;
  }
}
#RECRUIT .recruit-grid .text h3 {
  font-size: 32px;
  color: #0C194E;
}
#RECRUIT .recruit-grid .text > p {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  #RECRUIT .recruit-grid .text h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #RECRUIT .recruit-grid .text {
    order: 2;
  }
}
#RECRUIT .recruit-grid .image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  #RECRUIT .recruit-grid .image {
    order: 1;
  }
}
#RECRUIT .boxStyleTable {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #RECRUIT .boxStyleTable {
    margin-top: 30px;
  }
}

.al-center {
  text-align: center;
}

.contactform {
  max-width: 760px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.contactform input[type=text],
.contactform input[type=email],
.contactform textarea,
.contactform select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
.contactform select {
  width: 100%;
}
.contactform dt {
  padding-bottom: 8px;
  font-weight: bold;
  margin-top: 25px;
}
.contactform dt p {
  margin-bottom: 0;
  display: inline-block;
}
.contactform dt.required:after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  background-color: #FA2B2B;
  padding: 2px 4px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  line-height: 1.5em;
}

.privacypolicycheck {
  margin: 30px auto 0;
  text-align: center;
}
.privacypolicycheck a {
  text-decoration: underline;
}
.privacypolicycheck .description {
  margin-bottom: 10px;
}

.submitcenter {
  text-align: center;
  margin-top: 60px;
}
.submitcenter .submit {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.submitcenter .submitbtn {
  color: #fff;
  background: linear-gradient(45deg, #68528F, #009CA9);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 240px;
  height: 70px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.submitcenter .submitbtn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .submitcenter .submitbtn {
    margin: 0 auto;
  }
}

span.wpcf7-spinner {
  display: none;
}

.ez-toc-counter nav ul li a::before {
  min-width: 18px;
}

.wp-element-caption {
  text-align: center;
}

.select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
  width: 100%;
  border-radius: 3px;
}
.select-wrap::after {
  content: "▼";
  color: #626262;
  font-size: 0.8em;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact {
  margin: 0 auto;
  max-width: 700px;
}
.contact > p {
  color: #111111;
  line-height: 2em;
}

.contactthanks > p {
  color: #111111;
  line-height: 2em;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .contactthanks > p {
    text-align: left;
  }
}
.contactthanks .btn {
  margin: 70px auto 0;
}/*# sourceMappingURL=style.css.map */