@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alatsi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap");
@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;
  background: url("/img/common/bg_contents.png") center top no-repeat;
  background-size: 100%;
}
#toppage main {
  padding: 0;
  background: url("/img/common/bg_top.png") center center no-repeat;
  background-size: 100%;
}
@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: 100px 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 Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

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: 20px;
  letter-spacing: 0;
  margin: 0 0 5% 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
p.lead.lh2 {
  line-height: 2;
}
@media (max-width: 680px) {
  p.lead.lh2 {
    letter-spacing: inherit;
  }
}
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: #DD4235;
}
@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 5% 0;
  padding: 0 0 0 0.2em;
  font-size: 38px;
  letter-spacing: 0.1em;
  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 span {
  display: block;
  margin: 0 0 6px 0;
}
.mds span.en {
  padding: 0;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  text-align: center;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  z-index: -1;
  transition: prop time;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  background-image: linear-gradient(90deg, #fbfbfb 0%, #f1f1f1 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translate(0, -60%) !important;
}
.mds span.en.txr {
  text-align: right;
  transform: translate(0, -70%) !important;
}
.mds span.blk {
  display: block;
  margin: 20px auto;
}
.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.dash {
  margin: 0 0 3% 0;
  text-align: center;
  position: relative;
}
.mds.dash::before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 24px;
  vertical-align: top;
  background: #DD4235;
  margin: 0;
  border-radius: 3px;
  transform: rotate(-45deg);
}
.mds.dash.txl {
  text-align: left;
}
.mds.dash.txl::before {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg) translate(-50%, -200%);
}
.mds.name {
  padding: 0 0 10px 0;
  font-size: 28px;
  margin: 0 0 20px 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: 32px;
  letter-spacing: 0.1em;
}
@media (max-width: 680px) {
  .mds.mid {
    font-size: 20px;
  }
}
.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.xsml {
  font-size: 18px;
  margin: 0 0 10px 0;
  letter-spacing: normal;
  padding: 0;
}
@media (max-width: 680px) {
  .mds.xsml {
    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: #DD4235;
  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.dot {
  text-align: center;
}
.mds.dot::before {
  content: "●";
  display: block;
  margin: 0 auto 20px auto;
  color: #DD4235;
  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.rect {
  padding-left: 1.4em;
  text-align: left;
}
.mds.rect::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background: #DD4235;
  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: #d8d8d8;
  margin: 0 auto 16px auto;
}
.mds.lbar {
  margin: 0 0 4% 0;
  padding: 0 0 0 1em;
  border-left: 4px solid #DD4235;
  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.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;
}
.mds.step {
  padding: 0;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  text-align: left;
  letter-spacing: 0.1em;
}
@media (max-width: 680px) {
  .mds.step {
    font-size: 20px;
    letter-spacing: inherit;
  }
}
.mds.step span {
  display: inline-block;
  vertical-align: bottom;
}
.mds.step span.num {
  display: block;
  color: #DD4235;
  width: 80px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.4;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Alatsi", sans-serif;
}
.mds.step span.num em {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 78px;
  color: #000;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.mds.fl {
  text-align: center;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.mds.fl::first-letter {
  color: #DD4235;
}
@media (max-width: 834px) {
  .mds.fl {
    font-size: 48px;
  }
}
.mds.fl span {
  display: block;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
.mds.txl {
  text-align: left;
}
.mds.txc {
  text-align: center;
}
.mds.mgn_top {
  margin-top: 10%;
}
.mds.nomgn {
  margin: 0;
  padding: 0;
}
.mds img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mds a {
  position: relative;
}
.mds a:hover {
  color: #DD4235;
}
.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: 24px;
  margin: 0;
  font-feature-settings: "palt" 1;
}
@media (max-width: 680px) {
  .tel {
    font-size: 18px;
  }
}
.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: 52px;
  margin: 0 5px;
}
@media (max-width: 680px) {
  .tel .tel_num,
.tel .fax_num {
    font-size: 32px;
  }
  footer .tel .tel_num,
footer .tel .fax_num {
    font-size: 18px;
  }
}
.tel .tel_num a,
.tel .fax_num a {
  text-decoration: underline;
  color: #DD4235;
}
@media (max-width: 680px) {
  .tel .tel_num a,
.tel .fax_num a {
    font-size: 32px;
  }
  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: #DD4235;
}

.btns {
  margin: 3% 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 680px) {
  .btns {
    margin: 5% 0;
    width: 100% !important;
  }
}
.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 {
  display: inline-block;
  text-align: center;
  padding: 0 2% 0 0;
  margin: 0 0 2% 0;
  vertical-align: top;
  width: 50%;
}
.btns ul li .btn {
  width: 100%;
  max-width: inherit;
}
@media (max-width: 680px) {
  .btns ul li {
    width: 100%;
  }
}
.btns ul.vertical {
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .btns ul.vertical {
    width: 100% !important;
  }
}
.btns ul.vertical li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
}
@media (max-width: 680px) {
  .btns ul.vertical li {
    width: 100% !important;
  }
}
.btns ul.vertical li .btn {
  width: 100% !important;
  max-width: inherit;
}

a.btn {
  display: inline-block;
  position: relative;
  padding: 10px 50px 10px 50px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease;
  color: #fff;
  border-radius: 30px;
  background: #DD4235;
  min-width: 300px;
}
@media (max-width: 1024px) {
  a.btn {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  a.btn {
    display: block;
  }
}
a.btn:hover {
  background: #ad291e;
}
a.btn::after {
  content: "";
  display: block;
  background: url("/img/common/arrow_w.png") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
a.btn.btn {
  margin-top: 10px;
}
a.btn.pdf {
  background: url("/img/common/icon_pdf.png") 15px center no-repeat #DD4235;
  background-size: 20px;
  text-align: center;
}
a.btn.pdf:hover {
  background: url("/img/common/icon_pdf.png") 15px center no-repeat #ad291e;
  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 #ad291e;
  background-size: 16px;
}
.wht a.btn {
  color: #DD4235;
  background: #fff;
  margin: 0 auto 0 0;
}
.wht a.btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.wht a.btn::after {
  content: "";
  display: block;
  background: url("/img/common/arrow_blue.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -60%);
}
a.btn.lrg {
  font-size: 28px;
  line-height: 1;
  padding: 20px 60px 20px 60px;
  border-radius: 40px;
  min-width: 500px;
}
@media (max-width: 680px) {
  a.btn.lrg {
    padding: 20px;
    font-size: 18px;
    min-width: inherit;
  }
}
a.btn.wide {
  display: block;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
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.btn.txt {
  text-align: right;
  background: none;
  color: #000;
  display: inline-block;
  border-radius: 0;
  padding: 0 60px 0 0;
  margin: 0;
  min-width: inherit;
  width: auto;
  right: 0;
}
a.btn.txt::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 16px;
  font-size: 14px;
  color: #000;
  border-radius: 24px;
  background: url("/img/common/arrow_w.png") center center no-repeat #DD4235;
  background-size: 32%;
}
a.btn.txt:hover::after {
  background: url("/img/common/arrow_w.png") center center no-repeat #ad291e;
  background-size: 32%;
}

/*-------------------------------------------------------
テキストリンク
-------------------------------------------------------*/
a.txtlink {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  height: inherit;
  color: #DD4235;
}
#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 #DD4235;
  background: #fff;
  position: absolute;
  bottom: 7px;
  right: 3px;
}
a.txtlink.ext::after {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  border: 1px solid #DD4235;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: 0;
}

/*-------------------------------------------------------
ページトップへ戻る
-------------------------------------------------------*/
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: #DD4235;
  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(135deg, #3db2e7 0%, #009FE8 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.cnt.wave {
  background: url("/img/common/bg_wave.webp") center top no-repeat;
  background-size: 100%;
}
.cnt.botwave {
  background: url("/img/common/bg_wave_bot.webp") center bottom no-repeat;
  background-size: 100%;
}
.cnt.ttlcol {
  padding: 5% 0;
  margin: 0;
}
@media (max-width: 834px) {
  .cnt.ttlcol {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 680px) {
  .cnt.ttlcol {
    padding: 80px 0 20px 0;
  }
}
.cnt.ppr {
  background: #f6f6f6;
}
.cnt.gray {
  background: #f6f6f6;
}
.cnt.gray .mds.dotline span {
  background: #f6f6f6;
}

/*-------------------------------------------------------
交互コラム
-------------------------------------------------------*/
.altcont {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
  margin: 0 auto 8% auto;
  padding: 0 0;
}
.altcont .imgcol {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.altcont .imgcol figure {
  display: block;
  overflow: hidden;
  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: 92%;
    margin: 0;
    padding: 0;
    position: relative;
  }
}
.altcont .imgcol.dshape {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.altcont .txtcol {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  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% 0 10%;
  position: relative;
  max-width: 640px;
  margin: 0;
}
@media (max-width: 834px) {
  .altcont .txtcol .inner {
    max-width: inherit;
  }
}
@media (max-width: 680px) {
  .altcont .txtcol .inner {
    padding: 30px 20px;
  }
}
.altcont.smlimg .imgcol {
  width: 25%;
  vertical-align: top;
}
@media (max-width: 680px) {
  .altcont.smlimg .imgcol {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .altcont.smlimg .imgcol figure {
    margin: 0;
    padding: 0;
    height: inherit;
  }
}
.altcont.smlimg .txtcol {
  width: 75%;
  vertical-align: top;
  max-width: 960px;
}
@media (max-width: 680px) {
  .altcont.smlimg .txtcol {
    width: 100%;
  }
}
.altcont.smlimg .txtcol .inner {
  max-width: inherit;
  padding: 0 10% 0 10%;
}
@media (max-width: 680px) {
  .altcont.smlimg .txtcol .inner {
    padding: 0 5%;
  }
}
.altcont.rtimg {
  position: relative;
}
.altcont.rtimg .imgcol {
  display: block;
  margin: 0 0 0 auto;
}
.altcont.rtimg .imgcol.dshape {
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.altcont.rtimg .txtcol {
  position: absolute;
  left: 0%;
  top: 0%;
  right: inherit;
  margin: 0;
  height: 100%;
}
.altcont.rtimg .txtcol .inner {
  margin: 0 0 0 auto;
  padding: 0 10% 0 10%;
  top: 50%;
  transform: translate(0, -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.mgn_bot {
  margin: 0 0 5% -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 0 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: 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: 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 #DD4235;
  }
}
.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: 0%;
  height: 0%;
  border-top: 10px solid transparent;
  border-left: 10px solid #DD4235;
  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 #DD4235;
    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: #DD4235;
  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;
}
.bdrcol .txtlist li {
  margin-bottom: 3%;
}
.bdrcol .txtlist li:nth-last-child(1) {
  margin: 0;
}

.empcol {
  position: relative;
  display: block;
  padding: 5%;
  margin: 0 0 3% 0;
  background: #DD4235;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #73D3FF 0% 0%, #009FE8 100% 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.empcol.nomgn {
  margin: 0;
}
@media (max-width: 680px) {
  .empcol {
    padding: 8%;
  }
}
.empcol.careers::after {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  margin: 0;
  background: url("/img/careers/img_staff.png") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 0;
}
.empcol.careers .mds {
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 5vw;
  line-height: 1.4;
  letter-spacing: 0;
}
.empcol .mds.dash::before {
  background: #fff;
}
.empcol p {
  margin: 0;
}
.empcol p.nomgn {
  margin-bottom: 0;
}
.empcol .column {
  margin-top: 0;
  margin-bottom: 0;
}
.empcol .column .row {
  padding-bottom: 0;
}
@media (max-width: 680px) {
  .empcol .btns {
    width: 50%;
  }
  .empcol .btns .btn {
    padding: 10px 0;
    width: 100% !important;
    min-width: auto;
  }
  .empcol .btns .btn::after {
    right: 10px;
  }
}

.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: 0;
  height: 0;
  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;
}

/*------------------------------------------------------------------------
イメージ
------------------------------------------------------------------------*/
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: 0;
}
figure.qr {
  width: 120px;
  margin: 20px auto;
}
figure.sign {
  width: 100%;
  max-width: 320px;
  margin: 20px 0 0 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.mgntop {
  margin: 30px 0 0 0;
}
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.ttlimg {
  margin: 0 0 5% 0;
}

/*-------------------------------------------------------
メインイメージ
-------------------------------------------------------*/
#mainimg {
  display: block;
  margin: 0 0 5% 0;
  padding: 0;
  position: relative;
}
@media (max-width: 680px) {
  #mainimg {
    margin: 0;
    padding: 80px 0 0 0;
    width: 100%;
  }
}
#mainimg video {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#mainimg video.pc {
  display: block;
}
@media (max-width: 680px) {
  #mainimg video.pc {
    display: none;
  }
}
#mainimg video.sp {
  display: none;
}
@media (max-width: 680px) {
  #mainimg video.sp {
    display: block;
  }
}
#mainimg .mainlead {
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: 0;
  white-space: nowrap;
  top: 40%;
  left: 0;
  width: 76%;
  writing-mode: vertical-rl;
  font-size: 3vw;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media (max-width: 680px) {
  #mainimg .mainlead {
    font-size: 5vw;
    top: 15%;
    width: 90%;
  }
}

