@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..800&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

main {
  padding: 90px 0 0 0;
  margin: 0;
  color: #000;
  position: relative;
}
@media (max-width: 1024px) {
  main {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 834px) {
  main {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 680px) {
  main {
    padding: 80px 0 0 0;
  }
}

.wrapper {
  width: 90%;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.wrapper.nrw {
  max-width: 834px;
}
.wrapper.wide {
  max-width: 1200px;
}

.devide {
  display: block;
  margin: 5% auto 5% auto;
  padding: 0;
  border: none;
  background: #000;
  width: 1px;
  height: 60px;
}
@media (max-width: 680px) {
  .devide {
    height: 40px;
  }
}
.devide.arrow {
  width: 60px;
  height: 60px;
  background: none;
  margin: 2% auto 5% auto;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media (max-width: 680px) {
  .devide.arrow {
    width: 40px;
    height: 40px;
    margin: 0 auto 8% auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: Display;
  font-weight: 600;
  font-style: normal;
}

a,
p,
dl,
ul,
ol,
th,
td {
  font-size: 18px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 680px) {
  a,
p,
dl,
ul,
ol,
th,
td {
    font-size: 14px;
    line-height: 2;
  }
}

.txl {
  text-align: left;
}

.txc {
  text-align: center;
}

.txr {
  text-align: right;
}

.mgn5 {
  margin: 5% 0;
}

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

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

p {
  margin: 0 0 1em 0;
  /*リード文章*/
}
p .date {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 10px 0 0;
}
p .tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  background: #F7F5F1;
  color: #fff;
}
p .tag.emp {
  padding: 3px 9px;
  background: #DB2400;
  background: #fff;
  border: 1px solid #DB2400;
  color: #DB2400;
  margin: 0 5px 0 0;
}
p.sign {
  display: block;
  padding: 0;
  margin: 50px 0 0 0;
}
p.sign img {
  display: inline-block;
  padding: 0;
  margin: 10px 0 0 0;
  width: 200px;
  height: auto;
}
p.lead {
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 5% 0;
}
p.lead.ls {
  letter-spacing: 0.2em;
}
@media (max-width: 680px) {
  p.lead.ls {
    letter-spacing: inherit;
  }
}
p.lead.xlrg {
  font-size: 38px;
  line-height: 1.4;
}
@media (max-width: 834px) {
  p.lead.xlrg {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  p.lead.xlrg {
    font-size: 20px;
    text-align: center;
  }
}
p.lead.lrg {
  font-size: 28px;
  line-height: 2;
}
@media (max-width: 680px) {
  p.lead.lrg {
    font-size: 18px;
  }
}
p.lead.mid {
  font-size: 20px;
  line-height: 2;
  text-align: left;
}
@media (max-width: 680px) {
  p.lead.mid {
    font-size: 16px;
  }
}
p.lead.sml {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 680px) {
  p.lead.sml {
    font-size: 14px;
    text-align: left !important;
  }
}
p.lead.nomgn {
  margin-bottom: 0;
}
p.lead.lh2 {
  line-height: 2;
}
p.lead.keycolor {
  color: #E95E28;
}
@media (max-width: 834px) {
  p.lead {
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 680px) {
  p.lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  p.lead br {
    display: none;
  }
}
p.lead span {
  display: block;
}
p.lead span.jp {
  font-size: 16px;
  margin: 10px 0 0 0;
}
@media (max-width: 680px) {
  p.lead span.jp {
    font-size: 14px;
  }
}
p.sml {
  font-size: 14px;
  margin-bottom: 2em;
}
p.sign {
  text-align: right;
}
p.sign span {
  font-size: 28px;
  padding: 0 0 0 10px;
}
@media (max-width: 680px) {
  p.sign span {
    font-size: 24px;
  }
}

/*コンテンツタイトル*/
.ttl {
  display: block;
  margin: 5% auto 3% auto;
  padding: 0;
  letter-spacing: 0.3em;
  font-size: 48px;
  line-height: 1.4;
  position: relative;
  text-align: center !important;
  color: #000;
  font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .ttl {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  .ttl {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.ttl span {
  display: block;
  position: relative;
  padding: 0;
  font-size: 20px;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 834px) {
  .ttl span {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 680px) {
  .ttl span {
    padding: 0 20px;
    font-size: 14px;
  }
}

/*見出し*/
.mds {
  margin: 0 0 3% 0;
  padding: 0 0 0 0.2em;
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  position: relative;
  text-align: left;
  font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .mds {
    font-size: 28px;
    line-height: 1.8;
  }
}
@media (max-width: 680px) {
  .mds {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 0 5% 0;
  }
}
.mds .sp {
  display: none;
}
@media (max-width: 680px) {
  .mds .sp {
    display: block;
  }
}
.mds .logo_college {
  width: 100px;
  margin: 0 auto;
  padding: 0;
}
.mds .logo_college img {
  width: 100%;
  height: auto;
}
.mds span {
  display: block;
  margin: 0 0 6px 0;
}
.mds span.num {
  display: inline-block;
  background: #E95E28;
  color: #fff;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  margin: 0 20px 0 0;
  padding: 0.5em 0 0 0;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 0;
}
#college .mds span.num {
  background: #52C17B;
}
.mds span.maru {
  display: inline-block;
  background: #E95E28;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px 5px;
  padding: 0.4em 0 0 0;
  line-height: 1;
}
.mds span.blk {
  display: block;
  margin: 20px auto;
}
.mds span.en {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.mds span.inline {
  display: inline-block;
}
.mds span.mid {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px;
}
.mds span.sml {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.mds.name {
  padding: 0 0 10px 0;
  font-size: 28px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #000;
}
.mds.name span.mid {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  padding: 0 !important;
}
.mds.name span.sml {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px 10px;
  padding: 0 !important;
}
.mds.lrg {
  font-size: 42px;
}
@media (max-width: 1024px) {
  .mds.lrg {
    font-size: 36px;
  }
}
@media (max-width: 834px) {
  .mds.lrg {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  .mds.lrg {
    font-size: 24px;
  }
}
.mds.mid {
  font-size: 24px;
}
@media (max-width: 680px) {
  .mds.mid {
    font-size: 18px;
  }
}
.mds.sml {
  font-size: 20px;
  margin: 0 0 10px 0;
  letter-spacing: normal;
  padding: 0;
}
@media (max-width: 680px) {
  .mds.sml {
    font-size: 16px;
  }
}
.mds.uline {
  padding: 0 0 0.5em 0;
  margin-bottom: 3%;
  border-bottom: 2px solid #eee;
}
.mds.uline span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
}
.mds.uline span::before {
  content: "";
  display: inline-block;
  width: 100%;
  margin: 0;
  height: 2px;
  background: #E95E28;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.mds.box {
  padding: 10px 25px;
  margin-bottom: 30px;
  background: #eee;
  border-radius: 10px;
}
@media (max-width: 680px) {
  .mds.box {
    margin-bottom: 6%;
  }
}
.mds.box.nyusho {
  background: #DC4C4C;
  color: #fff;
}
.mds.box.tsuusho {
  background: #E0AA36;
  color: #fff;
}
.mds.box.houmon {
  background: #A1BB2C;
  color: #fff;
}
.mds.box.care {
  background: #32BCC6;
  color: #fff;
}
.mds.box.chiiki {
  background: #4B97CE;
  color: #fff;
}
.mds.box.iryo {
  background: #8E68C6;
  color: #fff;
}
.mds.box.culture {
  background: #52C17B;
  color: #fff;
}
.mds.dot {
  text-align: center;
}
.mds.dot::before {
  content: "●";
  display: block;
  margin: 0 auto 20px auto;
  color: #E95E28;
  text-align: center;
  font-size: 14px;
}
#college .mds.dot::before {
  color: #52C17B;
}
#college .empcol .mds.dot::before {
  color: #fff;
}
@media (max-width: 680px) {
  .mds.dot::before {
    margin: 0 auto 10px auto;
  }
}
.mds.apl {
  text-align: center;
}
.mds.apl::before {
  content: "";
  margin: 0 auto 20px auto;
  width: 50px;
  height: 50px;
  display: block;
  background: url("/img/common/icon_apple.png") center center no-repeat;
  background-size: contain;
}
@media (max-width: 680px) {
  .mds.apl::before {
    margin: 0 auto 10px auto;
  }
}
.mds.rect {
  padding-left: 1.4em;
  text-align: left;
}
.mds.rect::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background: #E95E28;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.2em;
  left: 0;
}
#college .mds.rect::before {
  background: #52C17B;
}
@media (max-width: 680px) {
  .mds.rect::before {
    top: 0.5em;
  }
}
.mds.vline {
  text-align: center;
  margin: 0 0 5% 0;
}
.mds.vline::before {
  content: "";
  display: block;
  height: 1.6em;
  width: 1px;
  background: #000;
  margin: 0 auto 16px auto;
}
.mds.lbar {
  text-align: center;
  margin: 0 0 4% 0;
  padding: 0 0 0 0.5em;
  border-left: 4px solid #E95E28;
  text-align: left;
  letter-spacing: inherit;
}
.mds.lbar span {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.mds.hyp {
  margin: 0 0 3% 0;
}
.mds.hyp::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #000;
  margin: 0 0 0 16px;
  vertical-align: middle;
}
.mds.dotiline {
  text-align: left;
  font-size: 20px;
  padding: 0 0 0 1.5em;
  margin: 0 0 10px 0;
}
.mds.dotiline::before {
  content: "●";
  display: block;
  margin: 0 auto 20px auto;
  color: #E95E28;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#college .mds.dotiline::before {
  color: #52C17B;
}
@media (max-width: 680px) {
  .mds.dotiline::before {
    margin: 0 auto 10px auto;
  }
}
.mds.dotline {
  margin: 0 0 5% 0;
  text-align: center;
  position: relative;
}
.mds.dotline::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  margin: 0;
  border-top: 3px dotted #eee;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.mds.dotline span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em 0 0.7em;
  position: relative;
  z-index: 1;
}
.mds.shdw {
  display: block;
  margin: 0 auto 5% auto;
  text-align: center;
  max-width: 300px;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  transform: rotate(-2deg);
}
.mds.step {
  padding: 0;
  font-size: 28px;
  margin: 0 0 10px 0;
  text-align: center;
}
@media (max-width: 680px) {
  .mds.step {
    font-size: 20px;
    letter-spacing: inherit;
  }
}
.mds.step .maru {
  display: block;
  background: #52C17B;
  color: #fff;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 0 0 0 0;
  line-height: 1.4;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .mds.step .maru {
    display: block;
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
  }
}
.mds.step .maru span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  top: 50%;
  left: 0;
  position: relative;
  width: 100%;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  transform: translate(0, -50%);
}
.mds.step .maru span em {
  font-style: normal;
  display: block;
  font-size: 28px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.mds.txl {
  text-align: left;
}
.mds.txc {
  text-align: center;
}
.mds.mgn_top {
  margin-top: 10%;
}
.mds img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mds a {
  position: relative;
}
.mds a:hover {
  color: #E95E28;
}
.mds a::after {
  content: "";
  width: 18px;
  height: 12px;
  position: relative;
  display: inline-block;
  background: url("/img/common/arrow.png") center center no-repeat;
  background-size: 18px;
  margin: 0;
}

/*強調*/
.emp {
  font-size: 18px;
  line-height: 1.6;
  margin: 3% 0;
  padding: 5px 20px;
  color: #fff;
  background: #DB2400;
  display: inline-block;
}
@media (max-width: 680px) {
  .emp {
    font-size: 20px;
  }
}
.emp.bdr {
  display: block;
  padding: 15px 20px;
  color: #000;
  background: #fff;
  border: 4px solid #eee;
}
.emp.sml {
  background: none;
  color: #DB2400;
  padding: 0;
  margin: 5px 0 0 0;
  display: block;
}
.emp .topics {
  margin: 0;
}
.emp .topics li {
  margin: 0;
  padding: 0;
}

/*注釈*/
.note {
  margin: 0 0 1em 0;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 680px) {
  .note {
    font-size: 14px;
  }
}

ul.note {
  display: block;
  padding: 0;
  margin: 30px 0;
  list-style: none;
  text-align: left;
}
ul.note li {
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 16px;
  position: relative;
}
ul.note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media (max-width: 680px) {
  ul.note li {
    font-size: 14px;
  }
}

.maker {
  background: linear-gradient(transparent 40%, #faeb36 40%);
  display: inline-block;
  padding: 0 10px;
}

.tel {
  display: block;
  font-size: 18px;
  margin: 0;
}
.tel.lrg {
  font-size: 24px;
}
@media (max-width: 680px) {
  .tel.lrg {
    font-size: 18px;
  }
}
.tel.lrg .tel_num,
.tel.lrg .fax_num {
  font-size: 40px;
}
.tel .tel_num,
.tel .fax_num {
  font-size: 32px;
  margin: 0 0 0 5px;
}
@media (max-width: 680px) {
  .tel .tel_num,
.tel .fax_num {
    font-size: 28px;
  }
  footer .tel .tel_num,
footer .tel .fax_num {
    font-size: 18px;
  }
}
.tel .tel_num a,
.tel .fax_num a {
  text-decoration: underline;
  color: #E95E28;
}
@media (max-width: 680px) {
  .tel .tel_num a,
.tel .fax_num a {
    font-size: 28px;
  }
  footer .tel .tel_num a,
footer .tel .fax_num a {
    font-size: 18px;
  }
}

.fee1,
.fee2 {
  display: block;
  font-size: 24px;
  margin: 5% 0;
  text-align: center;
}
@media (max-width: 680px) {
  .fee1,
.fee2 {
    font-size: 14px;
  }
}
.fee1::before,
.fee2::before {
  content: "";
  display: inline-block;
  background: #F6F6F6;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  margin: 10px 20px 10px 0;
  padding: 0;
  border-radius: 50%;
  background: url("/img/common/icon_fee1.png") center center no-repeat #ffe474;
  background-size: 60%;
}
@media (max-width: 680px) {
  .fee1::before,
.fee2::before {
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 0;
  }
}
.fee1 span,
.fee2 span {
  font-size: 32px;
  margin: 0 10px;
}
@media (max-width: 680px) {
  .fee1 span,
.fee2 span {
    font-size: 24px;
    margin: 0 4px;
  }
}

.fee2::before {
  background: url("/img/common/icon_fee2.png") center center no-repeat #dbf594;
  background-size: 60%;
}

/*-------------------------------------------------------
リンクボタン
-------------------------------------------------------*/
a {
  transition: all 0.2s ease;
}
a:hover {
  color: #000;
}

p a {
  text-decoration: underline;
}
p a:hover {
  color: #E95E28;
}

.btns {
  margin: 3% 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 680px) {
  .btns {
    margin: 5% 0;
  }
}
.btns.txl {
  text-align: left;
}
.btns.txr {
  text-align: right;
}
.btns.nomgn {
  margin: 0;
}
.btns.mgn {
  margin: 0 0 10% 0;
}
.btns ul {
  display: block;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0 -2% 0 0;
}
.btns ul li {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 0 2% 0 0;
  margin: 0 0 2% 0;
  vertical-align: top;
}
.btns ul li .btn {
  width: 100%;
  max-width: inherit;
}
@media (max-width: 680px) {
  .btns ul li {
    width: 100%;
  }
}
.btns ul.wide {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.btns ul.wide li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 0 2% 0;
}
.btns ul.wide li .btn {
  width: 100%;
  max-width: inherit;
}

a.btn {
  display: inline-block;
  position: relative;
  padding: 10px 40px 10px 40px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease;
  color: #fff;
  background: #E95E28;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  a.btn {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  a.btn {
    display: block;
  }
}
a.btn:hover {
  background: #b43e11;
}
#college a.btn {
  color: #fff;
  background: #52C17B;
}
#college a.btn:hover {
  background: #38955a;
}
#college .empcol a.btn {
  color: #0D924B;
  background: #fff;
}
#college .empcol a.btn:hover {
  background: #eee;
}
a.btn.pdf {
  background: url("/img/common/icon_pdf.webp") 15px center no-repeat;
  background-size: 20px;
  text-align: center;
  padding: 10px 50px 10px 50px;
}
a.btn.pdf:hover {
  background: url("/img/common/icon_pdf.webp") 15px center no-repeat #b43e11;
  background-size: 20px;
}
a.btn.ext {
  padding: 10px 50px 10px 50px;
  background: url("/img/common/icon_ext.webp") 20px center no-repeat;
  background-size: 16px;
}
a.btn.ext:hover {
  background: url("/img/common/icon_ext.webp") 20px center no-repeat #b43e11;
  background-size: 16px;
}
.wht a.btn {
  color: #fff;
  border: 1px solid #fff;
}
.wht a.btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.wht a.btn::before {
  background: #fff;
}
.wht a.btn::after {
  border-top: 1px solid #fff;
}
a.btn.wide {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
a.btn.lrg {
  display: block;
  font-size: 28px;
  line-height: 1;
  width: 100%;
  max-width: 680px;
  margin: 20px auto;
  padding: 20px 40px 20px 40px;
  border-radius: 40px;
}
@media (max-width: 680px) {
  a.btn.lrg {
    padding: 20px;
    font-size: 18px;
  }
}
a.btn.mid {
  display: block;
  font-size: 22px;
  line-height: 1.6;
  width: 100%;
  max-width: 880px;
  margin: 20px auto;
  padding: 20px 40px 20px 40px;
  border-radius: 40px;
}
@media (max-width: 680px) {
  a.btn.mid {
    padding: 20px;
    font-size: 18px;
  }
}
a.btn.sml {
  margin: 0;
  text-align: center;
  padding: 8px 20px 8px 20px;
  font-size: 14px;
}

/*-------------------------------------------------------
テキストリンク
-------------------------------------------------------*/
a.txtlink {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  height: inherit;
  color: #E95E28;
}
#college a.txtlink {
  color: #52C17B;
}
a.txtlink:hover {
  text-decoration: underline;
}
a.txtlink.ext {
  padding: 0 20px 0 0;
}
a.txtlink.ext::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  border: 1px solid #E95E28;
  background: #fff;
  position: absolute;
  bottom: 7px;
  right: 3px;
}
a.txtlink.ext::after {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  border: 1px solid #E95E28;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

/*-------------------------------------------------------
ページトップへ戻る
-------------------------------------------------------*/
a.btn_pagetop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  padding: 40px 0 0 0;
  margin: 0 auto;
  width: 40px;
  height: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0);
  background-color: #E95E28;
  border-radius: 50%;
}
#college a.btn_pagetop {
  background: #0D924B;
}
a.btn_pagetop:hover {
  opacity: 0.7;
}
a.btn_pagetop::before {
  position: absolute;
  top: 42%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  content: "";
  transform: rotate(135deg);
}

