@charset "UTF-8";

/* base.css上書き */
html {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: 500;
}

.map:after {
  padding-top: 35%;
}

@media (max-width: 1024px) {


  .map::after {
    padding-top: 45%;
  }
}

@media (max-width: 599px) {

  .map::after {
    padding-top: 90%;
  }
}

/* common */
h1 {
  padding: 5px 10px 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

.logo {
  width: 250px;
  max-width: 80%;
  margin: 0;
}

.logo a {
  display: block;
  padding: 10px;
  text-align: center;
}

.inner-wide {
  width: 96%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.color-white {
  color: white;
}

.color-01 {
  color: #2745a7;
}

.color-04 {
  color: #b7bdc0;
}

.color-05 {
  color: #e6e8e9;
}

.color-07 {
  color: #96a3aa;
}

.color-08 {
  color: #94b37a;
}

.color-09 {
  color: #1e6e50;
}

.bgc-white {
  background-color: white;
}

.bgc-01 {
  background-color: #2745a7;
}

.bgc-04 {
  background-color: #b7bdc0;
}

.bgc-05 {
  background-color: #e6e8e9;
}

.bgc-07 {
  background-color: #96a3aa;
}

.bgc-08 {
  background-color: #94b37a;
}

.bgc-09 {
  background-color: #1e6e50;
}

.bgc-10 {
  background-color: #eee;
}

.bd-01 {
  border: 1px solid #2745a7;
}

.bd-04 {
  border: 1px solid #b7bdc0;
}

.bd-05 {
  border: 1px solid #e6e8e9;
}

.bd-07 {
  border: 1px solid #96a3aa;
}

.bd-08 {
  border: 1px solid #94b37a;
}

.bd-09 {
  border: 1px solid #1e6e50;
}

.all-white * {
  color: white;
}

.asterisk {
  position: relative;
}

.asterisk::before {
  content: "※";
  display: inline-block;
  font-size: 10px;
  color: #333;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  position: absolute;
  top: 0;
  right: 0;
}

.-ribbon {
  overflow: hidden;
  position: relative;
}

.-ribbon::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #2745a7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  position: absolute;
  top: 30px;
  left: 0;
}

@media (max-width: 1024px) {
  .spacer {
    height: 0 !important;
  }

  h1 {
    width: 100%;
    padding: 10px;
  }

  .logo {
    width: 180px;
  }
}

@media (max-width: 599px) {
  .logo {
    width: 160px;
  }
}

/* icon */
[class^="icon-brands"]::before {
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
}

[class^="icon-free"]::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icon-brands-facebook::before {
  content: "\f082";
}

.icon-brands-instagram::before {
  content: "\f16d";
}

.icon-brands-line::before {
  content: "\f3c0";
}

.icon-free-map::before {
  content: "\f3c5";
}

.icon-free-cal::before {
  content: "\f073";
}

.icon-free-contact::before {
  content: "\f1d8";
}

.icon-top {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.icon-top img {
  width: 100%;
}

.icon-01 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.icon-02 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

/* fead */
.fead-cover {
  overflow: hidden;
  position: relative;
}

.fead-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fcf1f5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}

.fead-cover.mv::before {
  width: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/* parts */
.table-wrap {
  overflow: hidden;
  border: 1px solid #96a3aa;
  border-radius: 5px;
}

.table-wrap table {
  background-color: white;
}

.table-wrap table tr th,
.table-wrap table tr td {
  padding: 5px;
  font-size: 16px;
  text-align: center;
}

.table-wrap table tr th {
  background-color: #e6e8e9;
}

.table-wrap table tr th+th {
  border-left: 1px solid #96a3aa;
}

.table-wrap table tr td+td {
  border-left: 1px solid #96a3aa;
}

.table-wrap table tr+tr {
  border-top: 1px solid #96a3aa;
}

.table-wrap.-pattern-02 {
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.table-wrap.-pattern-02 table tr th,
.table-wrap.-pattern-02 table tr td {
  padding: 10px;

}

.table-wrap.-pattern-03 {
  border: 1px solid #2745a7;
  border-radius: 0;
}

.table-wrap.-pattern-03 table tr th,
.table-wrap.-pattern-03 table tr td {
  padding: 15px 10px;

}

.table-wrap.-pattern-03 table tr th {
  color: white;
  background-color: #2745a7;
}

.table-wrap.-pattern-03 table tr th+th {
  border-left: 1px solid white;
}

.table-wrap.-pattern-03 table tr td+td {
  border-left: 1px solid #2745a7;
}

.table-wrap.-pattern-03 table tr+tr {
  border-top: 1px solid #2745a7;
}

.table-wrap.-pattern-04 {
  border: 1px solid #b7bdc0;
  border-radius: 0;
}

.table-wrap.-pattern-04 table {
  table-layout: fixed;
}

.table-wrap.-pattern-04 table tr th,
.table-wrap.-pattern-04 table tr td {
  padding: 10px;
  border-left: 1px solid #b7bdc0;
}

.table-wrap.-pattern-05 table {
  table-layout: fixed;
}

.table-wrap.-pattern-05 table tr th,
.table-wrap.-pattern-05 table tr td {
  padding: 10px;
  font-size: 15px;
}

.table-wrap.-pattern-05 table tr th {
  color: white;
  background-color: #2745a7;
}

.table-wrap.-pattern-05 table tr th.pattern-05-heading {
  width: 25%;
}

[class*="panel"] {
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
}

[class*="panel"]+[class*="panel"] {
  margin-top: 2px;
}

.scrollable .table-wrap {
  min-width: 1000px;
}

.panel-01 {
  background-color: #2745a7;
}

.panel-02 {
  background-color: #eee;
}

.num-01 {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  font-size: 22px;
  color: white;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 100%;
  background-color: #96a3aa;
}

.num-01-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  position: absolute !important;
  top: 0;
  left: 20px;
  z-index: 1;
}

.num-01-wrap.-half-up {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.num-01-wrap .num-text {
  margin-top: 5px;
  font-size: 10px;
  text-align: center;
}

.box-white {
  padding: 15px;
  border-radius: 10px;
  background-color: white;
}

.box-white-02 {
  padding: 50px;
  border-radius: 15px;
  background-color: white;
}

.box-white-03 {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
}

.box-white-04 {
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid #000;
  background-color: white;
}

.box-logo .logo {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box-logo .address {
  margin-left: 30px;
  font-size: 14px;
}

.box-logo.-pattern-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-logo.-pattern-02 .address {
  margin-top: 5px;
  margin-left: 0;
}

.box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-btn [class*="btn"] {
  width: 48%;
  margin: 1%;
}

.box-double-color {
  padding: 30px;
  border-top: 3px solid #2745a7;
  border-bottom: 3px solid #b7bdc0;
}

.box-ais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-ais .up-ai-self {
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.box-decay-illust {
  overflow: hidden;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: white;
}

.box-decay-illust .img {
  width: 50%;
  margin: auto;
}

.box-01 {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.box-01-img {
  width: 40%;
}

.box-01-content {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px;
  background-color: #f9e7ed;
}

.box-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 10px;
  background-color: white;
}

.box-02-content {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -20%;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.box-02-img {
  width: 55%;
  position: relative;
}

.box-02-img::before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.box-03 .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-04 {
  width: 550px;
  max-width: 90%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.box-04 a {
  display: block;
}

.box-04-title {
  padding: 10px;
  font-size: 18px;
  color: white;
  letter-spacing: 2px;
  text-align: center;
  background-color: #2745a7;
  position: relative;
}

.box-04-title::after {
  margin-left: 10px;
  content: "\f35a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 1;
}

.box-05 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 30px;
  border: 1px solid #b7bdc0;
  border-radius: 5px;
  background-color: white;
  position: relative;
}

.box-05-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: auto;
  padding: 15px 30px;
  color: white;
  background-color: #2745a7;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.illust-block {
  width: 100%;
}

.illust-block.-right .illust-item {
  margin-left: auto;
}

.illust-block.-left .illust-item {
  margin-right: auto;
}

.illust-item {
  width: 45%;
}

.check-system-list li {

  font-size: 18px;
}

.check-system-list li input {
  display: none;
}

.check-system-list li input:checked+label {
  text-decoration: underline;
}

.check-system-list li input:checked+label::before {
  color: #2745a7;
}

.check-system-list li label {
  display: inline-block;
  padding-left: 1.8em;
  position: relative;
}

.check-system-list li label::before {
  color: #b7bdc0;
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 120%;
  line-height: 1;
}

.check-system-list li+li {
  margin-top: 15px;
}

.check-system-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

.check-system-answer dt,
.check-system-answer dd {
  padding: 20px 10px;
}

.check-system-answer dt {
  width: 30%;
  background-color: #f9e7ed;
}

.check-system-answer dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #eee;
}

.check-system-box {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
  position: absolute;
  top: 0;
  left: 0;
}

.check-system-box.answered {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: static;
}

.check-system-button {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.check-system-button.hide-button {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.check-system-reset-button {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
}

.answered+.check-system-reset-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.balloon {
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  color: white;
  text-align: center;
  border-radius: 5px;
  background-color: #2745a7;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  position: absolute !important;
  top: 0;
  right: 0;
}

.balloon-inner {
  position: relative;
}

.balloon-inner::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #2745a7 transparent transparent transparent;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  position: absolute;
  bottom: 0;
  left: 5px;
}

.balloon-parent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 15px;
  position: relative;
}

.balloons-wrap {
  position: relative;
}

.balloons-img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.balloons-comment {
  padding: 30px;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 2;
}

.balloons-01 {
  background-image: url(../images/common/balloon_001.png);
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
  top: 0;
  left: 0;
}

.balloons-02 {
  background-image: url(../images/common/balloon_002.png);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  top: 0;
  right: 0;
}

.balloons-03 {
  background-image: url(../images/common/balloon_003.png);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  bottom: 0;
  left: 0;
}

.balloons-04 {
  background-image: url(../images/common/balloon_004.png);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  bottom: 0;
  right: 0;
}

@media (max-width: 1024px) {

  .table-wrap.-pattern-04 table tr th,
  .table-wrap.-pattern-04 table tr td {
    padding: 10px 5px;
  }

  [class*="panel"] {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
  }

  [class*="panel"]+[class*="panel"] {
    margin-top: 1px;
  }

  .num-01 {
    width: 36px;
    height: 36px;
    padding: 2px;
    font-size: 18px;
  }

  .num-01-wrap {
    left: 15px;
  }

  .num-01-wrap .num-text {
    margin-top: 2px;
  }

  .box-white {
    padding: 10px;
    border-radius: 8px;
  }

  .box-white-02 {
    padding: 40px 15px;
  }

  .box-white-03 {
    padding: 30px 20px;
    border-radius: 8px;
  }

  .box-double-color {
    padding: 30px 20px;
  }

  .box-05-title {
    padding: 10px 20px;
  }

  .illust-item {
    width: 65%;
  }

  .check-system-list li {
    font-size: 16px;
  }

  .check-system-list li+li {
    margin-top: 10px;
  }

  .check-system-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
  }

  .check-system-answer dt,
  .check-system-answer dd {
    padding: 20px 10px;
  }

  .check-system-answer dt {
    width: 30%;
    background-color: #f9e7ed;
  }

  .check-system-answer dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #eee;
  }

  .check-system-box {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    position: absolute;
    top: 0;
    left: 0;
  }

  .check-system-box.answered {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
  }

  .balloon {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  .balloon-parent {
    padding-top: 5px;
  }

  .balloons-comment {
    padding: 20px;
    font-size: 14px;
  }

  .balloons-01 {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .balloons-02 {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }

  .balloons-03 {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }

  .balloons-04 {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
}

@media (max-width: 599px) {

  .table-wrap table tr th,
  .table-wrap table tr td {
    padding: 3px;
    font-size: 16px;
  }

  .table-wrap.-pattern-03 table tr th,
  .table-wrap.-pattern-03 table tr td {
    padding: 10px 5px;
    font-size: 16px;
  }

  .box-white-02 {
    padding: 30px 15px;
  }

  .box-white-03 {
    padding: 20px 10px;
    border-radius: 5px;
  }

  .box-logo .logo {
    width: 120px;
  }

  .box-double-color {
    padding: 20px 15px;
  }

  .box-01-img {
    width: 100%;
  }

  .box-01-content {
    width: 100%;
    padding: 30px 20px;
  }

  .box-02-img {
    width: 100%;
  }

  .box-02-img::before {
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  }

  .box-02-content {
    width: 100%;
    margin-right: 0;
    padding: 30px 20px;
  }

  .box-03 .table-wrap table tr th,
  .box-03 .table-wrap table tr td {
    padding: 5px;
    font-size: 16px;
  }

  .box-04-title {
    font-size: 16px;
  }

  .illust-item {
    width: 80%;
  }

  .check-system-answer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .check-system-answer dt {
    width: 100%;
  }

  .balloons-wrap {
    padding: 15px 0;
  }

  .balloons-img {
    width: 100%;
  }

  .balloons-comment {
    padding: 15px;
    font-size: 10px;
  }

  .balloons-01 {
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }

  .balloons-02 {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }

  .balloons-03 {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }

  .balloons-04 {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}

.bdr-01 {
  border-radius: 15px;
  overflow: hidden;
}

/*title*/

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

.title-01 {
  margin-bottom: 50px;
  letter-spacing: 0.3em;
}

.title-02 {
  margin-bottom: 50px;
  letter-spacing: 0.3em;
}

.title-01>.main {
  display: block;
  font-size: 32px;
  color: #2745a7;
  font-weight: bold;
}

.title-02>.main {
  display: block;
  font-size: 28px;
  color: #2745a7;
  font-weight: bold;
}

.title-02>.main>span {
  display: inline;
  padding: 0 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f9e7ed));
  background: linear-gradient(transparent 60%, #f9e7ed 60%);
}

.bgc-05 .title-02>.main>span,
.bg-parent .title-02>.main>span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e5ee6e));
  background: linear-gradient(transparent 60%, #e5ee6e 60%);
}

.title-01>.sub {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.title-01.for-sp,
.for-sp .title-01 {
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.title-02.for-sp,
.for-sp .title-02 {
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.title-01.for-sp>.main,
.for-sp .title-01>.main {
  font-size: 24px;
}

.title-02.for-sp>.main,
.for-sp .title-02>.main {
  font-size: 20px;
  letter-spacing: 0;
}

.title-01.for-sp>.sub {
  line-height: 1em;
}

.title-10 {
  font-size: 28px;
  font-weight: bold;
}

.title-10.for-sp {
  font-size: 22px;
}

























.up-ball {
  border-radius: 50%;
  overflow: hidden;
}




/* list */
.list-faq dt,
.list-faq dd {
  padding: 15px 15px 15px 45px;

  position: relative;
}

.list-faq dt .list-faq-ele,
.list-faq dd .list-faq-ele {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 150%;
  position: absolute;
  top: 10px;
  left: 15px;
}

.list-faq dt {
  color: white;
  background-color: #2745a7;
}

.list-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-flow li {
  width: 30%;
}

.list-flow li+li {
  margin-left: 5%;
  position: relative;
}

.list-flow li+li::before {
  color: #b7bdc0;
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  content: "\f04b";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 1;
}

.list-space li {
  padding: 20px 0;
}

.list-space li+li {
  border-top: 1px solid #b7bdc0;
}

.list-step-head {
  width: 100px;
  position: relative;
}

.list-step-head-item {
  padding: 10px;
  color: white;
  text-align: center;
  border-radius: 5px;
  background-color: #2745a7;
}

.list-step-head-item::after {
  content: "";
  width: 2px;
  height: calc(100% + 80px);
  display: block;
  margin: auto;
  background-color: #2745a7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.list-step-block {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.list-step-content {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 30px;
}

.list-step-img {
  width: 40%;
}

.list-step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-step li+li {
  margin-top: 80px;
}

.list-step li:last-of-type .list-step-head-item::after {
  display: none;
}

.list-recruit li .category span {
  font-size: 20px;
}

.list-01 .box-white {
  padding-top: 50px;
}

.list-02 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list-02 dt,
.list-02 dd {
  margin: 1%;
}

.list-02 dt {
  width: 48%;
}

.list-02 dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.list-02 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-02 dt .sub {
  font-size: 80%;
  color: #2745a7;
}

.list-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-03 li {
  width: 25%;
  margin: 1%;
}

.list-03 li.wide {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.list-03 li.wide .list-02 dt {
  width: 33%;
}

.list-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-04 dt,
.list-04 dd {
  font-size: 14px;
}

.list-04 dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  font-size: 12px;
  color: white;
  line-height: 1.2;
  border-radius: 5px;
  background-color: #2745a7;
}

.list-04 dd {
  margin-top: 5px;
}

.list-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-05 dt,
.list-05 dd {
  padding: 15px;
}

.list-05 dt {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  text-align: center;
  border-right: 1px solid white;
  background-color: #2745a7;
}

.list-05 dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #e6e8e9;
}

.list-05+.list-05 {
  border-top: 1px solid white;
}

.list-06 li {
  padding-left: 1.2em;
  position: relative;
}

.list-06 li::before {
  content: "●";
  display: inline-block;
  font-size: 30%;
  color: #2745a7;
  position: absolute;
  top: 5px;
  left: 0;
}

.list-07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 10px;
}

.list-07+.list-07 {
  border-top: 1px solid #b7bdc0;
}

.list-07 dt {
  width: 25%;
}

.list-07 dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .list-direction-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .list-direction-box .img {
    width: 25%;
  }

  .list-direction-box .element {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
  }

  .list-flow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-flow li {
    width: 60%;
  }

  .list-flow li+li {
    margin-top: 30px;
    margin-left: 0;
  }

  .list-flow li+li::before {
    text-align: center;
    -webkit-transform: translate(0, -150%) rotate(90deg);
    transform: translate(0, -150%) rotate(90deg);
    top: 0;
    right: 0;
  }

  .list-step-head-item {
    padding: 8px;
  }

  .list-step-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-step-content {
    width: 100%;
  }

  .list-step-img {
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-recruit li .category span {
    font-size: 18px;
  }

  .list-05 dt,
  .list-05 dd {
    padding: 10px;
  }

  .list-07 {
    padding: 20px 5px;
  }

  .list-07 dt {
    width: 30%;
  }
}

@media (max-width: 599px) {

  .list-faq dt,
  .list-faq dd {
    padding: 10px 10px 10px 35px;
  }

  .list-faq dt .list-faq-ele,
  .list-faq dd .list-faq-ele {
    top: 5px;
    left: 10px;
  }

  .list-faq dt {
    color: white;
    background-color: #2745a7;
  }

  .list-flow li {
    width: 80%;
  }

  .list-step-head {
    width: 80px;
  }

  .list-step-head-item {
    padding: 5px;
    font-size: 12px;
  }

  .list-step-head-item::after {
    width: 1px;
    height: calc(100% + 50px);
  }

  .list-step-img {
    width: 100%;
    margin-top: 15px;
  }

  .list-step-content {
    padding: 0 10px;
  }

  .list-step li+li {
    margin-top: 50px;
  }

  .list-recruit li .category span {
    font-size: 16px;
  }

  .list-02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .list-02 dt,
  .list-02 dd {
    width: 100%;
  }

  .list-03 li {
    width: 48%;
    margin: 5% 1%;
  }

  .list-03 li.wide {
    width: 98%;
  }

  .list-03 li.wide .list-02 dt {
    width: 100%;
  }

  .list-05 dt {
    width: 100%;
  }

  .list-05+.list-05 {
    margin-top: 10px;
  }

  .list-07 dt {
    width: 100%;
    font-weight: bold;
  }

  .list-07 dd {
    padding-left: 1em;
  }
}

/* button */


.btn>a,
.btn>button {
  max-width: 220px;
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  background-color: #f273ab;
  border: 2px solid #f273ab;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn>a:hover,
.btn>button:hover {
  background-color: #fff;
  opacity: 1;
  color: #f273ab;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn.thin>a {
  padding: 6px 0;
}

.btn.long>a {
  max-width: 100%;
}

.btn>a>.fa-long-arrow-alt-right,
.btn>button>.fa-long-arrow-alt-right {
  display: inline-block;
  margin-left: 5px;
}

.btn>a>.fa-long-arrow-alt-left,
.btn>a>.fa-phone-volume,
.btn>button>.fa-long-arrow-alt-left {
  display: inline-block;
  margin-right: 5px;
}


@media (max-width: 1024px) {

  .btn>a,
  .btn>button {
    padding: 8px 0;
  }

  .btn.thin>a {
    padding: 3px 0;
  }
}

@media (max-width: 599px) {

  .btn>a,
  .btn>button {
    padding: 3px 0;
  }

  .btn.thin>a {
    padding: 0px 0;
  }
}

.list-footer-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.list-footer-nav>li {
  width: 50%;
  font-weight: bold;
}

@media(max-width:599px) {
  .list-footer-nav>li {
    font-size: 14px;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
  }

  .list-footer-nav {
    padding-bottom: 60px;
  }
}

/* header */
#header {
  width: 100%;
  background-color: #fff;
  display: block;
  position: relative;
}

.header-ver01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-box {
  width: 250px;
}

.header-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo-box>a {
  display: block;
  width: 100%;
  padding: 10px;
}

.logo-box>a>img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn-box {
  max-width: 400px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-btn {
  width: 32%;
  text-align: center;
  background-color: #f273ab;
  border-radius: 15px;
  padding: 3px;
}

.in-btn>span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 20px 0;
  border: 2px solid #fff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.tel-box {
  width: 275px;
  padding: 5px;
}

.tel-box>.tel>a {
  color: #2745a7;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -.05em;
}

.tel-box>.tel>a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 30px;
}

.big-btn>a {
  display: block;
  width: 100%;
  font-size: 20px;
  background-color: #2745a7;
  padding: 30px;
  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;
  color: #fff;
}

.hmb-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 5px;
  right: 0;
  display: none;
  padding: 8px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7);
}

.hmb-main {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.hmb-main>span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #2745a7;
  position: absolute;
  transition:.4s;
}

.hmb-main>span:nth-child(1) {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hmb-main>span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hmb-main>span:nth-child(3) {
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-open .hmb-main>span:nth-child(1) {
  transition:.4s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}

.nav-open .hmb-main>span:nth-child(2) {
  transition:.4s;
  opacity:0;
}

.nav-open .hmb-main>span:nth-child(3) {
  transition:.4s;
  bottom:auto;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}



@media (max-width: 1024px) {
  #header {
    padding: 10px 0;
  }

  .logo-box {
    width: 180px;
  }

  .header-right {
    padding-right: 60px;
  }

  .in-btn>span {
    padding: 10px 0;
  }

  .tel-box {
    display: none;
  }

  .cont-box {
    display: none;
  }

  .hmb-btn {
    display: inline-block;
  }
}

@media (max-width: 599px) {
  .header-ver01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 5px;
  }

  .header-right {
    padding-right: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .in-btn {
    border-radius: 5px;
    padding: 2px;
  }

  .in-btn>span {
    padding: 1px 0;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 12px;
  }

  .logo-box {
    width: 250px;
  }

  .logo-box>a {
    padding: 3px;
  }

  h1 {
    padding: 5px;
    font-size: 12px;
  }

}

/* nav */

.gnav {
  width: 100%;
  background-color: #2745a7;
  position: relative;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.nav-item01 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 20px 0;
}

.nav-item01>a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-left: #fff dashed 1px;
}

.nav-item01.last-one>a {
  border-right: #fff dashed 1px;
}

.drop-switch {
  position: relative;
}

.drop-menu {
  position: absolute;
  top: 100%;
  width: 130%;
  left: -15%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.drop-switch:hover .drop-menu {
  max-height: 300px;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-item02>a {
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  background-color: #f273ab;
  margin-bottom: 1px;
}

.pc-none-box {
  padding: 30px 0;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: none;
}

.logo-box-mk2 {
  width: 80%;
  margin: 0 auto 15px auto;
}

.logo-box-mk2>a {
  display: block;
  width: 100%;
}

.logo-box.mk2>a>img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tel-box-mk2 {
  font-size: 20px;
  font-weight: bold;
  color: #2745a7;
}

.tel-box-mk2 .tel-icon {
  font-size: 24px;
  margin-right: 5px;
}

.pc-none {
  display: none;
}

body::after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  opacity: 0;
  z-index: 997;
}


@media (max-width: 1024px) {

  .pc-none {
    display: block;
  }

  .gnav-section {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    z-index: 998;
    height: 100vh;
    background-color: #fff;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: .4s;
    transition: .4s;
  }

  body.nav-open {
    overflow: hidden;
  }

  .nav-open .gnav-section {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: .4s;
    transition: .4s;
  }

  body.nav-open::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
  }


  .pc-none-box {
    display: block;
  }

  .gnav {
    background-color: #fff;
    padding: 0 30px;
    overflow-y: scroll;
    height: 100%
  }

  .gnav-list {
    display: block;
    height: 100vh;
    margin-bottom: 100px;
  }

  .nav-item01 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 5px 0px;
  }

  .nav-item01>a {
    display: block;
    text-align: left;
    color: #2745a7;
    border-left: none;
    padding: 10px 0;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
  }

  .nav-item01>a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #f273ab;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
  }

  .drop-menu,
  .drop-switch:hover .drop-menu {
    position: relative;
    top: 0%;
    width: 100%;
    left: 0%;
    max-height: 100%;
  }

  .nav-item02 {
    padding-left: 20px;
  }

  .nav-item02>a {
    text-align: left;
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #333;
    background-color: #fff;
    border-bottom: 1px dashed #333;
  }
}

