@charset "UTF-8";
/*201001 terao追記*/
#hd .hd-in h1.logo {
  left: 10px;
}

#hd .hd-in {
  max-width: 1306px;
}

.l-page-ttl {
  max-width: 1306px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 57px;
}
.l-page-ttl h1 {
  padding: 80px 15px;
  font-size: 3.8rem;
  color: #202226;
  font-weight: bold;
  border-radius: 0 0 20px 20px;
}
.l-page-ttl h1 .l-page-ttl__strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff100));
  background: linear-gradient(transparent 50%, #fff100 0%);
}
.l-page-ttl h1 > span {
  display: inline-block;
  position: relative;
  padding: 0 91px;
}
.l-page-ttl h1 > span::before {
  content: "";
  display: block;
  width: 53px;
  height: 109px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/common/page_ttl_l.png") no-repeat center center;
}
.l-page-ttl h1 > span::after {
  content: "";
  display: block;
  width: 53px;
  height: 109px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/common/page_ttl_r.png") no-repeat center center;
}
@media only screen and (max-width: 812px) {
  .l-page-ttl {
    margin-bottom: 30px;
  }
  .l-page-ttl h1 {
    font-size: 1.5rem;
    padding: 35px 15px;
  }
  .l-page-ttl h1 > span {
    padding: 0 48px;
  }
  .l-page-ttl h1 > span::before {
    background-size: contain;
    width: 27px;
    height: 55px;
  }
  .l-page-ttl h1 > span::after {
    background-size: contain;
    width: 27px;
    height: 55px;
  }
  .l-page-ttl.-intro h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 960px) {
  .anker_link_sec {
    margin-top: -55px;
    padding-top: 55px;
  }
  .anker_link_sec02 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
table {
  width: 100%;
  background: #fff;
  margin: 40px 0;
}
table th,
table td {
  border: 2px solid #222;
  padding: 0.5em 1em;
  font-size: 20px;
}
@media only screen and (max-width: 812px) {
  table th,
  table td {
    display: block;
    padding: 0.85em 1em;
    font-size: 14px;
  }
}
table th {
  background: #fef200;
  color: #222;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  table th {
    text-align: left;
  }
}

.contact_area {
  margin: 0 0 80px;
}

/*==================================================
1.leyout 
==================================================*/
/*--------------------------------------
html,body,wrapper
----------------------------------------*/
body {
  background: #f7f7f7;
}

/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  position: relative;
}

/*--------------------------------------
header btn
----------------------------------------*/
.l-nav-switch {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
}

.l-nav-switch__line {
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 0;
  margin: 0 auto;
  border-top: solid 2px #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l-nav-switch__line:nth-child(1) {
  top: calc(50% - 8px);
}

.l-nav-switch__line:nth-child(2) {
  top: 50%;
}

.l-nav-switch__line:nth-child(3) {
  top: calc(50% + 8px);
}

.l-nav-switch.-show .l-nav-switch__line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-nav-switch.-show .l-nav-switch__line:nth-child(2) {
  display: none;
}

.l-nav-switch.-show .l-nav-switch__line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------
l-main
----------------------------------------*/
.l-main {
  display: block;
  line-height: 1.6;
  padding-top: 70px;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media all and (max-width: 767px) {
  .l-main {
    padding-top: 55px;
    font-size: 1.3rem;
  }
}
/*--------------------------------------
l-page-ttl
----------------------------------------*/
/*--------------------------------------
l-footer
----------------------------------------*/
.l-footer {
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 767px) {
  .l-footer {
    padding: 40px 3.125% 10px 3.125%;
  }
}
.l-footer-nav {
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .l-footer-nav {
    margin-bottom: 15px;
  }
}
.l-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
}

@media all and (max-width: 767px) {
  .l-footer-nav ul {
    font-size: 1.7rem;
  }
}
.l-footer-nav ul li {
  margin-bottom: 10px;
  padding: 0 15px;
  border-right: solid 1px #fff;
}

@media all and (max-width: 767px) {
  .l-footer-nav ul li {
    padding: 0;
    margin-bottom: 5px;
    border: none;
  }
}
.l-footer-nav ul li:last-child {
  border: none;
}