/*-------------------------------------------------------
コンテンツ
-------------------------------------------------------*/
.cnt {
  display: block;
  position: relative;
  margin: 0;
  padding: 5% 0 5% 0;
}
@media (max-width: 680px) {
  .cnt {
    padding: 10% 0;
  }
}
.cnt.nopad_top {
  padding: 0 0 5% 0;
}
.cnt.nopad_bot {
  padding: 5% 0 0 0;
}
.cnt.nopad {
  padding: 0;
}
.cnt.mgn_bot {
  margin: 0 0 5% 0;
}
.cnt.wht {
  background: #fff;
}
.cnt.grad {
  background-image: linear-gradient(160deg, #281D53 33%, #281D53 66%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.cnt.darkgrad {
  background-image: linear-gradient(160deg, #666 33%, #2A2A2A 66%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}
.cnt.darkgrad .ttl::before, .cnt.darkgrad .ttl::after {
  border-color: rgba(255, 255, 255, 0.6);
}
.cnt.dark {
  color: #fff;
  background: #2A2A2A;
}
.cnt.dark .ttl::before, .cnt.dark .ttl::after {
  border-color: rgba(255, 255, 255, 0.6);
}
.cnt.adoption {
  color: #fff;
  background: url("/img/common/bg_adpotion.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 680px) {
  .cnt.adoption {
    background: url("/img/common/bg_adpotion.jpg") right top no-repeat;
    background-size: cover;
  }
}
.cnt.adoption::before {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 40% 33%, rgba(0, 0, 0, 0) 60% 66%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 680px) {
  .cnt.adoption::before {
    width: 100%;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 40% 33%, rgba(0, 0, 0, 0.6) 80% 66%);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.cnt.adoption .wrapper {
  position: relative;
  z-index: 1;
}
.cnt.ttlcol {
  padding: 5% 0;
  margin: 0;
  background: #F6F6F6;
  text-align: center;
}
@media (max-width: 834px) {
  .cnt.ttlcol {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 680px) {
  .cnt.ttlcol {
    padding: 80px 0 20px 0;
  }
}
.cnt.wave_top {
  background: #F5F6F2;
  position: relative;
  padding: 10% 0 0 0;
}
@media (max-width: 680px) {
  .cnt.wave_top {
    padding: 10% 0;
  }
}
.cnt.wave_top::before {
  content: "";
  background: url("/img/common/il_wave_top.svg") center top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7vw;
}
.cnt.wave_btm {
  background: #F5F6F2;
  position: relative;
  padding: 5% 0 5% 0;
}
@media (max-width: 680px) {
  .cnt.wave_btm {
    padding: 10% 0;
  }
}
.cnt.wave_btm::after {
  content: "";
  background: url("/img/common/il_wave_bot.svg") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7vw;
}
.cnt.ppr {
  background: #F6F6F6;
}
.cnt.gray {
  background: #F6F6F6;
}
.cnt.gray .mds.dotline span {
  background: #F6F6F6;
}
.cnt .il_set1 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
@media (max-width: 680px) {
  .cnt .il_set1 {
    padding: 0 0 24vw 0;
    margin: 0 0 5% 0;
  }
}
.cnt .il_set1::before {
  content: "";
  background: url("/img/college/il_walking.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -5%;
  right: 2%;
  width: 14vw;
  height: 14vw;
}
@media (max-width: 680px) {
  .cnt .il_set1::before {
    top: inherit;
    bottom: 2vw;
    right: 8%;
    width: 24vw;
    height: 24vw;
  }
}
.cnt .il_set1::after {
  content: "";
  background: url("/img/college/il_gymnastics.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: 2%;
  width: 20vw;
  height: 16vw;
}
@media (max-width: 680px) {
  .cnt .il_set1::after {
    top: inherit;
    bottom: 0;
    left: 8%;
    width: 35vw;
    height: 30vw;
  }
}
.cnt .il_set2 {
  position: relative;
  display: block;
  padding: 0 0 8vw 0;
  margin: 0;
}
@media (max-width: 680px) {
  .cnt .il_set2 {
    padding: 0 0 0vw 0;
    margin: 0;
  }
}
.cnt .il_set2::before {
  content: "";
  background: url("/img/college/il_talk.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15%;
  right: 7%;
  width: 16vw;
  height: 14vw;
}
@media (max-width: 680px) {
  .cnt .il_set2::before {
    width: 26vw;
    height: 24vw;
  }
}
.cnt .il_set2::after {
  content: "";
  background: url("/img/college/il_grandchild.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30%;
  left: 15%;
  width: 20vw;
  height: 16vw;
}
@media (max-width: 680px) {
  .cnt .il_set2::after {
    width: 30vw;
    height: 24vw;
    left: 5%;
  }
}
.cnt .il_set3 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.cnt .il_set3::before {
  content: "";
  background: url("/img/college/il_gymnastics2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -24%;
  right: 1%;
  width: 16vw;
  height: 14vw;
}
@media (max-width: 680px) {
  .cnt .il_set3::before {
    width: 26vw;
    height: 24vw;
  }
}
.cnt .il_topset1 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
@media (max-width: 680px) {
  .cnt .il_topset1 {
    padding: 0 0 20vw 0;
  }
}
.cnt .il_topset1::after {
  content: "";
  background: url("/img/top/il_college.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -24%;
  right: -5%;
  width: 12vw;
  height: 14vw;
}
@media (max-width: 680px) {
  .cnt .il_topset1::after {
    bottom: -3vw;
    right: 0;
    width: 26vw;
    height: 24vw;
    z-index: 1;
  }
}
.cnt .il_topset2 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
@media (max-width: 680px) {
  .cnt .il_topset2 {
    padding: 0 0 30vw 0;
  }
}
.cnt .il_topset2::after {
  content: "";
  background: url("/img/top/il_intro.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0%;
  right: -5%;
  width: 20vw;
  height: 14vw;
}
@media (max-width: 680px) {
  .cnt .il_topset2::after {
    bottom: -3vw;
    right: 0;
    width: 48vw;
    height: 34vw;
  }
}

/*-------------------------------------------------------
交互コラム
-------------------------------------------------------*/
.altcont {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
  margin: 0 auto 8% auto;
  padding: 0 0;
}
.altcont .imgcol {
  display: inline-block;
  width: 60%;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.altcont .imgcol figure {
  display: block;
  padding: 0;
  margin: 0;
}
.altcont .imgcol figure img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  display: block;
}
@media (max-width: 834px) {
  .altcont .imgcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
}
.altcont .txtcol {
  display: inline-block;
  box-sizing: border-box;
  width: 40%;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 834px) {
  .altcont .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    position: relative;
    transform: none;
  }
}
.altcont .txtcol .inner {
  display: block;
  padding: 0 10%;
  position: relative;
  max-width: 640px;
}
@media (max-width: 834px) {
  .altcont .txtcol .inner {
    max-width: inherit;
  }
}
@media (max-width: 680px) {
  .altcont .txtcol .inner {
    padding: 30px 20px;
  }
}
.altcont.rtimg {
  position: relative;
}
.altcont.rtimg .imgcol {
  display: block;
  margin: 0 0 0 auto;
}
.altcont.rtimg .txtcol {
  position: absolute;
  left: 0;
  top: 50%;
  right: inherit;
  left: 0;
  margin: 0;
}
.altcont.rtimg .txtcol .inner {
  margin: 0 0 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 834px) {
  .altcont.rtimg .txtcol .inner {
    transform: none;
  }
}
@media (max-width: 680px) {
  .altcont.rtimg .txtcol .inner {
    top: inherit;
    transform: none;
    padding: 30px 30px;
  }
}
@media (max-width: 834px) {
  .altcont.rtimg .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    position: relative;
    transform: none;
  }
}
@media (max-width: 680px) {
  .altcont.rtimg .txtcol {
    position: relative;
    left: inherit;
    top: inherit;
  }
}

/*-------------------------------------------------------
コラム
-------------------------------------------------------*/
.column {
  display: block;
  box-sizing: content-box;
  margin: 0 0 0 -5%;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
  text-align: center;
}
.column::after {
  content: "";
  display: block;
  clear: both;
}
.column.mgn {
  margin: 5% 0 5% -5%;
}
.column.mgn_top {
  margin: 5% 0 0 -5%;
}
.column.nomgn {
  margin: 0 0 0 -5%;
}
.column.nomgn .row {
  margin: 0;
}
@media (max-width: 680px) {
  .column + .column {
    margin-top: 10%;
  }
}
.column .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 0 5% 5%;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 680px) {
  .column .row {
    padding: 0 0 0 5%;
  }
}
.column .row.vmid {
  vertical-align: middle;
}
.column .row.w1 {
  width: 100%;
}
@media (max-width: 680px) {
  .column .row.w1 {
    width: 100%;
  }
}
.column .row.w2sp {
  width: 50%;
}
@media (max-width: 680px) {
  .column .row.w2sp {
    width: 100%;
  }
}
.column .row.w2 {
  width: 50%;
}
@media (max-width: 834px) {
  .column .row.w2 {
    width: 100%;
  }
}
.column .row.w3 {
  width: 33.33%;
}
@media (max-width: 834px) {
  .column .row.w3 {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .column .row.w3 {
    width: 100%;
  }
}
.column .row.w4 {
  width: 25%;
}
@media (max-width: 834px) {
  .column .row.w4 {
    width: 50%;
  }
}
.column .row.w3_2 {
  width: 66.66%;
}
@media (max-width: 834px) {
  .column .row.w3_2 {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .column .row.w3_2 {
    width: 100%;
  }
}
.column .row.imgcol {
  width: 30%;
}
@media (max-width: 1024px) {
  .column .row.imgcol {
    width: 40%;
  }
}
@media (max-width: 680px) {
  .column .row.imgcol {
    width: 100%;
  }
}
.column .row.txtcol {
  width: 70%;
}
@media (max-width: 1024px) {
  .column .row.txtcol {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .column .row.txtcol {
    width: 100%;
  }
}
.column .row.fltr {
  float: right;
}
@media (max-width: 680px) {
  .column .row.fltr {
    float: none;
  }
}
.column .row.fltl {
  float: left;
}
@media (max-width: 680px) {
  .column .row.fltl {
    float: none;
  }
}
.column .inner {
  display: block;
  padding: 30px;
  margin: 0;
  background: #fff;
  position: relative;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  .column .inner {
    padding: 5%;
    margin: 0 0 15% 0;
  }
}
.column .inner p {
  margin: 0;
}
.column .inner.bggray {
  background: #fafafa;
  border: none;
}
.column .inner.bdr {
  border: 10px solid #ffdfce;
}
@media (max-width: 834px) {
  .column .inner.bdr {
    border: 5px solid #E95E28;
  }
}
.column .inner.mgntop {
  margin: 10% 0 0 0;
}
@media (max-width: 680px) {
  .column .inner.mgntop {
    margin: 5% 0 0 0;
  }
}
.column .inner.arw {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .column .inner.arw {
    margin-bottom: 30px;
  }
}
.column .inner.arw::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid #E95E28;
  border-bottom: 10px solid transparent;
  display: block;
  transform: translate(100%, -40%);
  position: absolute;
  top: 50%;
  right: -5%;
}
@media (max-width: 834px) {
  .column .inner.arw::after {
    border-top: 10px solid #E95E28;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: none;
    position: absolute;
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: -13%;
    transform: translate(-50%, 0);
  }
}
.column .inner.pls {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .column .inner.pls {
    margin-bottom: 30px;
  }
}
.column .inner.pls::before {
  content: "＋";
  color: #E95E28;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  z-index: 5;
  display: block;
  transform: translate(100%, -50%);
  position: absolute;
  top: 50%;
  right: -1%;
}
@media (max-width: 834px) {
  .column .inner.pls::before {
    transform: translate(-50%, 100%);
    position: absolute;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 50%;
  }
}

.bdrcol {
  display: block;
  padding: 6%;
  margin: 5% 0;
  background: #fff;
  border-radius: 20px;
  border: 14px solid #F7F5F1;
}
@media (max-width: 680px) {
  .bdrcol {
    padding: 5%;
    border: 6px solid #F7F5F1;
  }
}
.bdrcol p {
  margin: 0;
}
.bdrcol p.mgn {
  margin-bottom: 20px;
}
.bdrcol .note {
  margin-bottom: 0;
}
.bdrcol .column {
  margin-top: 0;
  margin-bottom: 0;
}
.bdrcol .column .col {
  padding-bottom: 0;
}
.bdrcol.fill {
  background: #F5F6F2;
  border: none;
}
.bdrcol .txtlist {
  margin-bottom: 0;
}

.sdwcol {
  display: block;
  padding: 5%;
  margin: 5% 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 680px) {
  .sdwcol {
    padding: 5%;
  }
}
.sdwcol p {
  margin: 0;
}
.sdwcol p.mgn {
  margin-bottom: 20px;
}
.sdwcol .column {
  margin-top: 0;
  margin-bottom: 0;
}
.sdwcol .column .row {
  padding-bottom: 0;
}
.sdwcol .column.mgn_top {
  margin-top: 5%;
}
.sdwcol.fill {
  background: #F5F6F2;
  border: none;
}

.empcol {
  display: block;
  padding: 3%;
  margin: 3% 0;
  background: #E95E28;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
.empcol.nomgn {
  margin: 0;
}
#college .empcol {
  color: #fff;
  background: #52C17B;
  background-image: linear-gradient(160deg, #6DED9D 33%, #52C17B 66%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 680px) {
  .empcol {
    padding: 8%;
  }
}
.empcol p {
  margin: 0;
}
.empcol p.mgn {
  margin-bottom: 20px;
}
.empcol .column {
  margin-top: 0;
  margin-bottom: 0;
}
.empcol .column .row {
  padding-bottom: 0;
}

.mov {
  display: block;
  margin: 0 auto 5% auto;
  padding: 0;
  max-width: 720px;
}
.mov figure {
  position: relative;
  font-size: 0;
  margin: 0;
}
.mov figure::before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background: #ccc;
  position: absolute;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .mov figure::before {
    width: 60px;
    height: 60px;
  }
}
.mov figure::after {
  content: "";
  width: 0px;
  height: 0px;
  background: none;
  display: block;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-34%, -50%);
  border-top: 20px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 20px solid transparent;
}
@media (max-width: 834px) {
  .mov figure::after {
    border-top: 12px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 12px solid transparent;
  }
}
.mov figure:hover::before {
  background: #aaa;
}
.mov figure img {
  opacity: 1;
}
.mov figure figcaption {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 680px) {
  .mov figure figcaption {
    font-size: 14px;
  }
}
.mov figure + p {
  margin-top: 10px;
}
.mov iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.mov video{
  width: 100%;
}



/*------------------------------------------------------------------------
イメージ
------------------------------------------------------------------------*/
figure {
  display: block;
  width: 100%;
  margin: 0 0 3% 0;
  position: relative;
}
figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
figure figcaption {
  font-size: 13px;
  margin: 10px 0;
}
figure figcaption.txr {
  text-align: right;
}
figure figcaption.inn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  padding: 0px;
}
figure.qr {
  width: 120px;
  margin: 20px auto;
}
figure.rcorner img {
  border-radius: 10px;
}
figure.sml {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  figure.sml {
    width: 100%;
  }
}
figure.xsml {
  width: 50%;
  margin: 0 auto 5% auto;
}
@media (max-width: 680px) {
  figure.xsml {
    width: 100%;
  }
}
figure.mid {
  width: 85%;
  margin: 0 auto 3% auto;
}
@media (max-width: 680px) {
  figure.mid {
    width: 100%;
  }
}
figure.wide img {
  width: 110%;
  position: relative;
  transform: translateX(-5%);
}
@media (max-width: 1200px) {
  figure.wide img {
    width: 100%;
    left: inherit;
    transform: none;
  }
}
@media (max-width: 1024px) {
  figure.wide img {
    width: 100%;
  }
}
figure.mgn {
  margin: 5% auto;
}
figure.spsml {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 680px) {
  figure.spsml {
    width: 70%;
  }
}
figure.circle {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  text-align: center;
}
figure.circle img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
figure.circle figcaption {
  font-size: 14px;
}
@media (max-width: 680px) {
  figure.circle figcaption {
    font-size: 11px;
  }
}
@media (max-width: 680px) {
  figure.circle {
    width: 60%;
    height: 60%;
    margin: 0 auto 5% auto;
  }
}
figure.rd img {
  border-radius: 10px;
}

figure.faci {
  position: relative;
  margin: 8% 0;
}
figure.faci .faci1 {
  display: block;
  width: 27.2%;
  height: 14%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 17.5%;
  left: 66.8%;
}
figure.faci .faci2 {
  display: block;
  width: 27.2%;
  height: 14%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 38%;
  left: 66.8%;
}
figure.faci .faci3 {
  display: block;
  width: 27.2%;
  height: 14%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 57.3%;
  left: 66.8%;
}
figure.faci .faci4 {
  display: block;
  width: 27.2%;
  height: 14%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 78.5%;
  left: 66.8%;
}
figure.faci .faci5 {
  display: block;
  width: 27.2%;
  height: 14%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 78.5%;
  left: 36.5%;
}
figure.faci .faci6 {
  display: block;
  width: 27.2%;
  height: 14%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 78.5%;
  left: 6%;
}
figure.faci a:hover {
  background: rgba(255, 255, 255, 0.4);
}
figure.faci .faci7 {
  display: block;
  width: 18.4%;
  height: 19%;
  background: rgba(233, 94, 39, 0);
  position: absolute;
  top: 14.4%;
  left: 7.6%;
  border-radius: 50%;
}
figure.faci .faci7:hover {
  background: rgba(233, 94, 39, 0.1);
}
figure.faci .faci8 {
  display: block;
  width: 18.4%;
  height: 19%;
  background: rgba(233, 94, 39, 0);
  position: absolute;
  top: 34.2%;
  left: 7.6%;
  border-radius: 50%;
}
figure.faci .faci8:hover {
  background: rgba(233, 94, 39, 0.1);
}
figure.faci .faci9 {
  display: block;
  width: 18.4%;
  height: 10%;
  background: rgba(233, 94, 39, 0);
  position: absolute;
  top: 54%;
  left: 7.6%;
}
figure.faci .faci9:hover {
  background: rgba(233, 94, 39, 0.1);
}
figure.faci .faci10 {
  display: block;
  width: 18.4%;
  height: 10%;
  background: rgba(233, 94, 39, 0);
  position: absolute;
  top: 64%;
  left: 7.6%;
}
figure.faci .faci10:hover {
  background: rgba(233, 94, 39, 0.1);
}



/*-------------------------------------------------------
メインイメージ カレッジ
-------------------------------------------------------*/
.mainimg_callege {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.mainimg_callege figure {
  display: block;
  overflow: hidden;
  width: 92%;
  margin: 0 0 0 auto;
  position: relative;
  border-radius: 4vw 0vw 0vw 4vw;
  font-size: 0;
}
.mainimg_callege figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.mainimg_callege .mainlead {
  position: absolute;
  z-index: 1;
  padding: 2vw 10vw 2vw 2vw;
  top: 50%;
  left: 3%;
  display: inline-block;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 60% 33%, rgba(255, 255, 255, 0) 100% 66%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mainimg_callege .mainlead p {
  line-height: 1.4;
  padding: 0;
  margin: 0;
  font-feature-settings: "palt";
}
.mainimg_callege .mainlead p.tagline {
  font-size: 1.5vw;
  color: #0D924B;
}
@media (max-width: 680px) {
  .mainimg_callege .mainlead p.tagline {
    font-size: 2.5vw;
  }
}
.mainimg_callege .mainlead p.leadline {
  font-size: 2.5vw;
  font-weight: 600;
  color: #000;
}
@media (max-width: 680px) {
  .mainimg_callege .mainlead p.leadline {
    font-size: 4.5vw;
  }
}

/*-------------------------------------------------------
メインイメージ
-------------------------------------------------------*/
#mainimg {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1024px) {
  #mainimg {
    padding: 0;
  }
}
@media (max-width: 680px) {
  #mainimg {
    margin: 0;
    padding: 0;
  }
}
#mainimg .mainlead {
  position: absolute;
  z-index: 1;
  color: #000;
  padding: 0;
  white-space: nowrap;
  top: 5%;
  right: 10%;
  writing-mode: vertical-rl;
}
@media (max-width: 680px) {
  #mainimg .mainlead {
    right: 5%;
  }
}
#mainimg .mainlead p {
  font-size: 3vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
#mainimg .mainlead p span {
  color: #E95E28;
}
@media (max-width: 680px) {
  #mainimg .mainlead p {
    font-size: 5vw;
  }
}

.swiper-wrapper {
  position: relative;
  width: 100%;
}
.swiper-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/top/mainimg_mask.png") center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.swiper-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2vw;
  right: 5vw;
  width: 18vw;
  height: 18vw;
  background: url("/img/top/il_wheelchair.png") center center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 680px) {
  .swiper-wrapper::after {
    width: 24vw;
    height: 24vw;
    bottom: 0vw;
  }
}

.swiper-wrap {
  margin: 0;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

.slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
.slide-img img.sp {
  display: none;
}
@media (max-width: 680px) {
  .slide-img img.sp {
    height: 50vh;
    display: block;
  }
}
@media (max-width: 680px) {
  .slide-img img {
    display: none;
  }
}

/*-------------------------------------------------------
リクルートイメージ
-------------------------------------------------------*/
#recruitimg {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1024px) {
  #recruitimg {
    padding: 0;
  }
}
@media (max-width: 680px) {
  #recruitimg {
    margin: 0;
    padding: 0;
  }
}
#recruitimg .mainlead {
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: 4em 4em 4em 5em;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  background-image: linear-gradient(90deg, rgba(233, 94, 40, 0.6) 33%, rgba(233, 94, 40, 0.6) 66%, rgba(233, 94, 40, 0) 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 680px) {
  #recruitimg .mainlead {
    padding: 2em 2em 2em 2em;
  }
}
#recruitimg .mainlead h1 {
  font-size: 3vw;
  line-height: 1;
  margin: 0 0 0.4em -0.2em;
  padding: 0;
  letter-spacing: 0.2em;
}
@media (max-width: 680px) {
  #recruitimg .mainlead h1 {
    font-size: 3vh;
  }
}
#recruitimg .mainlead p {
  font-size: 1.5vw;
  line-height: 1.6;
  font-weight: 600;
  padding: 0;
  margin: 0 0 0 -0.2em;
  letter-spacing: 0.2em;
  font-feature-settings: "palt" 1;
}
#recruitimg .mainlead p span {
  color: #fff;
  font-size: 1vw;
}
@media (max-width: 680px) {
  #recruitimg .mainlead p {
    font-size: 2vh;
  }
}
#recruitimg .swiper-wrapper::before {
  display: none;
}
#recruitimg .swiper-wrapper::after {
  display: none;
}

