* {
  font-feature-settings: "palt";
}

* {
  font-feature-settings: "palt";
}

::selection {
  background-color: #15C3BC;
  color: #FFFFFF;
}

/* Firefox */
::-moz-selection {
  background-color: #15C3BC;
  color: #FFFFFF;
}

#container {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  margin: 0 auto;
  min-height: 450px;
}
@media screen and (max-width: 1280px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #container {
    display: block;
    min-height: 380px;
  }
}
@media screen and (max-width: 650px) {
  #container {
    padding-top: 80px;
  }
}
#container .content-header {
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#container .content-header .h-icon {
  position: relative;
  top: 6px;
  margin-right: 12px;
}
#container .content-header .h-icon.facebook {
  top: 0;
}
#container .content-header h2 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1em;
  color: #1664c1;
}
@media screen and (max-width: 520px) {
  #container .content-header h2 {
    line-height: 1.4em;
  }
}
#container .content-header h2 span {
  font-size: 0.4em;
  color: #656566;
}
@media screen and (max-width: 520px) {
  #container .content-header h2 span {
    font-size: 0.6em;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9000;
}
@media screen and (max-width: 1100px) {
  #pagetop {
    mix-blend-mode: unset;
  }
}
#pagetop a {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  #pagetop a img {
    width: 35px;
    height: auto;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 650px) {
  #global-header {
    background: #151515;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
#global-header .inner {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  #global-header .inner {
    padding: 10px 0;
  }
}
#global-header .inner .logo {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 650px) {
  #global-header .inner .logo {
    margin-bottom: 0;
  }
}
#global-header .inner .logo a {
  display: inline-block;
}
#global-header .inner .logo a img {
  vertical-align: bottom;
  width: 50px;
  height: auto;
}
#global-header .inner .logo a img.pc {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  #global-header .inner .logo a img.pc {
    display: none;
  }
}
#global-header .inner .logo a img.sp {
  display: none;
}
@media screen and (max-width: 650px) {
  #global-header .inner .logo a img.sp {
    display: inline-block;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo a img {
    width: 45px;
  }
}
@media screen and (max-width: 650px) {
  #global-header .inner .logo a img {
    width: 15px;
    position: relative;
  }
}
#global-header .inner .site_frase {
  text-align: center;
  margin-bottom: 16px;
  color: #1a1a1a;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .site_frase {
    font-size: 1.5rem;
  }
}
#global-header .inner .site_frase span {
  font-size: 1.8rem;
  color: #B1B1B1;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .site_frase span {
    font-size: 1.5rem;
  }
}

#container .page_title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #container .page_title {
    top: 20%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #container .page_title {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
#container .page_title span {
  display: inline-block;
  font-size: 4.2rem;
  padding: 7px 15px;
  line-height: 1;
  font-feature-settings: "palt";
  color: #fff;
  background: #1a1a1a;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  #container .page_title span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 520px) {
  #container .page_title span {
    font-size: 2.8rem;
  }
}
#container .subtitle {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  #container .subtitle {
    top: 20%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #container .subtitle {
    width: 100%;
    padding-left: 0;
    top: 5vh;
    text-align: center;
  }
}
#container .subtitle span {
  display: inline-block;
  font-size: 4.2rem;
  padding: 7px 15px;
  line-height: 1;
  font-feature-settings: "palt";
  color: #fff;
  background: #1a1a1a;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  #container .subtitle span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 520px) {
  #container .subtitle span {
    font-size: 3.5rem;
  }
}

.navi_wrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .navi_wrap {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  .navi_wrap {
    display: none;
  }
}
.navi_wrap #global-navi {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .navi_wrap #global-navi {
    width: 100%;
  }
}
.navi_wrap #global-navi ul {
  display: flex;
  justify-content: flex-start;
}
.navi_wrap #global-navi ul li {
  width: 100%;
}
.navi_wrap #global-navi ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  color: #151515;
  text-align: center;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.navi_wrap #global-navi ul li a:hover {
  background: #151515;
  color: #15C3BC;
}
.navi_wrap .ut_navi {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  display: none;
}

.searchfield {
  font-size: 14px;
  width: 75%;
  margin-top: 10px;
  margin-right: 3px;
  margin-left: 5px;
  padding: 7px 5px;
  border: 2px solid #ddd;
  border-radius: 3px;
}

.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  padding: 0;
  cursor: pointer;
  color: #255fac;
  border: none;
  background: transparent;
}

.searchsubmit:hover {
  opacity: 0.6;
}

#key-visual {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background: #cee4ed;
}
#key-visual img.key-pic {
  width: 100%;
  height: 100%;
}
#key-visual .key-text {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
#key-visual .key-text span {
  font-size: 3.2em;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 415px) {
  #key-visual .key-text span {
    font-size: 2.4em;
  }
}

