@charset "UTF-8";
/* ヘッター */
#header {
  width: 100%;
  height: 120px;
  font-family: "Meiryo", "メイリオ", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Ｐゴシック", sans-serif;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: fixed !important;
  background-color: #fff;
  line-height: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #header {
    height: 65px;
  }
}

#beneHeader {
  max-width: 1220px;
  margin: 0 auto;
  padding: 10px 10px 0;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #beneHeader {
    padding: 5px 10px 0;
    height: 25px;
  }
}
#beneHeader img {
  width: 102px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  #beneHeader img {
    width: 70px;
    height: auto;
    vertical-align: top;
  }
}

.g-cmn {
  float: right;
  overflow: hidden;
  display: block;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .g-cmn {
    display: none;
  }
}
.g-cmn li {
  float: left;
  padding-left: 36px;
}
.g-cmn li a {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-decoration: underline;
}
.g-cmn li a:link {
  color: #0070cb;
}
.g-cmn li a:visited {
  color: purple;
}
.g-cmn li a:hover {
  color: #ff6600;
}

/* メインヘッター */
#mainHeader {
  max-width: 1220px;
  z-index: 100;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 10px 30px;
}
@media screen and (max-width: 768px) {
  #mainHeader {
    padding: 5px 10px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 320px) {
  #mainHeader {
    padding: 2px 40px 0 10px;
  }
}
@media screen and (max-width: 1080px) {
  #mainHeader img {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (max-width: 910px) {
  #mainHeader img {
    max-width: 250px;
  }
}
@media screen and (max-width: 820px) {
  #mainHeader img {
    max-width: 230px;
  }
}
@media screen and (max-width: 320px) {
  #mainHeader img {
    max-width: 220px;
  }
}

.sub1 {
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .sub1 {
    scrollbar-width: none;
  }
}

@media screen and (min-width: 769px) {
  .sub1::-webkit-scrollbar {
    display: none !important;
    scrollbar-width: none;
  }
}

.sub1_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .sub1_in {
    display: block;
  }
}

.sub1_in a:hover {
  opacity: 0.5;
}

.sub1_in li:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .sub1_in li:first-child a {
    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;
    font-size: 2rem;
    padding: 3vh 1em 3vh 1em;
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 576px) {
  .sub1_in li:first-child a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 375px) {
  .sub1_in li:first-child a {
    padding: 2.5vh 1em 2.5vh 1em;
  }
}
@media screen and (max-width: 300px) {
  .sub1_in li:first-child a {
    font-size: 1.5rem;
  }
}

.sub1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
}
.sub1 li a {
  display: block;
  padding-left: 35px;
}
@media screen and (max-width: 1280px) {
  .sub1 li a {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .sub1 li a {
    font-size: 1.5rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .sub1 li a {
    font-size: 1.35rem;
    padding-left: 15px;
  }
}
@media screen and (max-width: 800px) {
  .sub1 li a {
    padding-left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .sub1 li a {
    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;
    font-size: 2rem;
    padding: 3vh 1em 3vh 1em;
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 576px) {
  .sub1 li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 375px) {
  .sub1 li a {
    padding: 2.5vh 1em 2.5vh 1em;
  }
}
@media screen and (max-width: 300px) {
  .sub1 li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sub1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    visibility: hidden;
    top: 65px;
    right: 0;
    width: 80%;
    height: 80vh;
    margin: 0 -800px 0 0;
    padding: 0 10px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 10px 10px -10px rgba(10, 10, 10, 0.25) inset;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 10px 10px -10px rgba(10, 10, 10, 0.25) inset;
    z-index: 1;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media screen and (max-width: 375px) {
  .sub1 {
    height: 85vh;
  }
}

.nav_arr {
  position: relative;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
}
.nav_arr::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 3.5px;
  top: 5px;
}
@media screen and (min-width: 769px) {
  .nav_arr {
    display: none;
  }
}

.bene_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 800px) and (max-height: 650px) {
  .bene_sub {
    padding: 15px 0 0 0;
  }
}
.bene_sub li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 25%;
  max-height: 70px;
  color: #0070cb;
  border: 1px solid #0070cb;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) and (max-height: 650px) {
  .bene_sub li {
    width: 200px;
    height: 40px;
    margin: 5px;
  }
}
@media screen and (max-width: 576px) {
  .bene_sub li {
    width: 135px;
    height: 40px;
    margin: 2px;
  }
}
.bene_sub li:visited {
  color: purple;
}
.bene_sub li:hover {
  color: #ff6600;
}
.bene_sub li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 5px 8px;
  font-size: 1.4rem;
  border: none;
}
@media screen and (max-width: 576px) {
  .bene_sub li a {
    font-size: 1.1rem;
  }
}
.bene_sub li a p {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .bene_sub {
    display: none;
  }
}

.subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .sub1:hover,
.on .sub1 {
    color: #333333;
  }
}

.sub1::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .sub1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 3px;
    background: #006cbd;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
  }
}

.menu__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__btn {
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .menu__btn span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #006cbd;
    top: 15.5px;
    border-radius: 2px;
  }
  .menu__btn span::before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #006cbd;
    top: 15.5px;
    border-radius: 2px;
    content: "";
    top: -10px;
    left: 0;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  .menu__btn span::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #006cbd;
    top: 15.5px;
    border-radius: 2px;
    content: "";
    top: 10px;
    left: 0;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}

#menu__toggle:checked ~ .menu__toggle__bk {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 65px;
  left: 0;
  background: rgba(3, 3, 3, 0.5);
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background: #006cbd;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #006cbd;
}
#menu__toggle:checked ~ .sub1 {
  visibility: visible;
  margin: 0;
}