@media(max-width:599px) {
  .pc-none-box {
    padding: 15px 0;
  }

  .gnav-list {
    margin-bottom: 500px;
  }
}

.fixed-content {
  width: 150px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 5;
}



.fixed-btn {
  position: relative;
}

.fixed-btn.bt03 {
  display: none;
}

.fixed-btn::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.fixed-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  border: 2px solid #f273ab;
  border-radius: 100%;
  background-color: #f9e7ed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ab-a .fixed-btn a {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-animation: fuwafuwa 2s infinite;
  animation: fuwafuwa 2s infinite;
}

.fixed-btn i {
  font-size: 32px;
  color: #f273ab;
}

.fixed-btn-name {
  font-weight: bold;
  text-align: center;
  color: #666;
  margin-top: 10px;
}

.fixed-btn-name::after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  margin: 2px auto;
  background-color: #666;
}

.fixed-btn-text-01 {
  font-weight: bold;
  color: #2745a7;
  text-align: center;
}


.fixed-btn.type-b a {
  color: white;
  border: 2px solid #1e6e50;
  background-color: #94b37a;
}

.fixed-btn.type-b .fixed-btn-name::after {
  background-color: white;
}

.fixed-btn.type-b .fixed-btn-text-01 {
  color: white;
}

.fixed-btn.type-b .fixed-btn-text-02 {
  color: #1e6e50;
  background-color: white;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}



