@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=Noto+Sans+JP:wght@200..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;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          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;
}

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

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

img {
  width: 100%;
}

a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a:hover {
  opacity: 0.6;
  cursor: pointer;
}

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

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

.sectiontop {
  padding: 70px 0 0;
}
@media (max-width: 768px) {
  .sectiontop {
    padding: 40px 0 0;
  }
}

.bggray {
  background-color: #F5F5F5;
}

.center.is-layout-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

body.fadein {
  opacity: 1;
}

table.simpleGrayTable {
  width: 100%;
}
table.simpleGrayTable tr {
  width: 100%;
  border-top: 1px solid #cccccc;
  text-align: left;
}
table.simpleGrayTable tr:last-child {
  border-bottom: 1px solid #cccccc;
}
table.simpleGrayTable tr th {
  white-space: nowrap;
  padding: 1.2em;
}
table.simpleGrayTable tr td {
  padding: 1.2em;
}
@media (max-width: 768px) {
  table.simpleGrayTable tr th,
  table.simpleGrayTable tr td {
    width: 100%;
    display: block;
  }
  table.simpleGrayTable tr th {
    padding: 1em 0 0.5em;
    font-weight: bold;
  }
  table.simpleGrayTable tr td {
    padding: 0 0 1em 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: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 0 1em;
}
table.boxStyleTable tr td {
  border: 1px solid #cccccc;
  padding: 1em 1.5em;
}
@media (max-width: 768px) {
  table.boxStyleTable tr:last-child {
    border-bottom: 1px solid #cccccc;
  }
  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: #111111;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.04em;
  line-height: 1.7em;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5em;
  font-weight: bold;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents p,
.contents ol,
.contents ul {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .contents h1,
  .contents h2,
  .contents h3,
  .contents h4,
  .contents h5,
  .contents p,
  .contents ol,
  .contents ul {
    margin-bottom: 0.7em;
  }
}
.contents h1 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contents h1 {
    font-size: 24px;
  }
}
.contents h2 {
  font-size: 24px;
  font-weight: bold;
}
.contents h3 {
  font-size: 18px;
  font-weight: bold;
}
.contents h4 {
  font-size: 16px;
  color: #E60012;
}
.contents p {
  line-height: 2em;
}
.contents strong {
  font-weight: bold;
}
.contents ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.contents ul li:before {
  content: "・";
}
.contents ol {
  counter-reset: outer-counter;
}
.contents ol li {
  list-style-type: none;
  counter-increment: outer-counter;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
}
.contents ol li:before {
  content: counter(outer-counter) ".";
  margin-right: 0.5em;
}
.contents ol li ol {
  counter-reset: inner-counter;
  /* 内側のリストのカウンターをリセット */
}
.contents ol li ol li {
  counter-increment: inner-counter;
  /* 内側のリストのカウンターを増加 */
}
.contents ol li ol li:before {
  content: counter(inner-counter) ")";
  /* 内側のリストのカウンターを表示 */
}
.contents ol li ol ol {
  counter-reset: inner-counter;
  /* 内側のリストのカウンターをリセット */
}
.contents ol li ol ol li {
  counter-increment: inner-counter;
  /* 内側のリストのカウンターを増加 */
}
.contents ol li ol ol li:before {
  content: "(" counter(inner-counter) ")";
  /* 内側のリストのカウンターを表示 */
}

#wpadminbar {
  position: fixed !important;
  top: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.header {
  position: relative;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1140px) {
  .header {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header h1.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4%;
  width: 350px;
  z-index: 2;
}
.header h1.logo img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header h1.logo {
    width: 186px;
  }
}
.header h1.logo a:hover {
  opacity: 1;
}
.header .navarea {
  text-align: right;
  margin-right: 4%;
}
.header .navarea .globalmenu {
  position: relative;
  text-align: right;
  display: block;
}
.header .navarea .globalmenu .headernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header .navarea .globalmenu .headernav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.header .navarea .globalmenu .headernav li a {
  border-bottom: 1px solid rgba(230, 0, 18, 0);
  padding-bottom: 3px;
  font-weight: bold;
}
.header .navarea .globalmenu .headernav li a:hover {
  color: #E60012;
}
@media (max-width: 1140px) {
  .header .navarea .globalmenu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    width: 100%;
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 500;
    background-color: #FDE5E6;
    height: 100%;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .header .navarea .globalmenu .headernav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .header .navarea .globalmenu .headernav li {
    width: 100%;
  }
  .header .navarea .globalmenu .headernav li a {
    color: #111111;
    display: block;
  }
  .header .navarea .btn-gnavi {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #E60012;
    z-index: 2000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .header .navarea .btn-gnavi {
    width: 60px;
    height: 60px;
    position: fixed;
  }
}
@media (max-width: 1140px) {
  .header .navarea .btn-gnavi .lines {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .header .navarea .btn-gnavi .lines span {
    background: #ffffff;
    width: 38px;
    height: 2px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    display: block;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

body.open .header .navarea .btn-gnavi .lines {
  gap: 0;
}
body.open .header .navarea .btn-gnavi .lines span {
  z-index: 20;
}
body.open .header .navarea .btn-gnavi .lines span:nth-child(1) {
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
}
body.open .header .navarea .btn-gnavi .lines span:nth-child(2) {
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  margin-top: -2px;
}
body.open .header .navarea .globalmenu {
  top: 0;
  right: 0;
  opacity: 1;
  width: 300px;
  background-color: #FBEBED;
  height: 100%;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.footer {
  background-color: #ffffff;
  border-top: 1px solid #ccc;
  padding: 40px 0 60px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer .wrap {
  display: -webkit-box;
  display: 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;
}
@media (max-width: 768px) {
  .footer .wrap {
    display: block;
    margin-bottom: 20px;
  }
  .footer .wrap h1 {
    margin-bottom: 20px;
  }
}

.pagettl {
  background-color: #FDE5E6;
  color: #E60012;
  font-size: 32px;
  padding: 50px 0;
}

.btn {
  color: #ffffff;
  background-color: #E60012;
  font-weight: bold;
  text-align: center;
  width: 240px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 24px;
}

.btn_white {
  color: #E60012;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 240px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 24px;
}

.contact {
  text-align: center;
  color: #ffffff;
  background-color: #E60012;
}
.contact h2 {
  margin-bottom: 0.5em;
  font-size: 32px;
}
@media (max-width: 768px) {
  .contact h2 {
    font-size: 28px;
  }
}
.contact a.btn_white {
  margin: 20px auto 0;
}

#TOPPAGE h2 {
  font-size: 32px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  #TOPPAGE h2 {
    font-size: 28px;
  }
}
#TOPPAGE .kvwrapper {
  background-color: #FBEBED;
  width: 100%;
  position: relative;
}
#TOPPAGE .kvwrapper .kvslider {
  width: 100%;
}
#TOPPAGE .kvwrapper .catchcopy {
  position: absolute;
  left: 9.1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
}
@media (max-width: 768px) {
  #TOPPAGE .kvwrapper .catchcopy {
    left: 20px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 40px;
    width: 80%;
  }
}
#TOPPAGE .intro {
  text-align: center;
}
#TOPPAGE .intro .gridwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #TOPPAGE .intro .gridwrap {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}
#TOPPAGE .intro .gridwrap li a {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 1px 1px 2px #fff;
}
#TOPPAGE .intro .gridwrap li a.grid01 {
  background: url("../img/aboutimg.jpg") no-repeat;
  background-size: contain;
}
#TOPPAGE .intro .gridwrap li a.grid02 {
  background: url("../img/businessimg.jpg") no-repeat;
  background-size: contain;
}
#TOPPAGE .infobox {
  max-width: 800px;
  margin: 50px auto 0;
  border: 1px solid #E60012;
}
#TOPPAGE .infobox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 40px 100px;
  text-align: left;
}
#TOPPAGE .infobox .inner h2 {
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  #TOPPAGE .infobox .inner {
    padding: 20px;
    display: block;
    text-align: center;
  }
  #TOPPAGE .infobox .inner a.btn {
    margin: 20px auto 0;
  }
}
#TOPPAGE .access {
  background-color: #F8F8F8;
  text-align: center;
}
#TOPPAGE .access .accessgrid {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #TOPPAGE .access .accessgrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#TOPPAGE .access .accessgrid .googlemap {
  width: 100%;
  height: 330px;
}
@media (max-width: 768px) {
  #TOPPAGE .access .accessgrid .googlemap {
    height: 200px;
  }
}
#TOPPAGE .access .accessgrid p {
  text-align: left;
  line-height: 2em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 4em;
}

