body, main, div, ul, li, td, tr, tbody, table, p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

* {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  color: #333333;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

.kasou-inner {
  width: calc(100% - 120px);
  margin: 0 auto;
}

.kasou-inner {
  width: 82%;
  margin: 0 auto;
  max-width: 1400px;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

.flex-box.reverse {
  flex-direction: row-reverse;
}

.half {
  width: 50%;
}

.pc-display {
  display: block;
}

.pctab-display {
  display: block;
}

.sp-display {
  display: none;
}

.btn {
  text-align: center;
  margin: 30px auto;
}

.btn a {
  position: relative;
  padding: 10px 40px 10px 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  letter-spacing: 0;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  border: #707070 1px solid;
  color: #222222;
}

.btn a:hover {
  position: relative;
  transition: 0.3s;
  background: #707070;
  color: #fff;
}

.btn a::after {
  position: absolute;
  content: '';
  background-image: url(../../common/img/btn-arrow-bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  right: 20px;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%);
}

.btn a:hover::after {
  transition: 0.3s;
  background-image: url(../../common/img/btn-arrow-wh.svg);
}

.btn.grey-wh a {
  border: none;
  color: #fff;
  background: #aaa;
}

.btn.grey-wh a:hover {
  background: #fff;
  color: #aaa;
  opacity: 1;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ma-0 {
  margin: 0;
}

.font-blue {
  color: #053B7A;
}

.all-content-wrap {
  padding: 0 60px;
}

.hide {
  display: none;
}

.arrow-icon {
  position: relative;
}

.arrow-icon.bk::after {
  background-image: url(../../common/img/menu-arrow_bk.svg);
}

.arrow-icon::after {
  position: absolute;
  content: '';
  background-image: url(../../common/img/menu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.bg-grey {
  background-color: #EFEFEF;
}

/* **********************共通***************************** */
/* **********************ヘッダー***************************** */
.header-menu-wrap {
  height: 70px;
  background-color: rgba(90, 90, 90, 0.47);
  width: 100%;
  position: fixed;
  z-index: 1000000000;
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
  box-sizing: border-box;
}

.header-menu {
  position: relative;
  height: 100%;
  list-style-type: none;
  display: flex;
}

.header-menu-area {
  font-size: 13px;
  padding: 0px 1.4vw;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.header-logo {
  width: 40%;
}

.header-logo .flex-box {
  padding: 0 0 0 20px;
  align-items: center;
  height: 100%;
}

.header-logo-img {
  width: 15%;
  height: auto;
  padding: 0 15px 0 0;
  max-width: 65px;
}

.header-name-img {
  width: 80%;
  /* transform: scaleY(1.2); */
}


.header-menu-icon {
  text-align: center;
  align-self: center;
}

.header-menu-icon img {
  width: 60%;
}

.header-menu li:hover .header-menu-under {
  max-height: 9999px;
  opacity: 1;
}

.header-menu .header-menu-under {
  display: flex;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 180px;
  top: 70px;
  text-align: center;
  position: absolute;
  background-color: rgb(90, 90, 90);
}

.header-menu .header-menu-under .header-menu-image img {
  width: 100%;
}

.header-menu .header-menu-under .header-menu-inner {
  width: 100%;
  padding: 20px;
  max-width: 1000px;
  box-sizing: border-box;
}

.header-menu .header-menu-under .header-menu-inner li {
  margin: 0 .5em;
  line-height: 20px;
  padding: 3px 0;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.header-menu .header-menu-under li a {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}

.header-menu .header-menu-under .header-menu-under-title {
  text-align: left;
  padding: 15px 45px 0 0;
  line-height: 35px;
  margin: 0 0 0 20px;
}

.header-menu .header-menu-under .header-menu-under-title a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

/* **********************ヘッダー***************************** */
/* **********************メインビジュアル***************************** */
.mainvisual_bg_slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 650px;
  width: 100%;
}

.mainvisual_bg_slider.slide-1 {
  background-image: url(../../top/img/top_mv1.png);
}

.mainvisual_bg_slider.slide-2 {
  background-image: url(../../top/img/top_mv1.png);
}

.mainvisual_bg_slider.slide-3 {
  background-image: url(../../top/img/top_mv1.png);
}

.mv-imgtitle-wrap {
  background-color: rgba(90, 90, 90, 0.47);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-imgtitle-wrap p {
  color: #fff;
  font-size: 13px;
}

/* **********************下層メインビジュアル***************************** */
.main-visual-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 150px; 0811*/
  width: 100%;
  /* padding-top: 90px; 0811*/
  padding: 130px 0 60px; /* 0811*/
  position: relative;
  background-color: #EFEFEF;
}

.main-visual-title {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 45px)); 0811*/

}

.page-title {
  position: relative;
}

/* .page-title::after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #333;
  width: 30px;
  height: 1px;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
} */

.page-title h1 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  /* padding: 0 0 10px; */
}

.page-sentence p,.page-sentence h3 {
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  color: #333;
  text-align: center;
}



.wp-pagenavi {
  text-align: center;
}

.pages {
  display: none;
}

/* **********************下層メインビジュアル***************************** */
/* **********************メインビジュアル***************************** */
/* **********************フッター***************************** */
.footer-menu-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 90px 4% 70px 4%;
  box-sizing: border-box;
  background-color: #EFEFEF;
}

.footer-menu {
  position: relative;
  height: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-area {
  font-size: 13px;
  padding: 0px 1.7vw;
  height: 100%;
  display: flex;
  align-items: center;
  color: #222222;
  cursor: pointer;
}



.footer-menu li:hover .footer-menu-under {
  max-height: 9999px;
  opacity: 1;
}

.footer-menu .footer-menu-under {
  display: flex;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 180px;
  top: 40px;
  text-align: center;
  position: absolute;
}

.footer-menu .footer-menu-under .footer-menu-inner {
  width: 100%;
  padding: 0 20px;
  max-width: 1000px;
  box-sizing: border-box;
}

.footer-menu .footer-menu-under .footer-menu-inner li {
  margin: 0 .5em;
  line-height: 20px;
  padding: 3px 0;
  text-align: left;
}

.footer-menu .footer-menu-under li a {
  color: #222222;
  font-weight: normal;
  font-size: 13px;
}


.footer-logo {
  width: 32%;
}

.footer-logo .flex-box {
  padding: 0 0 0 20px;
  align-items: center;
  height: 100%;
}

.footer-logo-img {
  width: 17%;
  height: auto;
  padding: 0 15px 0 0;
}

.footer-name-img {
  width: 72%;
  height: auto;
}

.footer-menu-icon {
  text-align: center;
  align-self: center;
}

.footer-menu-icon img {
  width: 60%;
}

footer {
  background-color: #EFEFEF;
  padding-top: 70px;
}

.copy-right {
  background-color: #D9D9D9;
  padding: 10px 0;
  text-align: center;
}

.copy-right p {
  font-size: 9px;
  color: #222222;
}

/* **********************フッター***************************** */

/* **********************ページナビ***************************** */

main .wp-pagenavi a:hover, main .wp-pagenavi span.current {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}

main .wp-pagenavi a.page, main .wp-pagenavi span.current {
  padding: 4px 9px;
}

main .wp-pagenavi a, main .wp-pagenavi span {
  padding: 4px 6px;
  margin: 0 7px;
}


.nextpostslink,
.previouspostslink {
  position: relative;
}

.nextpostslink::after,
.previouspostslink::after {
  position: absolute;
  content: '';
  border-color: #333;
  border-style: solid;
  border-width: 8px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: 50%;
  right: 50%;
}

.previouspostslink::after {
  border-left-color: transparent;
  transform: translate(20%, -50%);
}

.nextpostslink::after {
  border-right-color: transparent;
  transform: translate(80%, -50%);
}

.nextpostslink:hover::after,
.previouspostslink:hover::after {
  border-color: #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.previouspostslink:hover::after {
  border-left-color: transparent;
}

.nextpostslink:hover::after {
  border-right-color: transparent;
}



/* **********************ページナビ***************************** */
@media (max-width: 1024px) {

  /* **********************共通***************************** */
  .inner {
    max-width: 700px;
    margin: 0 auto;
  }

  .flex-box {
    display: flex;
    flex-wrap: wrap;
  }

  .pc-display {
    display: none;
  }

  .sp-display {
    display: block;
  }

  .mt-100 {
    margin-top: 70px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  /* ハンバーガーメニュー */
  .fix-header {
    position: fixed;
    width: 100%;
    z-index: 100000;
    height: 50px;
    box-shadow: 0px 2px 5px #33333387;
    background-color: rgba(90, 90, 90, 0.47);
    /* padding: 0 10px; */
  }

  .zdo_drawer_button {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }

  .zdo_drawer_button {
    display: block;
    padding: 0;
    width: 32px;
    height: 17px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    display: block;
    width: 32px;
    height: 2px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 50%;
  }

  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 100%;
  }

  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 24.77px;
    left: 8px;
  }

  .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(0.7853981634rad) translateY(-50%);
    top: 0px;
  }

  .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }

  .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-0.7853981634rad) translateY(-50%);
    top: calc(100% - 0px);
  }

  .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }

  .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }

  .zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-size: 10px;
  }

  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }

  /*+++ Default Button Color +++*/
  .zdo_drawer_button {
    color: #fff;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #fff;
  }

  .zdo_drawer_menu .zdo_drawer_button {
    position: fixed;
    top: 15px;
    right: 14px;
    z-index: 1001;
  }

  .zdo_drawer_menu a {
    text-decoration: none;
    width: 49.8%;
    padding: 10px 0;
    color: #040404;
    position: relative;
    font-weight: 500;
  }

  .zdo_drawer_menu a::after {
    position: absolute;
    content: '';
    border-color: #040404;
    border-style: solid;
    border-width: 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
  }

  .zdo_drawer_menu a.header-menu-icon::after {
    content: none;
  }

  .zdo_drawer_menu a.first {
    color: inherit;
    text-decoration: none;
    width: 100%;
    border: none;
  }

  .zdo_drawer_menu .zdo_drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    top: 0;
    left: 0;
  }

  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 100%;
    height: 80%;
    overflow: scroll;
    transition: all 0.4s;
    transform: translateY(-500%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #EFEFEF;
  }

  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translateY(50px);
  }

  .zdo_drawer_menu.left .zdo_drawer_button {
    right: auto;
    left: 32px;
  }

  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
    transform: translate(-312px);
    right: auto;
    left: 0;
  }

  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
  }

  /*+++ Default Navigation CSS +++*/
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 50px 10px 10px;
    background-color: #EFEFEF;
  }

  .zdo_drawer_menu a.first li {
    text-align: center;
  }

  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    box-sizing: border-box;
    padding: 15px;
    list-style: none;
    text-align: left;
    width: 135px;
    margin: 0 auto;
    color: #040404;
  }

  .zdo_drawer_menu .zdo_drawer_nav li.flex-box {
    padding: 15px 0;
  }

  .header-menu-icon img {
    width: 70%;
  }

  /* ハンバーガーメニュー */
  /* **********************共通***************************** */
  /* **********************ヘッダー***************************** */
  .header-logo-img {
    width: 35px;
    height: 100%;
    padding: 0 15px;
  }

  .logo {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .header-name-img {
    width: 50%;
    height: 100%;
    align-self: center;
    /* transform: scaleY(1); */
  }
  /* **********************ヘッダー***************************** */
  /* **********************メインビジュアル***************************** */
  /* **********************メインビジュアル***************************** */
  .all-content-wrap {
    padding: 0;
  }

  .main-visual-area {
    /* height: 235px; */
    /* padding-top: 70px; 0811*/
    padding: 85px 0 35px;
  }

  .main-visual-title {
    /* transform: translate(-50%, calc(-50% + 22px)); -811*/
  }

  .mainvisual_bg_slider {
    height: 400px;
  }

  /* **********************フッター***************************** */
  .footer-menu-wrap {
    padding: 40px 20px;
  }

  .footer-menu li {
    width: 100%;
  }

  .footer-menu li.flex-box {
    width: auto;
  }

  .footer-logo {
    width: 50%;
  }

  .footer-menu-list-wrap {
    width: 40%;
  }

  .footer-logo-img {
    width: 70%;
    max-width: 150px;
  }

  .footer-name-img {
    width: 100%;
  }

  .footer-menu-area {
    padding: 6px 2.3vw;
    height: auto;
    font-size: 12px;
  }

  /* **********************フッター***************************** */
}

