@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

body {
  font-size: 16px;
  color: #333333;
  word-wrap: break-word;
  line-height: 1.5;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  color: #6C0207;
}
a:hover {
  text-decoration: none;
}

a:hover,
a img:hover {
  transition-property: all;
  transition: 0.5s linear;
  opacity: 0.9;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 1.5rem;
  color: #333;
}

p:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}

table, dl, ul {
  margin-bottom: 20px;
  color: #333;
}

p {
  line-height: 1.7;
  font-size: 100%;
}

ul li {
  list-style: none;
}

dl dt {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #6C0207;
  font-size: 18px;
}
dl dd {
  font-size: 16px;
}
dl.dl-bdr {
  border: #6C0207 1px solid;
  padding: 15px;
}

h2, h3, h4, h5 {
  font-weight: bold;
}

h2 {
  font-size: 22px;
}

f3 {
  font-size: 20px;
}

h4 {
  font-size: 20px;
  border-top: #6C0207 1px solid;
  border-bottom: #6C0207 1px solid;
  color: #6C0207;
  text-align: center;
  padding: 20px 0;
}

/* layout */
.w100p {
  width: 100%;
}

.w50p {
  width: 50%;
}

/* color */
.ft-red {
  color: #cc3c47;
}

/* design */
.fukidashi {
  position: relative;
  background: #fff;
  border: 4px solid #e1e6ec;
  border-radius: 15px;
}
.fukidashi:after, .fukidashi:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fukidashi:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.fukidashi:before {
  border-color: rgba(225, 230, 236, 0);
  border-top-color: #e1e6ec;
  border-width: 21px;
  margin-left: -21px;
}

table th, table td {
  padding: 10px 0;
}
table.table-main th, table.table-main td {
  padding: 20px;
  border-bottom: 1px solid #e2e6e7;
}
table.table-b thead th {
  background: #6C0207;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid #4e75a4;
}
table.table-b tbody th {
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
}
table.table-b tbody tr:nth-child(2n+1) th {
  background: #f7f9fb;
}
table.table-b tbody tr:nth-child(2n) th {
  background: #edf1f4;
}
table.table-b tbody td {
  font-size: 14px;
  padding: 30px;
}
table.table-b tbody tr th,
table.table-b tbody tr td {
  border-bottom: 1px solid #d4dae0;
}

input,
.checkmark,
textarea,
select {
  border: 1px solid #d4dae2;
  background: #f4f7fa;
  font-size: 16px;
  padding: 15px;
}

placeholder {
  color: #a6a6a6;
  letter-spacing: 0.15em;
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 20px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer:hover input ~ .checkmark {
  background-color: #e4ebf2;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

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

.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

.checkcontainer .checkmark:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 10px;
  border: solid #6C0207;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-more {
  border: 1px solid #6C0207;
  background: #fff;
  padding: 15px 85px;
  color: #6C0207;
  display: block;
}
.btn-more:hover {
  background: #6C0207;
  color: #fff;
}

#sidebar .fukidashi-side {
  background: #083772;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#sidebar .fukidashi-side > * {
  color: #fff;
  text-align: center;
}
#sidebar .fukidashi-side:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(8, 55, 114, 0);
  border-top-color: #083772;
  border-width: 10px;
  margin-left: -10px;
}
#sidebar .fukidashi-side h3 {
  font-size: 18px;
  position: relative;
  margin: 0 auto 40px;
  left: 0;
  right: 0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#sidebar .fukidashi-side h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 35px;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