.graybox {
  padding: 30px;
}
@media (max-width: 768px) {
  .graybox {
    padding: 20px 15px;
  }
}

.redlinebox {
  border: 1px solid #E60012;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .redlinebox {
    padding: 20px 15px;
    margin: 40px auto 0;
  }
}

.wp-block-table td {
  border: 1px solid #cccccc;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .wp-block-table td {
    padding: 15px;
    display: block;
  }
}
.wp-block-table td:first-child {
  background-color: #FDE5E6;
  font-weight: bold;
  width: 240px;
}
@media (max-width: 768px) {
  .wp-block-table td:first-child {
    width: auto;
  }
}
.wp-block-table .wp-element-caption {
  text-align: right;
}

.btn-pdf a {
  min-width: 300px;
}
.btn-pdf a img {
  width: auto;
  height: 18px;
  vertical-align: middle;
}

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

.submitcenter {
  text-align: center;
  margin-top: 30px;
}
.submitcenter input[type=submit] {
  height: 50px;
  line-height: 50px;
  background: none;
  background-color: #E60012;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  text-align: center;
  width: 240px;
  display: block;
  margin: 0 auto;
  border-radius: 27px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.scholarship_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 768px) {
  .scholarship_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.scholarship_list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  background-color: #FFF2F3;
  padding: 30px;
}
.scholarship_list li .articlettl {
  font-size: 21px;
  font-weight: bold;
}
.scholarship_list li .center {
  text-align: center;
}
.scholarship_list li a.btn {
  margin-right: 0;
  margin-left: auto;
  width: 160px;
  height: 40px;
}