@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-family: "Noto Sans JP";
  color: #222;
}

a {
  color: #f7931d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .section {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 950px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.content {
  margin: 0;
}

h2 {
  text-align: center;
  line-height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 -25px;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 -35px;
  }
}
@media only screen and (max-width: 767px) {
  h2 img {
    margin-left: 38px;
    width: 270px;
  }
}
@media only screen and (min-width: 768px) {
  h2 img {
    margin-left: 80px;
    width: 420px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head {
    background: #000;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__icon {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    background: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__icon {
    display: none;
  }
}
.local-head__icon span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 13px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.local-head__icon span:nth-child(1) {
  top: 15px;
}
.local-head__icon span:nth-child(2) {
  top: 23px;
}
.local-head__icon span:nth-child(3) {
  top: 31px;
}
.local-head__icon.active {
  top: 10px;
  background-color: transparent;
}
.local-head__icon.active span:nth-child(1) {
  top: 23px;
  right: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.local-head__icon.active span:nth-child(2), .local-head__icon.active span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .local-head__logo {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__logo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__logo img {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__logo img {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__content {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #F5AC2D;
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 30px 23px 0;
    transform: translateX(100%);
  }
  .local-head__content.active {
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 768px) {
  .local-head__content {
    display: flex;
    justify-content: center;
  }
}
.local-head__nav {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .local-head__nav {
    border-left: 3px solid #fff;
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav {
    display: flex;
    padding: 0;
  }
}
.local-head__nav li {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .local-head__nav li {
    margin: 0 0 30px;
    font-size: 1.1rem;
  }
  .local-head__nav li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav li {
    padding: 0 35px;
    font-size: 1.05rem;
  }
}
.local-head__nav li a {
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .local-head__nav .twitter {
    display: none;
  }
}
.local-head__nav .twitter img {
  width: 21px;
  position: relative;
  top: -2px;
}
.local-head__nav .twitter img:hover {
  opacity: 0.8;
}
.local-head__sns {
  display: flex;
  align-items: center;
  margin: 45px 0 0;
}
@media only screen and (min-width: 768px) {
  .local-head__sns {
    display: none;
  }
}
.local-head__sns p {
  color: #fff;
  font-weight: bold;
  margin: 0 15px 0 0;
}
.local-head__sns_item {
  width: 45px;
}

.fixed {
  position: fixed;
  width: 100%;
}

.hero {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0;
  }
}
.hero__img {
  margin: 0;
}
.hero__img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .hero .section {
    max-width: 1100px;
    width: calc(100% - 40px);
  }
}
.hero__info {
  background: #000;
  color: #F5AC2D;
}
@media only screen and (max-width: 767px) {
  .hero__info {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__info {
    padding: 30px 0 0;
  }
}

.intro {
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro {
    background: url("../img/intro-ttl.png") no-repeat bottom center/contain, url("../img/intro-bg-sp.png") repeat-x top center, #fff;
    padding: 120px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    background: url("../img/intro-ttl.png") no-repeat top 490px center, url("../img/intro-bg.png") repeat-x top center, #fff;
    padding: 180px 0 70px;
  }
}
.intro__logo {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro__logo {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__logo {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__logo img {
    width: 180px;
    height: auto;
  }
}
.intro p {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 0.95rem;
    line-height: 1.7rem;
    letter-spacing: 0.1rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.15rem;
    line-height: 2.5rem;
    letter-spacing: 0.08rem;
    margin: 0 auto 25px;
    text-align: center;
    max-width: 800px;
  }
}
.intro p:last-child {
  margin: 0 auto;
}

.outline {
  color: #222;
}
@media only screen and (max-width: 767px) {
  .outline {
    background: url("../img/intro-bg-back-sp.png") repeat top center, url("../img/outline-bg-sp.png") repeat-x top center, #F5AC2D;
    padding: 120px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .outline {
    background: url("../img/intro-bg-back.png") repeat top center, url("../img/outline-bg.png") repeat-x top center, #F5AC2D;
    padding: 180px 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .outline .section {
    max-width: 900px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.outline__inner {
  background: #fff;
  box-sizing: border-box;
  border: #000 solid 2px;
}
@media only screen and (max-width: 767px) {
  .outline__inner {
    padding: 45px 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .outline__inner {
    padding: 65px 65px 60px;
  }
}
.outline__ttl {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .outline__ttl {
    margin: 0 0 20px;
    font-size: 1.05rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .outline__ttl {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .outline__ttl span {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .outline__ttl span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .outline__item {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .outline__item {
    margin: 0 0 37px;
  }
}
.outline__item:last-child {
  margin: 0;
}
.outline dl {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.outline dl:last-child dt {
  border-bottom: 2px solid #7b7b7b;
}
.outline dl:last-child dd {
  border-bottom: 1px solid #7b7b7b;
}
.outline dl dt {
  letter-spacing: 0.05rem;
  font-weight: 600;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: center;
  color: #f7931d;
  border-top: 2px solid #7b7b7b;
}
@media only screen and (max-width: 767px) {
  .outline dl dt {
    font-size: 0.9rem;
    line-height: 1.2rem;
    width: 75px;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .outline dl dt {
    font-size: 1rem;
    line-height: 100%;
    width: 170px;
    padding: 23px 15px;
  }
}
.outline dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  border-top: 1px solid #7b7b7b;
}
@media only screen and (max-width: 767px) {
  .outline dl dd {
    font-size: 0.95rem;
    line-height: 1.5rem;
    width: calc(100% - 75px);
    padding: 0 0 0 10px;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .outline dl dd {
    font-size: 1.03rem;
    line-height: 1.8rem;
    width: calc(100% - 170px);
    padding: 23px 15px;
  }
}
.outline h3 {
  background: #000;
  color: #fff;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .outline h3 {
    font-size: 1rem;
    margin: 0 0 18px;
    padding: 6px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .outline h3 {
    font-size: 1.15rem;
    margin: 0 0 23px;
    padding: 7px 0;
  }
}
.outline ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.outline ul li {
  line-height: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .outline ul li {
    font-size: 0.95rem;
    line-height: 1.7rem;
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .outline ul li {
    font-size: 1rem;
    margin: 0 0 8px;
  }
}
.outline ul li:last-child {
  margin: 0;
}

.sns {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sns {
    background: url("../img/twitter-bg-bottom-sp.png") repeat-x bottom center, url("../img/twitter-bg-sp.png") repeat-x top center, #fff;
    padding: 120px 0 140px;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    background: url("../img/intro-ttl.png") no-repeat top 430px center, url("../img/twitter-bg-bottom.png") repeat-x bottom center, url("../img/twitter-bg.png") repeat-x top center, #fff;
    padding: 180px 0 200px;
  }
}
.sns__item {
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  border: #000 solid 2px;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 45px 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    width: 600px;
    padding: 65px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item iframe.twitter-timeline {
    height: 350px !important;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item iframe.twitter-timeline {
    height: 450px !important;
  }
}

.mailform__container {
  margin: 0 auto 50px;
  max-width: 640px;
  border: 1px solid #ccc;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mailform__item {
    margin: 0 0 13px;
  }
  .mailform__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mailform__item {
    width: 37%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mailform dl {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mailform dl {
    margin: 0 0 40px;
  }
}
.mailform dl:last-child {
  margin: 0;
}
.mailform dl dt {
  margin: 0 0 10px;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mailform dl dt {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .mailform dl dt {
    font-size: 1rem;
  }
}
.mailform dl dd {
  margin: 0 0 35px 0;
}
.mailform input[type=text],
.mailform input[type=tel],
.mailform input[type=mail] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.mailform textarea {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mailform textarea {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .mailform textarea {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .mailform .short {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .short {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .mailform .medium {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .medium {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .mailform .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .long {
    width: 80%;
  }
}
.mailform .max {
  width: 100%;
}
.mailform__submit {
  margin: 70px 0 0;
}
.mailform__submit_inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .mailform__submit_inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .mailform__submit_inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.mailform__submit input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background: #e4e4e4;
  color: #384359;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .mailform__submit input[type=submit] {
    width: 100%;
    margin: 0 0 10px;
  }
  .mailform__submit input[type=submit]:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mailform__submit input[type=submit] {
    width: 300px;
    margin: 0 13px;
  }
}
.mailform__submit input[type=submit]:hover {
  background: #d5d5d5;
  transition: 0.5s;
}
.mailform__submit input[type=submit]:first-child {
  background-color: #bfaf86;
  color: #fff;
}
.mailform__submit input[type=submit]:first-child:hover {
  background: #cdc09e;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