@media only screen and (max-width: 850px) {
  .notice {
    display: block !important;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 1.5rem;
  }
  .scroll table {
    margin-bottom: 0;
    width: 800px;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/* design */
button {
  background: transparent;
}

/* common */
body, p, table, ul, dl {
  font-family: "メイリオ", meiryo, "Hiragino Kaku Gothic ProN",  sans-serif, helvetica, arial;
  color: #333;
}

h2, h3, h4, h5, h6 {
  letter-spacing: 0.07em;
  line-height: 1.8;
}

p, dt, dd, li, table th, table td {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

p, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

p, dd {
  text-align: justify;
}

table th, table td {
  line-height: 1.8;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #6C0207 url(/images/header-red.png) no-repeat;
  background-size: contain;
}
header .logo {
}
header #logo {display: block; width: 230px; height: 113px; position: absolute; top: 0; left: 0;}
header .type {position: absolute; top: 0; left: 0; padding-left: 365px; padding-top: 36px; font: 700 22px Arial,Helvetica,sans-serif; line-height: 40px; color: #FFF;}
header .type a {color: #FFF;}
header .type .italic {font: italic 700 12px Arial,Helvetica,sans-serif;}
header .hdrNav01 {
  padding: 0 20px;
}
header .hdrNav01 ul {
  height: 100%;
}
header .hdrNav01 li {
  padding: 0 10px;
}
header .hdrNav01 li + li {
  border-left: 1px solid #fff;
}
header .hdrNav01 a, header .hdrNav01 a:hover, header .hdrNav01 a:visited {
  color: #fff;
}
header .btn {
  padding: 0;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
}
header .btn a {
  line-height: 1;
  display: block;
  font-size: 13px;
  padding: 7px;
}
header .btn a, header .btn a:hover {
  color: #fff;
}
header .btn:hover {
  background: #fff;
}
header .btn:hover a {
  color: #6C0207 !important;
}
header .btn_login {
  height: 100%;
  width: 100%;
}
header .btn_login a {
  color: #fff !important;
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding: 0 5px;
}

.hdrNav02 {
  width: 113px;
}
.hdrNav02 ul {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
.hdrNav02 #panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  width: 25px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
}
.hdrNav02 #panel-btn-icon:before, .hdrNav02 #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
.hdrNav02 #panel-btn-icon:before {
  margin-top: -10px;
}
.hdrNav02 #panel-btn-icon:after {
  margin-top: 8px;
}
.hdrNav02 #panel-btn .close {
  background: transparent;
}
.hdrNav02 #panel-btn .close:before, .hdrNav02 #panel-btn .close:after {
  margin-top: 0;
}
.hdrNav02 #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.hdrNav02 #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.hdrNav02 .menu {
  width: 113px;
  height: 113px;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.hdrNav02 .menu li {
  list-style: none;
}
.hdrNav02 .menu li > a {
  display: block;
  margin-top: 1px;
  height: 113px;
  width: 113px;
  background: #2a2a2a;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  overflow: hidden;
  transition: all .5s ease-out;
  position: relative;
  right: 0;
}
.hdrNav02 .menu > li:first-child a {
  margin-top: 0;
}
.hdrNav02 .menu li a:hover {
  transition: all .5s ease-out;
}
.hdrNav02 .menu li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 113px;
  width: 300px;
}
.hdrNav02 .menu li ul a {
  display: block;
  margin-top: 0;
  padding: 0 10px;
  height: 0;
  transition: all .3s ease-out;
}
.hdrNav02 .menu > li:hover li a {
  display: table;
  padding: 10px;
  width: 100%;
  height: 1em;
  transition: all .3s ease-out;
}
.hdrNav02 .menu > li:hover li a:hover {
  transition: all .3s ease-out;
}

#pankuzu {
  padding: 23px 0;
  margin-top: 113px;
  line-height: 1;
  display: none;
}
#pankuzu ul {
  margin-bottom: 0;
}
#pankuzu li + li:before {
  content: ">";
  color: #bbb;
  padding: 0 10px;
}
#pankuzu li > a {
  color: #212121;
}
#pankuzu li > a:hover {
  color: #6C0207;
}

h3 {
  font-size: 24px;
  text-align: center;
}

main {
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 8rem 0px 4rem;
  position: relative;
  z-index: 10;
}
main h2 {
  background: #6C0207;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 13px 40px;
  border-radius: 5px;
  width: 40%;
  line-height: 1;
  margin: 0 auto;
}
main > .container {
  width: 1100px;
  max-width: 93%;
  margin: auto;
}
main > .container > .wrap {
  width: 950px;
  margin: 1rem auto 0;
  max-width: 100%;
  border-radius: 10px;
}