#mainimg .searchbtns {
  display: block;
  width: 100%;
  height: 480px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: -240px;
  left: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
#mainimg .searchbtns .btn_search_l {
  pointer-events: auto;
  display: block;
  width: 330px;
  height: 330px;
  background: #DD4235;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 240px;
  transform: rotate(45deg) translate(4%, 74%);
  background-image: linear-gradient(90deg, #e49d97 0%, #DD4235 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#mainimg .searchbtns .btn_search_l:hover {
  background-image: linear-gradient(90deg, #e4574b 0%, #b40e00 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 680px) {
  #mainimg .searchbtns .btn_search_l {
    width: 160px;
    height: 160px;
    transform: rotate(45deg) translate(4%, 78%);
  }
}
#mainimg .searchbtns .btn_search_l p {
  display: block;
  position: absolute;
  right: 12%;
  top: 12%;
  transform: rotate(-45deg);
  font-size: 28px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media (max-width: 680px) {
  #mainimg .searchbtns .btn_search_l p {
    font-size: 14px;
  }
}
#mainimg .searchbtns .btn_search_l p::after {
  content: "";
  display: block;
  background: url("/img/common/arrow_wl.png") center center no-repeat;
  background-size: contain;
  width: 36px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 150%);
}
@media (max-width: 680px) {
  #mainimg .searchbtns .btn_search_l p::after {
    width: 20px;
    height: 12px;
  }
}
#mainimg .searchbtns .btn_search_r {
  pointer-events: auto;
  display: block;
  width: 330px;
  height: 330px;
  background: #DD4235;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 240px;
  transform: rotate(45deg) translate(74%, 4%);
  background-image: linear-gradient(90deg, #e6a700 0%, #f9d065 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#mainimg .searchbtns .btn_search_r:hover {
  background-image: linear-gradient(90deg, #bd8900 0%, #e5b536 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 680px) {
  #mainimg .searchbtns .btn_search_r {
    width: 160px;
    height: 160px;
    transform: rotate(45deg) translate(78%, 4%);
  }
}
#mainimg .searchbtns .btn_search_r p {
  display: block;
  position: absolute;
  left: 2%;
  top: 56%;
  transform: rotate(-45deg);
  font-size: 28px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 0;
  text-align: right;
}
@media (max-width: 680px) {
  #mainimg .searchbtns .btn_search_r p {
    font-size: 14px;
  }
}
#mainimg .searchbtns .btn_search_r p::after {
  content: "";
  display: block;
  background: url("/img/common/arrow_wl.png") center center no-repeat;
  background-size: contain;
  width: 36px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 150%) rotate(180deg);
}
@media (max-width: 680px) {
  #mainimg .searchbtns .btn_search_r p::after {
    width: 20px;
    height: 12px;
  }
}

