@charset "UTF-8";
/*===============================================
画面の横幅が1000px〜768pxまで
===============================================*/
@media screen and (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    background-color: #901a00;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 9px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transitio: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 15px;
  }
  .hamburger span:nth-child(2) {
    top: 25px;
  }
  .hamburger span:nth-child(3) {
    top: 35px;
  }
  .hamburger.active span:nth-child(1) {
    top: 25px;
    left: 10px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 25px;
    transform: rotate(45deg);
  }
  nav {
    background-color: #f7c707;
    height: calc(100vh - 80px);
    padding: 50px 20px;
  }
  nav.navigation {
    background-color: #fff;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 0;
    width: 50%;
    transform: translateX(200%);
    transition: all 0.6s;
    opacity: 0;
  }
  nav.globalMenuSp li {
    margin-bottom: 30px;
  }
  nav.globalMenuSp li a {
    padding: 1em 0;
    text-decoration: none;
    display: block;
    font-size: 2.5rem;
    padding: 0;
    color: #fff;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(100%);
    opacity: 1;
  }
  nav .btn a {
    width: 100%;
    font-size: 2rem;
  }
  nav .btn a.gaibu {
    background-color: #901a00;
    color: #fff;
  }
  nav .btn a.gaibu:after {
    content: url(../img/gaibu.svg);
  }
  header {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0 3%;
  }
  header h1 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
  }
  header h1 br {
    display: none;
  }
  header h1.pc {
    display: none;
  }
  header h1.sp {
    display: flex;
    width: calc(100% - 250px);
  }
  header h1.sp a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
  }
  header h1.sp a img {
    height: 100%;
  }
  header .btnHeadFixed {
    display: block;
    position: fixed;
    top: 15px;
    right: 75px;
  }
  header .btnHeadFixed a {
    height: 50px;
    width: -moz-max-content;
    width: max-content;
    padding-right: 30px;
    padding-left: 30px;
  }
  .bodyCont {
    margin: 80px 0 0 0;
    width: 100%;
  }
  .pageTtlWrap h2 {
    text-align: center;
  }
  .secCenter {
    padding: 0 3%;
  }
  section .inner {
    width: 100%;
  }
  section .innerS {
    width: 100%;
    padding: 0 7%;
  }
  section.tblArea {
    padding: 70px 0;
  }
  section.tblArea dt, section.tblArea dd {
    width: 100%;
  }
  section.tblArea dt {
    text-align: unset;
  }
  section.tblArea dt br {
    display: none;
  }
  section.topFlex {
    display: block;
  }
  section.topFlex .img {
    position: relative;
    width: calc(100% - 40px);
  }
  section.topFlex .img:before {
    width: calc(100% + 40px);
  }
  section.topFlex .txt {
    width: 100%;
    margin-top: 100px;
    padding: 0 5%;
  }
  section.topFlexR .img {
    margin: 0 0 0 auto;
  }
  section.topicsWrap h4 {
    margin-bottom: 50px;
  }
  section.topicsWrap .inner > ul li {
    width: 100%;
    margin-bottom: 0;
  }
  section.topicsWrap .inner > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  section.topicsWrap .inner > ul lii:not(:nth-child(3n)) {
    margin-right: 0;
  }
  section.topicsWrap .inner > ul li a {
    display: flex;
  }
  section.topicsWrap .inner > ul li .img {
    margin-right: 20px;
    width: 150px;
    height: 150px;
  }
  section.topicsWrap .inner > ul li .txt {
    width: calc(100% - 100px - 20px);
  }
  .Linkjexer {
    text-align: center;
    margin-top: 60px;
  }
  footer .footerTtl .logo {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footerTtl .logo img {
    margin: 0 auto;
  }
  footer .footerTtl .btn {
    margin: 0 auto;
  }
  footer .footerLink {
    width: 100%;
  }
  footer .btn {
    width: 100%;
  }
}
/*===============================================
tablet横向き
===============================================*/
/*===============================================
画面の横幅が767px〜0pxまで
===============================================*/
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  header {
    height: 50px;
  }
  header h1 {
    font-size: 1.5rem;
  }
  header h1.sp {
    display: flex;
    width: calc(100% - 180px);
  }
  header h1.sp a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }
  header h1.sp a img {
    height: 100%;
  }
  header .btnHeadFixed {
    top: 0;
    right: 50px;
  }
  header .btnHeadFixed a {
    font-size: 1.3rem;
    padding-right: 15px;
    padding-left: 15px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0;
  }
  .hamburger {
    right: 0;
    top: 0;
  }
  nav.globalMenuSp {
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    transform: translateX(100%);
  }
  nav.globalMenuSp li a {
    font-size: 2rem;
  }
  nav.globalMenuSp.active {
    transform: translateX(0);
  }
  .bodyCont {
    margin: 50px 0 0 0;
  }
  .mvWrap {
    margin-bottom: 50px;
    height: calc(100vh - 50px);
  }
  .mvWrap:after {
    background-image: url(../img/mv_bgtxt_sp.svg);
  }
  .pageTtlWrap {
    height: 150px;
  }
  .pageTtlWrap h2 {
    font-size: 2.3rem;
  }
  .pankuzuWrap {
    margin-bottom: 70px;
  }
  section:not(:last-child) {
    margin-bottom: 80px;
  }
  section h4 {
    font-size: 2.5rem;
  }
  section.secCenter {
    padding: 0 8%;
  }
  section.secCenter h5, section.secCenter h4 {
    text-align: left;
  }
  section.secCenter p {
    text-align: left;
  }
  section.topFlex .txt {
    padding: 0 7%;
  }
  section.topicsWrap {
    padding: 50px 7%;
  }
  section.topicsWrap:before {
    content: "";
  }
  section.topicsWrap .inner > ul li {
    border-top: 1px solid #ccc;
    padding: 30px 10px;
  }
  section.topicsWrap .inner > ul li:not(:last-child) {
    margin-bottom: 0;
  }
  section.topicsWrap .inner > ul li:last-child {
    border-bottom: 1px solid #ccc;
  }
  section.topicsWrap .inner > ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  section.topicsWrap .inner > ul li .img {
    margin-bottom: 0;
    width: 70px;
    height: 70px;
  }
  section.topicsWrap .inner > ul li .txt {
    width: calc(100% - 70px - 20px);
  }
  .btn a {
    width: 100%;
  }
  .footerWrap {
    padding: 30px 7%;
  }
}
/*===============================================
sp横向き
===============================================*/