/* index */
#fp_wrap main > .container .wrap {
  margin: auto;
}
#fp_wrap main section {
  padding: 2em 0;
}
#fp_wrap main .event-cal {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  border-spacing: 0;
  border-collapse: separate;
  border-right: 1px solid #475566;
  border-top: 1px solid #475566;
}
#fp_wrap main .event-cal:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#fp_wrap main .event-cal thead th {
  background: #6C0207;
  padding: 0.7em 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#fp_wrap main .event-cal tbody th {
  background: #e3e3e3;
  text-align: center;
  padding: 0.7em 0;
  line-height: 1;
  width: 14.5%;
  border-left: 1px solid #475566;
  border-bottom: 1px solid #475566;
}
#fp_wrap main .event-cal tbody td {
  vertical-align: middle;
  text-align: center;
  color: #5a5c5c;
  padding: 0.7em 0;
  line-height: 1;
  background: #fff;
  border-left: 1px solid #475566;
  border-bottom: 1px solid #475566;
}
#fp_wrap main .event-cal tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#fp_wrap main .event-cal tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#fp_wrap main .event-cal tbody .active {
  background: #64d8f0;
  color: #fff;
}

/* pages */
#pages_wrap main .container .wrap {
  padding: 30px;
  margin-top: 30px;
  background: #fff;
}
#pages_wrap #mainImage {
  position: fixed;
  margin-top: 113px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}
#pages_wrap #mainImage img {
  width: 100%;
  display: block;
  object-fit: cover;
}
#pages_wrap #mainImage.profile {
  background-image: url(../images/kv_profile.jpg);
}
#pages_wrap #mainImage.about {
  background-image: url(../images/kv_about.jpg);
}
#pages_wrap #mainImage.company {
  background-image: url(../images/kv_company2.jpg);
}
#pages_wrap #mainImage.service {
  background-image: url(../images/kv_service.jpg);
}
#pages_wrap #mainImage.contact {
  background-image: url(../images/kv_contact.jpg);
}
#pages_wrap #mainImage.event {
  background-image: url(../images/kv_event.jpg);
}
#pages_wrap #mainImage.registration {
  background-image: url(../images/kv_registration.jpg);
}
#pages_wrap #company table {
  width: 100%;
  margin: auto;
}
#pages_wrap #service #consulting, #pages_wrap #service #lecture, #pages_wrap #service #remarketing {
  padding-top: 100px;
  margin-top: -100px;
}
#pages_wrap #service .tabs {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  border-bottom: 2px solid #6C0207;
  margin: 0 auto;
  display: flex;
  margin-bottom: 60px;
}
#pages_wrap #service .tab_item {
  border-right: 2px solid #6C0207;
  border-left: 2px solid #6C0207;
  border-top: 2px solid #6C0207;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  color: #6C0207;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  transition: all 0.2s ease;
  padding: 15px 25px;
  border-radius: 10px 10px 0 0;
  margin: 0 5px 0 0;
}
#pages_wrap #service .tab_item:hover {
  background: #6C0207;
}
#pages_wrap #service .tab_item:hover a {
  color: #fff;
}
#pages_wrap #service .tab_item:first-child {
  background: #6C0207;
}
#pages_wrap #service .tab_item:first-child a {
  color: #fff;
}
#pages_wrap #service .tabs input:checked + .tab_item {
  background-color: #6C0207;
  color: #fff;
}
#pages_wrap #service .tabs input:checked + .tab_item a {
  color: #fff;
}
#pages_wrap #service h3 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
#pages_wrap #service h3:before, #pages_wrap #service h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #2a2a2a;
  display: block;
}
#pages_wrap #service h3:before {
  margin-right: .4em;
}
#pages_wrap #service h3:after {
  margin-left: .4em;
}
#pages_wrap #service h4 {
  position: relative;
  background: #a0a9b6;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px;
}
#pages_wrap #service h4:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(160, 169, 182, 0);
  border-top-color: #a0a9b6;
  border-width: 10px;
  margin-left: -10px;
}
#pages_wrap #service h5 {
  font-size: 20px;
  border-top: #6C0207 1px solid;
  border-bottom: #6C0207 1px solid;
  color: #6C0207;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}
#pages_wrap #service table th, #pages_wrap #service table td {
  background: #fff;
}
#pages_wrap #service dl {
  margin-bottom: 0;
  padding: 40px 0;
}
#pages_wrap #service dl + dl {
  padding-top: 0;
}
#pages_wrap #service dl dt {
  margin-bottom: 10px;
}
#pages_wrap #service dl dd {
  padding-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