/*-------------------------------------------------------
コンテンツイメージ
-------------------------------------------------------*/
.cntimg {
  max-height: 450px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 400px 0 0 0;
  display: block;
  background-color: #000;
  margin: 0;
}
@media (max-width: 834px) {
  .cntimg {
    max-height: 180px;
    margin: 0;
    padding: 200px 0 0 0;
  }
}
@media (max-width: 680px) {
  .cntimg {
    max-height: 180px;
    margin: 0;
    padding: 140px 0 0 0;
  }
}
.cntimg .inner {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 450px;
}
.cntimg .inner.applecollege {
  background: url("../img/college/img_header.webp") center top no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.cntimg .inner.facility {
  background: url("../img/facility/himg_facility.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.aboutus {
  background: url("../img/aboutus/himg_aboutus.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.service {
  background: url("../img/service/himg_service.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.tomigaoka {
  background: url("../img/tomigaoka/himg_tomigaoka.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.clinic {
  background: url("../img/clinic/himg_clinic.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.recruit {
  background: url("../img/recruit/himg_recruit.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.concept {
  background: url("../img/concept/himg_concept.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.caresupport {
  background: url("../img/caresupport/himg_caresupport.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.helper {
  background: url("../img/helper/himg_helper.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.cntimg .inner.homenursing {
  background: url("../img/homenursing/himg_homenursing.jpg") center top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
@media (max-width: 834px) {
  .cntimg .inner {
    max-height: 240px;
  }
}
@media (max-width: 680px) {
  .cntimg .inner {
    max-height: 180px;
  }
}
.cntimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 0 0 0.2em;
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .cntimg h1 {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  .cntimg h1 {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.cntimg h1 span {
  display: block;
  font-size: 24px;
  letter-spacing: 3px;
  padding: 0;
  margin: 0 0 0 -3px;
}
@media (max-width: 680px) {
  .cntimg h1 span {
    font-size: 14px;
  }
}

/*-------------------------------------------------------
パララックスイメージ
-------------------------------------------------------*/
.primg {
  position: relative;
  height: 26vw;
  display: block;
  margin: 0 0 5% 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 680px) {
  .primg {
    height: 32vw;
    background-size: 150%;
  }
}

/*-------------------------------------------------------
リスト
-------------------------------------------------------*/
dl.detail_list {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  font-size: 0;
  text-align: left;
}
dl.detail_list.nomgn {
  margin: 0;
}
dl.detail_list dt {
  display: inline-block;
  padding: 0 0 4px 0;
  margin: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  width: 6em;
  vertical-align: top;
}
@media (max-width: 680px) {
  dl.detail_list dt {
    display: block;
    width: inherit;
    padding: 0;
  }
}
dl.detail_list dt span {
  font-size: 14px;
}
dl.detail_list dt span.month {
  background: #E95E28;
  color: #fff;
  padding: 2px 10px 2px 10px;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 5px;
  vertical-align: baseline;
}
dl.detail_list dd {
  display: inline-block;
  padding: 0 0 4px 0;
  margin: 0;
  font-size: 18px;
  width: calc(100% - 6em);
  vertical-align: top;
}
@media (max-width: 680px) {
  dl.detail_list dd {
    display: block;
    width: inherit;
    padding: 0;
    font-size: 14px;
    border-top: none;
  }
}
dl.detail_list dd p {
  font-weight: 400;
  line-height: 1.8 !important;
  margin: 0 0 4px 0;
  text-align: left;
}
@media (max-width: 680px) {
  dl.detail_list dd p {
    font-size: 14px;
  }
}
dl.detail_list dd p.tel {
  font-size: 18px;
}
@media (max-width: 680px) {
  dl.detail_list dd p.tel {
    font-size: 14px;
  }
}
dl.detail_list dd p.tel .tel_num {
  font-size: 18px;
}
@media (max-width: 680px) {
  dl.detail_list dd p.tel .tel_num {
    font-size: 14px;
  }
}
dl.detail_list dd .txtlist {
  margin: 0;
}
dl.detail_list dd .scrl {
  margin: 10px 0;
  padding: 0;
}
dl.detail_list.w20 dt {
  width: 20em;
}
dl.detail_list.w20 dd {
  width: calc(100% - 20em);
}
dl.detail_list.w14 dt {
  width: 14em;
}
dl.detail_list.w14 dd {
  width: calc(100% - 14em);
}
dl.detail_list.w10 dt {
  width: 10em;
}
@media (max-width: 680px) {
  dl.detail_list.w10 dt {
    width: inherit;
  }
}
dl.detail_list.w10 dd {
  width: calc(100% - 10em);
}
@media (max-width: 680px) {
  dl.detail_list.w10 dd {
    width: inherit;
  }
}
dl.detail_list.bdr {
  border-bottom: 1px solid #d8d8d8;
}
dl.detail_list.bdr dt {
  border-top: 1px solid #d8d8d8;
  padding: 20px 0;
}
@media (max-width: 680px) {
  dl.detail_list.bdr dt {
    display: block;
    width: inherit;
    padding: 10px 0 0 0;
  }
}
dl.detail_list.bdr dd {
  border-top: 1px solid #d8d8d8;
  padding: 20px 0;
}
@media (max-width: 680px) {
  dl.detail_list.bdr dd {
    border: none;
    display: block;
    width: inherit;
    padding: 0 0 10px 0;
  }
}
dl.detail_list.bdr dd.wide {
  width: 100%;
}

/*-------------------------------------------------------
テキストリスト
-------------------------------------------------------*/
ul.txtlist {
  display: block;
  padding: 0;
  margin: 2% 0 5% 0;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 834px) {
  ul.txtlist {
    font-size: 14px;
  }
}
ul.txtlist.mgn li {
  padding: 0 0 5% 1.6em;
}
ul.txtlist.mgn li:nth-last-child(1) {
  padding-bottom: 0;
}
ul.txtlist li {
  display: block;
  margin: 0;
  padding: 0 0 5px 2em;
  position: relative;
  text-align: left;
  counter-increment: none;
  list-style-type: none;
}
ul.txtlist li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  color: #d8d8d8;
}
@media (max-width: 834px) {
  ul.txtlist li::before {
    font-size: 12px;
    top: 4px;
  }
}
#college ul.txtlist li::before {
  color: #d8d8d8;
}
ul.txtlist li span {
  margin: 0 0 0 10px;
}
ul.txtlist li .mds {
  margin: 0 0 5px 0;
}
ul.txtlist li a {
  color: #E95E28;
  text-decoration: underline;
}
ul.txtlist li a:hover {
  color: #000;
}

ol.numlist {
  margin: 5% 0;
  padding: 0 0 0 2em;
  position: relative;
  line-height: 1.6;
  text-align: left;
}
ol.numlist.nomgn {
  margin: 0 !important;
}
ol.numlist.nomgn li {
  margin: 0;
}
@media (max-width: 680px) {
  ol.numlist {
    padding: 0 0 0 3em;
    font-size: 16px;
  }
}
ol.numlist li {
  list-style-type: style;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding-left: 0;
  position: relative;
}
ol.numlist li p {
  margin: 10px 0 0 0;
}
ol.numlist li p .tel_num {
  line-height: 1;
}
ol.numlist.kakko {
  margin: 5% 0;
  padding-left: 2em;
}
ol.numlist.kakko li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.numlist.kakko li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
ol.numlist.kakko li ul {
  margin-left: 2em;
}
ol.numlist.kakko li ul li {
  margin: 0;
}
ol.numlist.kakko li ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  color: #d8d8d8;
}
@media (max-width: 834px) {
  ol.numlist.kakko li ul li::before {
    font-size: 12px;
    top: 4px;
  }
}
#college ol.numlist.kakko li ul li::before {
  color: #d8d8d8;
}
ol.numlist.maru {
  margin: 2% 0;
  padding-left: 3em;
}
ol.numlist.maru li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.numlist.maru li::before {
  content: counter(cnt);
  display: inline-block;
  margin-left: -3em;
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1.8;
}
ol.numlist.blkc {
  text-align: center;
  padding-left: 0;
  margin: 0;
}
ol.numlist.blkc li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.numlist.blkc li::before {
  content: counter(cnt);
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: inherit;
  left: inherit;
  font-size: 38px;
  line-height: 1.2;
  padding: 0;
}
ol.numlist.blkc li span {
  font-size: 28px;
  display: block;
}

/*-------------------------------------------------------
テキストリスト
-------------------------------------------------------*/
dl.itemlist {
  padding: 0;
  margin: 0 0 4% 0;
  display: block;
  text-align: left;
  position: relative;
}
dl.itemlist dt {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
dl.itemlist dd {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}
dl.itemlist dd a.pdf {
  position: relative;
  display: block;
  padding: 15px 15px 15px 50px;
  margin: 10px 0 0 0;
  background: url("/img/common/icon_pdf.webp") 15px center no-repeat;
  background-size: 24px;
  text-align: left;
  font-size: 20px;
  border: 2px solid #d8d8d8;
}
dl.itemlist dd a.pdf:hover {
  background: url("/img/common/icon_pdf.webp") 15px center no-repeat #b43e11;
  background-size: 24px;
}
@media (max-width: 680px) {
  dl.itemlist dd a.pdf {
    padding: 15px 15px 15px 50px;
    font-size: 14px;
    line-height: 1.4;
  }
}

/*-------------------------------------------------------
パンくずリスト
-------------------------------------------------------*/
.cntimg + .breadcrumb {
  padding: 15px 30px 30px 30px;
}
@media (max-width: 680px) {
  .cntimg + .breadcrumb {
    position: relative;
    padding: 10px 20px;
  }
}

.breadcrumb {
  display: block;
  padding: 30px;
  margin: 0;
  position: absolute;
  z-index: 1;
}
@media (max-width: 680px) {
  .breadcrumb {
    position: relative;
    padding: 10px;
  }
}
.breadcrumb ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000;
  text-align: left;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  font-size: 12px;
}
@media (max-width: 834px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}
.breadcrumb ul li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.breadcrumb ul li a:hover {
  color: #999;
}
.breadcrumb ul li a::after {
  display: inline-block;
  content: "";
  margin: 0 10px 2px 10px;
  vertical-align: middle;
  color: #eee;
  width: 6px;
  height: 6px;
  border-top: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  transform: rotate(45deg);
}

/*-------------------------------------------------------
FAQ
-------------------------------------------------------*/
.acmenu {
  display: block;
  clear: both;
  margin: 0 0 2%;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.acmenu dt {
  display: block;
  margin: 0;
  position: relative;
  padding: 18px 35px 18px 50px;
  text-align: left;
  font-size: 20px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  cursor: pointer;
}
@media (max-width: 680px) {
  .acmenu dt {
    font-size: 16px;
  }
}
.acmenu dt:hover {
  background: #f8f8f8;
}
.acmenu dt:before {
  position: absolute;
  font-size: 28px;
  line-height: 1;
  color: #E95E28;
  top: 20px;
  left: 15px;
  display: block;
  content: "Q";
}
.acmenu dt:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-left: 2px solid rgb(0, 0, 0);
  border-top: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(225deg);
}
.acmenu dt.active:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-left: 2px solid rgb(0, 0, 0);
  border-top: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(45deg);
}
.acmenu dd {
  position: relative;
  display: none;
  margin: 0;
  padding: 20px 0 20px 50px;
  text-align: left;
  border: none;
  font-size: 18px;
}
.acmenu dd:before {
  position: absolute;
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
  color: #d8d8d8;
  top: 20px;
  left: 15px;
  display: block;
  content: "A";
}
.acmenu dd p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 680px) {
  .acmenu dd p {
    font-size: 16px;
  }
}
.acmenu dd p.note {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.acmenu dd figure {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
  position: relative;
}
.acmenu dd figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.acmenu dd figure figcaption {
  font-size: 13px;
  margin: 10px 0 0 0;
}

/*-------------------------------------------------------
アイコンリスト
-------------------------------------------------------*/
.iconlist {
  position: relative;
  display: block;
  padding: 3% 0 3% 0;
  margin: 0;
  text-align: center;
  background: none;
  color: #000;
  border-top: 1px solid #eee;
}
.iconlist ul {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.iconlist ul li {
  display: inline-block;
  width: 140px;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 680px) {
  .iconlist ul li {
    width: 25%;
    padding: 10px;
  }
}
.iconlist ul li a {
  display: block;
}
.iconlist ul li a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.iconlist ul li a img:hover {
  opacity: 0.7;
}

/*-------------------------------------------------------
1日の流れ
-------------------------------------------------------*/
dl.dailyflow {
  display: block;
  padding: 0;
  margin: 5% 0;
  font-size: 0;
  position: relative;
}
dl.dailyflow::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 112px;
  background: none;
  width: 1px;
  height: calc(100% - 40px);
  border: none;
  border-left: 2px dotted #eee;
}
dl.dailyflow.wtime dt {
  width: 200px;
}
@media (max-width: 680px) {
  dl.dailyflow.wtime dt {
    width: 160px;
  }
}
dl.dailyflow.wtime dd {
  margin: 0 0 40px 200px;
}
@media (max-width: 680px) {
  dl.dailyflow.wtime dd {
    margin: 0 0 40px 160px;
  }
}
dl.dailyflow.wtime::before {
  left: 172px;
}
@media (max-width: 680px) {
  dl.dailyflow.wtime::before {
    left: 132px;
  }
}
dl.dailyflow dt {
  display: inline-block;
  padding: 0 50px 0 0;
  margin: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  width: 140px;
  vertical-align: top;
  position: relative;
  float: left;
  text-align: right;
}
dl.dailyflow dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 20px;
  background: #E95E28;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
@media (max-width: 680px) {
  dl.dailyflow dt {
    font-size: 14px;
  }
}
dl.dailyflow dd {
  display: block;
  padding: 0 0;
  margin: 0 0 40px 140px;
  font-size: 18px;
  vertical-align: top;
}
@media (max-width: 680px) {
  dl.dailyflow dd {
    font-size: 14px;
    margin: 0 0 20px 140px;
  }
}
dl.dailyflow dd:nth-last-child(1) {
  margin-bottom: 0;
}

/*-------------------------------------------------------
手続きの流れ
-------------------------------------------------------*/
dl.steplist {
  display: block;
  padding: 0;
  margin: 5% 0;
  font-size: 0;
  position: relative;
}
dl.steplist dt {
  display: inline-block;
  padding: 20px 0 0 0;
  margin: 0 20px 50px 0;
  white-space: nowrap;
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  width: 80px;
  height: 80px;
  vertical-align: top;
  position: relative;
  text-align: center;
  background: #E95E28;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 680px) {
  dl.steplist dt {
    width: 50px;
    height: 50px;
    font-size: 26px;
    padding: 10px 0 0 0;
  }
}
dl.steplist dd {
  display: inline-block;
  min-height: 100px;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0px;
  font-size: 28px;
  vertical-align: top;
  width: calc(100% - 100px);
  position: relative;
}
dl.steplist dd p {
  margin: 0;
}
dl.steplist dd::before {
  position: absolute;
  bottom: 0%;
  left: calc(50% - 50px);
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  transform: rotate(-45deg);
}
@media (max-width: 680px) {
  dl.steplist dd::before {
    left: calc(50% - 25px);
  }
}
dl.steplist dd:nth-last-child(1)::before {
  display: none;
}

/*-------------------------------------------------------
サークルポイントリスト
-------------------------------------------------------*/
ul.pointlist {
  display: block;
  padding: 0;
  margin: 0 -5% 0 0;
  list-style: none;
  font-size: 0;
  box-sizing: border-box;
  text-align: center;
}
ul.pointlist li {
  display: inline-block;
  margin: 0;
  padding: 0 5% 0 0;
  position: relative;
  text-align: center;
  width: 33.33%;
  vertical-align: top;
}
@media (max-width: 680px) {
  ul.pointlist li {
    width: 50%;
  }
}
ul.pointlist li div {
  display: block;
  position: relative;
  margin: 0 auto;
  vertical-align: top;
  background: none;
  font-size: 0;
  color: #0D924B;
  border: 10px solid #52C17B;
  height: 0;
  padding: calc(100% - 20px) 0 0 0;
  box-sizing: border-box;
  border-radius: 50%;
}
@media (max-width: 680px) {
  ul.pointlist li div {
    border: 5px solid #52C17B;
    padding: calc(100% - 10px) 0 0 0;
  }
}
ul.pointlist li div p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  ul.pointlist li div p {
    font-size: 18px;
  }
}

/*-------------------------------------------------------
数字で見る
-------------------------------------------------------*/
.numberlist {
  display: block;
  padding: 0;
  margin: 5% -20px 5% 0;
  list-style: none;
  font-size: 0;
}
@media (max-width: 680px) {
  .numberlist {
    margin: 5% -10px 5% 0;
  }
}
.numberlist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 20px 0;
  margin: 0;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .numberlist li {
    width: 50%;
    padding: 0 10px 10px 0;
    margin: 0;
  }
}
@media (max-width: 680px) {
  .numberlist li.spw1 {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .numberlist li.spw2 {
    width: 50%;
  }
}
.numberlist li .inner {
  background: rgb(255, 255, 255);
  padding: 2vw 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 680px) {
  .numberlist li .inner {
    padding: 20px;
  }
}
.numberlist li .inner h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
@media (max-width: 834px) {
  .numberlist li .inner h3 {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .numberlist li .inner h3 {
    font-size: 14px;
  }
}
.numberlist li .inner p {
  font-size: 14px;
}
@media (max-width: 680px) {
  .numberlist li .inner p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.numberlist li .inner p.numtxt {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  padding: 2vw 0;
  color: #E95E28;
}
@media (max-width: 834px) {
  .numberlist li .inner p.numtxt {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  .numberlist li .inner p.numtxt {
    font-size: 14px;
  }
}
.numberlist li .inner p.numtxt span {
  font-size: 48px;
  font-weight: 900;
  margin: 0 5px 0 0;
}
@media (max-width: 834px) {
  .numberlist li .inner p.numtxt span {
    font-size: 38px;
  }
}
@media (max-width: 680px) {
  .numberlist li .inner p.numtxt span {
    font-size: 24px;
  }
}
.numberlist li .inner .numfigs {
  height: 4vw;
  display: block;
}
.numberlist li .inner .numfigs img {
  width: auto;
  height: 100%;
  margin: 0;
}

/*-------------------------------------------------------
テキストリスト
-------------------------------------------------------*/
ul.linklist {
  display: block;
  padding: 0;
  margin: 5% -20px 5% 0;
  list-style: none;
  font-size: 0;
}
ul.linklist li {
  display: inline-block;
  margin: 0;
  padding: 0 20px 20px 0;
  position: relative;
  text-align: left;
  width: 50%;
  font-size: 0;
}
@media (max-width: 680px) {
  ul.linklist li {
    width: 100%;
  }
}
ul.linklist li a {
  text-decoration: none;
  color: #000;
  position: relative;
  background: #f4f4f4;
  display: block;
  padding: 30px;
  margin: 0;
}
ul.linklist li a::before {
  position: absolute;
  top: 47%;
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-top: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(45deg);
}
ul.linklist li a:hover {
  background: #eaeaea;
}
ul.linklist li a h4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
}
.job_category {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 20px;
  margin-right: 15px;
  border-radius: 20px;
}
.job_category.regular {
  background: #638aaa;
  color: #fff;
}
.job_category.parttime {
  background: #9caa46;
  color: #fff;
}
ul.linklist li a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
ul.linklist li a p span {
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 5px;
  background: #E95E28;
}

/*-------------------------------------------------------
イメージメニュー
-------------------------------------------------------*/
.imgmenu {
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  font-size: 0;
}
.imgmenu.w3 li {
  width: 33.33%;
}
@media (max-width: 1024px) {
  .imgmenu.w3 li {
    width: 33.33%;
  }
}
.imgmenu.w3 li a figure figcaption {
  padding: 20px;
}
@media (max-width: 680px) {
  .imgmenu.w3 li a figure figcaption {
    padding: 10px;
  }
}
.imgmenu.w3 li a figure figcaption h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
}
@media (max-width: 680px) {
  .imgmenu.w3 li a figure figcaption h3 {
    font-size: 14px;
  }
}
.imgmenu.w4 li {
  width: 25%;
}
@media (max-width: 1024px) {
  .imgmenu.w4 li {
    width: 50%;
  }
}
.imgmenu.w4 li a figure figcaption {
  padding: 20px;
}
@media (max-width: 680px) {
  .imgmenu.w4 li a figure figcaption {
    padding: 10px;
  }
}
.imgmenu.w4 li a figure figcaption h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
}
@media (max-width: 680px) {
  .imgmenu.w4 li a figure figcaption h3 {
    font-size: 14px;
  }
}
.imgmenu li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 50%;
}
.imgmenu li a {
  display: block;
  margin: 0;
  padding: 0;
}
.imgmenu li a figure {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.imgmenu li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
}
.imgmenu li a figure:hover img {
  transform: scale(106%);
}
.imgmenu li a figure figcaption {
  display: block;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 2em;
  bottom: 0;
  left: 10%;
  width: 90%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
@media (max-width: 834px) {
  .imgmenu li a figure figcaption {
    padding: 1em;
  }
}
@media (max-width: 680px) {
  .imgmenu li a figure figcaption {
    position: relative;
    width: 100%;
    left: inherit;
    background: rgb(0, 0, 0);
  }
}
.imgmenu li a figure figcaption::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url("/img/common/arrow_w.webp") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  transform: translateY(-5px);
}
@media (max-width: 680px) {
  .imgmenu li a figure figcaption::after {
    top: 24px;
    right: 10px;
    width: 12px;
    height: 5px;
  }
}
.imgmenu li a figure figcaption h3 {
  font-size: 3vw;
  line-height: 1.2;
  letter-spacing: 0.4em;
  margin: 0 0 0.2em 0.2em;
  padding: 0;
}
@media (max-width: 680px) {
  .imgmenu li a figure figcaption h3 {
    font-size: 18px;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    letter-spacing: 0;
  }
}
.imgmenu li a figure figcaption p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
@media (max-width: 680px) {
  .imgmenu li a figure figcaption p {
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .imgmenu li a figure figcaption p br {
    display: none;
  }
}

/*-------------------------------------------------------
サムネール付き一覧
-------------------------------------------------------*/
.thumblist {
  display: block;
  padding: 0;
  margin: 0 -3% 0 0;
  box-sizing: border-box;
  list-style: none;
  font-size: 0;
  text-align: left;
}
.thumblist.w3 li {
  width: 33.33%;
}
@media (max-width: 1024px) {
  .thumblist.w3 li {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .thumblist.w3 li {
    width: 100%;
  }
}
.thumblist.w4 li {
  width: 25%;
}
@media (max-width: 1024px) {
  .thumblist.w4 li {
    width: 33.33%;
  }
}
@media (max-width: 680px) {
  .thumblist.w4 li {
    width: 50%;
  }
}
.thumblist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 3% 5% 0;
  margin: 0;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .thumblist li {
    width: 100%;
  }
}
.thumblist li a {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.thumblist li a:hover figure img {
  transform: scale(110%);
}
.thumblist li a figure {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.thumblist li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .thumblist li a figure img {
    transform: none;
  }
}
.thumblist li a figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 20px;
}
@media (max-width: 680px) {
  .thumblist li a figure figcaption {
    transform: none;
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.thumblist li a figure figcaption::after {
  content: "";
  width: 18px;
  height: 6px;
  background: url("/img/common/arrow.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.thumblist li a h3 {
  font-size: 24px;
  margin: 10px 20px;
  text-align: center;
}
@media (max-width: 680px) {
  .thumblist li a h3 {
    font-size: 20px;
    margin: 10px 20px;
  }
}
.thumblist li a h3 span {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 680px) {
  .thumblist li a h3 span {
    font-size: 16px;
  }
}
.thumblist li a h3.arrow {
  position: relative;
  padding: 0 20px 0 0;
  text-align: left;
}
.thumblist li a h3.arrow::after {
  content: "";
  width: 18px;
  height: 6px;
  background: url("/img/common/arrow.webp") center center no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
}
.thumblist li a p {
  font-size: 20px;
  margin: 0px 20px;
  text-align: left;
}
@media (max-width: 680px) {
  .thumblist li a p {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 20px 10px 20px;
  }
}
.thumblist li a p.category {
  display: block;
  text-align: center;
  margin: 0px 20px;
  padding: 0;
}
.thumblist li a p.category span {
  font-size: 14px;
  background: #0D924B;
  padding: 2px 20px;
  margin: 0px auto;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}
.thumblist li a p.oday {
  font-size: 16px;
  margin: 0px 20px 0px 20px;
}
.thumblist li a p.pricey {
  font-size: 16px;
  margin: 0px 20px 10px 20px;
}
.thumblist li a p.service {
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 20px 10px;
  text-align: center;
}
.thumblist li a p.service span {
  font-size: 14px;
  background: #aaa;
  padding: 2px 14px;
  margin: 2px auto;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}
.thumblist li a p.service span.nyusho {
  background: #DC4C4C;
}
.thumblist li a p.service span.tsuusho {
  background: #E0AA36;
}
.thumblist li a p.service span.houmon {
  background: #A1BB2C;
}
.thumblist li a p.service span.care {
  background: #32BCC6;
}
.thumblist li a p.service span.chiiki {
  background: #4B97CE;
}
.thumblist li a p.service span.iryo {
  background: #8E68C6;
}
.thumblist li figure {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ccc;
}
@media (max-width: 680px) {
  .thumblist li figure {
    transform: none;
  }
}
.thumblist li figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform: none;
}
@media (max-width: 680px) {
  .thumblist li figure img {
    transform: none;
  }
}
.thumblist li figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}
@media (max-width: 680px) {
  .thumblist li figure figcaption {
    transform: none;
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.thumblist li figure figcaption.member {
  display: block;
  width: 60px;
  height: 60px;
  padding: 14px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  line-height: 1.2;
  background: #E95E28;
  border-radius: 50%;
}

/*-------------------------------------------------------
サムネール付き一覧
-------------------------------------------------------*/
.oblist {
  display: block;
  padding: 0;
  margin: 0 0 0 -5%;
  list-style: none;
  font-size: 0;
  text-align: center;
}
@media (max-width: 680px) {
  .oblist {
    margin: 0;
  }
}
.oblist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 5% 5%;
  margin: 0;
  text-align: center;
  width: 33.33%;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .oblist li {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
}
.oblist li a {
  display: block;
  margin: 0;
  padding: 0;
}
.oblist li a:hover figure img {
  transform: scale(1.1);
}
.oblist li a figure {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .oblist li a figure {
    max-width: 160px;
  }
}
@media (max-width: 680px) {
  .oblist li a figure {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    margin: 0;
  }
}
.oblist li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .oblist li a figure img {
    transform: none;
  }
}
.oblist li a figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  margin: 20px 0;
}
@media (max-width: 680px) {
  .oblist li a figure figcaption {
    transform: none;
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.oblist li a figure figcaption::after {
  content: "";
  width: 18px;
  height: 6px;
  background: url("/img/common/arrow.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.oblist li a .txt {
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 680px) {
  .oblist li a .txt {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 20px;
  }
}
.oblist li a .txt h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 680px) {
  .oblist li a .txt h3 {
    font-size: 14px;
    line-height: 1.6;
  }
}
.oblist li a .txt p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 680px) {
  .oblist li a .txt p {
    font-size: 11px;
    line-height: 1.6;
  }
}

.imglist {
  display: block;
  padding: 0;
  margin: 5% -10px 5% 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.imglist.w2 li {
  width: 50%;
}
@media (max-width: 680px) {
  .imglist.w2 li {
    width: 100%;
  }
}
.imglist.w4 li {
  width: 25%;
}
@media (max-width: 1024px) {
  .imglist.w4 li {
    width: 33.33%;
  }
}
@media (max-width: 680px) {
  .imglist.w4 li {
    width: 50%;
  }
}
.imglist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 10px 0;
  margin: 0;
  text-align: left;
  width: 33.33%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .imglist li {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 680px) {
  .imglist li {
    width: 100%;
  }
}
.imglist li .btns {
  margin: 5% 0 0 0;
}
.imglist li figure {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.imglist li figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform: none;
}
.imglist li figure figcaption {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 10px 0 0 0;
}
@media (max-width: 680px) {
  .imglist li figure figcaption {
    font-size: 14px;
  }
}
.imglist li figure.circle {
  border-radius: 50%;
  width: 70%;
  margin: 0 auto 10px auto;
}
.imglist li h3 {
  text-align: left;
  font-size: 20px;
  margin: 0 0 10px 0;
}
@media (max-width: 680px) {
  .imglist li h3 {
    font-size: 16px;
  }
}
.imglist li p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 680px) {
  .imglist li p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.imglist li .txtlist {
  margin: 5% 0 0 0;
}
.imglist li .txtlist li {
  width: 100%;
  font-size: 14px;
  padding: 0 0 2px 1.2em;
}
.imglist li .txtlist li::before {
  content: "●";
  position: absolute;
  left: 4px;
  top: 6px;
  font-size: 8px;
  color: #d8d8d8;
}
@media (max-width: 834px) {
  .imglist li .txtlist li::before {
    font-size: 12px;
    top: 4px;
  }
}

/*-------------------------------------------------------
SDGs一覧
-------------------------------------------------------*/
.marklist {
  display: block;
  margin: 0 0 5% 0;
  padding: 0;
  position: relative;
}
@media (max-width: 680px) {
  .marklist {
    margin: 10% 0;
  }
}
.marklist ul {
  display: block;
  padding: 0;
  margin: 0 -5px 0 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}
.marklist ul.txl {
  text-align: left;
}
.marklist ul li {
  display: inline-block;
  margin: 0;
  padding: 0 5px 5px 0;
  position: relative;
  text-align: center;
  font-size: 0;
  vertical-align: top;
  width: 33.33%;
  box-sizing: border-box;
}
.marklist ul li figure {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
.marklist ul li figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.marklist ul li figure figcaption {
  font-size: 16px;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: left;
}

/*-------------------------------------------------------
啓明学院の一日
-------------------------------------------------------*/
.schedule {
  display: block;
  padding: 0;
  margin: 0 -5% 15% 0;
  list-style: none;
  font-size: 0;
  text-align: left;
  position: relative;
}
.schedule::before {
  content: "";
  height: 105%;
  width: 0;
  border-left: 2px dotted #000;
  display: block;
  position: absolute;
  top: 0;
  left: 47.5%;
}
.schedule::after {
  content: "18:00 下校";
  display: block;
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-75%, 0);
  font-size: 20px;
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.schedule li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5% 5% 0;
  margin: 0;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.schedule li figure::before {
  content: "";
  height: 0;
  width: 5.8%;
  display: block;
  position: absolute;
  top: 50%;
  right: -5.8%;
  z-index: 5;
  border-top: 2px dotted #000;
  transform: translate(0, -50%);
}
.schedule li figure::after {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: -5.8%;
  background: #000;
  border-radius: 50%;
  z-index: 5;
  transform: translate(50%, -50%);
}
.schedule li:nth-child(even) {
  transform: translateY(20%);
}
.schedule li:nth-child(even) figure::before {
  content: "";
  height: 0;
  width: 5.8%;
  display: block;
  position: absolute;
  top: 50%;
  left: -5.8%;
  z-index: 5;
  border-top: 2px dotted #000;
  transform: translate(0, -50%);
}
.schedule li:nth-child(even) figure::after {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: -5.4%;
  background: #000;
  border-radius: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.schedule li figure {
  display: block;
  padding: 20px;
  margin: 0 0 5% 0;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media (max-width: 680px) {
  .schedule li figure {
    padding: 10px;
  }
}
.schedule li figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform: none;
}
.schedule li figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 10px 0 0 0;
  text-align: left;
}
@media (max-width: 680px) {
  .schedule li figure figcaption {
    font-size: 14px;
  }
}
.schedule li figure figcaption h3 {
  font-size: 28px;
  margin: 0;
}
@media (max-width: 680px) {
  .schedule li figure figcaption h3 {
    font-size: 16px;
  }
}
.schedule li figure figcaption p {
  font-size: 16px;
  margin: 5px 0 0 0;
}
@media (max-width: 680px) {
  .schedule li figure figcaption p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.schedule li figure.circle {
  border-radius: 50%;
  width: 70%;
  margin: 0 auto 10px auto;
}

/*--------------------------------------------------------------------
タブ
--------------------------------------------------------------------*/
ul.tab {
  display: block;
  margin: 0 0 5% -5px;
  padding: 0;
  font-size: 0;
  text-align: left;
}
@media (max-width: 680px) {
  ul.tab {
    margin: 0 0 10% -5px;
    text-align: left;
  }
}
ul.tab.w2 li {
  width: 50%;
}
@media (max-width: 680px) {
  ul.tab.w2 li {
    width: 100%;
  }
}
ul.tab.w3 li {
  width: 33.33%;
}
@media (max-width: 680px) {
  ul.tab.w3 li {
    width: 50%;
  }
}
ul.tab.w4 li {
  width: 25%;
}
@media (max-width: 680px) {
  ul.tab.w4 li {
    width: 50%;
  }
}
ul.tab.w6 li {
  width: 16.66%;
}
@media (max-width: 1024px) {
  ul.tab.w6 li {
    width: 33.33%;
    margin-bottom: 5px;
  }
}
@media (max-width: 680px) {
  ul.tab.pagelink.w2 li,
  ul.tab.pagelink.w3 li,
  ul.tab.pagelink.w4 li,
  ul.tab.pagelink.w5 li,
  ul.tab.pagelink.w6 li{
    width: 100%;
  }
  ul.tab.w6 li {
    width: 50%;
    margin-bottom: 0px;
  }
}
ul.tab li {
  display: inline-block;
  margin: 0;
  padding: 0 0 5px 5px;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: bottom;
}
ul.tab li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  padding: 14px 10px 14px 10px;
  position: relative;
  color: #000;
  margin: 0;
  background: #F6F6F6;
  border: none;
  text-align: center;
}
@media (max-width: 680px) {
  ul.tab li a {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
ul.tab li a:hover {
  background: #eee;
}
ul.tab li.active a {
  background: #E95E28;
  color: #fff;
}
ul.tab.pagelink {
  display: block;
  margin: 0 0 5% -5px;
  font-size: 0;
  text-align: left;
  box-sizing: border-box;
  border: none;
}
@media (max-width: 680px) {
  ul.tab.pagelink {
    margin: 0 0 10% -5px;
  }
}
ul.tab.pagelink li {
  display: inline-block;
  margin: 0;
  padding: 0 0 5px 5px;
  box-sizing: border-box;
  vertical-align: middle;
}
ul.tab.pagelink li a {
  text-decoration: none;
  display: block;
  padding: 20px 20px 20px 20px;
  position: relative;
  color: #000;
  margin: 0;
  background: #F6F6F6;
  border: none;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 680px) {
  ul.tab.pagelink li a {
    font-size: 16px;
    text-align: left;
    padding: 10px 20px 10px 10px;
  }
  ul.tab.pagelink li a br {
    display: none;
  }
}
ul.tab.pagelink li a::before {
  display: none;
}
ul.tab.pagelink li a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-100%);
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: all 0.2s ease;
}
ul.tab.pagelink li a:hover {
  background: #eee;
}
ul.tab.pagelink li a span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  ul.tab.pagelink li a span {
    top: inherit;
    transform: none;
  }
}
ul.tab.month {
  display: block;
  margin: 0 0 5% -5px;
  padding: 0;
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 680px) {
  ul.tab.month {
    margin: 0 0 10% -5px;
  }
}
ul.tab.month li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: bottom;
}
ul.tab.month li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  padding: 14px 20px 14px 20px;
  position: relative;
  color: #000;
  margin: 0;
  background: #F6F6F6;
  border: none;
  text-align: center;
}
@media (max-width: 680px) {
  ul.tab.month li a {
    font-size: 16px;
  }
}
ul.tab.month li a:hover {
  background: #eee;
}
ul.tab.month li a::before {
  display: none;
}
ul.tab.month li a::after {
  display: none;
}
ul.tab.month li.active a {
  background: #fff;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  font-size: 28px;
  transform: translateY(1px);
}
@media (max-width: 680px) {
  ul.tab.month li.active a {
    font-size: 20px;
  }
}
ul.tab.month li.active a::before {
  display: none;
}
ul.tab.month li.active a::after {
  display: none;
}
.tabarea {
  display: none;
  opacity: 0;
  padding: 0;
  background: none;
}
.tabarea.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
@media (max-width: 680px) {
  .tabarea {
    padding: 5% 0;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
  z-index: 0;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0px;
  margin: -20px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a::before {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 6px;
  margin-left: 10px;
  border-left: 4px solid rgb(0, 0, 0);
  border-top: 4px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(315deg);
}
.flex-direction-nav a.flex-next:before {
  margin-left: 0px;
  transform: rotate(135deg);
}
.flex-direction-nav .flex-prev {
  left: -40px;
}
@media (max-width: 680px) {
  .flex-direction-nav .flex-prev {
    left: -10px;
  }
}
.flex-direction-nav .flex-next {
  right: -40px;
  text-align: right;
}
@media (max-width: 680px) {
  .flex-direction-nav .flex-next {
    right: -10px;
  }
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.5;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -40px;
}
@media (max-width: 680px) {
  .flexslider:hover .flex-direction-nav .flex-next {
    right: -20px;
  }
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.5;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -40px;
}
@media (max-width: 680px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: -20px;
  }
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a::before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .flex-control-nav {
    bottom: -30px;
  }
}
.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  width: 20px;
  height: 6px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}

.flex-control-thumbs {
  margin: 15px 0 0;
  position: static;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.flex-control-thumbs li {
  display: inline-block;
  width: 80px;
  margin: 4px;
}
.flex-control-thumbs li img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  transition: all 1s ease;
}
.flex-control-thumbs li img:hover {
  opacity: 0.5;
}
.flex-control-thumbs .flex-active {
  opacity: 0.5;
  cursor: default;
}

/* Slider */
.slick-loading .slick-list {
  background: url("/img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0;
  margin: -20px 0 0;
  position: absolute;
  left: 45px;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
}
.slick-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  transform: rotate(315deg);
}
.slick-prev:hover {
  opacity: 0.4;
  left: 35px;
}

.slick-next {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  right: 45px;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
}
.slick-next::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  transform: rotate(135deg);
}
.slick-next:hover {
  opacity: 0.4;
  right: 35px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
  font-size: 16px;
}

/*--------------------------------------------------------------------
バーガーメニュー
--------------------------------------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

body.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden::after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  cursor: pointer;
}

body::after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  transition-duration: 0.2s;
}

/*--------------------------------------------------------------------
メニュー一覧
--------------------------------------------------------------------*/
#navpanel {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  z-index: 4;
  text-align: left;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: scroll;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #E95E28;
}
.fix #navpanel {
  top: 70px;
}
#college #navpanel {
  background: #0D924B;
  width: 320px;
  top: 0px;
}
@media (max-width: 680px) {
  #college #navpanel {
    width: 100%;
  }
}
#navpanel::-webkit-scrollbar {
  display: none;
}
#navpanel.is-visible {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
#navpanel .navmenu {
  margin: 60px auto 0 auto;
  padding: 0;
  width: 100%;
  max-height: calc(100% - 80px);
  overflow: scroll;
  max-width: 1200px;
  position: relative;
  background: none;
  font-size: 0;
  color: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#navpanel .navmenu::-webkit-scrollbar {
  display: none;
}
@media (max-width: 680px) {
  #navpanel .navmenu {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
  }
}
#navpanel .navmenu div.inner {
  display: inline-block;
  width: 33.33%;
  padding: 0 10px;
  margin: 0;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