.swiper-wrapper {
  position: relative;
  width: 100%;
}

.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 {
    height: 50vh;
  }
}

/*-------------------------------------------------------
コンテンツイメージ
-------------------------------------------------------*/
.cntimg {
  max-height: 530px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 500px 0 0 0;
  display: block;
  background-color: #ccc;
  margin: 0;
}
@media (max-width: 834px) {
  .cntimg {
    max-height: 300px;
    margin: 0;
    padding: 340px 0 0 0;
  }
}
@media (max-width: 680px) {
  .cntimg {
    max-height: 300px;
    margin: 0;
    padding: 280px 0 0 0;
  }
}
.cntimg.exl {
  padding: 680px 0 0 0;
  max-height: 710px;
}
@media (max-width: 834px) {
  .cntimg.exl {
    max-height: 480px;
    padding: 450px 0 0 0;
  }
}
@media (max-width: 680px) {
  .cntimg.exl {
    max-height: 350px;
    padding: 320px 0 0 0;
  }
}
.cntimg.exl .inner {
  position: absolute;
  top: 236.6666666667px;
  left: 0;
  width: 100%;
  height: 710px;
}
@media (max-width: 834px) {
  .cntimg.exl .inner {
    max-height: 480px;
  }
}
@media (max-width: 680px) {
  .cntimg.exl .inner {
    max-height: 350px;
  }
}
.cntimg.exl .inner.recruit {
  background: url("/img/recruitment/himg_recruitment.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
.cntimg .inner {
  position: absolute;
  top: 176.6666666667px;
  left: 0;
  width: 100%;
  height: 530px;
}
.cntimg .inner.profile {
  background: url("/img/profile/himg_profile.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
.cntimg .inner.features {
  background: url("/img/features/himg_features.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
.cntimg .inner.recruit {
  background: url("/img/recruitment/himg_recruitment.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
.cntimg .inner.contact {
  background: url("/img/contact/himg_contact.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
@media (max-width: 834px) {
  .cntimg .inner {
    max-height: 370px;
  }
}
@media (max-width: 680px) {
  .cntimg .inner {
    max-height: 300px;
  }
}
.cntimg .ttlbox {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 50px 60px;
}
@media (max-width: 680px) {
  .cntimg .ttlbox {
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
  }
}
.cntimg .ttlbox h1 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}
@media (max-width: 680px) {
  .cntimg .ttlbox h1 {
    font-size: 18px;
  }
}
.cntimg .ttlbox h1 span {
  display: block;
  font-size: 48px;
  border-bottom: 1px solid #076ad9;
  padding: 0 1em 0.3em 1em;
  margin: 0 0 0.3em 0;
  background-image: linear-gradient(135deg, #3db2e7 0%, #009FE8 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 680px) {
  .cntimg .ttlbox h1 span {
    font-size: 28px;
  }
}
.cntimg .ttlbox h1 span.lrg {
  font-size: 74px;
}
@media (max-width: 680px) {
  .cntimg .ttlbox h1 span.lrg {
    font-size: 32px;
  }
}

/*-------------------------------------------------------
パララックスイメージ
-------------------------------------------------------*/
.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 10px 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: #DD4235;
  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 10px 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 1.4em;
  position: relative;
  text-align: left;
  counter-increment: none;
  list-style-type: none;
}
ul.txtlist li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.8em;
  font-size: 0.6em;
  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 {
  font-size: 13px;
  margin: 0 0 0 10px;
}
ul.txtlist li .mds {
  margin: 0 0 5px 0;
}
ul.txtlist li a {
  color: #DD4235;
  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 #ad291e;
  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;
}
@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);
}

/*-------------------------------------------------------
お問い合わせモーダル
-------------------------------------------------------*/
  .l-modal{
    visibility: hidden;
    z-index: 99;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .l-modal.is-show{
    visibility: visible;
    opacity: 1
  }
  .l-modal .c-scrollTxt+.c-txt--s, .l-modal .c-scrollTxt+.c-txt--s+.c-txt--s{
    margin-top: 10px;
  }
  .l-modal__content{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
  }
  .l-modalSlider__inner .c-slider {
    overflow: hidden;
    border-radius: 5px
  }
  .l-modal__inner{
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 96%;
    max-width: 1000px;
    height: fit-content;
    margin: auto;
    padding: 30px 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 12px hsla(0, 0%, 46.3%, .14);
  }
  .l-modal__bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0,0,0,.6)
  }
  .l-modal__head{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .l-modal__tit-l{
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin: 0 0 10px;
  }
  .c-scrollTxt {
    max-height: 340px;
    overflow-y: auto;
    border: 1px solid #cbcbcb;
  }
  .c-scrollTxt p+p {
  }
  .c-scrollTxt__inner{
    padding: 4px
  }
  .l-modal__body__row:not(:first-of-type) {
    margin-top: 30px;
  }
  .l-modal__footer {
    margin-top: 15px;
  }
  :after, :before {
    box-sizing: border-box;
  }
  .c-btnClose {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
  }
  .c-btnClose__icon {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid #222;
    border-radius: 50%;
    transition: background-color .3s ease
  }
  .c-btnClose__icon:after,.c-btnClose__icon:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    margin: auto;
    background: #222;
    content: ""
  }
  .c-btnClose__icon:before {
    transform: rotate(45deg)
  }
  .c-btnClose__icon:after {
    transform: rotate(-45deg)
  }
  .c-btnClose__txt {
    font-size: 16px;
    line-height: 1.5
  }
  html:not([data-os=windows]):not([data-os=mac-os]):not([data-os=ios]) .c-btnClose__txt {
    font-weight: 700
  }
  html[data-os=ios] .c-btnClose__txt,html[data-os=mac-os] .c-btnClose__txt,html[data-os=windows] .c-btnClose__txt {
    font-weight: 600
  }
  .c-btnClose__icon+.c-btnClose__txt {
    margin-left: 10px
  }
  .txtlink {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    height: inherit;
    color: #DD4235;
    cursor: pointer;
  }
  .modal-open {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .mt20{
    margin-top: 20px !important;
  }
  
  .l-modal__body .wpcf7-list-item {
      background: #eee;
      padding: 5px 20px;
      margin: 7px 0;
      border-radius: 10px;
  }
  .wpcf7 form.sent .wpcf7-response-output {
      display: none;
  }


/*-------------------------------------------------------
FAQ
-------------------------------------------------------*/
.acmenu {
  display: block;
  clear: both;
  margin: 0 0 2%;
  padding: 0;
}
.acmenu dt {
  display: block;
  margin: 0 0 10px 0;
  position: relative;
  padding: 18px 45px 18px 50px;
  text-align: left;
  font-size: 20px;
  box-sizing: border-box;
  cursor: pointer;
  background: #f8f8f8;
}
@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: #DD4235;
  top: 20px;
  left: 15px;
  display: block;
  content: "Q";
}
.acmenu dt:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 12px;
  height: 12px;
  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: 25px;
  display: block;
  width: 12px;
  height: 12px;
  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;
}

/*-------------------------------------------------------
アイコンリスト
-------------------------------------------------------*/
ul.iconnav {
  position: relative;
  display: block;
  padding: 0;
  margin: 5% -20px 5% 0;
  text-align: left;
  background: none;
  color: #000;
  font-size: 0;
  list-style: none;
}
ul.iconnav li {
  display: inline-block;
  width: 25%;
  padding: 0 20px 20px 0;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 680px) {
  ul.iconnav li {
    width: 50%;
  }
}
ul.iconnav li a {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 24px;
  margin: 0;
  padding: 30px;
}
ul.iconnav li a:hover {
  background: #eee;
}
ul.iconnav li a figure {
  width: 30%;
  margin: 0 auto;
}
ul.iconnav li a figure img {
  width: 100%;
  height: auto;
}
ul.iconnav li a p {
  width: 100%;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
ul.iconnav li a p span {
  display: block;
  font-size: 48px;
  color: #DD4235;
}
ul.iconnav li a p span.ilin {
  display: inline-block;
  padding: 0 5px;
}
ul.iconnav li.active a {
  border: 6px solid #DD4235;
}

/*-------------------------------------------------------
データリスト
-------------------------------------------------------*/
ul.datalist {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 -3% 0 0;
  text-align: center;
  background: none;
  color: #000;
  font-size: 0;
  list-style: none;
}
ul.datalist li {
  display: inline-block;
  width: 33.33%;
  padding: 0 3% 3% 0;
  vertical-align: top;
}
@media (max-width: 680px) {
  ul.datalist li {
    width: 50%;
  }
}
ul.datalist li .innerbox {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 10em;
  font-size: 24px;
}
ul.datalist li .innerbox p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
ul.datalist li .innerbox p span {
  display: block;
  font-size: 48px;
  color: #DD4235;
}
ul.datalist li .innerbox p span.ilin {
  display: inline-block;
  padding: 0 5px;
}

/*-------------------------------------------------------
仕事の流れ
-------------------------------------------------------*/
dl.flow {
  display: block;
  padding: 0;
  margin: 5% 0;
  font-size: 0;
  position: relative;
}
dl.flow::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 70px;
  background: none;
  width: 1px;
  height: calc(100% - 40px);
  border: none;
  border-left: 2px dotted #d8d8d8;
}
@media (max-width: 680px) {
  dl.flow::before {
    left: 40px;
  }
}
dl.flow dt {
  display: inline-block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-weight: normal;
  width: 140px;
  height: 140px;
  vertical-align: top;
  position: relative;
  text-align: center;
}
@media (max-width: 680px) {
  dl.flow dt {
    width: 80px;
    height: 80px;
  }
}
dl.flow dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #DD4235;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
dl.flow dt p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 1.2;
  z-index: 2;
  color: #fff;
}
@media (max-width: 680px) {
  dl.flow dt p {
    font-size: 14px;
  }
}
dl.flow dt p span {
  display: block;
  font-size: 38px;
  line-height: 1.2;
}
@media (max-width: 680px) {
  dl.flow dt p span {
    font-size: 24px;
  }
}
dl.flow dd {
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 0 0 10% 0;
  vertical-align: top;
  width: calc(100% - 140px);
}
@media (max-width: 680px) {
  dl.flow dd {
    padding: 0 0 0 10px;
    width: calc(100% - 80px);
  }
}
dl.flow dd:nth-last-child(1) {
  margin-bottom: 0;
}
dl.flow dd .mds {
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}
dl.flow dd .txtlist {
  margin: 10px 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;
}
ul.linklist li a h4 .category {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 20px;
  margin-right: 15px;
  border-radius: 20px;
}
ul.linklist li a h4 .category.regular {
  background: #638aaa;
  color: #fff;
}
ul.linklist li a h4 .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: #DD4235;
}

.imgmenu {
  display: block;
  clear: both;
  padding: 0;
  margin: 2% -20px 5% 0;
  list-style: none;
  font-size: 0;
  box-sizing: border-box;
}
.imgmenu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
  margin: 0;
  text-align: center;
  width: 50%;
}
@media (max-width: 680px) {
  .imgmenu li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.imgmenu li a {
  display: block;
  margin: 0;
  padding: 0;
}
.imgmenu li a:hover figure img {
  transform: scale(106%);
}
.imgmenu li a:hover .btn1 {
  background: #ad291e;
}
.imgmenu li a:hover .btn2 {
  background: #c1900c;
}
.imgmenu li a figure {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.imgmenu li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.imgmenu li a figure figcaption {
  font-size: 18px;
  margin: 0;
  padding: 10px;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  width: 100%;
  transform: translate(0, -60%);
}
.imgmenu li a figure figcaption h3 {
  font-size: 42px;
  line-height: 1.4;
  margin: 0 auto 10px auto;
}
@media (max-width: 680px) {
  .imgmenu li a figure figcaption h3 {
    font-size: 24px;
  }
  .imgmenu li a figure figcaption h3 br {
    display: none;
  }
}
.imgmenu li a figure figcaption .btn1,
.imgmenu li a figure figcaption .btn2 {
  font-size: 18px;
  line-height: 1.4;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 5px 5px 8px 5px;
  background: #DD4235;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.imgmenu li a figure figcaption .btn1::after,
.imgmenu li a figure figcaption .btn2::after {
  content: "";
  display: block;
  background: url("/img/common/arrow_wl.png") center center no-repeat;
  background-size: contain;
  width: 36px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 140%);
}
.imgmenu li a figure figcaption .btn2 {
  background: #F0B61B;
}

/*-------------------------------------------------------
イメージメニュー
-------------------------------------------------------*/
.imglist {
  display: block;
  clear: both;
  padding: 0;
  margin: 2% 0 5% 0;
  list-style: none;
  font-size: 0;
  box-sizing: border-box;
}
.imglist li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 25%;
}
@media (max-width: 680px) {
  .imglist li {
    width: 50%;
    padding: 0;
  }
}
.imglist li a {
  display: block;
  margin: 0;
  padding: 0;
  background: #eee;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #3db2e7 0%, #009FE8 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.imglist li a:hover img {
  transform: scale(106%);
}
.imglist li figure {
  display: block;
  padding: 0;
  margin: 0;
}
.imglist li figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.imglist li figure figcaption {
  font-size: 18px;
  margin: 0;
  padding: 10px;
  display: block;
  text-align: center;
}
@media (max-width: 680px) {
  .imglist li figure figcaption {
    font-size: 12px;
    line-height: 1.4;
  }
}

/*-------------------------------------------------------
サムネール付き一覧
-------------------------------------------------------*/
.joblist {
  display: block;
  padding: 0;
  margin: 2% -2% 2% 0;
  box-sizing: border-box;
  list-style: none;
  font-size: 0;
  text-align: left;
}
.joblist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2% 2% 0;
  margin: 0;
  text-align: left;
  width: 33.33%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .joblist li {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .joblist li {
    width: 100%;
    padding: 0 2% 5% 0;
  }
}
.pickup .joblist li {
  width: 100%;
}
.joblist li a {
  display: block;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
}
.joblist li a:hover figure img {
  transform: scale(105%);
}
.pickup .joblist li a {
  padding: 30px;
  font-size: 0;
  position: relative;
}
@media (max-width: 680px) {
  .pickup .joblist li a {
    padding: 0;
  }
}
.pickup .joblist li a::before {
  content: "詳細はこちら";
  display: inline-block;
  position: absolute;
  right: 80px;
  bottom: 36px;
  font-size: 18px;
  color: #000;
  text-align: right;
}
@media (max-width: 680px) {
  .pickup .joblist li a::before {
    display: none;
  }
}
.pickup .joblist li a::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 14px;
  color: #000;
  border-radius: 24px;
  background: url("/img/common/arrow_w.png") center center no-repeat #DD4235;
  background-size: 32%;
}
@media (max-width: 680px) {
  .pickup .joblist li a::after {
    display: none;
  }
}
.pickup .joblist li a:hover::after {
  background: url("/img/common/arrow_w.png") center center no-repeat #ad291e;
  background-size: 32%;
}
@media (max-width: 680px) {
  .pickup .joblist li a:hover::after {
    display: none;
  }
}
.joblist li a figure {
  margin: 0;
  overflow: hidden;
  display: block;
}
.pickup .joblist li a figure {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
@media (max-width: 680px) {
  .pickup .joblist li a figure {
    width: 100%;
  }
}
.joblist li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .joblist li a figure img {
    transform: none;
  }
}
.joblist 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) {
  .joblist li a figure figcaption {
    transform: none;
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.joblist li a .inner {
  display: block;
  padding: 20px;
  position: relative;
}
.pickup .joblist li a .inner {
  display: inline-block;
  width: 60%;
  padding: 0 30px;
  margin-bottom: 50px;
}
@media (max-width: 680px) {
  .pickup .joblist li a .inner {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
  }
}
.joblist li a .inner h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 680px) {
  .joblist li a .inner h3 {
    font-size: 16px;
  }
}
.pickup .joblist li a .inner h3 {
  font-size: 24px;
}
@media (max-width: 680px) {
  .pickup .joblist li a .inner h3 {
    font-size: 16px;
  }
}
.joblist li a .inner p {
  font-size: 14px;
  margin: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pickup .joblist li a .inner p {
  font-size: 18px;
}
@media (max-width: 680px) {
  .pickup .joblist li a .inner p {
    font-size: 14px;
  }
}
.joblist li a .inner p.category {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-size: 12px;
}
.joblist li a .inner p.category span {
  font-size: 12px;
  background: #9e9e9e;
  padding: 2px 20px;
  margin: 0 15px 0 0;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}

/*--------------------------------------------------------------------
タブ
--------------------------------------------------------------------*/
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.w6 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.w6 li {
    width: 50%;
  }
}
ul.tab li {
  display: inline-block;
  margin: 0;
  padding: 0 0 5px 5px;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: bottom;
}
@media (max-width: 680px) {
  ul.tab li {
    width: 50%;
  }
}
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: 12px;
    padding: 10px;
    text-align: left;
  }
}
ul.tab li a:hover {
  background: #eee;
}
ul.tab li.active a {
  background: #DD4235;
  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: 13px;
    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: -100%;
  top: 0;
  width: 380px;
  height: 100%;
  z-index: 5;
  text-align: left;
  padding: 100px 0 0 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: #fff;
}
#navpanel::-webkit-scrollbar {
  display: none;
}
#navpanel.is-visible {
  opacity: 1;
  left: 0%;
  pointer-events: all;
  transform: translateX(0);
}
@media (max-width: 680px) {
  #navpanel {
    width: 100%;
    padding: 70px 0 0 0;
    left: 0%;
    top: -100;
  }
}
#navpanel .navmenu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  max-width: 680px;
  position: relative;
  background: #DD4235;
  font-size: 0;
  color: #fff;
  background-image: linear-gradient(135deg, #3db2e7 0%, #009FE8 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#navpanel .navmenu::-webkit-scrollbar {
  display: none;
}
@media (max-width: 680px) {
  #navpanel .navmenu {
    margin: 0;
    width: 100%;
    padding: 10px;
  }
}
#navpanel .navmenu div.inner {
  display: block;
  padding: 20px;
  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.png") 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 ul.submenu {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 680px) {
  #navpanel .navmenu ul.submenu {
    margin: 0;
  }
}
#navpanel .navmenu ul.submenu li {
  display: block;
  line-height: 1.2;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