#pages_wrap #service dl dd:before {
  content: url(../images/i-circle.png);
  color: #cbd2da;
  position: relative;
  left: -5px;
  top: 2px;
  font-weight: bold;
}
#pages_wrap #service dl dd p {
  padding: 5px 0 0 1em;
}
#pages_wrap #service dl dd:last-child {
  padding-bottom: 0;
}
#pages_wrap #service .flow-contract {
  border-bottom: 1px solid #d4dae0;
  padding-bottom: 80px;
}
#pages_wrap #service .flow-contract .num.bg-arrow {
  background-image: url(../images/step-arrow.png);
  background-position: 50% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#pages_wrap #service .flow-contract .num img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}
#pages_wrap #service .flow-contract .detail {
  padding-bottom: 40px;
}
#pages_wrap #service .flow-contract .detail dl {
  border-bottom: 1px solid #d4dae0;
}
#pages_wrap #service .flow-contract .detail dl dd + dt {
  padding-top: 25px;
}
#pages_wrap #service .flow-contract .row:nth-child(n+2) .detail {
  margin-top: -40px;
}
#pages_wrap #service .flow-after {
  padding-bottom: 135px;
}
#pages_wrap #service .flow-after .row {
  padding: 30px 0;
  border-bottom: 1px solid #d4dae0;
}
#pages_wrap #service .flow-after .num img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}
#pages_wrap #service .flow-duty {
  padding-bottom: 130px;
}
#pages_wrap #service .flow-duty dl {
  padding: 0;
}
#pages_wrap #service .flow-duty h5 {
  text-align: left;
  display: flex;
  align-items: center;
  font-size-adjust: 20px;
  margin-bottom: 40px;
}
#pages_wrap #service .flow-duty h5 img {
  width: auto;
  height: 35px;
  margin-right: 20px;
}
#pages_wrap #service .flow-duty .d-flex {
  margin-bottom: 60px;
}
#pages_wrap #service .flow-duty .d-flex:last-child {
  border-bottom: 1px solid #d4dae0;
  padding-bottom: 40px;
}
#pages_wrap #service .flow-duty .box_L {
  width: 20%;
  display: flex;
  justify-content: stretch;
}
#pages_wrap #service .flow-duty .box_L .sml {
  font-size: 14px;
  line-height: 1.3;
}
#pages_wrap #service .flow-duty .box_R {
  width: 80%;
  padding-left: 30px;
}
#pages_wrap #service .flow-duty .box_R dl dt {
  color: #cc3c47;
}
#pages_wrap #service .flow-duty .phase {
  position: relative;
  background: #e2f6fe;
  width: 100%;
}
#pages_wrap #service .flow-duty .phase:after {
  left: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(226, 246, 254, 0);
  border-left-color: #e2f6fe;
  border-width: 10px;
  margin-top: -10px;
}
#pages_wrap #service .flow-duty .phase p {
  font-weight: bold;
  color: #27a7ea;
  padding-top: 30px;
  text-align: center;
}
#pages_wrap #service .flow-plan {
  padding-bottom: 130px;
}
#pages_wrap #service .flow-plan h5 {
  text-align: left;
  display: flex;
  align-items: center;
  font-size-adjust: 20px;
  margin-bottom: 40px;
  padding: 20px;
}
#pages_wrap #service .flow-plan h5 img {
  width: auto;
  height: 35px;
  margin-right: 20px;
}
#pages_wrap #service .flow-plan .wrap .box {
  padding: 30px 40px;
}
#pages_wrap #service .flow-plan .wrap h6 {
  font-weight: bold;
  font-size: 18px;
  color: #6C0207;
}
#pages_wrap #service .flow-plan .wrap table {
  border: 2px solid #d4dae0;
}
#pages_wrap #service .flow-plan .wrap table thead th {
  background: #6C0207;
  color: #fff;
  padding: 15px 0;
  width: 25%;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
#pages_wrap #service .flow-plan .wrap table th {
  background: #edf1f4;
  padding: 15px 20px;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}