#college #navpanel .navmenu div.inner {
  display: block;
  width: 100%;
}
@media (max-width: 680px) {
  #navpanel .navmenu div.inner {
    display: block;
    width: inherit;
    padding: 0;
  }
}
#navpanel .navmenu div.inner h3 {
  text-align: left;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  margin: 2px 0;
  padding: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 680px) {
  #navpanel .navmenu div.inner h3 {
    border: none;
    display: block;
  }
}
#navpanel .navmenu div.inner h3 a {
  position: relative;
  display: block;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
}
#navpanel .navmenu div.inner h3 a::after {
  content: "";
  display: block;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  background: url("/img/common/arrow_w.webp") center center no-repeat;
  background-size: 14px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 10px;
}
#navpanel .navmenu div.inner h3 a:hover {
  color: #fff;
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.2);
}
#navpanel .navmenu div.inner h3 p {
  position: relative;
  display: block;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
}
#navpanel .navmenu div.inner h3 p:hover {
  color: #fff;
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.2);
}
#navpanel .navmenu div.inner h3.ac {
  position: relative;
  cursor: pointer;
}
#navpanel .navmenu div.inner h3.ac a::after {
  display: none;
}
#navpanel .navmenu div.inner h3.ac .tgl {
  display: block;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 5px;
}
@media (max-width: 680px) {
  #navpanel .navmenu div.inner h3.ac .tgl {
    transform: translate(0, -60%);
  }
}
#navpanel .navmenu div.inner h3.ac .tgl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  margin: 0;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  #navpanel .navmenu div.inner h3.ac .tgl::before {
    transform: translate(-50%, -50%);
  }
}
#navpanel .navmenu div.inner h3.ac .tgl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  margin: 0;
  background: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  #navpanel .navmenu div.inner h3.ac .tgl::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
