@charset "UTF-8";
@media screen and (max-width: 999px) {
  .wrap {
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  /* reset */
  html, body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  b,
  i,
  img,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dd,
  dl,
  dt,
  li,
  ol,
  ul,
  fieldset,
  form,
  label,
  legend,
  button,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  ol, ul {
    list-style: none;
  }
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
  }
  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  button, input {
    line-height: normal;
    *overflow: visible;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
  }
  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
  }
  textarea {
    resize: vertical;
  }
  input[type='checkbox'],
  input[type='radio'] {
    display: none;
  }
  input[type='submit'],
  input[type='button'],
  label,
  button,
  select {
    cursor: pointer;
  }
  select::-ms-expand {
    display: none;
  }
  select:disabled {
    opacity: 1 !important;
  }
  /*------------------------------------------------------------
 * Body
------------------------------------------------------------*/
  @font-face {
    font-family: 'Noto Sans CJK JP';
    src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.eot") format("eot");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Noto Sans CJK JP';
    src: url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.eot") format("eot");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Noto Sans CJK JP';
    src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.eot") format("eot");
    font-weight: 700;
    font-style: bold;
  }
  @font-face {
    font-family: 'Noto Sans CJK JP';
    src: url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.eot") format("eot");
    font-weight: 900;
    font-style: bold;
  }
  body {
    font-family: "Noto Sans CJK JP",'Raleway',"メイリオ", sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1;
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  /*------------------------------------------------------------
 * Anchor
------------------------------------------------------------*/
  a {
    font-family: "Noto Sans CJK JP",'Raleway',"メイリオ", sans-serif;
    text-decoration: none;
    cursor: pointer;
    color: #333;
  }
  a:link,
  a:visited,
  a:hover {
    text-decoration: none;
  }
  a:focus {
    outline: none;
  }
  /*------------------------------------------------------------
 * img
------------------------------------------------------------*/
  img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: bottom;
    text-indent: -9999px;
  }
  /*------------------------------------------------------------
 * layout
------------------------------------------------------------*/
  div.wrapper_,
  div.container_ div.contents_,
  div.container_ div.contents_ div.mainframe_ {
    width: 100%;
  }
  .header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
  }
  .header__inner {
    padding: 15px;
    box-sizing: border-box;
  }
  .header__top {
    color: #333;
    font-size: 20px;
    letter-spacing: 1.5px;
    font-family: 'Ibarra Real Nova', serif;
  }
  .header__bottom {
    width: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .header__bottom a {
    transition: 0.3s all;
  }
  .header__bottom a:hover {
    opacity: 0.6;
    transition: 0.3s all;
  }
  .footer {
    color: #fff;
    background-color: #333;
    text-align: center;
    padding: 40px 0;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Ibarra Real Nova', serif;
  }
  .fadein-window {
    opacity: 0;
    transition: all 800ms;
  }
  .fadein-window.onload {
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transform: translate(0, 200px);
    transition: all 800ms;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .fadein-left {
    opacity: 0;
    transform: translate(-1000px, 0);
    transition: all 800ms;
  }
  .fadein-left.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .fadein-right {
    opacity: 0;
    transform: translate(1000px, 0);
    transition: all 800ms;
  }
  .fadein-right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .fadein-top {
    opacity: 0;
    transform: translate(0, -200);
    transition: all 800ms;
  }
  .fadein-top.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .thanks {
    margin: 190px 0 0;
  }
  .thanks__inner {
    padding: 0 10px 150px;
  }
  .thanks__block {
    text-align: center;
  }
  .thanks__block-title {
    font-size: 20px;
    padding: 0 0 40px;
    font-family: 'Ibarra Real Nova', serif;
  }
  .thanks__block-text {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Ibarra Real Nova', serif;
    letter-spacing: 1px;
  }
  .home-main img {
    width: 100%;
  }
  .home-about {
    text-align: center;
  }
  .home-about__inner {
    padding: 30px 15px;
  }
  .home-about__title {
    font-size: 20px;
    padding: 0 0 20px;
    letter-spacing: 1.5px;
    font-family: 'Ibarra Real Nova', serif;
    font-weight: bold;
  }
  .home-about__text-text {
    font-size: 14px;
    line-height: 3;
    font-family: 'Ibarra Real Nova', serif;
    text-align: center;
    letter-spacing: 2px;
  }
  .home-item {
    text-align: center;
    background-color: #f7f7f7;
  }
  .home-item__inner {
    padding: 30px 15px;
  }
  .home-item__title {
    font-size: 20px;
    padding: 0 0 30px;
    letter-spacing: 1.5px;
    font-family: 'Ibarra Real Nova', serif;
    font-weight: bold;
  }
  .home-item__wrapper {
    font-size: 0;
    text-align: left;
  }
  .home-item__block {
    width: 48%;
    display: inline-block;
    margin: 0 4% 30px 0;
  }
  .home-item__block:nth-child(2n) {
    margin-right: 0;
  }
  .home-item__block-image {
    padding: 0 0 10px;
  }
  .home-item__block-image img {
    width: 100%;
  }
  .home-item__block-text-title {
    font-size: 14px;
    padding: 0 0 10px;
    font-family: 'Ibarra Real Nova', serif;
    letter-spacing: 1px;
  }
  .home-item__block-text-size {
    font-size: 10px;
    font-family: 'Ibarra Real Nova', serif;
    letter-spacing: 1px;
  }
  .home-contact {
    text-align: center;
  }
  .home-contact__inner {
    padding: 30px 15px;
  }
  .home-contact__title {
    font-size: 20px;
    padding: 0 0 30px;
    letter-spacing: 1.5px;
    font-family: 'Ibarra Real Nova', serif;
    font-weight: bold;
  }
  .home-contact__wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  .home-contact__block {
    font-size: 0;
    margin: 0 0 25px;
  }
  .home-contact__block-top {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 12px;
    vertical-align: middle;
    font-family: 'Ibarra Real Nova', serif;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    box-sizing: border-box;
  }
  .home-contact__block-top span {
    padding: 0 0 0 10px;
    color: #ff0000;
  }
  .home-contact__block-bottom {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
  }
  .home-contact__block-bottom input {
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Ibarra Real Nova', serif;
    letter-spacing: 1px;
  }
  .home-contact__block-bottom textarea {
    width: 100%;
    height: 150px;
    background-color: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
    font-family: 'Ibarra Real Nova', serif;
    letter-spacing: 1px;
  }
  .home-contact__btn-inner input {
    color: #fff;
    padding: 20px 80px;
    background-color: #333;
    border: 1px solid #333;
    transition: 0.3s all;
    font-family: 'Ibarra Real Nova', serif;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .home-contact__btn-inner input:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    transition: 0.3s all;
  }
  .wpcf7-spinner {
    display: none !important;
  }
  .wpcf7-not-valid-tip {
    font-size: 14px;
    padding: 15px 0 0 !important;
    font-family: 'Ibarra Real Nova', serif;
    letter-spacing: 1px;
  }
  .wpcf7-response-output {
    font-family: 'Ibarra Real Nova', serif;
    letter-spacing: 1px;
  }
}