#pages_wrap #service .flow-plan .wrap table td {
  padding: 15px 20px;
}
#pages_wrap #service .flow-plan .wrap table tr + tr th,
#pages_wrap #service .flow-plan .wrap table tr + tr td {
  border-top: 1px solid #d4dae0;
}
#pages_wrap #service .flow-plan .wrap table .sml {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#pages_wrap #service .flow-plan .wrap table.table-plan {
  width: 100%;
  border: 2px solid #d4dae0;
}
#pages_wrap #service .flow-plan .wrap table.table-plan th {
  border: 1px solid #d4dae0;
  padding: 15px;
  font-size: 14px;
}
#pages_wrap #service .flow-plan .wrap table.table-plan td {
  font-size: 14px;
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #d4dae0;
  text-align: center;
}
#pages_wrap #service .flow-plan .wrap table.table-plan td:nth-child(2n) {
  background: #f7f9fb;
}
#pages_wrap #service .flow-plan .wrap table.table-plan2 th {
  background: #6C0207;
  color: #fff;
  padding: 20px 30px;
  font-size: 14px;
}
#pages_wrap #service .flow-plan .wrap table.table-plan2 td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
#pages_wrap #service .flow-plan .wrap table.table-plan2 td:nth-child(2n) {
  background: #f7f9fb;
  border-right: 1px solid #d4dae0;
}
#pages_wrap #service .flow-plan .wrap .plan-title {
  display: flex;
}
#pages_wrap #service .flow-plan .wrap hr {
  border-top: 1px solid #d4dae0;
  margin: 0;
}
#pages_wrap #service .flow-plan .wrap .preparation dl dt {
  border-bottom: solid 1px #d4dae0;
  position: relative;
  color: #6C0207;
  font-weight: 600;
  padding-bottom: 20px;
}
#pages_wrap #service .flow-plan .wrap .preparation dl dt:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #6C0207;
  bottom: 0;
  width: 100px;
}
#pages_wrap #about img {
  width: 700px;
  margin: auto;
  max-width: 100%;
}
#pages_wrap #profile img {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  height: auto;
}
#pages_wrap #event > .wrap {
  width: 1000px;
  margin: auto;
}
#pages_wrap #event .area-searchBox {
  margin: auto;
  border: 1px solid #d4dae0;
  padding: 30px;
  background: #fff;
}
#pages_wrap #event .area-searchBox .title:before {
  content: "　";
  background-image: url(../images/i-map.png);
  background-size: auto 100%;
  background-position: 50% -50%;
  background-repeat: no-repeat;
  margin-right: 0.3em;
}
#pages_wrap #event .area-searchBox .count {
  color: #888888;
}
#pages_wrap #event .event-list-wrap {
  margin: auto;
  background: #fff;
}
#pages_wrap #event .event-list-wrap .box {
  border: 1px solid #d4dae0;
  display: flex;
}
#pages_wrap #event .event-list-wrap .box + .box {
  margin-top: 2.5rem;
}
#pages_wrap #event .event-list-wrap .box .box_L {
  width: 35%;
}
#pages_wrap #event .event-list-wrap .box .box_L img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
#pages_wrap #event .event-list-wrap .box .box_R {
  width: 65%;
  position: relative;
}
#pages_wrap #event .event-list-wrap .box .box_R .event-limit_date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
#pages_wrap #event .event-list-wrap .box .box_R .limit {
  position: relative;
  background: #cc3c47;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  margin: 0;
}
#pages_wrap #event .event-list-wrap .box .box_R .limit:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #cc3c47;
  border-width: 5px;
  margin-top: -5px;
}
#pages_wrap #event .event-list-wrap .box .box_R .date {
  color: #006ec0;
  font-weight: bold;
}
#pages_wrap #event .event-list-wrap .box .box_R .detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f7f9fb;
  padding: 15px 30px;
  display: flex;
}
#pages_wrap #event .event-list-wrap .box .box_R .detail dl {
  display: flex;
  font-weight: bold;
  margin-bottom: 0;
  align-items: center;
}
#pages_wrap #event .event-list-wrap .box .box_R .detail dl dt {
  color: #006ec0;
  border: 1px solid #006ec0;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 5px;
}
#pages_wrap #event .event-list-wrap .box .box_R .detail dl dt, #pages_wrap #event .event-list-wrap .box .box_R .detail dl dd {
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 1;
}
#pages_wrap #event .fukidashi {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-emphasis: circle;
  width: 350px;
  margin: auto;
  padding: 15px 0;
}
#pages_wrap #event .fukidashi .ft-big {
  font-size: 30px;
}
#pages_wrap #event table th {
  width: 20%;
}
#pages_wrap #event table td {
  width: 80%;
}
#pages_wrap #event .event-list {
  border-top: 0 solid #e1e6ec;
  border-bottom: 4px solid #e1e6ec;
  border-right: 4px solid #e1e6ec;
  border-left: 4px solid #e1e6ec;
  margin-top: -40px;
  padding-top: 10px;
}
#pages_wrap #event .event-list dl {
  margin-bottom: 0;
  padding: 30px 15px 0;
}
#pages_wrap #event .event-list dl + dl {
  border-top: 1px solid #e1e6ec;
}
#pages_wrap #event .event-list dl dt {
  position: relative;
  margin: 0 auto 40px;
  left: 0;
  right: 0;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
