@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');
/*
Theme Name: THINK
Description:
Theme URI:
Author:
Author URI:
Version:
License:
License URI:
Tags:
*/
body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "MS Pゴシック", sans-serif;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
  position: relative;
  text-align: left;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}
.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-style: normal;
}


/*
*:focus {
  outline: 5px solid #53565A!important;
}
*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  vertical-align: baseline;
  color: #363636;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}
input, textarea {
  margin: 0;
  padding: 0
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}
caption, th {
  text-align: left
}
th {
  font-weight: 400
}

a {
  text-decoration: none;
  color: inherit
}
img {
  vertical-align: middle;
  max-width: 100%
}
img, video {
  height: auto
}
video {
  vertical-align: bottom;
  width: 100%
}
textarea {
  resize: vertical
}
:not(br) {
  box-sizing: border-box;
  line-height: 1.5
}
:not(br):after, :not(br):before {
  box-sizing: inherit;
  line-height: inherit
}
p {
  line-height: 1.75
}
span{
  font-weight: inherit;
  color: inherit;
}
button, input[type=email], input[type=tel], input[type=text], select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: 0 0 transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit
}
.clear {
  clear: both;
  margin: 0;
  padding: 0
}
.cf:after, .clearfix:after {
  content: "";
  display: block;
  clear: both
}
.clearfix {
  min-height: 1px
}
* html .clearfix {
  height: 1px
}

/*フォーム修正*/
#contact fieldset.hidden-fields-container, #recruit-contact fieldset.hidden-fields-container{
  display: none;
}
#contact fieldset .checkbox label, #recruit-contact fieldset .checkbox label{
  margin-left: 0;
}
/*フォーム確認プラグイン*/
div#wpcf7cpcnf{
    background-color: #fff;
    border-radius: 48px;
    box-shadow: 0 3px 6px -3px #5c5c5c;
    padding: 5.5rem 4.4% 10rem;
}
#wpcf7cpcnf table{
    border-collapse: separate;
    border-spacing: 1em;
}
#wpcf7cpcnf th p,td p{
  font-size: 1.8rem;
}
#wpcf7cpcnf th p{
  font-weight: bold;
}
div.wpcf7cp-btns {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}

#wpcf7cpcnf .wpcf7-form-control.wpcf7cp-cfm-edit-btn{
    font-size: 1.8rem;
    background-color: #363636;
    border: 1px solid #363636;
    border-radius: 3.7rem;
    padding: 2.5rem 7rem;
    transition: all 0.5s ease;
    color: #fff;
}
#wpcf7cpcnf .wpcf7-form-control.wpcf7cp-cfm-edit-btn:hover{
  background-color: #fff;
  color: #363636;
}
#wpcf7cpcnf .wpcf7-submit.wpcf7cp-cfm-submit-btn{
    font-size: 1.8rem;
    background-color: #00e2ff;
    border: 1px solid #00e2ff;
    border-radius: 3.7rem;
    padding: 2.5rem 7rem;
    transition: all 0.5s ease;
}
#wpcf7cpcnf .wpcf7-submit.wpcf7cp-cfm-submit-btn:hover{
  background-color: #363636;
  color: #00e2ff;
}
button.wpcf7cp-cfm-edit-btn,
button.wpcf7cp-cfm-submit-btn{
  margin-right: 0;
  margin-bottom: 0;

}
@media (max-width: 1024px) {
  div#wpcf7cpcnf{
        border-radius: 24px;
        padding-bottom: 6rem;
  }
  div#wpcf7cpcnf tr,div#wpcf7cpcnf th,div#wpcf7cpcnf td{
    display: block;
    width: 100%;
  }
  div#wpcf7cpcnf tr{
    padding-bottom: 1em;
  }
}