@media (max-width: 1024px) {
  .fixed-content {
    width: 130px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    bottom: 20px;
  }

  .fixed-btn-name {
    font-size: 12px;
  }
}

@media (max-width: 599px) {
  .fixed-content {
    width: 100%;
    bottom: 15px;
    right: 5px;
  }

  .fixed-content>*>* {
    text-align: right;
  }

  .fixed-btn {
    display: inline-block;
    width: 25%;
  }

  .fixed-btn.bt03 {
    display: inline-block;
  }
}

/* footer */

/* hero section */
.top-mv-section {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}

.top-mv-section.underdesign {
  width: 100%;
  height: 400px;
}

.top-mv-section.underdesign>img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.top-mv-section .uk-slidenav-position,
.top-mv-section .uk-slidenav-position .uk-slideshow,
.top-mv-section .uk-slidenav-position .uk-slideshow li,
.top-mv-section .uk-slidenav-position .uk-slideshow div {
  width: 100% !important;
  height: 100% !important;
}

.top-mv-section .uk-slidenav-position .uk-slideshow div img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}


.top-mv-catch {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff;
  box-shadow: 0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff,
    0 0 25px #fff;
  left: 10%;
  bottom: 10%;
  max-width:95%;
}

.underdesign .top-mv-catch {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-mv-catch.for-sp {
  display: none;
  -webkit-box-shadow: 0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff;
  box-shadow: 0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
}

.underdesign .top-mv-catch.for-sp {
  bottom: auto;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.top-mv-catch.for-pc .row01 {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.top-mv-catch.for-pc .row04 {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.top-mv-catch.for-sp .row01 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.top-mv-catch.for-sp .row04 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.top-mv-catch.for-pc .row02 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}

.top-mv-catch.for-sp .row02 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.under-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0 0 0 / 0)), color-stop(70%, #a2b9ff));
  background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #a2b9ff 70%);
}

.up-c-red {
  color: red;
}

.ll-btn a {
  width: 100%;
  max-width: 300px;
}

.up-c-33 {
  color: #333;
}

@media (max-width: 1024px) {
  .top-mv-section {
    height: 450px;
  }

  .top-mv-section.underdesign {
    height: 300px;
  }

  .top-mv-catch.for-pc {
    left: 3%;
    padding: 10px;
    border-radius: 20px;
  }

  .top-mv-catch {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
    box-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  }

  .top-mv-catch.for-pc .row01 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .top-mv-catch.for-pc .row04 {
    font-size: 24px;
    letter-spacing: 0;
  }

  .top-mv-catch.for-pc .row02 {
    margin-top: 5px;
    font-size: 18px;
  }

}

@media (max-width: 599px) {
  .top-mv-section {
    height: 400px;
  }

  .top-mv-section.underdesign {
    height: 250px;
  }

  .top-mv-catch.for-pc {
    display: none;
  }

  .top-mv-catch.for-sp {
    display: block;
  }

}

/* custom contents */
.two-line,
.three-line {
  display: block;
}

.date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  color: #f273ab;
  font-weight: bold;
}