#pages_wrap #event .event-list dl dt:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 35px;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6C0207;
}
#pages_wrap #event .event-list dl dd {
  padding-bottom: 30px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
#pages_wrap #event .event-list table {
  width: 100%;
}
#pages_wrap #event .event-list table th {
  background: #edf1f4;
  text-align: center;
  display: block;
  width: 100% !important;
  font-weight: normal;
  padding: 13px 0;
}
#pages_wrap #event .event-list table td {
  text-align: center;
  display: block;
  width: 100% !important;
  padding: 13px 0;
}
#pages_wrap #event .event-list .btn-apply img {
  width: 90%;
  max-width: 300px;
  margin: 20px auto 20px;
  display: block;
}
#pages_wrap #registration .checkcontainer {
  float: left;
}
#pages_wrap #registration .login {
  width: 500px;
  max-width: 100%;
  margin: auto;
}
#pages_wrap #registration table,
#pages_wrap #contact table {
  width: 100%;
  margin: auto;
}
#pages_wrap #registration table th,
#pages_wrap #contact table th {
  padding: 15px 0 10px;
}
#pages_wrap #registration table td,
#pages_wrap #contact table td {
  padding: 0;
}
#pages_wrap #registration table input,
#pages_wrap #registration table textarea,
#pages_wrap #registration table select,
#pages_wrap #contact table input,
#pages_wrap #contact table textarea {
  width: 100%;
}
#pages_wrap #registration table .tel input,
#pages_wrap #contact table .tel input {
  width: 31%;
}

.login_wrap {
  width: 80%;
  margin: auto;
}
.login_wrap p, .login_wrap input {
  margin-bottom: 1rem;
  line-height: 1;
}

.remodal h2 {
  margin-bottom: 1.5rem;
}
.remodal h2:before {
  display: none;
}
.remodal .wrap {
  border: 1px solid #d4dae0;
  padding: 30px;
}
.remodal p, .remodal input {
  margin-bottom: 1rem;
  line-height: 1;
}
.remodal input {
  width: 100%;
}