#navpanel .navmenu div.inner h3.ac.active .tgl::before {
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  #navpanel .navmenu div.inner h3.ac.active .tgl::before {
    transform: translate(-50%, -50%);
  }
}
#navpanel .navmenu div.inner h3.ac.active .tgl::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (max-width: 680px) {
  #navpanel .navmenu div.inner h3.ac.active .tgl::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
#navpanel .navmenu div.inner ul.submenu {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  display: none;
}
@media (max-width: 680px) {
  #navpanel .navmenu div.inner ul.submenu {
    display: none;
    margin: 0;
  }
}
#navpanel .navmenu div.inner ul.submenu li {
  display: block;
  line-height: 1.2;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
#navpanel .navmenu div.inner ul.submenu li a {
  display: block;
  text-decoration: none;
  padding: 5px 30px;
  margin: 0;
  transition: background 0.2s;
  border: none;
  text-align: left;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  font-size: 16px;
}
#navpanel .navmenu div.inner ul.submenu li a:hover {
  background: none;
  text-decoration: underline;
}

/*--------------------------------------------------------------------
固定メニュー
--------------------------------------------------------------------*/
.fixbtns {
  display: block;
  margin: 0;
  padding: 0;
  z-index: 2;
  text-align: right;
  position: fixed;
  right: 2%;
  bottom: 2vw;
  z-index: 3;
  transition: .3s;
}
.fixbtns.hidden {
    opacity: 0;
    visibility: hidden;
}

