@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 1000px) {
  .site-header nav {
    display: none;
  }
  header > .header-change {
    width: 100%;
    height: 50px;
    z-index: 9999;
  }
  /*.swiper-container {
    top: 50px;
  }*/
  header .header-change {
    width: 100%;
    height: 50px;
    top: 0;
  }
  .header_wrap {
    width: 100%;
  }
  header .header-change .header_wrap h1 {
    width: 182px;
    height: 31.5px;
    background-size: 182px 31.5px;
    margin: 10px 0 10px;
  }
  .header-change .header_wrap h1 img {
    width: 100%;
  }
  header .gnav,
  header .header_inner {
    position: fixed;
    top: 50px;
    right: -100%;
    width: 100%;
    height: calc(100% - 50px);
    background: #fff;
    transition: right 0.4s ease-in-out;
    overflow: auto;
  }
  header h1 {
    width: 182px;
    height: 31.5px;
    background-size: 182px 31.5px;
  }
  header .header-change .gnav__menu {
    width: 100%;
    display: block;
  }
  header .gnav .header_menu_2 ul {
    display: flex;
  }
  header .gnav .header_menu_2 ul li {
    width: 50%;
    padding: 0;
  }
  header .gnav ul {
    display: block;
    width: 100%;
    height: auto;
  }
  header .gnav ul li {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #dbdbdc;
  }
  header .gnav ul li ul {
    border-top: none;
    padding: 0px;
  }
  header .gnav ul li ul li {
    font-size: 0.8rem;
    color: #4b4c51;
    border-bottom: none;
    padding: 0;
    margin-left: 34px;
  }
  header .gnav ul li p a:before {
    background-image: url(../img/header_menu_icon.png);
    background-position: 0px -18px;
    width: 7.5px;
    height: 15px;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

header nav ul li:nth-of-type(2) strong,
header nav ul li:nth-of-type(3) strong,
header nav ul li:nth-of-type(4) strong {
  display: none;
}

@media screen and (max-width: 1000px) {
  header nav ul li:nth-of-type(2) strong,
  header nav ul li:nth-of-type(3) strong,
  header nav ul li:nth-of-type(4) strong {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: -6px;
    right: -5px;
    margin-left: -20px;
  }
  header nav ul li:nth-of-type(2) strong:before,
  header nav ul li:nth-of-type(3) strong:before,
  header nav ul li:nth-of-type(4) strong:before {
    display: block;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #0c2f54;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -7.5px;
  }
}

@media screen and (max-width: 1000px) {
  header nav ul li:nth-of-type(2) strong:after,
  header nav ul li:nth-of-type(3) strong:after,
  header nav ul li:nth-of-type(4) strong:after {
    display: block;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #0c2f54;
    position: absolute;
    transform: rotate(90deg);
    transition: 0.5s;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -7.5px;
  }

  header .gnav__menu__item a,
  header .gnav__menu__item span {
    display: block;
    height: 22px;
    text-align: -webkit-auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.5rem;
    color: #4b4c51;
  }
}

header nav ul li:nth-of-type(2) strong.open:after,
header nav ul li:nth-of-type(3) strong.open:after,
header nav ul li:nth-of-type(4) strong.open:after {
  transform: rotate(0deg);
  transition: 0.5s;
}

header nav ul li > a {
  font-weight: 500;
  color: #4b4c51;
  transition: opacity 0.3s;
}

@media screen and (max-width: 1000px) {
  header .header-change .gnav__menu__item a,
  header .gnav__menu__item span {
    display: flex;
    color: #4b4c51;
  }
  header nav .header_menu_2 ul li > a {
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 90px;
  }
  header nav .header_menu_2 a.header_tel {
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
  }
}

header nav ul li .sub_menu {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 100px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  display: none;
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu.open {
    display: block;
  }
}

header nav ul li .sub_menu > .inner {
  position: relative;
  display: flex;
  width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu > .inner {
    width: 100%;
  }
}

header nav ul li .sub_menu .links {
  display: block;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu .links {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
}

header nav ul li .sub_menu .links p {
  width: 260px;
  height: 80px;
  margin-bottom: 50px;
  margin-right: 22px;
  transition: 0.5s;
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu .links p {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 0;
    padding-left: 30px;
    background-image: none !important;
  }
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu .links p:hover {
    opacity: 1;
  }
}

header nav ul li .sub_menu .links p a {
  display: block;
  padding-top: 85px;
  color: #4b4c51;
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu .links p a {
    padding-top: 0;
    color: #0c2f54;
    display: inline-block;
  }
}

header nav ul li .sub_menu .links p:last-child {
  margin-bottom: 0;
}

header nav ul li .sub_menu .links .link_top {
  position: absolute;
  left: 0;
  bottom: 30px;
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu .links .link_top {
    position: static;
    width: 100%;
    padding: 10px 0;
    padding-left: 20px;
    border-top: 1px solid #dbdbdc;
  }
}

header nav ul li .sub_menu .links .link_top a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 205px;
  height: 30px;
  padding-right: 50px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #0c2f54;
}

@media screen and (max-width: 1000px) {
  header nav ul li .sub_menu .links .link_top a {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
    color: #4b4c51;
    background-color: #fff;
  }
}

header nav ul li .sub_menu .links .link_top a:hover {
  opacity: 0.8;
}

header nav ul li .sub_menu .links .link_top a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: dotted 2px #fff;
  border-right: dotted 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transition: 0.5s;
}

header nav ul li:last-child a:hover {
  text-decoration: none;
}

header nav ul li:last-child span {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  header nav ul li:last-child span {
    display: block !important;
    margin-left: 0;
    text-indent: 0;
    text-decoration: none;
  }
}

header nav ul li:hover a,
header nav ul li:hover em {
  opacity: 1;
}

@media screen and (min-width: 1001px) {
  header nav ul li:hover .sub_menu {
    height: 316px;
  }
}

header .panel_btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 7px;
  right: 10px;
  z-index: 30;
}

