@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  color: #202020;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
}

.overflow {
  overflow-x: hidden;
}

.wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

/* -----------------------------------------
  helper style
  ------------------------------------------ */
.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL0 {
  margin-left: 0px !important;
}
.mR0 {
  margin-left: 0px !important;
}

.txtC {
  text-align: center !important;
}
.txtR {
  text-align: right;
}

.fontBold {
  font-weight: bold;
}
.fontNormal {
  font-weight: normal;
}

.colorRed {
  color: #f30000;
}

.colorBlue {
  color: #0000ff;
}

.colorBlack {
  color: #202020;
}

.txtUnderline {
  text-decoration: underline;
}
.txtJustify {
  text-align: justify;
}

.txtIndent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.txtIndent12 {
  padding-left: 1.2em !important;
  text-indent: -1em;
}

.txtIndent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.txtIndent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.txtIndent4 {
  padding-left: 4em;
  text-indent: -4em;
}

.txtIndent5 {
  padding-left: 5em;
  text-indent: -5em;
}

.font150 {
  font-size: 90%;
}
.font140 {
  font-size: 90%;
}
.font130 {
  font-size: 90%;
}
.font120 {
  font-size: 90%;
}
.font110 {
  font-size: 90%;
}
.font90 {
  font-size: 90%;
}
.font80 {
  font-size: 80%;
}
.font70 {
  font-size: 70%;
}
.br-sp {
  display: none;
}
/* ------------------------------------------
   common
   ------------------------------------------ */
.header__top {
  background: linear-gradient(to right, #fff 40%, #e4f5c3);
  padding: 8px 0;
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top-inner p {
  font-size: 1rem;
  color: #1e415f;
  font-weight: bold;
}
.header__bottom {
  background: #d6e1eb;
  color: #0d4da1;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 10px solid #0d4da1;
}

.breadcrumb {
  font-size: 1.4rem;
  margin: 16px 0 20px;
}
.breadcrumb ul {
  display: flex;
  padding: 0;
}
.breadcrumb ul a {
  color: #202020;
}

/* ------------- footer ------------- */
.footer-border {
  margin-top: 70px;
  background: #f3f3f3;
  height: 20px;
  border-top: 1px solid #ccccff;
  border-bottom: 1px solid #ccccff;
}

.footer-nav-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-navi {
  width: 33%;
}
.footer-navi__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 28px 0 10px;
}
.footer-navi.--01 .footer-navi__ttl {
  color: #1a274d;
  border-bottom: 2px solid #1a274d;
}
.footer-navi.--02 .footer-navi__ttl {
  color: #27ad3a;
  border-bottom: 2px solid #27ad3a;
}
.footer-navi.--03 .footer-navi__ttl {
  color: #4e67b0;
  border-bottom: 2px solid #4e67b0;
}
.footer-navi a {
  color: #202020;
  text-decoration: underline;
}
.footer-navi__list-wrap {
  margin: 16px 0;
}
.footer-navi > ul > li {
  font-size: 1.2rem;
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}
.footer-navi > ul > li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_footer-list.gif) 0 / contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.footer {
  font-size: 1rem;
  padding: 20px 0;
  border-top: 2px solid #ccccff;
  text-align: right;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .footer-border {
    display: none;
  }
  .footer-nav-wrap {
    display: block;
    margin-top: 40px;
  }
  .footer-navi {
    width: 100%;
  }
  .footer-navi__ttl {
    background: #f3f3f3;
    padding: 10px;
    margin: 0 0 5px;
    position: relative;
  }
  .footer-navi__ttl:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-down-footer.png) 0 / contain no-repeat;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .footer-navi__ttl.is-active:after {
    background: url(../img/arrow-up-footer.png) 0 / contain no-repeat;
  }
  .footer {
    padding: 5px 0;
    text-align: left;
  }
}

.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 45px;
  cursor: pointer;
}
/* ------------- END footer ------------- */