#college .fixbtns {
  right: 2%;
  top: 100px;
}
@media (max-width: 680px) {
  .fixbtns {
    bottom: 12vw;
  }
  #college .fixbtns {
    top: 100px;
  }
}
.fixbtns ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 auto;
  text-align: left;
  list-style: none;
  box-sizing: border-box;
}
.fixbtns ul li {
  display: block;
  padding: 0;
  margin: 0 0 4px 0;
  box-sizing: border-box;
}
@media (max-width: 834px) {
  .fixbtns ul li {
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  .fixbtns ul li {
    font-size: 12px;
  }
}
.fixbtns ul li a {
  display: block;
  width: 3em;
  padding: 1em;
  margin: 0;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 680px) {
  .fixbtns ul li a {
    width: 2em;
    padding: 0.5em;
    line-height: 1.4;
  }
}
.fixbtns ul li a span {
  font-size: 16px;
  line-height: 0 !important;
}
@media (max-width: 680px) {
  .fixbtns ul li a span {
    font-size: 12px;
    line-height: 1;
  }
}
.fixbtns ul li a.btn_a {
  background: #FFEE00;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
}
@media (max-width: 680px) {
  .fixbtns ul li a.btn_a {
    width: 20vw;
    height: 20vw;
  }
}
.fixbtns ul li a.btn_a:hover {
  background: #e8d900;
}
.fixbtns ul li a.btn_a p {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  line-height: 1.2;
  font-size: 0.8vw;
  margin: 0 auto;
  padding: 0;
  transform: translate(0, -50%);
  color: #000;
}
@media (max-width: 680px) {
  .fixbtns ul li a.btn_a p {
    font-size: 1.6vw;
  }
}
.fixbtns ul li a.btn_a p span {
  display: block;
  line-height: 1.2 !important;
  font-size: 2vw;
  font-weight: 600;
  margin: 0.2em 0 0 0;
  padding: 0;
}
@media (max-width: 680px) {
  .fixbtns ul li a.btn_a p span {
    font-size: 4vw;
  }
}
.fixbtns ul li a.btn_c {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  padding: 0;
}
@media (max-width: 680px) {
  .fixbtns ul li a.btn_c {
    width: 22vw;
    height: 22vw;
  }
}
.fixbtns ul li a.btn_c figure {
  display: block;
  padding: 0;
  margin: 0;
  transition: .3s;
}
.fixbtns ul li a.btn_c figure img {
  width: 100%;
  height: auto;
}
.fixbtns ul li a.btn_c figure:hover {
  opacity: 0.6;
}
.fixbtns ul li a.btn_c p {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  line-height: 1.2;
  font-size: 0.8vw;
  margin: 0 auto;
  padding: 0;
  transform: translate(0, -50%);
  color: #000;
}
@media (max-width: 680px) {
  .fixbtns ul li a.btn_c p {
    font-size: 1.6vw;
  }
}
.fixbtns ul li a.btn_c p span {
  display: block;
  line-height: 1.2 !important;
  font-size: 2vw;
  font-weight: 600;
  margin: 0.2em 0 0 0;
  padding: 0;
}
@media (max-width: 680px) {
  .fixbtns ul li a.btn_c p span {
    font-size: 4vw;
  }
}
.fixbtns ul li a.btn_c:hover {
  background: #fff;
}

/*--------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
.altcont .tbl.nobdr {
  width: 100%;
  table-layout: fixed;
  background: none;
}
.altcont .tbl.nobdr th,
.altcont .tbl.nobdr td {
  background: none;
  padding: 6px 10px;
}
.altcont .tbl.nobdr tr:nth-child(odd) th,
.altcont .tbl.nobdr tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.5);
}

table.tbl {
  border-collapse: collapse;
  margin: 0 0 5% 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  display: table;
  background: #fff;
}
table.tbl.mgn5 {
  margin: 5% 0;
}
table.tbl.mgn10 {
  margin: 10% 0;
}
table.tbl.tblfix {
  table-layout: fixed;
}
@media (max-width: 680px) {
  table.tbl.tblfix {
    table-layout: inherit;
  }
}
table.tbl.tblfix th,
table.tbl.tblfix td {
  text-align: center;
  vertical-align: top;
}
table.tbl.eigyo th,
table.tbl.eigyo td {
  text-align: center;
  vertical-align: top;
}
table.tbl.cal {
  table-layout: fixed;
}
@media (max-width: 680px) {
  table.tbl.cal {
    table-layout: inherit;
  }
}
table.tbl.cal th,
table.tbl.cal td {
  text-align: center;
  vertical-align: top;
  padding: 2px;
}
table.tbl caption {
  caption-side: top;
  text-align: right;
  padding: 0 0 10px 0;
  font-size: 12px;
}
@media (max-width: 680px) {
  table.tbl thead {
    display: none;
  }
}
table.tbl tr {
  border-bottom: 1px solid #d8d8d8;
}
table.tbl tr.bggray {
  background: #F6F6F6;
}
table.tbl tr th {
  padding: 12px 12px;
  border-right: 1px solid #d8d8d8;
  background: #F6F6F6;
}
table.tbl tr td {
  padding: 12px 12px;
  border-right: 1px solid #d8d8d8;
}
table.tbl tr th,
table.tbl tr td {
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
table.tbl tr th .tomari,
table.tbl tr td .tomari {
  font-size: 12px;
  color: #000;
  background: #c3dcf5;
  border-radius: 10px;
}
table.tbl tr th .kayoi,
table.tbl tr td .kayoi {
  font-size: 12px;
  color: #000;
  background: #c7fac7;
  border-radius: 10px;
}
table.tbl tr th .houkan,
table.tbl tr td .houkan {
  font-size: 12px;
  color: #000;
  background: #f7c8e5;
  border-radius: 10px;
}
table.tbl tr th .houkai,
table.tbl tr td .houkai {
  font-size: 12px;
  color: #000;
  background: #ffe6b9;
  border-radius: 10px;
}
table.tbl tr th .mds,
table.tbl tr td .mds {
  margin: 0;
}
@media (max-width: 680px) {
  table.tbl tr th .mds,
table.tbl tr td .mds {
    font-size: 16px;
  }
}
table.tbl tr th p,
table.tbl tr td p {
  margin: 0;
}
@media (max-width: 680px) {
  table.tbl tr th p,
table.tbl tr td p {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}
table.tbl tr th p.note,
table.tbl tr td p.note {
  margin: 10px 0 0 0;
  text-align: left;
}
@media (max-width: 680px) {
  table.tbl tr th p.note,
table.tbl tr td p.note {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
table.tbl tr th p + .mds,
table.tbl tr td p + .mds {
  margin: 20px 0 0 0;
}
table.tbl tr th a,
table.tbl tr td a {
  color: #E95E28;
}
table.tbl tr th .btns,
table.tbl tr td .btns {
  text-align: left;
  padding: 0;
  margin: 10px 0 0 0;
}
@media (max-width: 680px) {
  table.tbl tr th .btns,
table.tbl tr td .btns {
    margin: 10px 0;
  }
}
table.tbl tr th .btns .btn,
table.tbl tr td .btns .btn {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  font-size: 14px;
}
@media (max-width: 680px) {
  table.tbl tr th .btns .btn,
table.tbl tr td .btns .btn {
    max-width: inherit;
  }
}
table.tbl tr th .btns .btn.pdf,
table.tbl tr td .btns .btn.pdf {
  padding-left: 46px;
  background: url("/img/common/icon_pdf.webp") 15px center no-repeat;
  background-size: 16px;
  text-align: left;
}
table.tbl tr th .btns .btn.pdf:hover,
table.tbl tr td .btns .btn.pdf:hover {
  background: url("/img/common/icon_pdf.webp") 15px center no-repeat #b43e11;
  background-size: 20px;
}
table.tbl tr th .txtlist,
table.tbl tr td .txtlist {
  margin-bottom: 0;
}
table.tbl tr th.txc,
table.tbl tr td.txc {
  text-align: center;
}
table.tbl tr th.txr,
table.tbl tr td.txr {
  text-align: right;
}
table.tbl tr th.txl,
table.tbl tr td.txl {
  text-align: left;
}
table.tbl tr th.w1,
table.tbl tr td.w1 {
  width: 1em;
}
table.tbl tr th.w3,
table.tbl tr td.w3 {
  width: 3em;
}
table.tbl tr th.w10,
table.tbl tr td.w10 {
  width: 10em;
}
@media (max-width: 680px) {
  table.tbl tr th.w10,
table.tbl tr td.w10 {
    width: inherit;
  }
}
table.tbl tr th.w15,
table.tbl tr td.w15 {
  width: 15em;
}
@media (max-width: 680px) {
  table.tbl tr th.w15,
table.tbl tr td.w15 {
    width: inherit;
  }
}
table.tbl tr th.w25,
table.tbl tr td.w25 {
  width: 25%;
}
@media (max-width: 680px) {
  table.tbl tr th.w25,
table.tbl tr td.w25 {
    width: inherit;
  }
}
table.tbl tr th.w30,
table.tbl tr td.w30 {
  width: 30%;
}
@media (max-width: 680px) {
  table.tbl tr th.w30,
table.tbl tr td.w30 {
    width: inherit;
  }
}
table.tbl tr th.w35,
table.tbl tr td.w35 {
  width: 35%;
}
@media (max-width: 680px) {
  table.tbl tr th.w35,
table.tbl tr td.w35 {
    width: inherit;
  }
}
table.tbl tr th.nwrp,
table.tbl tr td.nwrp {
  white-space: nowrap;
}
table.tbl tr th span,
table.tbl tr td span {
  font-size: 13px;
}
table.tbl tr th span.areanum,
table.tbl tr td span.areanum {
  display: none;
}
table.tbl tr th.bggray,
table.tbl tr td.bggray {
  background: #eee;
}
table.tbl tr th.bglgray,
table.tbl tr td.bglgray {
  background: #F6F6F6;
}
table.tbl tr th.bgblue,
table.tbl tr td.bgblue {
  background: #E95E28;
  color: #fff;
}
table.tbl tr th.bglb,
table.tbl tr td.bglb {
  background: #ecf5fa;
}
table.tbl tr th.bgsentaku,
table.tbl tr td.bgsentaku {
  background: #f8f8d7;
}
table.tbl.nobdr {
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
}
table.tbl.nobdr tr,
table.tbl.nobdr th,
table.tbl.nobdr td {
  border: none;
  vertical-align: middle;
  text-align: left;
}
table.tbl.nobdr tr .mark,
table.tbl.nobdr th .mark,
table.tbl.nobdr td .mark {
  margin: 0;
}
table.tbl.bdrtb {
  border: none;
  width: auto;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  width: 100%;
}
@media (max-width: 680px) {
  table.tbl.bdrtb {
    display: table;
  }
}
table.tbl.bdrtb tr,
table.tbl.bdrtb th,
table.tbl.bdrtb td {
  border: none;
}
@media (max-width: 680px) {
  table.tbl.bdrtb tr,
table.tbl.bdrtb th,
table.tbl.bdrtb td {
    font-size: 16px;
  }
}
table.tbl.bdrtb tr {
  border-bottom: 1px solid #d8d8d8;
}
table.tbl.bdrtb th {
  background: #E95E28;
  color: #fff;
  padding: 6px 12px;
  border-left: 1px solid #d8d8d8;
}
@media (max-width: 680px) {
  table.tbl.bdrtb th {
    display: table-cell;
  }
}
table.tbl.bdrtb td {
  padding: 6px 12px;
  border-left: 1px solid #d8d8d8;
}
@media (max-width: 680px) {
  table.tbl.bdrtb td {
    display: table-cell;
  }
}

.scrl {
  display: block;
  padding: 0;
  margin: 0 0 5% 0;
}
.scrl .tbl {
  margin: 0;
}
@media (max-width: 680px) {
  .scrl {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .scrl::-webkit-scrollbar {
    height: 15px;
  }
  .scrl::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scrl::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
}

table.calender {
  border-collapse: collapse;
  margin: 0 0 2% 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  display: table;
  background: #fff;
  table-layout: fixed;
}
@media (max-width: 680px) {
  table.calender {
    display: table;
    table-layout: inherit;
    padding: 0;
  }
}
table.calender tr {
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 680px) {
  table.calender tr {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
}
table.calender tr th {
  padding: 5px;
  border-right: 1px solid #d8d8d8;
  background: #F6F6F6;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 680px) {
  table.calender tr th {
    display: none;
  }
  table.calender tr.month{
      display: table;
  }
  table.calender tr th.calenderHeader {
    display: table-cell;
  }
  table.calender tr th.calenderHeader,
  table.calender tr th.calenderHeader a {
    font-size: 1.2em;
  }
}
table.calender tr th.wend {
  background: #cfdce5;
}
table.calender tr td {
  padding: 10px 10px;
  border-right: 1px solid #d8d8d8;
  text-align: left;
  vertical-align: top;
  height: 8em;
}
@media (max-width: 680px) {
  table.calender tr td {
    display: block;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    margin: 0;
  }
}
table.calender tr td.wend {
  background: #f4f9fd;
}
table.calender tr th,
table.calender tr td {
  box-sizing: border-box;
  font-weight: normal;
}
@media (max-width: 680px) {
  table.calender tr th.blanc,
table.calender tr td.blanc {
    display: none;
  }
}
table.calender tr th p,
table.calender tr td p {
  margin: 0;
  padding: 0;
}
table.calender tr th p.day,
table.calender tr td p.day {
  font-size: 14px;
}
table.calender tr th p.day span,
table.calender tr td p.day span {
  display: none;
}
@media (max-width: 680px) {
  table.calender tr th p.day span,
table.calender tr td p.day span {
    display: inline-block;
  }
}
table.calender tr th a.classroom,
table.calender tr td a.classroom {
  display: block;
  padding: 10px;
  background: rgba(82, 193, 123, 0.3);
  position: relative;
  margin: 10px 0 0 0;
  border-radius: 5px;
}
table.calender tr th a.classroom:hover,
table.calender tr td a.classroom:hover {
  background: #52C17B;
}
table.calender tr th a.classroom p,
table.calender tr td a.classroom p {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
table.calender tr th a.classroom p:nth-child(1),
table.calender tr td a.classroom p:nth-child(1) {
  margin-bottom: 5px;
}

/*-------------------------------------------------------
各種テキスト
-------------------------------------------------------*/
.required {
  display: inline-block;
  color: #E95E28;
  padding: 0 5px;
  margin: 0;
}

.error {
  color: #E95E28;
}
.error .absolutetxt {
  white-space: normal;
}

/*-------------------------------------------------------
テキストボックス
-------------------------------------------------------*/
.selectdate {
  display: inline-block;
  padding: 2px 5px;
  font-size: 16px;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  margin: 0 5px 0 0;
}

input[type=text].yy {
  width: 60px;
}

input[type=text].days,
input[type=text].mm,
input[type=text].dd {
  width: 40px;
}

.txt_num + .txt_num {
  margin-top: 10px;
}

.txt_num {
  width: 100%;
  padding: 4px 5px;
  font-size: 18px;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
  text-align: left;
  background: #F6F6F6;
  margin: 0;
  display: inline-block;
}
.txt_num.w2 {
  display: inline-block;
  max-width: 2em;
}
.txt_num.w4 {
  display: inline-block;
  max-width: 4em;
}
.txt_num.w5 {
  display: inline-block;
  max-width: 10em;
}
.txt_num.w10 {
  display: inline-block;
  max-width: 20em;
}
.txt_num.w15 {
  display: inline-block;
  max-width: 30em;
}
.txt_num.w20 {
  display: inline-block;
  max-width: 40em;
}
.txt_num.w100 {
  display: block;
}

input[type=text][disabled] {
  opacity: 1;
  background: #eee;
}

input[type=file] {
  opacity: 1;
  background: #F6F6F6;
  padding: 10px;
  font-size: 14px;
}
@media (max-width: 680px) {
  input[type=file] {
    font-size: 13px;
    line-height: 1;
  }
}

.txt_box {
  width: 100%;
  max-width: 100%;
  padding: 4px 5px;
  margin: 0;
  font-size: 18px;
  border: 2px solid #d8d8d8;
  box-sizing: border-box;
  text-align: left;
  background: #F6F6F6;
  display: inline-block;
}
.txt_box.w5 {
  display: inline-block;
  max-width: 5em;
  margin: 0 10px 0 0;
}
.txt_box.w10 {
  display: inline-block;
  max-width: 10em;
  margin: 0 10px 0 0;
}
.txt_box.w20 {
  display: inline-block;
  max-width: 20em;
  margin: 0 10px 0 0;
}

/*-------------------------------------------------------
カレンダーイメージボタン
-------------------------------------------------------*/
.datepicker {
  width: 20px;
}

.datepicker input[type=image] {
  width: 20px;
}

/*-------------------------------------------------------
送信ボタン
-------------------------------------------------------*/
.btn_inpt {
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 5px 10px 10px 10px;
  box-sizing: border-box;
  padding: 12px 40px;
  background: #E95E28;
  border: 4px solid #fff;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 30px;
}
.btn_inpt.sizel {
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
  max-width: 400px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.btn_inpt:hover {
  background: #b43e11;
  color: #fff;
}
.btn_inpt.emp {
  background: #ffc400;
  color: #000;
}
.btn_inpt.emp:hover {
  background: #ffe500;
  color: #000;
}
.btn_inpt.search {
  padding: 12px 60px;
  position: relative;
  background: url(/img/common/icon_search.png) 18px center no-repeat #E95E28;
  background-size: 18px;
}
.btn_inpt.search:hover {
  background-color: #b43e11;
  color: #fff;
}

/*-------------------------------------------------------
ラジオ＆チェックボックス
-------------------------------------------------------*/
.cntrl {
  display: inline-block;
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 20px 20px 0;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
  white-space: normal;
}
@media (max-width: 680px) {
  .cntrl {
    font-size: 16px;
  }
}
.cntrl input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cntrl.ckbox {
  display: inline-block;
}
.cntrl.rdbtn {
  display: inline-block;
}

.indic {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #fff;
  border: 4px solid #000;
}

.rdbtn .indic {
  border-radius: 50%;
}

.cntrl:hover input ~ .indic,
.cntrl input:focus ~ .indic {
  background: #fff;
  border-color: #E95E28;
}

.cntrl input:checked ~ .indic {
  background: #E95E28;
  border: 1px solid #E95E28;
}

.cntrl:hover input:not([disabled]):checked ~ .indic,
.cntrl input:checked:focus ~ .indic {
  background: #E95E28;
}

.cntrl input:disabled ~ .indic {
  background: #d8d8d8;
  opacity: 0.6;
  pointer-events: none;
}

.indic:after {
  content: "";
  position: absolute;
  display: none;
}

.cntrl input:checked ~ .indic:after {
  display: block;
}

.ckbox .indic:after {
  left: 26%;
  top: 46%;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}

.ckbox input:disabled ~ .indic:after {
  border-color: #7b7b7b;
}

.rdbtn .indic:after {
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.rdbtn input:disabled ~ .indic:after {
  background: #7b7b7b;
}

/*-------------------------------------------------------
テキストリスト
-------------------------------------------------------*/
ul.checklist {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 834px) {
  ul.checklist {
    font-size: 14px;
  }
}
ul.checklist li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

/*-------------------------------------------------------
プルダウン
-------------------------------------------------------*/
.select {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
}
@media (max-width: 680px) {
  .select {
    display: block;
    margin: 0 0 30px 0;
  }
}
.select.w10 {
  width: 10em;
  margin: 0 10px 0 0;
}
.select select {
  display: inline-block;
  cursor: pointer;
  padding: 5px 40px 5px 20px;
  outline: 0;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  border: 2px solid #d8d8d8;
}
@media (max-width: 680px) {
  .select select {
    display: block;
    width: 100%;
  }
}
.select select::-ms-expand {
  display: none;
}
.select select:hover, .select select:focus {
  color: #000;
  background: #eee;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select .select_arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  transform: rotate(45deg) translate3d(-50%, -50%, 0);
}
.select .select select:hover ~ .select_arrow,
.select .select select:focus ~ .select_arrow {
  border-top-color: #E95E28;
}
.select .select select:disabled ~ .select_arrow {
  border-top-color: #E95E28;
}

/*--------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
table.ftbl {
  border-collapse: collapse;
  margin: 3% 0;
  padding: 0;
  width: 100%;
  display: table;
  border-top: 1px solid #eee;
}
table.ftbl tr {
  border-bottom: 1px solid #eee;
}
table.ftbl tr th {
  padding: 20px 20px 0 0;
}
@media (max-width: 680px) {
  table.ftbl tr th {
    display: block;
    padding: 10px 0 0 0;
  }
}
table.ftbl tr td {
  padding: 20px 0;
}
@media (max-width: 680px) {
  table.ftbl tr td {
    display: block;
    padding: 0;
  }
}
table.ftbl tr th,
table.ftbl tr td {
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.4;
  font-size: 18px;
}
table.ftbl tr th p,
table.ftbl tr td p {
  margin: 10px 0 0 0;
  font-size: 18px;
}
@media (max-width: 680px) {
  table.ftbl tr th p,
table.ftbl tr td p {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}
table.ftbl tr th p.note,
table.ftbl tr td p.note {
  margin: 10px 0 0 0;
  font-size: 14px;
}
@media (max-width: 680px) {
  table.ftbl tr th p.note,
table.ftbl tr td p.note {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
table.ftbl tr th.txc,
table.ftbl tr td.txc {
  text-align: center;
}
table.ftbl tr th.txl,
table.ftbl tr td.txl {
  text-align: left;
}
table.ftbl tr th.nwrp,
table.ftbl tr td.nwrp {
  white-space: nowrap;
}

/*--------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------*/
.contact-form {
  display: block;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  font-size: 0;
}
@media (max-width: 680px) {
  .contact-form {
    padding: 0 0 10px 0;
  }
}
.contact-form li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  vertical-align: top;
}
.contact-form li.item-name {
  width: 14em;
  display: inline-block;
}
@media (max-width: 680px) {
  .contact-form li.item-name {
    width: auto;
    display: block;
  }
}
.contact-form li.answer {
  width: calc(100% - 14em);
  display: inline-block;
}
@media (max-width: 680px) {
  .contact-form li.answer {
    width: 100%;
    display: block;
  }
}
.contact-form li.answer-name, .contact-form li.answer-name-right {
  width: calc(40% - 7em);
  display: inline-block;
  padding-right: 1em;
}
@media (max-width: 680px) {
  .contact-form li.answer-name, .contact-form li.answer-name-right {
    width: 100%;
    display: block;
    padding-right: 0;
    margin: 0 0 10px 0;
  }
}
.contact-form li .must {
  color: #DB2400;
  display: inline-block;
}

.must {
  color: #DB2400;
  padding: 0;
  margin: 0;
}

/*-------------------------------------------------------
コンテンツページヘッダー
-------------------------------------------------------*/
#header {
  position: absolute;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  z-index: 2;
  transition: all 0.3s ease;
  /*--------------------------------------------------------------------
  トリガー
  --------------------------------------------------------------------*/
}
#header .sitelogo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 260px;
  height: 100%;
  font-size: 0;
}
#header .sitelogo a {
  display: block;
  width: 86%;
  height: 86%;
  background: url("/img/common/sitelogo.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0s ease;
  font-size: 0;
}
@media (max-width: 1200px) {
  #header .sitelogo {
    width: 180px;
  }
}
@media (max-width: 680px) {
  #header .sitelogo {
    height: 100%;
    box-shadow: none;
    width: calc(100% - 80px);
    padding: 5px;
  }
  #header .sitelogo a {
    width: 45%;
    height: 90%;
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
    margin: 3px 0 0 0;
  }
}
#header .sitelogo::after {
  content: "奈良市の\a介護老人保健施設";
  font-size: 14px;
  color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(80%, -50%);
  white-space: pre;
}
@media (max-width: 680px) {
  #header .sitelogo::after {
    top: 36px;
    font-size: 12px;
    display: none;
  }
}
#header .sitelogo.college {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 2;
  padding: 0;
  margin: 0;
  width: 10vw;
  height: 10vw;
  min-width: 100px;
  min-height: 100px;
  font-size: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  #header .sitelogo.college {
    position: absolute;
    left: 5%;
    top: 0;
    width: 90px;
    height: 90px;
    padding: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
