@charset "UTF-8";

/* =====================================
	contact
===================================== */
.visual .inner h1 {
  z-index: 2; }
/* =======.contact ========== */
.contact {
  width: 100%;
  padding: 66px 40px 0 40px;
  position: relative; }
  .contact .inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    padding-bottom: 110px;
    text-align: center;
    font-size: 14px; }
    .contact .inner h2 {
      font-weight: bold;
      color: #0086D1;
      font-size: 40px;
      margin-bottom: 50px; }
    .contact .inner dl {
      text-align: left;
      background-color: #F4F6F7;
      padding: 50px;
      margin-top: 50px; }
      .contact .inner dl dt {
        font-weight: normal;
        margin-top: 20px; }
        .contact .inner dl dt:first-child {
          margin: 0; }
        .contact .inner dl dt .required {
          color: #FF8875; }
      .contact .inner dl dd {
        margin-top: 10px; }
        .contact .inner dl dd .attation {
          display: block;
          font-size: 10px;
          margin-top: 1em; }
    .contact .inner ul.attaion {
      text-align: left;
      margin-top: 20px;
      font-size: 10px; }
    .contact .inner .attaion a {
      text-decoration: underline; }
    .contact .inner input {
      padding: 1em;
      box-sizing: border-box;
      width: 380px;
      max-width: 100%; }
    .contact .inner textarea {
      padding: 1em;
      box-sizing: border-box;
      width: 100%;
      min-height: 215px;
      resize: vertical; }
    .contact .inner input[type="submit"], .contact .inner input[type="button"] {
      border: none;
      padding: 15px 0;
      color: #FFF;
      cursor: pointer;
      width: 100%;
      display: inline-block;
      background-color: #0086D1;
      position: relative; }
      .contact .inner input[type="submit"]:hover, .contact .inner input[type="button"]:hover {
        opacity: 0.7;
        -webkit-transition: all .3s;
        transition: all .3s; }
    .contact .inner ::placeholder {
      color: #B2B2B2; }
    .contact .inner .select_arrow01 {
      overflow: hidden;
      box-sizing: border-box;
      position: relative;
      box-sizing: border-box;
      background-color: #fff;
      width: 210px; }
      .contact .inner .select_arrow01 select {
        cursor: pointer;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 1em;
        box-sizing: border-box;
        width: 210px; }
        .contact .inner .select_arrow01 select::-ms-expand {
          display: none; }
        .contact .inner .select_arrow01 select:invalid {
          color: #262626; }
        .contact .inner .select_arrow01 select option {
          color: #262626; }
          .contact .inner .select_arrow01 select option:first-child {
            color: #ccc; }
      .contact .inner .select_arrow01::before {
        content: '';
        pointer-events: none;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: rotate(135deg);
        transition: 0.3s all ease; }
    .contact .inner .check {
      margin: 50px 0 30px 0; }
      .contact .inner .check input[type="checkbox"] {
        -webkit-appearance: none;
        position: relative;
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        box-sizing: border-box;
        box-shadow: none;
        border: 1px #CCCCCC solid;
        vertical-align: middle;
        margin-right: 10px;
        background-color: #fff;
        padding: 10px; }
      .contact .inner .check input[type="checkbox"]:checked:before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        cursor: pointer; }
    .contact .inner .sendBtn {
      position: relative;
      width: 430px;
      max-width: 100%;
      margin: 30px auto 10px auto;
      letter-spacing: 0.5em; }
      .contact .inner .sendBtn:before {
        content: "";
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        position: absolute;
        right: 30px;
        top: 32%;
        transform: rotate(45deg);
        transition: 0.3s all ease;
        z-index: 2; }
      .contact .inner .sendBtn input {
        font-size: 16px;
        letter-spacing: 0.2em; }

/* =======.contact .list ========== */
.contact.list .subject {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F4F6F7;
  margin-top: 20px;
  position: relative; }
  .contact.list .subject a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/common/arrow03.svg") no-repeat 98% 96%; }
    .contact.list .subject a span {
      display: none; }
  .contact.list .subject:first-child {
    margin: 0; }
  .contact.list .subject .txtBox {
    box-sizing: border-box;
    padding: 30px;
    color: #0086D1;
    width: 60%;
    box-sizing: border-box; }
    .contact.list .subject .txtBox h3 {
      color: #0086D1;
      font-weight: bold;
      font-size: 30px;
      line-height: 1.25; }
      .contact.list .subject .txtBox h3 span {
        font-size: 26px; }
    .contact.list .subject .txtBox p {
      margin-top: 0.5em; }
  .contact.list .subject .thumbnail {
    width: 40%;
    overflow: hidden; }
    .contact.list .subject .thumbnail img {
      width: 100%;
      height: 100%;
      transition: all .3s; }
  .contact.list .subject:hover .thumbnail img {
    transform: scale(1.1, 1.1);
    transition: all .3s; }

.area-full {
	width:100% !important;
}

.area-small {
	width:210px !important;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #FF8875 !important;
}

.wpcf7-submit:disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
}

.wpcf7-form.sent .wpcf7-response-output {
    display: none;
}

.thanks h2 {
	font-size:32px !important;
}

.thanks h2 + p {
	font-size:18px !important;
	line-height:2;
}

.thanks .gototop a {
	margin-top: 50px;
	display: inline-block;
	text-decoration: underline;
	font-size:18px !important;
}

.thanks .gototop a:hover {
	text-decoration: none;
}

.not-found .visual .inner  {
	height: 200px;
}

.not-found .visual .inner h1  {
	left:50%;
	text-align:center;
	transform: translate(-50%, -50%);
}

.not-found h2 {
	font-size: 22px !important;
	color: #262626 !important;
}

.not-found  h2 + p {
	font-size:16px !important;
	line-height:2;
}

.not-found .gototop a {
	font-size:16px !important;
}

div.attachment {
    width:100%;
	margin-top:0.5em;
	padding:0.5em 1em;
    box-sizing:border-box;
	background-color:#fff;
}

.wpcf7-turnstile {
	text-align:center;
}


@media screen and (max-width: 767.9px) {
  /* =======.visual ========== */
  .visual .inner img {
    width: auto;
    height: 100%; }

  /* =======.contact ========== */
  .contact {
    padding: 10.133vw 0 0 0; }
    .contact .inner {
      padding-bottom: 50px;
      text-align: left; }
      .contact .inner h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
        line-height: 1.45;
        text-align: center; }
      .contact .inner p {
        padding: 0 5.33vw; }
        .contact .inner p.attaion {
          font-size: 1.0rem;
		  text-align: center; }
      .contact .inner dl {
        padding: 20px;
        margin-top: 20px; }
        .contact .inner dl dt {
          font-weight: normal;
          margin-top: 20px; }
          .contact .inner dl dt:first-child {
            margin: 0; }
          .contact .inner dl dt .required {
            color: #FF8875; }
        .contact .inner dl dd {
          margin-top: 10px; }
          .contact .inner dl dd .attation {
            display: block;
            font-size: 10px;
            margin-top: 1em; }
      .contact .inner ul.attaion {
        margin-top: 20px;
        padding: 0 5.33vw;
        font-size: 1rem; }
      .contact .inner textarea {
        min-height: 150px; }
      .contact .inner .select_arrow01 {
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        box-sizing: border-box;
        background-color: #fff;
        width: 210px; }
        .contact .inner .select_arrow01 select {
          cursor: pointer;
          border: none;
          outline: none;
          background: transparent;
          background-image: none;
          box-shadow: none;
          -webkit-appearance: none;
          appearance: none;
          padding: 1em;
          box-sizing: border-box;
          width: 210px;
		  font-size: 1rem;
		  color: #262626;
		  font-weight: normal; }
          .contact .inner .select_arrow01 select::-ms-expand {
            display: none; }
          .contact .inner .select_arrow01 select:invalid {
            color: #262626; }
          .contact .inner .select_arrow01 select option {
            color: #262626; }
            .contact .inner .select_arrow01 select option:first-child {
              color: #ccc; }
        .contact .inner .select_arrow01::before {
          content: '';
          pointer-events: none;
          width: 10px;
          height: 10px;
          margin-top: -5px;
          border-top: solid 1px #ccc;
          border-right: solid 1px #ccc;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: rotate(135deg);
          transition: 0.3s all ease; }
      .contact .inner .check {
        margin: 20px 0 20px 0;
        font-size: 1.0rem;
		text-align :center; }
        .contact .inner .check input[type="checkbox"] {
          margin-right: 5px;
          padding: 7px; }
      .contact .inner .sendBtn {
        margin: 0 auto 0 auto; }
        .contact .inner .sendBtn:before {
          right: 40px; }
        .contact .inner .sendBtn input[type="submit"], .contact .inner .sendBtn input[type="button"] {
          font-size: 1.8rem;
          letter-spacing: 0.2em; }

  /* =======.contact .list ========== */
  .contact.list .subject p {
    padding: 0; }
  .contact.list .subject .txtBox {
    width: 60%;
    padding: 0 20px;
    text-align: center; }
    .contact.list .subject .txtBox h3 {
      font-size: 5vw; }
      .contact.list .subject .txtBox h3 span {
        font-size: 3.5vw; }
    .contact.list .subject .txtBox p {
      font-size: 2vw; }
  .contact.list .subject .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.contact.list .subject {
	margin-right:auto !important;
	margin-left:auto !important;
    width: 93%;
}

.thanks h2 {
	font-size:2.2rem !important;
}

.thanks h2 + p {
	text-align:center;
	font-size:1.2rem !important;
	line-height:2;
}

.thanks .gototop {
	text-align:center;
}

.thanks .gototop a {
	text-align:center;
	margin-top: 50px;
	display: inline-block;
	text-decoration: underline;
	font-size:1.2rem !important;
}

.thanks .gototop a:hover {
	text-decoration: underline;
}

.not-found .visual  {
	height: 130px;
}

.not-found .visual .inner  {
	height: 130px;
	position: relative;
}

.not-found .visual .inner h1  {
	font-size: 7.8vw;

}

}