.page-top-ttl-wrap {
  background-color: #303d8b;
  margin-bottom: 50px;
  height: 180px;
}
.page-top-ttl-wrap .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page-top-ttl-wrap p {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  z-index: 999;
  position: relative;
  top: 30px;
}
.page-top-ttl-wrap img {
  color: #fff;
  font-size: 36px;
  width: auto;
  height: 180px;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.menu-wrap a {
  color: inherit;
}
/* .menu-wrap a:hover {
  text-decoration: underline;
  background-color: #f93a3a;
} */
.menu-wrap a:hover li {
  font-weight: 600;
  color: #fff;
  width: fit-content;
}
.menu-wrap .menu-make a:hover li {
  background-color: #f93a3a;
}
.menu-wrap .menu-information a:hover li {
  background-color: #303d8b;
}
.menu-wrap .menu-use a:hover li {
  background-color: #308b4e;
}
.menu-btn {
  display: none;
  text-align: center;
}
.menu-make-ttl-wrap {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  background-image: repeating-linear-gradient(
      90deg,
      #f93a3a,
      #f93a3a 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      180deg,
      #f93a3a,
      #f93a3a 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      90deg,
      #f93a3a,
      #f93a3a 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      180deg,
      #f93a3a,
      #f93a3a 4px,
      transparent 4px,
      transparent 8px
    );
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  padding: 10px 20px 10px 50px;
  margin-bottom: 10px;
}
.menu-make-ttl-wrap2 {
  display: none;
  position: absolute;
  background-color: #f93a3a;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 10px;
}
.menu-make-ttl-wrap2 h3 {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  margin: 0;
}
.menu-make-ttl-wrap2 p {
  color: #fff;
  font-size: 1.6rem;
  /* margin: 5px 0 0; */
  margin: 15px 0 0;
  text-align: center;
}
.menu-make-ttl-wrap .menu-make-ttl {
  display: inline-block;
  color: #f93a3a;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #f93a3a;
  height: fit-content;
}
.menu-make-ttl-wrap img {
  width: auto;
  height: 105px;
}
.menu-make .menu-make-list1 {
  margin-left: 5px;
}
.menu-make .menu-make-list1 li {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  font-weight: bold;
}
.menu-make .menu-make-list1 li::before {
  content: "";
  background-image: url("../img/menu-list-img-red.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}
.menu-make .menu-make-list2 {
  margin-bottom: 20px;
}
.menu-make .menu-make-list2 li {
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}
.menu-make .menu-make-list2 li::before {
  background-image: none;
}

.menu-information-ttl-wrap {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  background-image: repeating-linear-gradient(
      90deg,
      #303d8b,
      #303d8b 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      180deg,
      #303d8b,
      #303d8b 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      90deg,
      #303d8b,
      #303d8b 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      180deg,
      #303d8b,
      #303d8b 4px,
      transparent 4px,
      transparent 8px
    );
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  padding: 10px 20px 10px 50px;
  margin-bottom: 10px;
}
.menu-information-ttl-wrap2 {
  display: none;
  position: absolute;
  background-color: #303d8b;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 10px;
}
.menu-information-ttl-wrap2 h3 {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  margin: 0;
}
.menu-information-ttl-wrap2 p {
  color: #fff;
  font-size: 1.6rem;
  /* margin: 5px 0 0; */
  margin: 15px 0 0;
  text-align: center;
}
.menu-information-ttl-wrap .menu-information-ttl {
  display: inline-block;
  color: #303d8b;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #303d8b;
  height: fit-content;
}
.menu-information-ttl-wrap img {
  width: auto;
  height: 105px;
}
.menu-information .menu-information-list1 {
  margin-left: 5px;
}
.menu-information .menu-information-list1 li {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  font-weight: bold;
}
.menu-information .menu-information-list1 li::before {
  content: "";
  background-image: url("../img/menu-list-img-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}
.menu-information .menu-information-list2 {
  margin-bottom: 20px;
}
.menu-information .menu-information-list2 li {
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}
.menu-information .menu-information-list2 li::before {
  background-image: none;
}

.menu-use-ttl-wrap {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  background-image: repeating-linear-gradient(
      90deg,
      #308b4e,
      #308b4e 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      180deg,
      #308b4e,
      #308b4e 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      90deg,
      #308b4e,
      #308b4e 4px,
      transparent 4px,
      transparent 8px
    ),
    repeating-linear-gradient(
      180deg,
      #308b4e,
      #308b4e 4px,
      transparent 4px,
      transparent 8px
    );
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  padding: 10px 20px 10px 50px;
  margin-bottom: 10px;
}
.menu-use-ttl-wrap2 {
  display: none;
  position: absolute;
  background-color: #308b4e;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 10px;
}
.menu-use-ttl-wrap2 h3 {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  margin: 0;
}
.menu-use-ttl-wrap2 p {
  color: #fff;
  font-size: 1.6rem;
  /* margin: 5px 0 0; */
  margin: 15px 0 0;
  text-align: center;
}
.menu-use-ttl-wrap .menu-use-ttl {
  display: inline-block;
  color: #308b4e;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #308b4e;
  height: fit-content;
}
.menu-use-ttl-wrap img {
  width: auto;
  height: 105px;
}
.menu-use .menu-use-list1 {
  margin-left: 5px;
}
.menu-use .menu-use-list1 li {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  font-weight: bold;
}
.menu-use .menu-use-list1 li::before {
  content: "";
  background-image: url("../img/menu-list-img-green.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}
.menu-use .menu-use-list2 {
  margin-bottom: 20px;
}
.menu-use .menu-use-list2 li {
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}
.menu-use .menu-use-list2 li::before {
  background-image: none;
}

.menu-caution {
  text-align: right;
  font-size: 1.5rem;

}

/* ▼スマホでは表示しない */
.menu-make-ttl-wrap2,
.menu-information-ttl-wrap2,
.menu-use-ttl-wrap2 {
  display: none;
}

/* ▼PC（hover） */
@media (min-width: 769px) {
  .menu-make-ttl-wrap:hover .menu-make-ttl-wrap2,
  .menu-information-ttl-wrap:hover .menu-information-ttl-wrap2,
  .menu-use-ttl-wrap:hover .menu-use-ttl-wrap2 {
    display: block;
  }
}

/* ▼スマホでクリック時（active） */
@media (max-width: 768px) {
  .menu-make-ttl-wrap2.active,
  .menu-information-ttl-wrap2.active,
  .menu-use-ttl-wrap2.active {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .menu-wrap {
    gap: 20px;
  }
  .menu-make {
    width: 30%;
  }
  .menu-make-ttl-wrap {
    padding: 10px 20px;
    gap: 5px;
    justify-content: space-evenly;
  }
  .menu-make-ttl {
    font-size: 20px;
  }
  .menu-make-ttl-wrap img {
    height: 85px;
  }
  .menu-information {
    width: 30%;
  }
  .menu-information-ttl-wrap {
    padding: 10px 20px;
    gap: 5px;
    justify-content: space-evenly;
  }
  .menu-information-ttl {
    font-size: 20px;
  }
  .menu-information-ttl-wrap img {
    height: 80px;
  }
  .menu-use {
    width: 30%;
  }
  .menu-use-ttl-wrap {
    padding: 10px 20px;
    gap: 5px;
    justify-content: space-evenly;
  }
  .menu-use-ttl {
    font-size: 20px;
  }
  .menu-use-ttl-wrap img {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
  }
  .header__top-inner img {
    position: relative;
    left: -10px;
  }
  .header__top-inner p {
    display: none;
  }
  .breadcrumb {
    font-size: 1.2rem;
  }
  .header__bottom {
    font-size: 16px;
    padding: 15px 0 13px;
  }
  .br-sp {
    display: block;
  }
  .wrapper {
    width: 92%;
    padding: 0;
  }
  .page-top-ttl-wrap {
    height: fit-content;
  }
  .page-top-ttl-wrap .wrapper {
    width: 100%;
  }
  .page-top-ttl-wrap p {
    font-size: 17px;
    line-height: 22px;
    margin-left: 10px;
    top: 0;
  }
  .page-top-ttl-wrap img {
    width: auto;
    height: 100%;
  }
  .menu-btn {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    margin: 0 auto;
  }
  .menu-btn1 {
    border-bottom: 1px solid #ff5e5e;
  }
  .menu-btn2 {
    border-bottom: 1px solid #34a4f0;
  }
  .menu-btn3 {
    border-bottom: 1px solid #51ae6f;
  }
  .menu-btn img {
    width: 13px;
    height: 10px;
    position: relative;
    top: 7px;
    transition: transform 0.3s ease;
  }
  .menu-btn img.active {
    transform: rotate(-180deg);
  }
  .menu-btn p {
    margin: 0;
  }
  .menu-wrap {
    display: block;
  }
  .menu-make {
    width: 100%;
  }
  .menu-make-ttl-wrap img {
    height: 105px;
  }
  .menu-make-list1 {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
  }
  .menu-make-list1.active {
    display: block;
  }
  .menu-information {
    width: 100%;
  }
  .menu-information-ttl-wrap img {
    height: 105px;
  }
  .menu-information-list1 {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
  }
  .menu-information-list1.active {
    display: block;
  }
  .menu-use {
    width: 100%;
  }
  .menu-use-ttl-wrap img {
    height: 105px;
  }
  .menu-use-list1 {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
  }
  .menu-use-list1.active {
    display: block;
  }
  .menu-caution {
    text-align: left;
    font-size: 11px;
    text-indent: -3em;
    padding-left: 3em;
  }


}
