* {
  font-family: "M PLUS 1", sans-serif;
}

html {
  width: 100%;
}

body {
  min-width: 390px;
  min-height: 100%;
}

h1 {
  font-size: 24px;
}
@media screen and (min-width: 805px) {
  h1 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1300px) {
  h1 {
    font-size: 70px;
  }
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

li {
  list-style: none;
}

ul {
  list-style: none;
}

p {
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (min-width: 805px) {
  p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  p {
    font-size: 36px;
  }
}

.l-header {
  width: 100%;
  height: 200px;
  background-color: #1B435D;
  margin: 0;
  display: flex;
}

.l-footer {
  width: 100%;
  height: 100px;
  background-color: #1B435D;
  position: absolute;
  bottom: 0;
}

.l-main {
  width: 100%;
}

.l-sidebar {
  position: absolute;
  height: 100%;
  width: 42%;
  z-index: 1000;
  top: 0;
  right: 0;
}
.l-sidebar.nav {
  right: 0;
  transition: all 0.6s;
  background-color: #F99F48;
}
@media screen and (min-width: 1300px) {
  .l-sidebar.nav {
    right: 0;
  }
}

.p-front__title {
  display: flex;
  font-size: 24px;
  padding: 3%;
}
@media screen and (min-width: 805px) {
  .p-front__title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1300px) {
  .p-front__title {
    font-size: 70px;
  }
}
.p-front__top {
  background-image: url(../img/top-sp.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 301.44px;
}
@media screen and (min-width: 805px) {
  .p-front__top {
    background-image: url(../img/top-tab.png);
    width: 100%;
    height: 350px;
  }
}
@media screen and (min-width: 1300px) {
  .p-front__top {
    background-image: url(../img/top.png);
    height: 500px;
    width: 100%;
  }
}

.p-title {
  margin: 20px 0 0 17px;
  display: flex;
  flex-direction: column;
}

.p-box {
  background-color: #FFF;
  padding: 2rem;
}
.p-box--news {
  padding: 0.6rem;
  margin: 0 auto;
  height: 100%;
  width: 85%;
}
@media screen and (min-width: 805px) {
  .p-box--news {
    padding: 1rem;
  }
}
@media screen and (min-width: 805px) and (min-width: 1300px) {
  .p-box--news {
    padding: 3rem;
  }
}
.p-box--news__group {
  padding: 0.7rem;
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
}
.p-box--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-box--menu__open {
  background-image: url(../img/open-sp.png);
  background-size: cover;
  background-position: center center;
  height: 284.21px;
  width: 85%;
}
@media screen and (min-width: 805px) {
  .p-box--menu__open {
    background-image: url(../img/open-tab.png);
    height: 308px;
  }
}
@media screen and (min-width: 805px) and (min-width: 1300px) {
  .p-box--menu__open {
    background-image: url(../img/open.png);
    height: 350px;
  }
}
.p-box--menu__support {
  background-image: url(../img/support-sp.png);
  background-size: cover;
  background-position: center center;
  height: 284.21px;
  width: 85%;
}
@media screen and (min-width: 805px) {
  .p-box--menu__support {
    background-image: url(../img/support-tab.png);
    height: 308px;
  }
}
@media screen and (min-width: 805px) and (min-width: 1300px) {
  .p-box--menu__support {
    background-image: url(../img/support.png);
    height: 350px;
  }
}
.p-box--menu__single {
  background-image: url(../img/Contact-sp.png);
  background-size: cover;
  background-position: center center;
  height: 284.21px;
  width: 85%;
}
@media screen and (min-width: 805px) {
  .p-box--menu__single {
    background-image: url(../img/Contact-tab.png);
    height: 308px;
  }
}
@media screen and (min-width: 805px) and (min-width: 1300px) {
  .p-box--menu__single {
    background-image: url(../img/Contact-pc.png);
    height: 350px;
  }
}
.p-box--menu--text {
  padding: 0.6rem;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 805px) {
  .p-box--menu--text {
    padding: 1rem;
  }
}
@media screen and (min-width: 1300px) {
  .p-box--menu--text {
    padding: 3rem;
  }
}

.p-footer {
  display: flex;
  color: #fff;
  align-items: center;
  flex-direction: column-reverse;
}

.p-menu {
  position: fixed;
  right: -100%;
}
.p-menu.open {
  top: 20%;
  right: 8%;
  transition: all 0.6;
}
@media screen and (min-width: 1300px) {
  .p-menu {
    display: flex;
    top: 10%;
    right: 40%;
    font-size: 32px;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.menu-item-26, .menu-item-27, .menu-item-28 {
  padding: 18px;
}
.menu-item-26 a, .menu-item-27 a, .menu-item-28 a {
  color: #FFF;
}

main ul li div.whatsnew dl dt {
  width: auto;
}

footer ul li a {
  color: #fff;
}

footer .menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 805px) {
  footer .menu {
    flex-direction: row;
  }
}
footer .menu li {
  padding: 2px 2px 2px 2px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 805px) {
  footer .menu li {
    padding: 2px 10px 2px 10px;
  }
}

div #wpadminbar {
  position: fixed;
}

.wpcf7-spinner {
  display: block;
}

.wpcf7 .red {
  color: red;
}

.wpcf7 .left {
  text-align: left;
}

.wp-block-table table {
  font-size: 16px;
}
@media screen and (min-width: 805px) {
  .wp-block-table table {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .wp-block-table table {
    font-size: 36px;
  }
}

.p-info .div .whatsnew .dt {
  width: 0px;
}

.c-text {
  color: #fff;
}
.c-text--top a {
  color: #fff;
  font-size: 24px;
}
@media screen and (min-width: 805px) {
  .c-text--top a {
    font-size: 40px;
  }
}
@media screen and (min-width: 1300px) {
  .c-text--top a {
    font-size: 48px;
  }
}
.c-text--tel {
  color: #fff;
  font-size: 15px;
  padding: 7px 15px 0 120px;
}
@media screen and (min-width: 805px) {
  .c-text--tel {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .c-text--tel {
    font-size: 40px;
    padding: 7px 15px 0 120px;
  }
}
.c-text--sub {
  color: #fff;
  font-size: 12px;
  padding: 0 0 0 125px;
}
@media screen and (min-width: 805px) {
  .c-text--sub {
    font-size: 14px;
    padding: 0 0 0 200px;
  }
}
@media screen and (min-width: 1300px) {
  .c-text--sub {
    font-size: 20px;
    padding: 0 0 0 315px;
  }
}

.c-wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  padding-bottom: 100px;
}

.c-button {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 5%;
  right: 0;
}
.c-button :nth-child(2) {
  margin: 15px 0 15px 0;
}
.c-button.open {
  transform: rotate(90deg);
}

.c-line {
  height: 5px;
  background-color: #fff;
  display: block;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .c-line {
    display: none;
  }
}

@media screen and (min-width: 805px) {
  .c-position {
    position: absolute;
    left: 50%;
  }
  .c-position__70 {
    left: 70%;
  }
}

.c-shadow {
  text-shadow: 2px 2px 0 #000;
}

.c-noscroll {
  overflow: hidden;
}

.u-padding10 {
  padding: 10px;
}

.u-padding20 {
  padding: 20px;
}

.u-margin20 {
  margin: 20px;
}

.u-font-size {
  font-size: 16px;
}
@media screen and (min-width: 805px) {
  .u-font-size {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .u-font-size {
    font-size: 36px;
  }
}
.u-font-size__main {
  font-size: 18px;
}
@media screen and (min-width: 805px) {
  .u-font-size__main {
    font-size: 36px;
  }
}
@media screen and (min-width: 1300px) {
  .u-font-size__main {
    font-size: 42px;
  }
}

.u-padding__5 {
  padding: 5%;
}

.u-thumbnail {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.u-contact {
  background-color: aliceblue;
  text-align: center;
  margin: 7px;
}
@media screen and (min-width: 805px) {
  .u-contact {
    margin: 18px;
  }
}
@media screen and (min-width: 1300px) {
  .u-contact {
    margin: 28px;
  }
}

input, textarea {
  border: #000 solid 0.5px;
  border-radius: 8px;
}

.wpcf7-submit {
  background-color: orange;
  width: 100px;
  border-radius: 8px;
}

.u-box--margin {
  background-color: antiquewhite;
  margin: 0 5% 0 5%;
}
@media screen and (min-width: 805px) {
  .u-box--margin {
    margin: 0 10 0 12%;
  }
}
@media screen and (min-width: 1300px) {
  .u-box--margin {
    margin: 0 6% 0 8%;
  }
}

/*Foundation*/
/*layout*/
/*object*/
/*project*/
/*component*/
/*utility*/
/*# sourceMappingURL=style.css.map */