@media screen and (max-width: 1000px) {
  header .panel_btn {
    display: block;
  }
}

header .panel_btn:after {
  content: "menu";
  color: #0c2f54;
  font-size: 10px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 7px;
  font-family: "Quicksand", sans-serif;
}

header .panel_btn .panel_btn_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin: -1px 0 0 -13px;
  background: transparent;
  transition: 0.5s;
}

header .panel_btn .panel_btn_icon:before,
header .panel_btn .panel_btn_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  background: #0c2f54;
  transition: 0.5s;
}

header .panel_btn .panel_btn_icon:before {
  margin-top: -8px;
}

header .panel_btn .panel_btn_icon:after {
  margin-top: -2px;
}

@media screen and (max-width: 1000px) {
  header.show nav {
    right: 0%;
  }
}

header.show .panel_btn:after {
  content: "close";
  left: 8px;
}

header.show .panel_btn .panel_btn_icon {
  background: transparent;
}

header.show .panel_btn .panel_btn_icon:before,
header.show .panel_btn .panel_btn_icon:after {
  margin-top: -7px;
}

header.show .panel_btn .panel_btn_icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

header.show .panel_btn .panel_btn_icon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.submenu_inner {
  display: none !important;
  border-top: none !important;
  margin-top: 20px;
  margin-left: 18px;
}

.submenu_inner li {
  position: relative;
  padding: 5px 15px !important;
  border-bottom: none !important;
}
.submenu_inner li a:before {
  background-image: url(../img/header_menu_icon.png);
  background-position: 0px -18px;
  width: 7.5px;
  height: 15px;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.submenu_inner .gnav__menu__item::after {
  display: none;
}

.gnav .header_menu_2 {
  display: none;
  width: 90%;
  height: 50px;
  margin: 20px auto;
}

.gnav .header_menu_2 .header_seminar_link {
  margin: 0px auto;
}

@media screen and (max-width: 1000px) {
  .gnav .header_menu_2 {
    display: block !important;
  }
}

/*プライバシーポリシーのページの設定ここから*/

.privacy_text {
  max-width: 900px;
  margin: 0 auto 160px;
  letter-spacing: 0.1em;
}

.privacy_text .privacy_center_text {
  margin: 90px auto 100px;
}

.privacy_text .privacy_center_text h3 {
  text-align: center;
  margin-bottom: 43px;
  font-size: 18px;
  color: #0c2f54;
}

.privacy_text p {
  font-size: 14px;
  line-height: 1.75em;
  text-align: justify;
}

.privacy_text h4 {
  font-size: 18px;
  background-color: #f6f9fa;
  padding: 5px 20px;
  color: #0c2f54;
  margin: 60px 0 32px;
}

.privacy_text h5 {
  margin: 1.2em 0 0.5em;
  font-size: 13px;
  font-weight: 200;
}
.privacy_text ul {
  margin: 0;
  padding: 0;
}
.privacy_text ul li {
  position: relative;
  line-height: 2.5em;
  text-align: justify;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}
.privacy_text ul li span {
  position: absolute;
  left: -2px;
}

.privacy_text h6 {
  color: #0c2f54;
  letter-spacing: 0.12;
  font-size: 17px;
  margin: 33px 0 22px -10px;
}
.privacy_text.kanyu ul li {
  border-bottom: dotted 1px #ccc;
  line-height: 1.75em;
  padding: 20px 0 20px 2.5em;
}
.privacy_text.kanyu ul li span {
  font-weight: bold;
  font-size: 2.2rem;
  color: #c2c2c2;
}
@media screen and (max-width: 900px) {
  .privacy_text {
    margin: 0 20px 40px;
    letter-spacing: 0.05em;
  }
  .privacy_text .privacy_center_text br {
    display: none;
  }
  .privacy_text .privacy_center_text {
    margin: 30px auto;
  }
  .privacy_text .privacy_center_text h3 {
    margin-bottom: 10px;
  }
  .privacy_text .privacy_center_text p {
    text-align: justify;
  }
  .privacy_text h4 {
    font-size: 16px;
    padding: 5px;
    margin: 40px auto;
  }
  .privacy_text h5 {
    margin-top: 20px;
  }
  .privacy_text ul li {
    line-height: 2em;
    text-align: left;
  }
}
/*プライバシーポリシーのページの設定ここまで*/

/*ブログのページの設定ここから*/
.detailUpfile img {
  width: auto;
}
/*ブログのページの設定ここまで*/