@media all and (max-width: 767px) {
  .l-footer-nav ul li:after {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 1.1em;
    margin-left: 3px;
    border-bottom: solid 1px #fff;
  }
}
.l-footer-nav ul li:last-child:after {
  content: none;
}

.l-footer-nav ul li a {
  font-weight: 500;
}

.l-footer-copy {
  font-size: 1.2rem;
}

/*==================================================
2.sp pc
==================================================*/
@media all and (min-width: 375px) {
  .ise-only {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*==================================================
3.module
==================================================*/
/*--------------------
space
--------------------*/
.m-block-space-m {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .m-block-space-m {
    margin-bottom: 25px;
  }
}
.m-block-space-mm {
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .m-block-space-mm {
    margin-bottom: 35px;
  }
}
.m-block-space-l {
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .m-block-space-l {
    margin-bottom: 25px;
  }
}
/*--------------------
text
--------------------*/
.m-under {
  text-decoration: underline;
}

.m-tc {
  text-align: center;
}

.m-tr {
  text-align: right;
}

.m-notice {
  color: #0098e1;
}

.m-font-l {
  font-size: 1.7rem;
}

@media all and (max-width: 767px) {
  .m-font-l {
    font-size: 1.3rem;
  }
}
.m-font-m {
  font-size: 1.5rem;
}

@media all and (max-width: 767px) {
  .m-font-m {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .m-sp-font-s {
    font-size: 1rem;
  }
}
.m-txt-c-01 {
  color: #0098e1;
  font-weight: inherit;
}

.m-txt-c-02 {
  color: #ff7300;
  font-weight: inherit;
}

.m-lead-txt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.9;
}

@media all and (max-width: 767px) {
  .m-lead-txt {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
  }
}
.m-lead-txt.-space-ss {
  margin-bottom: 5px;
}

.m-lead-txt.-space-s {
  margin-bottom: 10px;
}

.m-lead-txt.-space-m {
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .m-lead-txt.-space-m {
    margin-bottom: 20px;
  }
}
.m-lead-txt.-space-mm {
  margin-bottom: 45px;
}

@media all and (max-width: 767px) {
  .m-lead-txt.-space-mm {
    margin-bottom: 20px;
  }
}
.m-lead-txt.-space-l {
  margin-bottom: 55px;
}

@media all and (max-width: 767px) {
  .m-lead-txt.-space-l {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .m-lead-txt.-sp-space-m {
    margin-bottom: 20px;
  }
}
.m-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------
link
--------------------*/
.m-link {
  font-weight: inherit;
  color: #0098e1;
  word-break: break-all;
}

.m-link02 {
  word-break: break-all;
  color: #0cbf9b;
  text-decoration: underline;
}

.m-link02.-bold {
  font-weight: bold;
}

.m-link.-block {
  display: block;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .m-link.-block {
    line-height: 1.4;
  }
}
.m-link.-pen {
  padding-left: 17px;
  background: url("../../img/introduction/ico-pencil.png") no-repeat left center/16px auto;
}

/*--------------------
btn
--------------------*/
.m-btn {
  color: #fff;
}

.m-btn.-center {
  margin: 0 auto;
}

/*--------------------
ttl 
--------------------*/
.m-sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 770px;
  height: 120px;
  margin: 0 auto 30px auto;
  background: #fff100;
  color: #1ea239;
  font-size: 4.6rem;
  border-radius: 0 0 15px 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media all and (max-width: 767px) {
  .m-sec-ttl {
    max-width: 95%;
    height: 52px;
    margin-bottom: 25px;
    border-radius: 0 0 3px 3px;
    font-size: 1.9rem;
  }
}
.m-sec-ttl.-space-l {
  margin-bottom: 95px;
}

@media all and (max-width: 767px) {
  .m-sec-ttl.-space-l {
    margin-bottom: 30px;
  }
}
.m-sec-ttl.-wide {
  letter-spacing: 0.1em;
}

/*--------------------
list nav
--------------------*/
.m-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .m-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-size: 1.3rem;
  }
}
.m-data dt {
  margin-right: 15px;
  color: #1ea239;
}

.m-data-02 dt {
  margin-bottom: 5px;
  color: #1ea239;
  font-size: 2.3rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (max-width: 767px) {
  .m-data-02 dt {
    font-size: 1.4rem;
  }
}
.m-data-02 dd {
  font-size: 2rem;
}

@media all and (max-width: 767px) {
  .m-data-02 dd {
    font-size: 1.3rem;
  }
}
.m-data-02 dd:not(:nth-child(2)) {
  margin-top: 55px;
}

@media all and (max-width: 767px) {
  .m-data-02 dd:not(:nth-child(2)) {
    margin-top: 25px;
  }
}
.m-data-02.-indent dd {
  padding-left: 1em;
  text-indent: -0.75em;
}

.m-data-02.-l-space dd {
  padding-left: 1em;
}

@media all and (max-width: 767px) {
  .m-data-02.-l-space dd {
    padding-left: 0;
  }
}
.m-data-02.-color {
  color: #1ea239;
}

.m-data-03 {
  color: #1ea239;
}

.m-data-03.-space {
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .m-data-03.-space {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .m-data-03 dt, .m-data-03 dd {
    font-weight: 400;
  }
}
.m-data-03 dt {
  font-size: 2rem;
}

@media all and (max-width: 767px) {
  .m-data-03 dt {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .m-data-03.-sp-indent dt {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.m-data-03 dd {
  padding-left: 0.75em;
  font-size: 2rem;
}

@media all and (max-width: 767px) {
  .m-data-03 dd {
    font-size: 1.3rem;
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .m-data-03 .m-link {
    font-size: 1.8rem;
  }
}
.m-data-03__ico {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 5px;
  border-radius: 3px;
  background: #1ea239;
  color: #fff100;
  font-size: 1.4rem;
}

@media all and (max-width: 767px) {
  .m-data-03__ico {
    top: -1px;
    padding: 2px 5px;
    font-weight: 500;
    line-height: 1;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 767px) {
  .m-data-03__ico.-left-space {
    margin-left: 2px;
    text-indent: 0.5px;
  }
}
.m-data-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-list {
  color: #1ea239;
  line-height: 1.8;
}

.m-list li {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (max-width: 767px) {
  .m-list {
    line-height: 1.6;
  }
}
.m-list li {
  font-weight: 500;
}

.m-center-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin: 23px 0 16px 0;
}

@media all and (max-width: 767px) {
  .m-center-list {
    margin: 20px 0;
  }
}
.m-center-list li {
  margin-bottom: 2px;
}

@media all and (max-width: 767px) {
  .m-center-list li {
    font-weight: 400;
  }
}
/*--------------------
row
--------------------*/
.m-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*--------------------
inner
--------------------*/
.m-inner {
  width: 100%;
  max-width: 1068px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
    padding: 0 3.125%;
  }
}
.m-inner.-pos {
  position: relative;
}

.m-inner.-space {
  margin-bottom: 65px;
}

@media all and (max-width: 767px) {
  .m-inner.-space {
    margin-bottom: 30px;
  }
}
.m-inner.-size-s {
  max-width: 580px;
}

@media all and (max-width: 767px) {
  .m-inner.-size-s {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .m-inner.-sp-no-space {
    padding: 0;
  }
}
/*--------------------
box unit
--------------------*/
.m-box {
  padding: 75px 75px 75px 75px;
  background: #ffffff;
  -webkit-box-shadow: 17px 17px 26px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 17px 17px 26px 0 rgba(0, 0, 0, 0.06);
}

@media all and (max-width: 767px) {
  .m-box {
    padding: 45px 10px 45px 10px;
  }
}
.m-message {
  font-size: 1.9rem;
  text-align: center;
  line-height: 2;
}

@media all and (max-width: 767px) {
  .m-message {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.m-message.-space-l {
  margin-bottom: 85px;
}

@media all and (max-width: 767px) {
  .m-message.-space-l {
    margin-bottom: 45px;
  }
}
.m-message.-space-mm {
  margin-bottom: 65px;
}

@media all and (max-width: 767px) {
  .m-message.-space-mm {
    margin-bottom: 50px;
  }
}
.m-message.-space-m {
  margin-bottom: 45px;
}

@media all and (max-width: 767px) {
  .m-message.-space-m {
    margin-bottom: 35px;
  }
}
.m-message.-space-s {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .m-message.-space-s {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .m-message.-sp-left {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .m-message.-top {
    margin-bottom: 25px;
    padding: 0 5%;
  }
}
@media all and (max-width: 374px) {
  .m-message.-top {
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .m-message__ico {
    margin-bottom: 35px !important;
  }
}
@media all and (max-width: 767px) {
  .m-message__ico {
    width: 50px;
    margin: 0 auto 30px auto;
  }
}
.m-message__list {
  margin: 25px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.m-message__list.-low {
  margin: 20px 0 25px 0;
}

@media all and (max-width: 767px) {
  .m-message__list.-low {
    margin: 10px 0 15px 0;
  }
}
@media all and (max-width: 767px) {
  .m-message__list {
    margin: 10px 0 15px 0;
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .m-message__list li {
    font-weight: 400;
  }
}
.m-message__graph {
  padding: 20px 0 20px 0;
}

@media all and (max-width: 767px) {
  .m-message__graph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px 0;
  }
}
@media all and (max-width: 767px) {
  .m-message__graph-02 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
}
.m-message__graph-03 {
  padding: 10px 0 20px 0;
}

@media all and (max-width: 767px) {
  .m-message__graph-03 {
    width: 27%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 10px 0;
  }
}
.m-message p {
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

@media all and (max-width: 767px) {
  .m-message p {
    margin-bottom: 10px;
    font-weight: 400;
  }
}
.m-message p:last-child {
  margin-bottom: 0;
}

.m-message.-sp-font-bold p {
  font-weight: 500;
}

.m-message__txt {
  margin-bottom: 5px !important;
}

@media all and (max-width: 767px) {
  .m-message a {
    font-weight: 400;
  }
}
@media all and (max-width: 767px) {
  .m-message__txt-02 {
    margin: 0 -5px;
  }
}
.m-flame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px 60px 40px;
  border: solid 1px #1ea239;
  border-radius: 10px;
}

@media all and (max-width: 767px) {
  .m-flame {
    padding: 0 8px 15px 8px;
    border-radius: 5px;
  }
}
.m-flame.-space-s {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .m-flame.-space-s {
    margin-bottom: 20px;
  }
}
.m-flame.-space-s-02 {
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .m-flame.-space-s-02 {
    margin-bottom: 20px;
  }
}
.m-flame.-space-m {
  margin-bottom: 85px;
}

@media all and (max-width: 767px) {
  .m-flame.-space-m {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  .m-flame.-bottom-01 {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  .m-flame.-bottom-02 {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .m-flame.-sp-hight {
    padding-bottom: 19vw !important;
  }
}
@media all and (max-width: 767px) {
  .m-flame.-sp-hight-02 {
    padding-bottom: 15vw !important;
  }
}
@media all and (max-width: 767px) {
  .m-flame.-sp-hight-03 {
    padding-bottom: 3vw !important;
  }
}
.m-flame .red-note {
  color: red;
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
  margin-top: 4px;
}

.m-flame__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 430px;
  height: 60px;
  margin: 0 auto 37px auto;
  padding: 0 35px;
  border: solid 1px #1ea239;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff100;
  color: #1ea239;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media all and (max-width: 767px) {
  .m-flame__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    height: auto;
    min-width: 0;
    margin-bottom: 20px;
    padding: 8px 25px;
    font-size: 1.6rem;
    border-radius: 0 0 7px 7px;
    text-align: center;
  }
}
.m-flame__ttl.-space-l {
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .m-flame__ttl.-space-l {
    margin-bottom: 40px;
  }
}
.m-flame__ttl.-space-m {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .m-flame__ttl.-space-m {
    margin-bottom: 18px;
  }
}
.m-flame__ttl.-space-s {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .m-flame__ttl.-space-s {
    margin-bottom: 15px;
  }
}
.m-flame__ttl.-space-ss {
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
  .m-flame__ttl.-space-ss {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .m-flame__ttl.-sp-space-s {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 767px) {
  .m-flame__ttl.-sp-space-l {
    margin-bottom: 40px;
  }
}
.m-flame.-bottom-narrow {
  padding-bottom: 10px;
}

.m-flame__person {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 767px) {
  .m-flame__person {
    width: 25vw;
    right: 5px;
  }
}
@media all and (max-width: 767px) {
  .m-flame__person.-size-l {
    width: 27.5vw;
  }
}
.m-unit-list > li {
  margin-bottom: 12px;
  padding: 10px 15px;
  border: solid 1px #1ea239;
  border-radius: 5px;
  background: #fff;
  color: #1ea239;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .m-unit-list > li {
    margin-bottom: 6px;
    padding: 6px;
    font-size: 1.4rem;
  }
}
.m-unit-list.-bk {
  margin-bottom: 7px;
}

@media all and (max-width: 767px) {
  .m-unit-list.-bk {
    margin-bottom: 3px;
  }
}
.m-unit-list.-bk > li {
  margin-bottom: 10px;
  color: #333 !important;
}

@media all and (max-width: 767px) {
  .m-unit-list.-bk > li {
    margin-bottom: 5px;
  }
}
.m-unit-list.-bk > li:last-child {
  margin-bottom: 0;
}

.m-unit-list.-indent > li {
  padding-left: calc(1em + 15px);
  text-indent: -0.75em;
}

@media all and (max-width: 767px) {
  .m-unit-list.-indent > li {
    padding-left: calc(1em + 6px);
    text-indent: -0.75em;
  }
}
.m-unit-list.-indent-02 > li {
  padding-left: calc(1em + 15px);
  text-indent: -1em;
}

@media all and (max-width: 767px) {
  .m-unit-list.-indent-02 > li {
    padding-left: calc(1em + 6px);
    text-indent: -1em;
  }
}
.m-unit-list__ch {
  padding-top: 5px;
}

.m-unit-list__ch li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.m-unit-list__ch li:last-child {
  margin-bottom: 0;
}

.m-unit-list__ch-02 {
  padding-top: 5px;
}

@media all and (max-width: 767px) {
  .m-unit-list__ch-02 {
    margin-left: -15px;
  }
}
.m-unit-list__ch-02 li {
  padding-left: 1em;
  text-indent: -0.75em;
  line-height: 1.6;
}

.m-unit-list__ch-02 li:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .m-unit-list__no-space {
    padding: 0 3px !important;
  }
}
@media all and (min-width: 768px) {
  .m-unit-list__no-indent {
    padding-left: 15px !important;
    text-indent: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .m-unit-list__no-indent {
    padding-left: 6px;
  }
}
.m-unit {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 12px auto;
  padding: 18px 15px;
  border: solid 1px #1ea239;
  border-radius: 5px;
  background: #fff;
}

@media all and (max-width: 767px) {
  .m-unit {
    margin-bottom: 7px;
    padding: 7px;
    border-radius: 3px;
  }
}
.m-unit:last-child {
  margin-bottom: 0;
}

.m-unit.-wide-space {
  padding: 25px 30px;
}

@media all and (max-width: 767px) {
  .m-unit.-wide-space {
    padding: 8px 10px;
  }
}
.m-unit.-notice {
  padding: 12px 15px;
  color: #1ea239;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

@media all and (max-width: 767px) {
  .m-unit.-notice {
    padding: 6px;
    font-size: 1.4rem;
  }
}
.m-unit__point {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
  border: solid 1px #1ea239;
  border-radius: 5px;
  background: #fff100;
  font-weight: 500;
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .m-unit__point {
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 1.3rem;
  }
}
.m-unit__ttl {
  color: #1ea239;
  font-size: 2.3rem;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .m-unit__ttl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.m-unit__ttl.-space-l {
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
  .m-unit__ttl.-space-l {
    margin-bottom: 5px;
  }
}
.m-unit__ttl.-space-m {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .m-unit__ttl.-space-m {
    margin-bottom: 5px;
  }
}
.m-unit__ttl.-space-s {
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .m-unit__ttl.-space-s {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .m-unit__ttl.-sp-space-l {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .m-unit__ttl .m-font-l {
    font-weight: 400;
  }
}
.m-unit__txt {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .m-unit__txt {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .m-unit__txt.-sp-style {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
.m-unit__txt:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .m-unit__txt.-high {
    line-height: 2;
    font-size: 1.9rem;
  }
}
.m-unit__txt.-space {
  margin-bottom: 10px;
}

.m-unit__txt.-l-space {
  padding-left: 15px;
}

@media all and (max-width: 767px) {
  .m-unit__txt.-l-space {
    padding-left: 0;
  }
}
.m-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-column {
  padding: 12px 20px;
  border: dashed 1px #231815;
  border-radius: 10px;
  text-align: center;
  background: #efefef;
}

@media all and (max-width: 767px) {
  .m-column {
    padding: 10px 5px;
    text-align: left;
    border-radius: 8px;
  }
}
.m-column__ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .m-column__ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.m-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .m-column__list {
    margin: 0 auto 5px auto;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    font-size: 1.3rem;
  }
}
.m-column__list:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .m-column__list:last-child {
    margin-bottom: 5px;
  }
}
.m-column__list.-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.m-column__list.-left > li {
  margin-bottom: 5px;
}

.m-column__list.-narrow {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .m-column__list.-sp-high {
    margin-bottom: 15px;
  }
}
.m-column__list > li {
  padding: 0 20px;
  padding-left: 1em;
  text-indent: -0.5em;
  font-weight: 400;
}

.m-column__list > li .red-line-through {
  text-decoration: line-through;
  text-decoration-color: red;
}

.m-column__list > li .red {
  color: red;
}

.m-column__ch-list {
  text-align: left;
}

.m-column__ch-list li {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .m-column__ch-list li {
    margin-top: 3px;
  }
}
.m-column__txt {
  font-size: 1.3rem;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  .m-column__txt {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.m-group {
  margin-bottom: 100px;
  padding: 0 45px;
}

@media all and (max-width: 767px) {
  .m-group {
    margin-bottom: 40px;
    padding: 0 5px;
  }
}
/*==================================================
4.page
==================================================*/
/*--------------------------------------
top
----------------------------------------*/
.top {
  position: relative;
}

.top:before, .top:after {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  display: block;
  width: 50%;
  height: 100vh;
}

.top:before {
  left: 0;
  background: #1da4dc;
}

.top:after {
  right: 0;
  background: #e27aa2;
}

.top-header, .top-main, .top-footer {
  position: relative;
  z-index: 2;
}

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

@media all and (max-width: 767px) {
  .top-header {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .top-header__logo {
    width: 35%;
  }
}
.top-main {
  text-align: center;
}

@media all and (max-width: 767px) {
  .top-main {
    margin-top: 10px;
  }
}
.top-img {
  margin-top: -10px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .top-img {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 767px) {
  .top-txt-01 {
    width: 55%;
    margin: 0 auto;
  }
}
.top-txt-02 {
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .top-txt-02 {
    width: 63%;
    margin: 0 auto 2px auto;
  }
}
.top-ttl {
  width: 85%;
  margin: 0 auto;
}

.top-footer {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

@media all and (max-width: 767px) {
  .top-footer {
    padding: 25px 0 10px 0;
  }
}
.top-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 767px) {
  .top-footer-nav ul {
    margin-bottom: 15px;
  }
}
.top-footer-nav ul li {
  margin-bottom: 7px;
  padding: 0 3px;
}

@media all and (max-width: 767px) {
  .top-footer-nav ul li {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }
  .top-footer-nav ul li:last-child {
    margin-bottom: 0;
  }
}
.top-footer-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 108px;
  height: 32px;
  padding: 0 8px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  letter-spacing: 0.03em;
}

@media all and (max-width: 767px) {
  .top-footer-nav ul li a {
    position: relative;
    border: none;
    height: auto;
    padding: 15px 10px;
    background: #fff;
    color: #1da4dc;
    font-weight: 700;
  }
  .top-footer-nav ul li a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #1da4dc;
  }
}
.top-footer-copy {
  font-size: 1.2rem;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .top-footer-copy {
    font-size: 1rem;
  }
}
/*--------------------------------------
map
----------------------------------------*/
.map {
  position: relative;
}

.map-list li {
  overflow: hidden;
  position: absolute;
  opacity: 0;
}

.map-list li a {
  display: block;
  height: auto;
  max-height: 48px;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .map-list li a {
    height: 8vw;
    font-size: 1rem;
    max-height: inherit;
    max-width: inherit;
    margin-top: 0;
  }
}
.map-list li:nth-child(1) {
  top: 0;
  left: 180px;
  width: 260px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(1) {
    left: 17vw;
    width: 28vw;
  }
}
.map-list li:nth-child(2) {
  top: 0;
  left: 455px;
  width: 330px;
}

.map-list li:nth-child(2) a {
  max-height: 20px;
  max-width: 230px;
  margin-left: 65px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(2) {
    left: 46vw;
    width: 37vw;
  }
  .map-list li:nth-child(2) a {
    max-height: inherit;
    max-width: inherit;
    margin-left: inherit;
  }
}
.map-list li:nth-child(3) {
  width: 200px;
  left: 0;
  top: 80px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(3) {
    width: 18vw;
    top: 9vw;
  }
}
.map-list li:nth-child(4) {
  width: 200px;
  right: 0;
  top: 82px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(4) {
    top: 9vw;
    width: 20vw;
  }
}
.map-list li:nth-child(5) {
  right: 0;
  top: 164px;
  width: 200px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(5) {
    top: 17.5vw;
    width: 20vw;
  }
}
.map-list li:nth-child(6) {
  top: 248px;
  right: 0;
  width: 200px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(6) {
    top: 26vw;
    width: 20vw;
    height: 9vw;
  }
}
.map-list li:nth-child(7) {
  top: 340px;
  right: 0;
  width: 200px;
}

.map-list li:nth-child(7) a {
  max-height: 30px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(7) {
    top: 35.5vw;
    width: 20vw;
    height: 7vw;
  }
  .map-list li:nth-child(7) {
    max-height: inherit;
  }
}
.map-list li:nth-child(8) {
  left: 0;
  top: 320px;
  width: 200px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(8) {
    top: 33vw;
    width: 19vw;
  }
}
.map-list li:nth-child(9) {
  bottom: 0;
  right: 265px;
  width: 270px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(9) {
    right: 28.5vw;
    width: 35vw;
  }
}
.map-list li:nth-child(10) {
  right: 0;
  bottom: 0;
  width: 255px;
}

@media all and (max-width: 767px) {
  .map-list li:nth-child(10) {
    width: 28vw;
  }
}
/*--------------------------------------
target
----------------------------------------*/
.target {
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .target {
    margin-bottom: 20px;
  }
}
.target-lead {
  margin-bottom: 5px;
  text-align: center;
  color: #1ea239;
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .target-lead {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
/*--------------------------------------
system
----------------------------------------*/
.system-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 76px;
  background: url("../../img/shortworking/ico-building.png") no-repeat center bottom;
}

@media all and (max-width: 767px) {
  .system-list {
    margin-bottom: 30px;
    background-size: 15vw auto;
    padding-bottom: 13vw;
  }
}
.system-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #fff100;
  font-size: 1.8rem;
  text-align: center;
}

@media all and (max-width: 767px) {
  .system-list li {
    width: 18vw;
    height: 18vw;
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: 500;
  }
}
@media all and (min-width: 768px) {
  .system-list li:nth-child(2) {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) {
  .system-list li:nth-child(3) {
    margin-left: 10px;
  }
}
.system-list li:first-child, .system-list li:last-child {
  margin-top: 70px;
}

@media all and (max-width: 767px) {
  .system-list li:first-child, .system-list li:last-child {
    margin-top: 40px;
  }
}
/*--------------------------------------
movie
----------------------------------------*/
.movie {
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .movie {
    width: 80%;
    margin: 0 auto 50px auto;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .movie {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .movie:last-child {
    margin-bottom: 0;
  }
}
.movie:last-child {
  margin-bottom: 0;
}

.movie dl {
  text-align: center;
}

.movie dl dt {
  font-size: 2.3rem;
}

.movie dl dt span {
  display: block;
  font-size: 70%;
  margin: 0.75em 0 0;
}

@media all and (max-width: 767px) {
  .movie dl dt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.movie dl dd {
  margin-bottom: 10px;
  font-size: 2rem;
}

.movie dl dd span {
  font-size: 80%;
  display: block;
  margin-top: 0.5em;
}

@media all and (max-width: 767px) {
  .movie dl dd {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .movie__wrap {
    margin: 15px 0 0 0;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie__wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.movie__support {
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .movie__support {
    font-size: 1.4rem;
  }
}
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}

@media all and (max-width: 767px) {
  .contact {
    padding-left: 10px;
  }
}
.contact__ttl {
  display: block;
  width: 5em;
}

.contact__txt {
  display: block;
  width: calc(100% - 4em);
  text-indent: 0.25em;
}

/*--------------------------------------
family
----------------------------------------*/
@media all and (max-width: 767px) {
  .family-txt {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1rem;
    font-weight: 400;
  }
}
/*==================================================
5.js ie
==================================================*/
.-js-tab-btn {
  cursor: pointer;
}