#header .sitelogo.college::after {
  content: "スマートシニアライフをめざして";
  font-size: 14px;
  color: #0D924B;
  display: block;
  position: absolute;
  top: 46px;
  right: 0;
  transform: translate(110%, -50%);
  white-space: nowrap;
}
@media (max-width: 680px) {
  #header .sitelogo.college::after {
    top: 36px;
    font-size: 12px;
    display: none;
  }
}
#header .sitelogo.college a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/college/logo_college.png") center center no-repeat #fff;
  background-size: 80%;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  transition: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#header.fix {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.fix .sitelogo::after {
  transform: translate(50%, -50%);
  font-size: 12px;
}
#header.fix .sitelogo.college {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.fix .sitelogo.college::after {
  top: 36px;
}
@media (max-width: 680px) {
  #header.fix .sitelogo.college {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
#header.fix .mainmenu ul.slink li {
  padding: 15px 25px 15px 0px;
}
#header .mainmenu {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: right;
}
#header .mainmenu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  vertical-align: middle;
  position: relative;
  pointer-events: none;
}
#header .mainmenu ul.gmenu {
  display: inline-block;
  padding: 0px 15px;
}
@media (max-width: 1200px) {
  #header .mainmenu ul.gmenu {
    display: none;
  }
}
#header .mainmenu ul.gmenu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  pointer-events: all;
}
#header .mainmenu ul.gmenu li a {
  display: block;
  position: relative;
  padding: 4px 15px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  height: inherit;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  color: #000;
}
#header .mainmenu ul.gmenu li a:hover {
  background: rgba(0, 0, 0, 0.06);
}
#header .mainmenu ul.gmenu li.active a {
  background: rgba(0, 0, 0, 0.1);
}
#header .mainmenu ul.gmenu li.active a:hover {
  background: rgba(0, 0, 0, 0.06);
}
#header .mainmenu ul.slink {
  display: inline-block;
  z-index: 5;
}
#header .mainmenu ul.slink li {
  display: inline-block;
  padding: 25px 25px 25px 0px;
  margin: 0;
  vertical-align: middle;
  pointer-events: all;
}
#header .mainmenu ul.slink li.inq a {
  display: inline-block;
  position: relative;
  padding: 5px 20px 5px 20px;
  margin: 0;
  line-height: 1.2;
  text-decoration: none;
  height: inherit;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease;
  color: #fff;
  background: #E95E28;
  border-radius: 30px;
}
#college #header .mainmenu ul.slink li.inq a {
  color: #fff;
  background: #52C17B;
}
@media (max-width: 1024px) {
  #header .mainmenu ul.slink li.inq a {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  #header .mainmenu ul.slink li.inq a {
    display: block;
  }
}
#header .mainmenu ul.slink li.inq a:hover {
  background: #b43e11;
}
#college #header .mainmenu ul.slink li.inq a:hover {
  background: #38955a;
}
#header .menubar {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: none;
}
#header .menubar.is-visible {
  transform: translate3d(0, 100%, 0);
}
#header .menubar.menu-is-open {
  background-color: #E95E28;
}
#header .menubar .navtriger {
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
#header .menubar .navtriger .trigerbar {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  height: 3px;
  background: #000;
  transition: background-color 0.3s;
}
@media (max-width: 680px) {
  #header .menubar .navtriger .trigerbar {
    width: 40px;
  }
}
#header .menubar .navtriger .trigerbar::before,
#header .menubar .navtriger .trigerbar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  right: 0;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}
#header .menubar .navtriger .trigerbar::before {
  top: -16px;
}
#header .menubar .navtriger .trigerbar::after {
  top: 16px;
}
#header .menubar .navtriger .trigerbar.is-clicked {
  background-color: transparent;
}
#header .menubar .navtriger .trigerbar.is-clicked::before {
  top: 0;
  transform: rotate(135deg);
}
#header .menubar .navtriger .trigerbar.is-clicked::after {
  top: 0;
  transform: rotate(225deg);
}
/*-------------------------------------------------------
フッター
-------------------------------------------------------*/
footer {
  position: relative;
  display: block;
  padding: 5% 0 10% 0;
  margin: 0;
  text-align: center;
  background: #e5e5e5;
  font-size: 0;
  color: #000;
  background: #ffffff;
}
@media (max-width: 680px) {
  footer {
    padding: 10% 0 10% 0;
  }
}
footer .fmenu {
  display: block;
  padding: 0;
  margin: 0 -3% 5% 0;
  text-align: left;
}
@media (max-width: 680px) {
  footer .fmenu {
    margin: 0 0 5% 0;
  }
}
footer .fmenu nav {
  display: inline-block;
  width: 28%;
  padding: 0 3% 0 0;
  margin: 0 0 3% 0;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
footer .fmenu nav:nth-child(3) {
  width: 44%;
}
@media (max-width: 834px) {
  footer .fmenu nav {
    width: 50%;
  }
}
@media (max-width: 680px) {
  footer .fmenu nav {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  footer .fmenu nav:nth-child(3) {
    width: 100%;
  }
}
footer .fmenu nav h3 {
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 680px) {
  footer .fmenu nav h3 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
  }
}
footer .fmenu nav h3 a {
  position: relative;
  display: inline-block;
  color: #000;
  padding: 0 0 0 15px;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
footer .fmenu nav h3 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #E95E28;
  border-bottom: 5px solid transparent;
}
@media (max-width: 680px) {
  footer .fmenu nav h3 a {
    font-size: 16px;
  }
}
footer .fmenu nav h3 a:hover {
  color: #000;
  text-decoration: underline;
}
footer .fmenu nav ul {
  font-size: 14px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 10px 20px;
  list-style: none;
}
@media (max-width: 680px) {
  footer .fmenu nav ul {
    display: none;
  }
}
footer .fmenu nav ul li {
  position: relative;
  padding: 0;
  margin: 0 0 5px 0;
}
footer .fmenu nav ul li a {
  color: #000;
  padding: 0 0 0 0.8em;
  margin: 0;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
}
footer .fmenu nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #d8d8d8;
  border-bottom: 3px solid transparent;
}
footer .fmenu nav ul li a:hover {
  text-decoration: underline;
  color: #000;
}
footer .submenu {
  width: 100%;
  margin: 0;
}
@media (max-width: 680px) {
  footer .submenu {
    display: block;
  }
}
footer .submenu ul {
  text-align: center;
  margin: 0 0 3% 0;
  padding: 0;
}
@media (max-width: 680px) {
  footer .submenu ul {
    display: block;
    padding: 0;
    text-align: left;
  }
}
footer .submenu ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 0 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .submenu ul li a {
  color: #000;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 14px;
  display: block;
  position: relative;
}
footer .submenu ul li a:hover {
  color: #000;
  text-decoration: underline;
}
footer .submenu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #d8d8d8;
  border-bottom: 4px solid transparent;
  transform: translate(0, 0);
}
footer .basicinfo {
  display: block;
  padding: 3% 0;
  margin: 0;
  vertical-align: top;
  text-align: center;
  background: #fff;
}
@media (max-width: 834px) {
  footer .basicinfo {
    display: block;
    width: 100%;
    position: relative;
  }
}
footer .basicinfo .logomark {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 240px;
}
@media (max-width: 680px) {
  footer .basicinfo .logomark {
    width: 100%;
  }
}
footer .basicinfo .logomark figure {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .basicinfo .logomark figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
footer .basicinfo address,
footer .basicinfo p {
  display: block;
  font-size: 18px;
  text-decoration: none;
  font-style: normal;
  margin: 0 0 10px 0;
}
@media (max-width: 680px) {
  footer .basicinfo address,
footer .basicinfo p {
    font-size: 14px;
  }
}
footer .basicinfo .houjin {
  font-size: 20px;
  font-weight: 400;
  color: #e95e28;
  letter-spacing: 1px;
}
footer .basicinfo .houjin span {
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 0 5px;
}
@media (max-width: 680px) {
  footer .basicinfo .houjin span {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  footer .basicinfo .houjin {
    font-size: 18px;
  }
}
footer copyright {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
@media (max-width: 680px) {
  footer copyright {
    font-size: 10px;
    margin: 0;
  }
}

/*-------------------------------------------------------
アクセスマップ
-------------------------------------------------------*/
.map {
  display: block;
  text-align: center;
  margin: 0 0 5% 0;
  padding: 0;
}
.map iframe {
  display: block;
  width: 100%;
  height: 40vw;
}
@media (max-width: 680px) {
  .map iframe {
    height: 80vw;
  }
}

/*-------------------------------------------------------
お知らせ一覧
-------------------------------------------------------*/
ul.topics_top {
  display: block;
  padding: 0;
  margin: 0 0 5% 0;
  list-style: none;
  border-top: 1px solid #d8d8d8;
  font-size: 18px;
}
ul.topics_top:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 834px) {
  ul.topics_top {
    font-size: 16px;
  }
}
ul.topics_top.inline li a p {
  display: inline-block;
}
@media (max-width: 680px) {
  ul.topics_top.inline li a p {
    display: block;
  }
}
ul.topics_top.inline li a p.date {
  width: 120px;
}
ul.topics_top.imp {
  margin: 3% 0;
  background: none;
  border: none;
  width: auto;
  display: block;
  box-sizing: border-box;
}
ul.topics_top.imp li {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}
ul.topics_top.imp li a {
  background: rgba(232, 232, 232, 0.5);
  border-radius: 10px;
  width: auto;
  display: block;
  box-sizing: border-box;
}
ul.topics_top.imp li a:hover {
  background: rgb(232, 232, 232);
}
ul.topics_top.imp li a p {
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 680px) {
  ul.topics_top.imp li a p {
    display: block;
    padding: 0 0 0 14px;
    font-size: 14px;
  }
}
ul.topics_top.imp li a p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #000;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 0.5em;
  left: 0;
}
ul.topics_top.imp li a p.impmds {
  width: 150px;
  padding: 0;
  font-size: 18px;
}
ul.topics_top.imp li a p.impmds::before {
  display: none;
}
@media (max-width: 680px) {
  ul.topics_top.imp li a p.impmds {
    margin-bottom: 10px;
  }
}
ul.topics_top li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
}
ul.topics_top li a {
  display: block;
  position: relative;
  padding: 20px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  font-size: 0;
}
ul.topics_top li a:hover {
  background: #F6F6F6;
}
ul.topics_top li a p {
  display: block;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 680px) {
  ul.topics_top li a p {
    font-size: 16px;
  }
}
ul.topics_top li a p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #d8d8d8;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 0.4em;
  left: 0;
}
ul.topics_top li a p.date {
  display: inline-block;
  width: 220px;
  color: #000;
  padding: 0;
  margin: 0 0 0.4em 0;
  font-size: 20px;
}
ul.topics_top li a p.date::before {
  display: none;
}
@media (max-width: 680px) {
  ul.topics_top li a p.date {
    font-size: 16px;
  }
}

