@charset "UTF-8";
/*
@include css3(transform, translate(-50%, -50%));
@include css3(transition, 0.3s ease-in-out);  
transform: rotate(0.03deg);
*/
@keyframes slide1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@keyframes AnimationTitle {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*====================================
 お問い合わせ　
=====================================*/
.contact #content .inner {
  max-width: 1000px;
  padding-top: 50px; }
.contact #content .contactBox p {
  padding: 0 0 0.5em;
  line-height: 200%; }
  @media screen and (max-width: 520px) {
    .contact #content .contactBox p {
      text-align: left;
      font-size: 14px; }
      .contact #content .contactBox p br {
        display: none; } }
  .contact #content .contactBox p.tx {
    text-align: center;
    font-weight: 700;
    padding: 0 0 1.5em;
    font-size: 18px; }
.contact #content .tgl {
  background-color: #0068b4;
  padding: 0 50px 30px;
  color: #FFF;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .contact #content .tgl {
      padding: 0 25px;
      margin: 10px auto; } }
  .contact #content .tgl .par {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 30px; }
    @media screen and (max-width: 520px) {
      .contact #content .tgl .par {
        padding: 15px; } }
.contact #content .form {
  padding: 50px 0 0 0; }
.contact #content .wpcf7-response-output {
  display: none; }
.contact #content input, .contact #content select, .contact #content textarea {
  padding: 3px; }
  .contact #content input:focus, .contact #content select:focus, .contact #content textarea:focus {
    outline: none; }
  @media screen and (max-width: 1024px) {
    .contact #content input, .contact #content select, .contact #content textarea {
      width: 100%; } }
  .contact #content input.title, .contact #content select.title, .contact #content textarea.title {
    display: none; }
.contact #content input[type="text"], .contact #content input[type="number"], .contact #content input[type="email"], .contact #content input[type="date"], .contact #content input[type="tel"], .contact #content textarea, .contact #content select {
  width: 100%;
  border: none;
  background-color: #DDDDDD;
  padding: 10px;
  -webkit-appearance: none; }
  @media screen and (max-width: 1024px) {
    .contact #content input[type="text"], .contact #content input[type="number"], .contact #content input[type="email"], .contact #content input[type="date"], .contact #content input[type="tel"], .contact #content textarea, .contact #content select {
      font-size: 12px; } }
.contact #content input[type="date"] {
  min-height: 38px;
  text-align: left; }
.contact #content input[type="number"] {
  -webkit-appearance: none;
  width: 100px;
  text-align: center; }
.contact #content textarea {
  width: 100%; }
  .contact #content textarea.comment {
    max-height: 120px; }
@media screen and (max-width: 520px) {
  .contact #content .postcode {
    width: 30% !important; } }
.contact #content .select {
  padding: 0; }
  .contact #content .select P {
    display: flex;
    justify-content: flex-start;
    gap: 0 20px; }
    .contact #content .select P span {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 0 5px; }
.contact #content input[type="radio"] {
  width: auto;
  margin: 0 5px 0 0; }
.contact #content input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  top: 5px;
  position: relative; }
.contact #content label {
  margin: 0 10px 0 0; }
  @media screen and (max-width: 520px) {
    .contact #content label {
      margin: 0; } }
.contact #content .hissu,
.contact #content .nini {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: auto;
  width: auto;
  right: 10px;
  padding: 0px 10px;
  line-height: 180%;
  color: #FFF;
  font-size: 12px;
  background-color: #C90508; }
  @media screen and (max-width: 520px) {
    .contact #content .hissu,
    .contact #content .nini {
      right: 0px !important; } }
.contact #content .nini {
  background-color: #04837D; }
@media screen and (max-width: 1240px) {
  .contact #content .form {
    padding: 0 20px; } }
@media screen and (max-width: 520px) {
  .contact #content .form {
    padding: 0; } }
.contact #content table {
  margin: 0 auto 50px;
  border: none;
  width: 100%; }
  @media screen and (max-width: 1260px) {
    .contact #content table {
      width: 100%; } }
  .contact #content table tr th, .contact #content table tr td {
    padding: 20px;
    border-color: #D1D1D1; }
    @media screen and (max-width: 520px) {
      .contact #content table tr th, .contact #content table tr td {
        padding: 0 20px; } }
  .contact #content table tr th {
    position: relative; }
    @media screen and (max-width: 520px) {
      .contact #content table tr th {
        padding: 10px 20px 0; } }
  @media screen and (max-width: 520px) {
    .contact #content table tr td {
      padding: 0 20px 10px; } }
  .contact #content table tr td p {
    line-height: 180%; }
    .contact #content table tr td p.mini {
      font-size: 14px;
      padding: 0; }
  .contact #content table tr td .add {
    padding: 10px 0 0 1.7em; }
  .contact #content table tr td div.comment_title {
    padding: 0 0 5px; }
  .contact #content table tr td div.comment {
    padding: 0; }
@media screen and (max-width: 520px) {
  .contact #content .wpcf7-validates-as-date {
    margin: 0 0 5px; } }
.contact #content .wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0; }
.contact #content .wpcf7-checkbox.kikkake {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .contact #content .wpcf7-checkbox.kikkake .wpcf7-list-item {
    width: 25%;
    margin: 0;
    padding: 5px 0; }
    @media screen and (max-width: 1024px) {
      .contact #content .wpcf7-checkbox.kikkake .wpcf7-list-item {
        padding: 0 0 2px;
        width: 100%;
        font-size: 15px; } }
