/* import */
/* view */
/*-- breakpoint --*/
/* color */
/* font */
/* easgin */
/* mixin */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  outline: none; }

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .01em;
  font-size: 20px;
  line-height: 1.75;
  color: #000;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media all and (max-width: 768px) {
    body {
      font-size: 18px; } }
  @media all and (max-width: 500px) {
    body {
      font-size: 14px; } }

a, a img, button {
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

button {
  background-color: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input, textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus, textarea:focus {
  outline: 0; }

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-weight: inherit; }

img, svg, video {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover, button:hover {
  outline: none; }

em, i {
  font-style: normal; }

a:disabled, button:disabled, input:disabled {
  pointer-events: none; }

hr {
  border: 0;
  display: block;
  margin: auto;
  height: 1px;
  max-width: 1000px; }

.contact_header {
  position: relative;
  z-index: 1; }
  .contact_header__logo {
    position: absolute;
    left: 2.92826%;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 168px;
    height: 152px;
    padding: 20px 25px 25px;
    background-color: #0050b9;
    background: -webkit-linear-gradient(45deg, transparent 15px, #0050b9 15px), -webkit-linear-gradient(135deg, transparent 15px, #0050b9 15px);
    background: linear-gradient(45deg, transparent 15px, #0050b9 15px), linear-gradient(315deg, transparent 15px, #0050b9 15px);
    background-position: bottom left, bottom right;
    background-size: 50% 100%;
    background-repeat: no-repeat; }
    @media all and (max-width: 768px) {
      .contact_header__logo {
        left: 5.33333%;
        width: 140px;
        height: 126px;
        padding: 15px 20px 20px; } }
    @media all and (max-width: 500px) {
      .contact_header__logo {
        width: 122px;
        height: 110px;
        background: -webkit-linear-gradient(45deg, transparent 12px, #0050b9 12px), -webkit-linear-gradient(135deg, transparent 12px, #0050b9 12px);
        background: linear-gradient(45deg, transparent 12px, #0050b9 12px), linear-gradient(315deg, transparent 12px, #0050b9 12px);
        background-position: bottom left, bottom right;
        background-size: 50% 100%;
        background-repeat: no-repeat; } }
    .contact_header__logo .hamaken {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .contact_header__logo .hamaken img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .contact_header__logo .hamaken:after {
        content: "";
        display: block;
        padding-top: 91.5%; }

.contact_footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 25px;
  color: #0050b9;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .contact_footer .counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: 'Josefin Sans', noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: 0.1em;
    width: 170px; }
    .contact_footer .counter .max {
      font-size: 28px;
      padding-right: 15px;
      margin-right: 10px;
      position: relative;
      width: 50px; }
      .contact_footer .counter .max:after {
        content: "";
        display: block;
        width: 2px;
        height: 20px;
        border-radius: 2px;
        background-color: #fff;
        position: absolute;
        top: 2px;
        right: 0;
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top; }
    .contact_footer .counter .current {
      font-size: 70px; }
  .contact_footer__copyright {
    font-family: 'Josefin Sans', noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    @media all and (max-width: 768px) {
      .contact_footer__copyright {
        font-size: 10px; } }

.contact {
  background-color: #ebebeb; }
  .contact .title {
    font-family: 'Josefin Sans', noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 91px;
    color: #0050b9;
    text-align: center;
    padding: 170px 0 120px; }
    @media (max-width: 768px) {
      .contact .title {
        font-size: 12vw;
        padding: 170px 0 40px; } }
    @media (max-width: 375px) {
      .contact .title {
        font-size: 41px; } }
    .contact .title i {
      font-style: normal;
      display: inline-block;
      line-height: 1; }
      .contact .title i:nth-child(2n+1) {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); }
    .contact .title small {
      font-size: 21px;
      display: block;
      position: relative;
      padding-top: 20px; }
      .contact .title small:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -10px;
        margin: auto;
        background-image: url(/assets/img/contact_ttl-bar.svg);
        width: 400px;
        height: 14px; }
        @media (max-width: 500px) {
          .contact .title small:before {
            top: 2px;
            width: 212px;
            height: 7px; } }
      @media (max-width: 768px) {
        .contact .title small {
          font-size: 2.7vw; } }
      @media (max-width: 375px) {
        .contact .title small {
          font-size: 13px; } }
  .contact .title-thanks {
    margin: 50px auto; }
    .contact .title-thanks img {
      margin: auto; }
    .contact .title-thanks .sp {
      display: none; }
    @media (max-width: 650px) {
      .contact .title-thanks .pc {
        display: none; }
      .contact .title-thanks .sp {
        display: block; } }
  .contact .text-thanks {
    font-size: 22px;
    color: #0050b9;
    margin-bottom: 90px; }
    .contact .text-thanks .sp {
      display: none; }
    @media (max-width: 650px) {
      .contact .text-thanks {
        font-size: 3.2vw; }
        .contact .text-thanks .sp {
          display: block; } }
    @media (max-width: 375px) {
      .contact .text-thanks {
        font-size: 14px; } }
  .contact .submit {
    margin-top: 140px; }
    @media (max-width: 768px) {
      .contact .submit {
        margin-top: 60px; } }
  .contact .form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 400px;
    height: 74px;
    color: #fff;
    background-color: #0050b9;
    margin: 0 auto;
    font-size: 26px; }
    @media (max-width: 375px) {
      .contact .form-btn {
        width: 213px;
        height: 44px;
        font-size: 14px; } }
  .contact .wrap {
    max-width: 786px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 190px; }
    @media (max-width: 768px) {
      .contact .wrap {
        padding-bottom: 64px; } }
  @media (max-width: 768px) {
    .contact .form {
      padding: 0 30px; } }
  .contact .form .form-list {
    margin-bottom: 70px; }
    @media (max-width: 768px) {
      .contact .form .form-list {
        margin-bottom: 20px; } }
  .contact .form .form-label {
    font-size: 26px;
    color: #0050b9;
    margin-bottom: 24px; }
    @media (max-width: 375px) {
      .contact .form .form-label {
        font-size: 15px;
        margin-bottom: 13px; } }
  .contact .form .form-input {
    background-color: #fff; }
    .contact .form .form-input input {
      font-size: 16px;
      font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
      font-weight: normal;
      line-height: 1.75;
      padding: 1em 1.5em;
      height: 74px;
      width: 100%;
      box-shadow: 0 0 20px 5px rgba(0, 80, 185, 0);
      -webkit-transition: box-shadow 0 ease-out;
      transition: box-shadow 0 ease-out; }
      @media (max-width: 768px) {
        .contact .form .form-input input {
          font-size: 14px;
          height: 40px; } }
    .contact .form .form-input input:focus {
      -webkit-transition: box-shadow 400ms;
      transition: box-shadow 400ms;
      box-shadow: 0 0 0 2px #0050b9; }
  .contact .form .radio-buttons {
    padding-bottom: 30px;
    color: #0050b9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .contact .form .radio-buttons li {
      width: 24%; }
      @media (max-width: 768px) {
        .contact .form .radio-buttons li {
          width: auto; } }
    @media (max-width: 375px) {
      .contact .form .radio-buttons {
        padding-bottom: 24px; } }
  .contact .form .radio-buttons input[type=radio] {
    display: none;
    margin: 0; }
  .contact .form .radio-buttons input[type=radio] + label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    position: relative; }
    @media (max-width: 768px) {
      .contact .form .radio-buttons input[type=radio] + label {
        font-size: 2vw;
        margin-right: 6px; } }
    @media (max-width: 375px) {
      .contact .form .radio-buttons input[type=radio] + label {
        font-size: 12px;
        line-height: 1;
        padding: 0; } }
  .contact .form .radio-buttons input[type=radio] + label::before {
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin-right: 20px;
    top: 50%;
    height: 47px;
    width: 47px;
    border: 2px solid #fff;
    -webkit-transition: border 600ms ease-out;
    transition: border 600ms ease-out; }
    @media (max-width: 550px) {
      .contact .form .radio-buttons input[type=radio] + label::before {
        width: 24px;
        height: 24px;
        margin-right: 6px; } }
    @media (max-width: 320px) {
      .contact .form .radio-buttons input[type=radio] + label::before {
        width: 14px;
        height: 14px; } }
    @media (max-width: 550px) {
      .contact .form .radio-buttons input[type=radio] + label::before {
        border: 1px solid #fff; } }
  .contact .form .radio-buttons input[type=radio]:checked + label::before {
    border: 2px solid #0050b9; }
    @media (max-width: 550px) {
      .contact .form .radio-buttons input[type=radio]:checked + label::before {
        border: 1px solid #0050b9; } }
  .contact .form .radio-buttons input[type=radio] + label::after {
    background: #0050b9;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    margin-top: 11px;
    position: absolute;
    left: 5px;
    top: -6px;
    height: 37px;
    width: 37px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out; }
    @media (max-width: 550px) {
      .contact .form .radio-buttons input[type=radio] + label::after {
        height: 18px;
        width: 18px;
        top: -8px;
        left: 3px; } }
    @media (max-width: 320px) {
      .contact .form .radio-buttons input[type=radio] + label::after {
        width: 8px;
        height: 8px; } }
  .contact .form .radio-buttons input[type=radio]:checked + label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .contact .form .form-attention {
    font-size: 12px;
    color: #0050b9;
    text-indent: -1em;
    padding-left: 1em; }
    @media (max-width: 375px) {
      .contact .form .form-attention {
        font-size: 10px; } }
  .contact .form .form-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      .contact .form .form-select {
        display: block;
        font-size: 12px;
        margin-bottom: 30px; } }
  .contact .form .form-box {
    color: #0050b9; }
  .contact .form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact .form .form-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px; }
    @media (max-width: 768px) {
      .contact .form .form-col {
        width: 33.3333333%;
        margin-right: 6px; }
        .contact .form .form-col:nth-child(3n) {
          margin-right: 0; } }
  .contact .form .desired {
    margin-right: 30px; }
    @media (max-width: 768px) {
      .contact .form .desired {
        display: block;
        margin-right: 0;
        margin-bottom: 16px; } }
  .contact .form .date {
    margin-left: 16px; }
    @media (max-width: 768px) {
      .contact .form .date {
        margin-left: 10px; } }
  .contact .form .cp_ipselect {
    overflow: hidden;
    width: 90%;
    text-align: center; }
  .contact .form .cp_ipselect select {
    width: 100%;
    color: #0050b9;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .contact .form .cp_ipselect select::-ms-expand {
    display: none; }
  .contact .form .cp_ipselect.cp_sl01 {
    position: relative;
    border-radius: 2px; }
  .contact .form .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 35%;
    right: 13%;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #0050b9;
    border-left: 2px solid #0050b9;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media (max-width: 768px) {
      .contact .form .cp_ipselect.cp_sl01::before {
        width: 6px;
        height: 6px;
        top: 40%; } }
  .contact .form .cp_ipselect.cp_sl01 select {
    color: #0050b9;
    width: 146px;
    height: 54px;
    padding-left: 30px;
    background-color: #fff; }
    @media (max-width: 768px) {
      .contact .form .cp_ipselect.cp_sl01 select {
        width: 100%;
        height: auto;
        padding: 10px 14px; } }
  .contact .thanks-container {
    text-align: center;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    @media (max-width: 768px) {
      .contact .thanks-container {
        height: 100%;
        padding-bottom: 100px; } }

.hamahashi-svg {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%); }
  @media (max-width: 650px) {
    .hamahashi-svg {
      margin-top: 80px; } }
  @media (max-width: 600px) {
    .hamahashi-svg {
      width: 300px; } }
  @media (max-width: 460px) {
    .hamahashi-svg {
      width: 250px; } }
  .turn-right .hamahashi-svg {
    -webkit-transform: translateX(-20%) rotateY(180deg);
    transform: translateX(-20%) rotateY(180deg);
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
  .hamahashi-svg__walking {
    visibility: hidden; }
  .hamahashi-svg__greeting1 {
    visibility: hidden; }
    .thanks .hamahashi-svg__greeting1,
    .hello .hamahashi-svg__greeting1 {
      visibility: visible; }
    .thanks .hamahashi-svg__greeting1 {
      -webkit-animation: takeoff2 1s steps(2, end) forwards;
      animation: takeoff2 1s steps(2, end) forwards; }
    .hello .hamahashi-svg__greeting1 {
      -webkit-animation: takeoff2 1s steps(2, end) forwards;
      animation: takeoff2 1s steps(2, end) forwards; }
  .hamahashi-svg__greeting2 {
    visibility: hidden; }
    .takeoff .hamahashi-svg__greeting2,
    .thanks .hamahashi-svg__greeting2,
    .hello .hamahashi-svg__greeting2 {
      visibility: visible; }
    .thanks .hamahashi-svg__greeting2 {
      -webkit-animation: takeoff3 1s steps(2, end) forwards;
      animation: takeoff3 1s steps(2, end) forwards; }
    .hello .hamahashi-svg__greeting2 {
      -webkit-animation: takeoff1 1s steps(2, end) forwards;
      animation: takeoff1 1s steps(2, end) forwards; }
  .hamahashi-svg__pause {
    visibility: hidden; }
    .pause .hamahashi-svg__pause,
    .thanks .hamahashi-svg__pause,
    .hello .hamahashi-svg__pause,
    .handsup .hamahashi-svg__pause {
      visibility: visible; }
    .thanks .hamahashi-svg__pause {
      -webkit-animation: takeoff1 1s steps(2, end) forwards;
      animation: takeoff1 1s steps(2, end) forwards; }
    .hello .hamahashi-svg__pause {
      -webkit-animation: takeoff3 1s steps(2, end) forwards;
      animation: takeoff3 1s steps(2, end) forwards; }
    .handsup .hamahashi-svg__pause {
      -webkit-animation: walk2 2s steps(1, end) forwards;
      animation: walk2 2s steps(1, end) forwards; }
  .hamahashi-svg__handsup {
    visibility: hidden; }
    .handsup .hamahashi-svg__handsup {
      visibility: visible;
      -webkit-animation: walk1 2s steps(1, end) forwards;
      animation: walk1 2s steps(1, end) forwards; }

@-webkit-keyframes walk1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes walk1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes walk2 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes walk2 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes takeoff1 {
  0% {
    opacity: 1; }
  33% {
    opacity: 1; }
  33.1% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes takeoff1 {
  0% {
    opacity: 1; }
  33% {
    opacity: 1; }
  33.1% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes takeoff2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  33.1% {
    opacity: 1; }
  66% {
    opacity: 1; }
  66.1% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes takeoff2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  33.1% {
    opacity: 1; }
  66% {
    opacity: 1; }
  66.1% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes takeoff3 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  66.1% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes takeoff3 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  66.1% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes talk {
  0% {
    -webkit-transform: translate3d(0, -2%, 0) rotate(-1deg);
    transform: translate3d(0, -2%, 0) rotate(-1deg); }
  25% {
    -webkit-transform: translate3d(0, 2%, 0) rotate(1deg);
    transform: translate3d(0, 2%, 0) rotate(1deg); }
  50% {
    -webkit-transform: translate3d(0, -2%, 0) rotate(-1deg);
    transform: translate3d(0, -2%, 0) rotate(-1deg); }
  75% {
    -webkit-transform: translate3d(0, 2%, 0) rotate(1deg);
    transform: translate3d(0, 2%, 0) rotate(1deg); }
  100% {
    -webkit-transform: translate3d(0, -2%, 0) rotate(-1deg);
    transform: translate3d(0, -2%, 0) rotate(-1deg); } }

@keyframes talk {
  0% {
    -webkit-transform: translate3d(0, -2%, 0) rotate(-1deg);
    transform: translate3d(0, -2%, 0) rotate(-1deg); }
  25% {
    -webkit-transform: translate3d(0, 2%, 0) rotate(1deg);
    transform: translate3d(0, 2%, 0) rotate(1deg); }
  50% {
    -webkit-transform: translate3d(0, -2%, 0) rotate(-1deg);
    transform: translate3d(0, -2%, 0) rotate(-1deg); }
  75% {
    -webkit-transform: translate3d(0, 2%, 0) rotate(1deg);
    transform: translate3d(0, 2%, 0) rotate(1deg); }
  100% {
    -webkit-transform: translate3d(0, -2%, 0) rotate(-1deg);
    transform: translate3d(0, -2%, 0) rotate(-1deg); } }

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