@media (max-width: 768px) {

  /* **********************共通***************************** */
  .inner {
    max-width: 500px;
    margin: 0 auto;
  }

  .btn {
    text-align: center;
    margin: 30px auto;
  }

  .btn a {
    width: 130px;
    font-size: 13px;
  }

  .page-title h1 {
    font-size: 14px;
  }
  

  .main-visual-title {
    /* width: 70%; */
  }


  .page-sentence p,.page-sentence h3 {
    font-size: 9px;
    padding-top: 5px;
  }

  /* **********************共通***************************** */
}

@media (max-width: 564px) {

  /* **********************共通***************************** */
  * {
    letter-spacing: 1px;
    line-height: 1.4;
  }

  .inner {
    max-width: 400px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .btn a {
    padding: 10px;
  }

  .pctab-display {
    display: none;
  }

  .main-visual-title {
    /* transform: translate(-50%, -35%); */
    /* width: 85%; */
  }

  .page-title h1 {
    font-size: 14px;
  }

  .page-sentence p,.page-sentence h3 {
    font-size: 8px;
    padding-top: 5px;
  }

  .header-name-img {
    width: 68%;
    /* transform: scaleY(1.1); */
  }

  .header-logo-img {
    padding: 0 5px;
  }

  /* **********************共通***************************** */
  /* **********************ヘッダー***************************** */
  /* **********************ヘッダー***************************** */
}