.contact #content .kakunin th {
  padding: 15px; }
.contact #content .wpcf7-not-valid-tip {
  font-size: 14px; }
.contact #content .privacyCh {
  font-size: 16px;
  padding: 0 50px 50px;
  border-bottom: 1px solid #D1D1D1; }
  @media screen and (max-width: 520px) {
    .contact #content .privacyCh {
      font-size: 14px;
      padding: 20px; } }
  .contact #content .privacyCh h2, .contact #content .privacyCh h3 {
    text-align: center;
    font-size: 24px;
    padding: 0 0 30px; }
    @media screen and (max-width: 768px) {
      .contact #content .privacyCh h2, .contact #content .privacyCh h3 {
        font-size: 18px; } }
  .contact #content .privacyCh p {
    padding: 0 0 1em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact #content .privacyCh p {
        font-size: 14px;
        text-align: left; } }
  .contact #content .privacyCh a {
    text-decoration: underline; }
  .contact #content .privacyCh .chBox {
    position: relative;
    padding: 10px 0 0 0; }
    .contact #content .privacyCh .chBox p {
      display: flex;
      justify-content: center;
      align-content: center;
      line-height: 100%; }
      @media screen and (max-width: 520px) {
        .contact #content .privacyCh .chBox p {
          font-size: 12px; } }
    .contact #content .privacyCh .chBox .hissu {
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      -o-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      position: relative;
      top: auto;
      left: auto;
      right: auto; }
      @media screen and (max-width: 520px) {
        .contact #content .privacyCh .chBox .hissu {
          font-size: 10px; } }
  .contact #content .privacyCh label {
    position: relative; }
  .contact #content .privacyCh input[type="checkbox"] {
    width: 15px;
    height: 15px;
    top: 3px;
    margin: 0 7px 0 0 !important;
    position: relative; }
.contact #content .submitArea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0 0; }
  @media screen and (max-width: 620px) {
    .contact #content .submitArea {
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 10px 0 0 0; } }
  .contact #content .submitArea .in,
  .contact #content .submitArea .mo {
    width: 300px;
    margin: 0 10px; }
    @media screen and (max-width: 620px) {
      .contact #content .submitArea .in,
      .contact #content .submitArea .mo {
        width: 48%;
        margin: 5px 0 0; } }
  .contact #content .submitArea p {
    display: flex;
    justify-content: center;
    padding: 0 !important; }
    .contact #content .submitArea p .wpcf7-submit,
    .contact #content .submitArea p .modoru {
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 280px;
      padding: 16px 5px;
      line-height: 1.8;
      text-decoration: none;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      background-color: #0068b4;
      color: #FFF;
      border: none; }
      @media screen and (max-width: 520px) {
        .contact #content .submitArea p .wpcf7-submit,
        .contact #content .submitArea p .modoru {
          padding: 19px 5px; } }
      .contact #content .submitArea p .wpcf7-submit:hover,
      .contact #content .submitArea p .modoru:hover {
        opacity: 1;
        background: #0068b4;
        color: #FFF; }
      .contact #content .submitArea p .wpcf7-submit:disabled,
      .contact #content .submitArea p .modoru:disabled {
        opacity: 0.5;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .contact #content .submitArea p .disable {
      border: 2px solid #0068b4; }
    .contact #content .submitArea p .wpcf7-spinner {
      display: none; }

.contact.thanks #content {
  min-height: 100px; }
  .contact.thanks #content .contactComplete {
    text-align: center; }
    .contact.thanks #content .contactComplete .title {
      font-size: 60px;
      font-weight: 700;
      text-align: center;
      padding: 80px 0 50px; }
      @media screen and (max-width: 520px) {
        .contact.thanks #content .contactComplete .title {
          font-size: 24px;
          padding: 30px 0 20px; } }
    .contact.thanks #content .contactComplete .tx {
      font-size: 16px;
      font-weight: 600;
      line-height: 250%;
      background-color: rgba(0, 104, 180, 0.1);
      padding: 50px 60px;
      text-align: left; }
    .contact.thanks #content .contactComplete .btn {
      padding: 50px 0;
      text-align: center;
      display: flex;
      justify-content: center; }
      .contact.thanks #content .contactComplete .btn a, .contact.thanks #content .contactComplete .btn span {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-width: 280px;
        margin: 0 auto;
        height: 70px;
        padding: 9px 25px 9px 30px;
        line-height: 1.8;
        letter-spacing: 0.07em;
        text-decoration: none;
        transition: 0.3s ease-in-out;
        font-weight: 600;
        background-color: #0068b4;
        color: #FFF;
        border-radius: 10px;
        font-size: 20px; }
        .contact.thanks #content .contactComplete .btn a:after, .contact.thanks #content .contactComplete .btn span:after {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
          position: absolute;
          top: 50%;
          right: 25px;
          content: "";
          width: 11px;
          height: 9px;
          background-color: #FFF; }
        .contact.thanks #content .contactComplete .btn a:hover, .contact.thanks #content .contactComplete .btn span:hover {
          opacity: 1; }
          .contact.thanks #content .contactComplete .btn a:hover:after, .contact.thanks #content .contactComplete .btn span:hover:after {
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            right: 20px; }
      .contact.thanks #content .contactComplete .btn a {
        width: 300px; }