footer {
  background: #6C0207;
  color: #fff;
  position: relative;
  z-index: 10;
}
footer .container {
  padding-top: 60px;
}
footer nav {
  border-top: 1px solid #D8040E;
  padding: 30px 0;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto !important;
  font-size: 14px;
}
footer nav ul {
  margin-bottom: 0;
}
footer nav li {
  padding-bottom: 5px;
}
footer nav a {
  color: #fff;
}
footer nav a:hover {
  color: #fff;
  text-decoration: underline;
}
footer nav ul > li > ul {
  padding-left: 0;
}
footer nav ul > li > ul > li > a:before {
  content: "-";
  margin-right: 5px;
}
footer .copy {
  background: #2a2a2a;
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer .copy p {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

/*for SP*/
@media only screen and (max-width: 767px) {
  header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url(/images/mobile-header-red.png);
    height: 53px;
  }
  header .type {
  	position: absolute;
  	padding-left: 94px;
  	padding-top: 3px;
  	top: 0;
  	left: 0;
  }
  header img {
    width: 80%;
    margin: auto;
  }
  header .hdrNav02 {width: 53px; height: 53px;}
  header .hdrNav02 .menu {width: 53px; height: 53px;}
  header .hdrNav02 #panel-btn-icon {left: 20px;}
  header .hdrNav02 .menu li ul {top: 53px;}
  header .hdrNav02 .menu > li > a {height: 53px;}
  header .hdrNav02 .menu > li:hover li a {
    line-height: 1;
    padding: 10px;
    font-size: 13px;
  }

  .container {
    width: 95%;
    margin: auto;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 22px;
  }

	#fp_wrap #slider {padding-top: 53px;}
  #fp_wrap .slick-slider li {
    height: auto;
  }
  #fp_wrap .slick-slider img {
    height: auto;
    object-fit: unset;
  }

  #pankuzu {
    padding: 10px 0;
  }
  #pankuzu .container ul li {
    font-size: 13px;
    line-height: 1;
  }

  #pages_wrap {
    /* 
    main{
    	background-size: auto 50vh;
    	background-position: 50% 0;
    	padding-top: 4rem;
    	&>.container{
    		width: 90%;
    		.wrap{
    			padding: 2em;
    		}
    	}
    }
    */
    /* pages */
  }
  #pages_wrap #mainImage {margin-top: 53px;}
  #pages_wrap main{padding: 28vh 0 4rem!important;}
  #pages_wrap #registration table .tel input {
    width: 29%;
  }
  #pages_wrap #event .area-searchBox {
    padding: 15px;
  }
  #pages_wrap #event .area-searchBox ul {
    flex-wrap: wrap;
  }
  #pages_wrap #event .area-searchBox li {
    width: 50%;
    font-size: 14px;
  }
  #pages_wrap #event .fukidashi {
    width: 100%;
  }
  #pages_wrap #event .event-list-wrap .box {
    display: block;
  }
  #pages_wrap #event .event-list-wrap .box .box_L {
    width: 100%;
  }
  #pages_wrap #event .event-list-wrap .box .box_L img {
    width: 100%;
    height: auto;
  }
  #pages_wrap #event .event-list-wrap .box .box_R {
    width: 100%;
  }
  #pages_wrap #event .event-list-wrap .box .box_R .event-limit_date {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
  }
  #pages_wrap #event .event-list-wrap .box .box_R .limit {
    margin-bottom: 1.5rem;
  }
  #pages_wrap #event .event-list-wrap .box .box_R .limit:after {
    right: 50%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #cc3c47;
    border-width: 8px;
    margin-top: 0;
  }
  #pages_wrap #event .event-list-wrap .box .box_R .detail {
    position: static;
    display: block !important;
    padding: 20px;
  }
  #pages_wrap #event .event-list-wrap .box .box_R .detail dl {
    display: block;
  }
  #pages_wrap #event .event-list-wrap .box .box_R .detail dl dt {
    margin-bottom: 1rem;
  }
  #pages_wrap #event .event-list-wrap .box .box_R .detail dl + dl {
    margin-top: 1rem;
  }
  #pages_wrap #event table th, #pages_wrap #event table td {
    padding: 15px 0 !important;
  }
  #pages_wrap #service .tabs {
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  #pages_wrap #service .tabs .tab_item {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0.3rem;
    border-bottom: 2px solid #6C0207;
  }
  #pages_wrap #service h3 {
    margin-bottom: 2rem;
  }
  #pages_wrap #service dl {
    padding: 20px 0;
  }
  #pages_wrap #service dl dt {
    margin-bottom: 5px;
  }
  #pages_wrap #service dl dd p {
    padding: 0;
  }
  #pages_wrap #service table th, #pages_wrap #service table td {
    padding: 10px !important;
  }
  #pages_wrap #service .flow-contract {
    padding-bottom: 30px;
  }
  #pages_wrap #service .flow-contract .num {
    margin-bottom: 2rem;
  }
  #pages_wrap #service .flow-contract .num.bg-arrow {
    background: none;
  }
  #pages_wrap #service .flow-after {
    padding-bottom: 30px;
  }
  #pages_wrap #service .flow-duty {
    padding-bottom: 30px;
  }
  #pages_wrap #service .flow-duty h5 {
    display: block;
    text-align: center;
    line-height: 1.3;
  }
  #pages_wrap #service .flow-duty h5 img {
    display: block;
    margin: 0 auto 1rem;
  }
  #pages_wrap #service .flow-duty .d-flex {
    display: block !important;
    margin-bottom: 30px;
  }
  #pages_wrap #service .flow-duty .phase:after {
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(226, 246, 254, 0);
    border-top-color: #e2f6fe;
    border-width: 10px;
    margin-top: 0;
  }
  #pages_wrap #service .flow-duty .phase p {
    padding: 20px;
  }
  #pages_wrap #service .flow-duty .box_L,
  #pages_wrap #service .flow-duty .box_R {
    width: 100%;
  }
  #pages_wrap #service .flow-duty .box_L {
    margin-bottom: 2rem;
  }
  #pages_wrap #service .flow-duty .box_L .sml br {
    display: none;
  }
  #pages_wrap #service .flow-duty .box_R {
    padding: 0;
  }
  #pages_wrap #service .flow-plan {
    padding-bottom: 30px;
  }
  #pages_wrap #service .flow-plan h5 {
    display: block;
    text-align: center;
    line-height: 1.3;
  }
  #pages_wrap #service .flow-plan h5 img {
    display: block;
    margin: 0 auto 1rem;
  }
  #pages_wrap #service .flow-plan .wrap .box {
    padding-left: 0;
    padding-right: 0;
  }
  #pages_wrap #service .flow-plan .wrap .box .plan-title {
    display: block;
  }
  #pages_wrap #service .flow-plan .wrap .box .plan-title img {
    display: block;
    margin-bottom: 1rem;
  }

  table {
    width: 100%;
  }
  table.table-sp100 th, table.table-sp100 td {
    width: 100% !important;
    display: block;
    padding: 20px 0;
  }

  #pages_wrap #registration table .tel input, #pages_wrap #contact table .tel input {
    width: 28%;
  }

  footer {
    min-height: auto;
  }
  footer nav {
    width: 100%;
  }
  footer .copy {
    padding: 10px;
    font-size: 12px;
  }
  footer .copy p {
    padding: 0;
    line-height: 1.4;
  }
}
/* mainImage */
@media only screen and (min-width: 1101px) {
  main {
    padding: calc(428px + 1em) 0px 4rem;
  }
  main .wrap {
    padding-top: 60px;
  }

  #pages_wrap #mainImage,
  .slick-slider img {
    height: 400px !important;
  }

  .bg-slider-tb, .bg-slider-sp {
    display: none;
  }

  footer {
    min-height: calc(100vh - (113px + 400px));
    padding-bottom: 30px;
  }
}
@media (min-width: 577px) and (max-width: 1100px) {
  main {
    padding: calc(328px + 2em) 0px 4rem;
  }
  main .wrap {
    padding: 20px !important;
  }
  main h2 {
    margin-bottom: 0;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
  }

  #pages_wrap #mainImage,
  .slick-slider img {
    height: 300px !important;
  }

  .bg-slider, .bg-slider-sp {
    display: none;
  }

  footer {
    min-height: calc(100vh - (113px + 300px));
    padding-bottom: 40px;
  }
  footer li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
	header .type {font-size: 80%; padding-top: 8px; line-height: 20px!important;}
	header .type .italic {font-size: 80%;}
	main {
    padding: calc(53px + 30vh + 2em) 0px 4rem;
  }
  main .container {
    max-width: 95%;
  }
  main .container .wrap {
    padding: 15px !important;
  }
  main h2 {
    width: 80%;
    margin-bottom: 1.5rem;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  #pages_wrap main {
    padding: 30vh 0px 4rem;
  }
  #pages_wrap main h2 {
    width: 80%;
    margin-bottom: 1.5rem;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  #pages_wrap #mainImage,
  .slick-slider img {
    height: 30vh !important;
  }

  .bg-slider, .bg-slider-tb {
    display: none;
  }

  footer li {
    font-size: 15px;
  }
  footer .container {
    display: none;
  }
}