#navpanel .navmenu ul.submenu li a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
  margin: 0;
  transition: background 0.2s;
  border: none;
  text-align: left;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: relative;
  font-size: 16px;
}
#navpanel .navmenu ul.submenu li a:hover {
  background: none;
  text-decoration: underline;
}

/*--------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
.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: #DD4235;
}
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 #ad291e;
  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: #DD4235;
  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: #DD4235;
  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 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: #DD4235;
  padding: 0 5px;
  margin: 0;
}

.error {
  color: #DD4235;
}
.error .absolutetxt {
  white-space: normal;
}
.sign {
    text-align: right;
    margin: 20px 0 0;
    display: block;
    font-family: "Noto Serif JP", serif;
}
/*-------------------------------------------------------
テキストボックス
-------------------------------------------------------*/
.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: #DD4235;
  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: #ad291e;
  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 #DD4235;
  background-size: 18px;
}
.btn_inpt.search:hover {
  background-color: #ad291e;
  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: #DD4235;
}

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

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

.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: #DD4235;
}
.select .select select:disabled ~ .select_arrow {
  border-top-color: #DD4235;
}

/*--------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
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;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /*--------------------------------------------------------------------
  トリガー
  --------------------------------------------------------------------*/
}
#header .sitelogo {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  padding: 0;
  margin: 0;
  width: 400px;
  height: 100%;
  font-size: 0;
  z-index: 6;
}
#header .sitelogo a {
  display: block;
  width: 400px;
  height: 50px;
  background: url("/img/common/sitelogo.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all 0s ease;
  font-size: 0;
}
@media (max-width: 680px) {
  #header .sitelogo {
    width: 280px;
    height: 50px;
    top: 20px;
  }
  #header .sitelogo a {
    display: block;
    width: 100%;
    height: 40px;
  }
}
#header.fix {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 680px) {
  #header.fix {
    height: 80px;
  }
}
#toppage #header {
  background: none;
  box-shadow: none;
}
#toppage #header .sitelogo a {
  background: url("/img/common/sitelogo_w.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 680px) {
  #toppage #header .sitelogo a {
    background: url("/img/common/sitelogo.svg") center center no-repeat;
    background-size: contain;
  }
}
#toppage #header.fix {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#toppage #header.fix .sitelogo a {
  background: url("/img/common/sitelogo.svg") center center no-repeat;
  background-size: contain;
}
#toppage #header.fix .mainmenu ul.gmenu li a {
  color: #000;
}
#toppage #header.fix .mainmenu ul.gmenu li.inq a {
  color: #fff;
}
#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: 0 20px;
}
@media (max-width: 1200px) {
  #header .mainmenu ul.gmenu {
    display: none;
  }
}
#header .mainmenu ul.gmenu li {
  display: inline-block;
  padding: 30px 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;
  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);
}
#toppage #header .mainmenu ul.gmenu li a {
  color: #fff;
}
#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.gmenu li.inq {
  padding: 0 0 0 10px;
}
#header .mainmenu ul.gmenu 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: #DD4235;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  #header .mainmenu ul.gmenu li.inq a {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  #header .mainmenu ul.gmenu li.inq a {
    display: none;
  }
}
#header .mainmenu ul.gmenu li.inq a:hover {
  background: #ad291e;
}
#header .mainmenu ul.slink {
  display: none;
  z-index: 6;
}
@media (max-width: 1200px) {
  #header .mainmenu ul.slink {
    display: inline-block;
  }
}
#header .mainmenu ul.slink li {
  position: relative;
  display: inline-block;
  padding: 25px 25px 25px 0;
  margin: 0;
  vertical-align: middle;
  pointer-events: all;
}
#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: #DD4235;
}
#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;
  background-image: radial-gradient(circle at top, #676767 0%, #000000 100%);
}
@media (max-width: 680px) {
  footer {
    padding: 10% 0 10% 0;
  }
}
footer .mainmenu {
  text-align: center;
  margin: 0 0 3% 0;
  padding: 0;
}
@media (max-width: 680px) {
  footer .mainmenu {
    display: block;
    padding: 0;
    text-align: left;
  }
}
footer .mainmenu 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 .mainmenu li:nth-last-child(1) {
  border-right: none;
}
footer .mainmenu li a {
  color: #fff;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  display: block;
  position: relative;
}
footer .mainmenu li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .submenu {
  text-align: center;
  margin: 0 0 3% 0;
  padding: 0;
}
@media (max-width: 680px) {
  footer .submenu {
    display: block;
    padding: 0;
    text-align: left;
  }
}
footer .submenu li {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 0 0 10px 0;
}
footer .submenu li a {
  color: #fff;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  display: block;
  position: relative;
}
footer .submenu li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .basicinfo {
  display: block;
  padding: 3% 0;
  margin: 0;
  vertical-align: top;
  text-align: center;
  color: #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: 280px;
  color: #fff;
}
@media (max-width: 680px) {
  footer .basicinfo .logomark {
    width: 50%;
  }
}
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: 16px;
  font-weight: normal;
  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 .company {
  font-size: 42px;
  font-weight: 400;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 680px) {
  footer .basicinfo .company {
    font-size: 24px;
    width: 100%;
  }
}
footer .basicinfo .tel_num,
footer .basicinfo .fax_num {
  font-size: 28px;
  margin: 0 5px;
}
footer .basicinfo .tel_num a,
footer .basicinfo .fax_num a {
  text-decoration: underline;
  color: #DD4235;
}
@media (max-width: 680px) {
  footer .basicinfo .tel_num a,
footer .basicinfo .fax_num a {
    font-size: 22px;
    color: #fff;
  }
}
footer copyright {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 680px) {
  footer copyright {
    font-size: 10px;
    margin: 0;
  }
}