ul.topics {
  display: block;
  padding: 0;
  margin: 0 -5% 0 0;
  list-style: none;
  font-size: 0;
  box-sizing: border-box;
}
ul.topics li {
  display: inline-block;
  margin: 0;
  padding: 0 5% 0 0;
  position: relative;
  text-align: left;
  width: 25%;
  vertical-align: top;
}
@media (max-width: 834px) {
  ul.topics li {
    width: 50%;
  }
}
ul.topics li a {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  background: none;
  font-size: 0;
  color: #000;
}
ul.topics li a:hover img {
  transform: scale(106%);
}
ul.topics li a figure {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
ul.topics li a figure img {
  display: block;
  width: 100%;
  margin: 0;
  transition: all 0.6s ease;
}
ul.topics li a p {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: auto;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 680px) {
  ul.topics li a p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
ul.topics li a p.category {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 0 10px 0;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  border: 1px solid #000;
}
ul.topics li a p.date {
  display: block;
  margin: 0 0 6px 0;
}
ul.topics li a p.iconnew {
  display: block;
  margin: 0 0 6px 0;
  padding: 8px 0 0 0;
  box-sizing: border-box;
  font-size: 14px;
  width: 40px;
  height: 40px;
  background: #DB2400;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
}
ul.topics li a h3 {
  font-size: 14px;
}
@media (max-width: 680px) {
  ul.topics li a h3 {
    font-size: 14px;
  }
}

.pagenav {
  display: block;
  margin: 0 0 5% 0;
}
@media (max-width: 680px) {
  .pagenav {
    margin: 0 0 10% 0;
  }
}
.pagenav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  position: relative;
}
@media (max-width: 680px) {
  .pagenav ul {
    display: block;
    padding: 60px 0 0 0;
  }
}
.pagenav ul li {
  display: table-cell;
  text-align: center;
}
@media (max-width: 680px) {
  .pagenav ul li {
    display: block;
  }
  .pagenav ul li .btn.bdr {
    display: block;
  }
}
.pagenav ul li:nth-child(1) {
  text-align: left;
}
@media (max-width: 680px) {
  .pagenav ul li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
}
.pagenav ul li:nth-child(3) {
  text-align: right;
}
@media (max-width: 680px) {
  .pagenav ul li:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
}

/*-------------------------------------------------------
AC関連
-------------------------------------------------------*/
.accnt {
  display: block;
  background: #F6F6F6;
  padding: 0;
  position: relative;
}
.accnt .inner {
  padding: 5%;
  display: none;
  margin: 0;
}
.accnt .acbtn {
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #d8d8d8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
  border-radius: 50%;
}
.accnt .acbtn::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accnt .acbtn::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.accnt .acbtn.active::before {
  display: none;
}
.accnt .acbtn.active::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.accnt .acbtn:hover {
  opacity: 0.8;
}
.accnt dl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: left;
}
@media (max-width: 834px) {
  .accnt dl {
    padding: 0;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 680px) {
  .accnt dl {
    padding: 0;
    margin: 0 auto 20px auto;
    font-size: 0.9em;
  }
}
.accnt dl dt {
  float: left;
  padding: 0;
  margint: 0;
  position: relative;
  width: 8em;
  font-weight: normal;
}
@media (max-width: 680px) {
  .accnt dl dt {
    float: none;
    width: auto;
  }
}
.accnt dl dd {
  margin: 0 0 1em 0;
  padding: 0 0 0 9em;
  position: relative;
}
@media (max-width: 680px) {
  .accnt dl dd {
    padding: 0 0 0 0;
  }
}

/*-------------------------------------------------------
特徴
-------------------------------------------------------*/
.feature {
  display: block;
  padding: 0;
  margin: 5% 0 0 0;
}
.feature p.num {
  position: absolute;
  top: 0;
  left: 50%;
  background: #d8d8d8;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  transform: translate(-50%, -50%);
}