#top-key-visual {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#top-key-visual img.key-pic {
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
#top-key-visual .key-text {
  text-align: right;
  position: absolute;
  right: 3%;
  top: 30%;
}
@media screen and (max-width: 834px) {
  #top-key-visual {
    height: 350px;
  }
  #top-key-visual .key-text img {
    width: 65%;
  }
}
@media screen and (max-width: 415px) {
  #top-key-visual {
    height: 150px;
  }
}

.pagination {
  text-align: center;
}

a.page-numbers,
.pagination .current {
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
}

.pagination .current {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}

#global-footer {
  padding: 80px 0;
  background: #121212;
}
@media screen and (max-width: 1100px) {
  #global-footer {
    padding: 32px 0;
  }
}
#global-footer .inner {
  width: 750px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 520px) {
  #global-footer .inner {
    width: 80%;
  }
}
#global-footer .inner .footer-up {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer-up {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
#global-footer .inner .footer-up .footer_logo_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer-up .footer_logo_wrap a {
    text-align: center;
  }
}
#global-footer .inner .footer-up .footer_logo_wrap a img {
  width: auto;
  height: 60%;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner .footer-up .footer_logo_wrap a img {
    width: 38px;
    height: auto;
    vertical-align: bottom;
  }
}
#global-footer .inner .footer-up .footer_up_title {
  margin-bottom: 15px;
}
#global-footer .inner .footer-up .footer_up_title span {
  width: 100%;
  display: inline-block;
  padding: 4px 10px;
  color: #1a1a1a;
  background: #fff;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
}
#global-footer .inner .footer-up .footer_category_wrap {
  width: 100%;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list {
  width: 100%;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li {
  margin-bottom: 10px;
  width: 100%;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li:last-child {
  margin-bottom: 0;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li a {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px 10px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
}
#global-footer .inner .footer-up .footer_category_wrap .cat_list li a:hover {
  transition: all 0.45s ease;
  color: #1a1a1a;
  background: #15C3BC;
}
#global-footer .inner .footer-up .footer_tag_wrap ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#global-footer .inner .footer-up .footer_tag_wrap ul li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
#global-footer .inner .footer-up .footer_tag_wrap ul li:last-child {
  margin-bottom: 0;
}
#global-footer .inner .footer-up .footer_tag_wrap ul li a {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  padding: 4px 10px;
  line-height: 1;
  outline: 1px solid #fff;
  outline-offset: -1px;
}
#global-footer .inner .footer-up .footer_tag_wrap ul li a:hover {
  transition: 0.45s ease;
  color: #fff;
  background: #15C3BC;
}
#global-footer .inner .footer_catch {
  text-align: center;
  margin-bottom: 12px;
}
#global-footer .inner .footer_catch span {
  display: inline-block;
  padding: 8px 10px 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner .footer_catch img {
    width: 80px;
    height: auto;
    vertical-align: bottom;
  }
}
#global-footer .inner .footer_middle {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.8rem;
}
#global-footer .inner .footer_middle a {
  display: inline-block;
  color: #838383;
  font-size: 1.4rem;
}
#global-footer .inner .footer_middle a:hover {
  color: #15C3BC;
  transition: all 0.15s ease;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer_middle a {
    font-size: 1.35rem;
  }
}
#global-footer .inner .footer-sns {
  text-align: center;
  margin-bottom: 20px;
}
#global-footer .inner .footer-sns a {
  display: inline-block;
}
#global-footer .inner .footer-sns a:nth-child(1) {
  margin-right: 16px;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner .footer-sns a:nth-child(1) {
    margin-right: 24px;
  }
}
#global-footer .inner .footer-sns a img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner .footer-sns a img {
    width: 32px;
  }
}
#global-footer .copy {
  text-align: center;
  font-size: 1.4em;
}
#global-footer .copy small {
  color: #fff;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}

#container {
  width: 1280px;
}
@media screen and (max-width: 1366px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #container {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #container {
    width: 95%;
  }
}

#contact_form_wrap {
  width: 700px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #contact_form_wrap {
    width: 90%;
  }
}
#contact_form_wrap .wpcf7 form p {
  margin-bottom: 16px;
}
#contact_form_wrap .wpcf7 form p label {
  display: block;
  margin-bottom: 8px;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
}
#contact_form_wrap .wpcf7 form p input, #contact_form_wrap .wpcf7 form p textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  display: inline-block;
}
#contact_form_wrap .wpcf7 form .submit_btn {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#contact_form_wrap .wpcf7 form .submit_btn input[type=submit] {
  display: inline-block;
  width: 180px;
  padding: 12px;
  background: #191919;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
}
#contact_form_wrap .wpcf7 form .submit_btn input[type=submit]:hover {
  transition: all 0.15s ease;
  background: #15C3BC;
  color: #191919;
}
#contact_form_wrap .wpcf7 form .submit_btn .wpcf7-spinner {
  display: block;
  text-align: center;
}

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