/*-------------------------------------------------------
Cookie同意
-------------------------------------------------------*/

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1em 2em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 100;
  font-weight: 500;
}

.cookie-consent.is-show {
  visibility: visible;
}

@media screen and (max-width: 680px) {
    .cookie-consent {
        flex-direction: column;
        font-size: 13px;
    }
}

.cookie-consent a {
  color: #fff !important;
  text-decoration: underline;
}

.cookie-agree {
  color: #fff;
  background: #404B8D;
  padding: 0.5em 2em;
}

.cookie-agree:hover {
  cursor: pointer;
}

.cc-hide {
  animation: hide 0.5s linear 0s;
  animation-fill-mode: forwards;
}


@keyframes hide {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 680px) {
  .cookie-consent {
    flex-direction: column;
    font-size: 13px;
  }
}

#cookie {
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (max-width: 680px) {
  #cookie {
    padding-top: 60px;
    margin-top: -60px;
  }
}

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

/*-------------------------------------------------------
お知らせ一覧
-------------------------------------------------------*/
ul.topics {
  display: block;
  padding: 0;
  margin: 0 0 5% 0;
  list-style: none;
  border-top: 1px solid #d8d8d8;
  font-size: 18px;
}
ul.topics:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 834px) {
  ul.topics {
    font-size: 16px;
  }
}
ul.topics.inline li a p {
  display: inline-block;
}
@media (max-width: 680px) {
  ul.topics.inline li a p {
    display: block;
  }
}
ul.topics.imp {
  margin: 3% 0;
  background: none;
  border: none;
  width: auto;
  display: block;
  box-sizing: border-box;
}
ul.topics.imp li {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}
ul.topics.imp li a {
  background: rgba(232, 232, 232, 0.5);
  border-radius: 10px;
  width: auto;
  display: block;
  box-sizing: border-box;
}
ul.topics.imp li a:hover {
  background: rgb(232, 232, 232);
}
ul.topics.imp li a p {
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 680px) {
  ul.topics.imp li a p {
    display: block;
    padding: 0 0 0 14px;
    font-size: 14px;
  }
}
ul.topics.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.imp li a p.impmds {
  width: 150px;
  padding: 0;
  font-size: 18px;
}
ul.topics.imp li a p.impmds::before {
  display: none;
}
@media (max-width: 680px) {
  ul.topics.imp li a p.impmds {
    margin-bottom: 10px;
  }
}
ul.topics li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
}
ul.topics li a {
  display: block;
  position: relative;
  padding: 20px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  font-size: 0;
}
ul.topics li a:hover {
  background: #f6f6f6;
}
ul.topics li a p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
  vertical-align: top;
  position: relative;
  max-width: calc(100% - 260px);
}
@media (max-width: 680px) {
  ul.topics li a p {
    font-size: 14px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: block;
    width: 100%;
  }
}
ul.topics li a p.date {
  display: inline-block;
  width: 120px;
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 680px) {
  ul.topics li a p.date {
    width: 220px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
  }
}
ul.topics li a p.category {
  display: inline-block;
  width: 120px;
  color: #000;
  background: #9e9e9e;
  margin: 0 20px 0.4em 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
}
@media (max-width: 680px) {
  ul.topics li a p.category {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 20px;
  }
}

.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;
  margin: 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;
  }
}



.wrapper .main a[rel="tag"] {
    font-size: 13px;
    background: #2f4183;
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}

/*-------------------------------------------------------
おしらせ詳細
-------------------------------------------------------*/

.news-text h2,
.news-text h3,
.news-text h4,
.news-text h5,
.news-text h6{
	margin: 40px 0 20px !important;
}
.news-text .mds.mid {
    font-size: 28px;
}
.news-text .wp-block-button__link{
    margin: 10px 0;
    display: inline-block;
}
.news-text .wp-block-button__link:hover {
    background: #666d73;
    color: #fff;
}
@media (max-width: 680px) {
    .news-text .mds.mid {
        font-size: 20px;
    }
    .news-text .wp-block-button__link {
	    padding: 10px 25px;
	}
}