main.evaluation { padding-top: 3rem; }
main.evaluation table, main.evaluation table tr, main.evaluation table th, main.evaluation table td { border: solid 1px; #000; font-size: small; }
main.evaluation table tr, main.evaluation table th, main.evaluation table td { padding: 10px; }
main.evaluation table { width: 100%; }
main.evaluation table th { text-align: center; background-color: #ebe0c1; }
@media only screen and (max-width: 767px) {
	main.evaluation div.table_area { white-space:nowrap; overflow:scroll; width:100%; height:100%; }
	main.evaluation div.table_area select { border: 1px solid #d4dae2; background: #f4f7fa; font-size: 13px; padding: 3px; width: 50px; }
}

/*# sourceMappingURL=style.css.map */


/*
	ページネーション
*/
ul.pagination li{
	border: solid 1px #6C0207;
	text-align: -webkit-match-parent;
	margin: 0 5px;
}
ul.pagination li:hover{
	background-color: rgba(0,0,0,0.1);
}
ul.pagination li a:link{
	padding: 10px;
	color: #6C0207;
}
ul.pagination li a:hover{
	color: #6C0207;
}
ul.pagination li.active{
	background-color: #6C0207;
	pointer-events: none;
}
ul.pagination li.active a:visited, ul.pagination li.active a:link{
	color: #FFF;
}

/*
	共通
*/
.div-link{
	cursor: pointer;
}