.category span {
  display: inline-block;
  padding: 2px 15px;
  font-size: 14px;
  font-size: 12px;
  color: white;
  line-height: 1.2;
  text-align: center;
  background-color: #2745a7;
}

.category span+span {
  margin-left: 2px;
}

.list-cc-01 li {
  border: 1px solid #e6e8e9;
  border-radius: 10px;
}

.list-cc-01 li a {
  display: block;
  padding: 15px 40px 15px 20px;
  background-color: white;
  position: relative;
}

.list-cc-01 li a::after {
  margin: auto;
  color: #f273ab;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  content: "\f30b";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 1;
}

.list-cc-01 li+li {
  margin-top: 15px;
}


.list-cc-02 li .list-inner {
  overflow: hidden;
  border-radius: 5px;
}

.list-cc-02-box {
  padding: 15px 10px;
  background-color: #f9e7ed;
}

.list-cc-03-box {
  padding: 10px 5px;
}

.cc-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -5px;
  align-items: center;
}

.cc-cat>span {
  display: inline-block;
  padding: 1px 8px;
  background-color: #2745a7;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}

.cc-title-01 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.cc-title-02 {
  display: block;
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc-title-detail {
  font-weight: bold;
  font-size: 24px;
}

.cc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cc-content {
  width: 70%;
}

.cc-side {
  width: 25%;
}

.cc-side-box+.cc-side-box {
  margin-top: 50px;
}

.cc-side-title {
  padding: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #2745a7;
}

.cc-side-list li a {
  display: block;
  padding: 10px;
  background-color: #eee;
}

.cc-side-list li+li a {
  border-top: 1px solid white;
}

.recommend {
  margin-top: 50px;
  padding: 50px 10px;
  border-top: 1px solid #b7bdc0;
}

@media (max-width: 1024px) {
  .list-cc-01-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cc-title-detail {
    font-size: 20px;
  }

  .cc-content {
    width: 100%;
  }

  .cc-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }

  .cc-side-box {
    width: 48%;
  }

  .cc-side-box+.cc-side-box {
    margin-top: 0;
  }
}

@media (max-width: 599px) {
  .date {
    font-size: 12px;
  }

  .category span {
    font-size: 12px;
  }

  .list-cc-02 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .list-cc-02 li a .img {
    width: 35%;
  }

  .list-cc-02 li a .list-cc-02-box {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .list-cc-02 li+li {
    margin-top: 10px;
  }

  .list-cc-03 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .list-cc-03 li a .img {
    width: 35%;
  }

  .list-cc-03 li a .list-cc-03-box {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cc-title-detail {
    font-size: 18px;
  }

  .cc-side-box {
    width: 100%;
  }

  .cc-side-box+.cc-side-box {
    margin-top: 30px;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 5px 0;
  font-weight: bold;
}

.breadcrumbs-list {
  width: 100%;
  color: #2745a7;
}

.breadcrumbs-list li {
  display: inline;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
  font-size: 14px;
  font-weight: bold;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  color: #f273ab;
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin: 0 0.5em;
  border-top: 3px solid #f273ab;
  border-right: 3px solid #f273ab;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media(max-width:599px) {
  .breadcrumbs {
    padding: 5px;
  }

  .breadcrumbs-list li.breadcrumbs-home,
  .breadcrumbs-list li.breadcrumbs-prevpage,
  .breadcrumbs-list li.breadcrumbs-thispage {
    font-size: 14px;
  }
}

.flt-left {
  float: left
}

.flt-right {
  float: right
}

.l-btn a {
  display: inline-block;
  background-color: #f273ab;
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
  border-radius: 3px;
  font-weight: bold;
}

.l-btn a i {
  display: inline-block;
  font-size: 24px;
  margin-right: 5px;
}

.box-02-content .l-btn a {
  width: 70%;
}

.feature-ball-inner {
  position: relative;
}

.feature-ball-inner::before {
  content: "";
  display: block;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.ball01 .feature-ball-inner::before {
  background-color: #2745a7;
}

.ball02 .feature-ball-inner::before {
  background-color: #f273ab;
}

.feature-ball-txt-shell {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-ball-txt {
  color: #fff;
  font-weight: bold;
}

.top-blog>li:nth-child(3) {
  display: none
}

.q-item,
.a-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.q-box,
.a-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
}

.q-box {
  background-color: #f273ab;
}

.a-box {
  background-color: #2745a7;
}

.q-box>span,
.a-box>span {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.a-text,
.q-text {
  width: calc(100% - 60px);
  padding: 15px;
  font-weight: 500;
  font-size: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.map-area {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.map-area iframe {
  width: 100%;
  height: 100%;
}

.b-txt {
  color: #2745a7
}

.fake-checkbox {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  top: 10px;
  left: 10px;
  background-color: #fff;
  border: #2745a7 2px solid;
}

.fake-checkbox-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.fake-checkbox-inner i {
  display: none;
  color: #f273ab;
  position: absolute;
  bottom: -5px;
  line-height: 1em;
  left: 50%;
  font-size: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.checked .fake-checkbox-inner i {
  display: block;
}

.flow-list .flow-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.flow-num {
  font-size: 1.5em;
  color: #f273ab;
  margin-right: 10px;
  width:45px;
  max-width:45px;
  min-width:45px;
  margin-top:-8px;
}

.att-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: #ccc solid 1px;
  padding-bottom: 8px;
}

.dm-checker {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background-color: #fff;
  border: #2745a7 2px solid;
  position: relative;
  margin-top: 3px;


}

.dm-checker i {
  display: inline-block;
  color: #f273ab;
  position: absolute;
  bottom: -5px;
  line-height: 1em;
  left: 50%;
  font-size: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.att-text {
  width: calc(100% - 25px);
  padding-left: 8px;
  margin-top: 1px;
}

.bnr-item>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  position: relative;
  border-top: 8px solid #f273ab;
  border-right: 8px solid #f273ab;
  border-bottom: 8px solid #2745a7;
  border-left: 8px solid #2745a7;
  border-radius: 15px;
}

.bnr02 a {
  background-color: #c5e3ca;
  border: 8px solid #008A3B;
}

.bnr-item>a>img {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
}

.bnr-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  padding: 20px 0;
}

.bnr-icon {
  width: 60px;
  margin-right: 15px;
}

.title-icon {
  display: inline-block;
  background-image: url('/import/tenant_1/160.16.54.207/html/images/icon-mk1.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.for-pc .title-icon {
  width: 25px;
  height: 25px;
}

.for-pc .title-mk1-txt {
  width: calc(100% - 25px);
  padding-left: 5px;
}

.for-sp .title-icon {
  width: 22px;
  height: 22px;
  margin-top: 1px;
}

.for-sp .title-mk1-txt {
  width: calc(100% - 22px);
  padding-left: 3px;
}

.wt-box {
  background-color: #fff;
  border-radius: 10px;
}

.wt-box.mk2 {
  border: 2px solid #2745a7;
}

.date-title {
  width: 60px;
  font-weight: bold;
  color: #2745a7;
}

.date-data {
  width: calc(100% - 60px);
}


.info-list li {
  border-bottom: #ccc solid 1px;
  padding-bottom: 8px;
}

.info-th {
  width: 100px;
  color: #2745a7;
  font-weight: bold;
}

.info-td {
  width: calc(100% - 130px);
}

.new-table .table-wrap table tr th {
  background-color: #2745a7;
  color: #fff;
  font-weight: bold;
}

.new-table .table-wrap {
  border: 2px solid #2745a7;
}

.new-table .table-wrap.-pattern-02 table tr th,
.table-wrap.-pattern-02 table tr td {
  font-weight: bold;
}

.new-table .table-wrap table tr th+th,
.new-table .table-wrap table tr td+td {
  border-left: 2px solid #2745a7;
}

.new-table .table-wrap table tr+tr {
  border-top: 2px solid #2745a7;
}

.lb-title {
  background-color: #fff;
  padding: .5em 0;
}

.lb-item>div {
  -webkit-box-shadow: 0px 0px 5px 5px #777777;
  box-shadow: 0px 0px 5px 5px #777777;
}

.box-border {
  border: 2px solid #2745a7;
  padding: 15px;
  border-radius: 10px;
}

.hf-img {
  position: relative;
  width: 50%;
  height: 600px;
}

.mk2 .hf-img {
  height: 400px;
}

.hf-img::after {
  content: "";
  height: 100%;
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
  background: linear-gradient(to left, #fff, transparent);
}

.bgc-05 .up-fxd-rowr .hf-img::after {
  content: "";
  height: 100%;
  width: 30%;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#e6e8e9), to(transparent));
  background: linear-gradient(to right, #e6e8e9, transparent);
}

.hf-img>img {
  position: relative;
  z-index: 0;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.hf-box {
  width: 50%;
}

.hf-box-inner {
  max-width: 500px;
  margin: 0 auto 0 60px;
}

.name-info {
  font-family: 'Noto Serif JP', serif;
}

.named {
  font-family: 'Noto Serif JP', serif;
}

.name-info>span {
  font-size: 2em;
  margin-left: 0.5em;
}

.c-pink {
  color: #f9e7ed;
}

.bgc-05 .c-pink {
  color: #fff;
}

.n-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  line-height: 1.3em;
}

.n-list>li>i {
  width: 1.2em;
  margin-top: 3px;
  color: #f273ab;
}

.n-list>li>span {
  display: inline-block;
  width: calc(100% - 1.2em);
  color: #2745a7;
}

.c-pinker {
  color: #f273ab;
}

.n-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #2745a7;
}

.n-table tr {
  border: 2px solid #2745a7;
  line-height: 1.2em;
}

.n-table th {
  font-weight: bold;
  text-align: left;
  padding: 5px;
  color: #f273ab;
  border: 2px solid #2745a7;
  min-width: 70px;
}

.n-table td {
  text-align: left;
  padding: 5px;
  border: 2px solid #2745a7;
}

.wt-box.new-table {
  border: 2px solid #2745a7;
}

.m-title>span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f9e7ed));
  background: linear-gradient(transparent 60%, #f9e7ed 60%);
}

.ss-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 15px 0;
  border: 1px;
  border: 1px solid #e6e8e9;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px #777777;
  box-shadow: 0px 0px 5px 0px #777777;
}

.ss-item-inner>i {
  font-size: 24px;
  color: #2745a7;
  margin: 0 10px;
}

.new-table .plant-table .plant-title {
  width: 60%;
}

.new-table .plant-table td.plant-title {
  text-align: left;
  color: #2745a7;
  text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.new-table .plant-table td.plant-title>span {
  position: relative;
  z-index: 2;
}

.new-table .plant-table td.plant-title>img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 40%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.new-table .plant-table td.plant-title::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), to(transparent));
  background: linear-gradient(to right, #fff 60%, transparent 100%);
}

.faq-ver2 .q-item {
  background-color: #f273ab
}

.faq-ver2 .q-text {
  background-color: #f273ab;
  color: #fff;
  font-weight: bold;
}

.contact-item dd input[type="checkbox"] {
  display: none;
}

.contact-item .form_shape input {
  width: 20px;
  font-family: inherit;
  color: inherit;
  border: 2px solid #2745a7;
  font-size: inherit;
  background-color: #fff;
  width: 100%;
  padding: 0.5em 0.5em
}

.contact-item dd input[type="checkbox"]+label {
  padding-left: 1.2em;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0.1em;
}

.contact-item dd input[type="checkbox"]+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 2px solid #2745a7;
}

.contact-item dd input[type="checkbox"]:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0.25em;
  width: 0.5em;
  height: 0.75em;
  -webkit-transform: translate(0, -50%) rotate(40deg);
  transform: translate(0, -50%) rotate(40deg);
  border-bottom: 3px solid #f273ab;
  border-right: 3px solid #f273ab;
}


@media(max-width:1024px) {
  .title-01>.main {
    font-size: 26px;
  }

  .title-02>.main {
    font-size: 24px;
  }

  .flt-left {
    float: none;
  }

  .flt-right {
    float: none;
  }

  .title-10 {
    font-size: 24px;
  }

  .a-text,
  .q-text {
    padding: 15px 10px;
    font-size: 18px;
  }

  .box-border {
    padding: 10px;
    border-radius: 8px;
  }

  .hf-box-inner {
    max-width: 500px;
    margin: 0 15px 0 15px;
  }
}

@media(max-width:599px) {
  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }

  .top-blog>li:nth-child(3) {
    display: block;
  }

  .cc-title-01,
  .cc-title-02 {
    font-size: 16px;
  }

  .q-box,
  .a-box {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
  }

  .q-box>span,
  .a-box>span {
    font-size: 25px;
  }

  .a-text,
  .q-text {
    width: calc(100% - 35px);
    padding: 5px;
    font-size: 16px;
  }

  .bnr-cont {
    padding: 15px 0;
  }

  .bnr-icon {
    width: 45px;
    margin-right: 10px;
  }

  .dm-checker {
    margin-top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }

  .dm-checker i {
    font-size: 28px;
  }

  .att-text {
    width: calc(100% - 20px);
    padding-left: 5px;
  }

  .new-table .table-wrap.-pattern-02 table tr th,
  .new-table .table-wrap.-pattern-02 table tr td {
    padding: 5px 0;
  }

  .info-th {
    width: 70px;
    color: #2745a7;
    font-weight: bold;
  }

  .info-td {
    width: calc(100% - 80px);
  }

  .hf-img {
    width: 100%;
    height: 300px;
  }

  .mk2 .hf-img {
    height: 200px;
  }

  .mk2 .hf-img>img {
    opacity: 0.5;
  }

  .hf-img::after {
    content: "";
    height: 15%;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: linear-gradient(to top, #fff, transparent);
  }

  .bgc-05 .up-fxd-rowr .hf-img::after {
    content: "";
    height: 15%;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#e6e8e9), to(transparent));
    background: linear-gradient(to top, #e6e8e9, transparent);
  }

  .hf-box {
    width: 100%;
  }

  .hf-box-inner {
    max-width: 100%;
    margin: 15px 10px 0 10px;
  }

  .up-py-48\@sp {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mk2 .hf-box {
    margin-top: -200px;
    position: relative;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 1px 0px #fff) drop-shadow(1px 1px 0px #fff) drop-shadow(1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(-1px 0px 0px #fff);
    filter: drop-shadow(0px 1px 0px #fff) drop-shadow(1px 1px 0px #fff) drop-shadow(1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(-1px 0px 0px #fff);
  }

  .col-btn>* {
    margin: 10px 0;
  }
}

.ph-no{
  display:none;
}

[data-element-id].for-sp{
  max-width:375px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  border:3px #888 solid;
}

[data-element-id].for-sp::before{
  content:"SP時表示用見出し";
  width:100%;
  text-align:center;
  color:#fff;
  font-size:12px;
  display:block;
  border:3px #888;
  background-color:#888;
}

[data-element-id].pc-none{
  display:block;
  border:2px solid yellow;
}

[data-element-id].fixed-btn.bt03{
    display:block;
    border:2px solid yellow;
}

[data-element-id].ph-no{
  display:block;
  border:2px solid yellow;
}

[data-element-id].pc-none::before{
  content:"PC時非表示";
  width:100%;
  text-align:center;
  color:blue;
  font-size:12px;
  display:block;
  border:3px yellow;
  background-color:yellow;
}

[data-element-id].ph-no::before{
  content:"PC時非表示";
  width:100%;
  text-align:center;
  color:blue;
  font-size:12px;
  display:block;
  border:3px yellow;
  background-color:yellow;
}

[data-element-id].fixed-content{
  position:absolute;
  top:400px;
}

[data-element-id].drop-menu {
    position:relative;
    top:0;
    width: 100%;
    left: 0%;
    overflow: hidden;
    max-height:500px;
    border:2px solid yellow;
}

[data-element-id].drop-menu:hover {
    position:relative;
    top:0;
    width: 100%;
    left: 0%;
    overflow: hidden;
    max-height:500px;
    border:2px solid yellow;
}

/*[data-element-id].drop-menu::before{
  content:"PC時非表示";
  width:100%;
  text-align:center;
  color:blue;
  font-size:12px;
  display:block;
  border:3px yellow;
  background-color:yellow;
}*/

[data-element-id].gnav-list {
    align-items: flex-start;
}

[data-element-id].underdesign .top-mv-catch.for-sp {
    top: 60%;
    -webkit-transform: translate(0%,0%);
    transform: translate(0%, 0%);
}
@media(max-width:599px){
.new-table .table-wrap.-pattern-02 table tr .plant-title {
  font-size:18px;
    padding: 15px;
}

.table-wrap table.mini-list tr th, .table-wrap table.mini-list tr td {
    padding: 1px;
    font-size: 14px;
}

.table-wrap table.mini-list tr td:nth-child(1) {
    min-width:40px;
}

.table-wrap table.mini-list tr td:nth-child(3) {
    max-width:100px;
}
}

.html-area ul>li {
  margin: 10px 0;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
}

.html-area ul>li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f273ab;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.html-area ol>li {
  margin: 10px 0;
  padding-left: 40px;
  font-size: 1em;
  color: #666;
  position: relative;
}

.html-area ol>li::before {
  content: "1";
  width: 30px;
  height: 30px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #f273ab;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.html-area ol>li:nth-child(2)::before {
  content: "2";
}

.html-area ol>li:nth-child(3)::before {
  content: "3";
}

.html-area ol>li:nth-child(4)::before {
  content: "4";
}

.html-area ol>li:nth-child(5)::before {
  content: "5";
}

.html-area ol>li:nth-child(6)::before {
  content: "6";
}

.html-area ol>li:nth-child(7)::before {
  content: "7";
}

.html-area ol>li:nth-child(8)::before {
  content: "8";
}

.html-area ol>li:nth-child(9)::before {
  content: "9";
}

.html-area ol>li:nth-child(10)::before {
  content: "10";
}

.html-area ol>li:nth-child(11)::before {
  content: "11";
}

.html-area ol>li:nth-child(12)::before {
  content: "12";
}

.html-area ol>li:nth-child(13)::before {
  content: "13";
}

.html-area ol>li:nth-child(14)::before {
  content: "14";
}

.html-area ol>li:nth-child(15)::before {
  content: "15";
}

.html-area ol>li:nth-child(16)::before {
  content: "16";
}

.html-area ol>li:nth-child(17)::before {
  content: "17";
}

.html-area ol>li:nth-child(18)::before {
  content: "18";
}

.html-area ol>li:nth-child(19)::before {
  content: "19";
}

.html-area ol>li:nth-child(20)::before {
  content: "20";
}

.html-area h2 {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-right: auto;
  padding: 5px 30px;
  font-weight: 500;
  font-size: 1.5em;
  border: 2px solid #f273ab;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 0px 0px #f273ab;
  box-shadow: 5px 5px 0px 0px #f273ab;
}

.html-area h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #666;
  border-left: 5px solid #f273ab;
}

.html-area h4 {
  display: inline;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: auto;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e5ee6e));
  background: linear-gradient(transparent 60%, #e5ee6e 60%);
}

[data-element-id].bnr-item>a>img {
    display: block;
    width: 100%;
    height: auto;
    position:relative;
}

[data-element-id].pc-none-box{
  display:block;
  width:375px;
}

.conted.btn>a{
    background-color: #2745a7;
    border: 2px solid #2745a7;
}

.conted.btn>a:hover{
    color: #2745a7;
    background-color:#fff;
}

.green-tri{
  color:#63a10b;
}

.green-tab{
  color:#63a10b;
}

.red-tab{
  color:#c0504d;
}

.red-text{
  color:#c0504d;
  font-weight:bold;
}

.red-box{
  background-color:#c0504d;
  color:#fff;
  padding:2px 10px;
  margin-right:5px;
}

.a-text>a{
  color:blue;
  font-weight:bold;
  text-decoration: underline;
}

.src-txt{
  color:blue;
  text-decoration: underline;
  font-size:14px;
}
[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none
}

[data-element-id].img-box .lock-img{
  height:200px;
}
.img-box .lock-img{
  height:100%;
}

.img-box .lock-img>img{
  -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.check-switch{
  cursor: pointer
}

/**AIチャットボット**/
button.ai-chat {
  border: none;
  background: none;
}

.ai-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 180px;
}

@media screen and (max-width: 599px) {
  .ai-chat {
    bottom: 150px;
    right: 8px;
    max-width: 30%;
  }
}
