@charset "UTF-8";
/* 日本語 */
img {
  image-rendering: -webkit-optimize-contrast;
  /* Chrome用 */ }

.fade {
  opacity: 0;
  transition: .5s; }
  .fade.is-show {
    opacity: 1; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .fade {
    opacity: 1;
    transition: .5s; }
    .fade.is-show {
      opacity: 1; }

  .sp_fade {
    opacity: 0;
    transition: .5s; }
    .sp_fade.sp-show {
      opacity: 1; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************************************************/
.page_content {
  background-color: #22BA8F;
  padding: 0 0 50px;
  position: relative; }

.page_content_box {
  background-color: #FFFBED;
  border-radius: 40px;
  max-width: 1920px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 120px 0 115px; }

/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_content_box {
    padding: 70px 0 60px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_content_box {
    width: calc(100% - 30px);
    padding: 40px 0 40px; } }
/*max-width:480px*/
/*****************************************************/
.contact_box {
  max-width: 1160px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .contact_box dt {
    font: 2rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 10px; }
    .contact_box dt span {
      display: inline-block;
      background-color: #DC5252;
      width: 55px;
      color: #fff;
      font: 1.7rem/30px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      height: 30px;
      margin: 0 0 0 10px;
      padding: 0;
      text-align: center; }
  .contact_box dd {
    margin: 0 0 40px; }

@media (max-width: 768px) {
  .contact_box {
    width: calc(100% - 60px); }
    .contact_box dt {
      font: 1.7rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .contact_box {
    max-width: 305px;
    width: calc(100% - 50px); }
    .contact_box dl {
      margin-bottom: 40px; }
    .contact_box dt {
      font: 1.5rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500; }
      .contact_box dt span {
        width: 40px;
        font: 1.4rem/25px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        height: 25px; }
    .contact_box dd {
      margin: 0 0 20px; } }
/*max-width:480px*/
/*****************************************************/
input[type="text"],
input[type="email"] {
  font: 1.6rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px; }

textarea {
  border-radius: 10px;
  height: 400px;
  font: 1.6rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc; }

@media (max-width: 480px) {
  textarea {
    height: 300px; } }
/*max-width:480px*/
/*****************************************************/
.input_btn {
  width: 300px;
  height: 90px;
  background-color: #087657;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
  transition: .3s; }
  .input_btn:before {
    transition: .3s;
    position: absolute;
    content: "";
    display: block;
    background: url("../images/common/arrow_white.svg") center center no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    top: 50%;
    left: auto;
    right: 10px;
    transform: translate(-50%, -50%);
    z-index: 20;
    pointer-events: none; }
  .input_btn input[type="submit"] {
    transition: .3s;
    color: #fff;
    position: relative;
    z-index: 10;
    font: 2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 50px;
    background-color: inherit;
    border: none;
    width: 300px;
    height: 90px;
    border: 1px solid  #087657; }

@media (hover: hover) {
  .input_btn:hover {
    cursor: pointer;
    background-color: #fff; }
    .input_btn:hover:before {
      background: url("../images/common/arrow.svg") center center no-repeat;
      background-size: contain; }
    .input_btn:hover input[type="submit"] {
      cursor: pointer;
      color: #087657; } }
@media (max-width: 768px) {
  .input_btn {
    width: 270px;
    height: 80px; }
    .input_btn input[type="submit"] {
      width: 270px;
      height: 80px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .input_btn {
    width: 250px;
    height: 75px; }
    .input_btn:before {
      width: 30px;
      height: 30px;
      top: 50%;
      left: auto;
      right: 20px;
      transform: translate(0%, -50%);
      z-index: 20;
      pointer-events: none; }
    .input_btn input[type="submit"] {
      width: 250px;
      height: 75px;
      font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500; } }
/*max-width:480px*/
/*****************************************************/
.check_box {
  margin: 0 0 80px;
  /* 選択されたら色を付ける */ }
  .check_box .wpcf7-list-item {
    margin: 0 !important; }
  .check_box small {
    font: 1.6rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block;
    padding: 0 0 0 1.6rem;
    position: relative; }
    .check_box small:before {
      position: absolute;
      content: "※";
      left: 0; }
    .check_box small br {
      display: none; }
    .check_box small a {
      text-decoration: underline; }
  .check_box .wpcf7-not-valid-tip {
    margin-top: 15px !important; }
  .check_box p {
    font: 1.8rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    width: fit-content; }
  .check_box .wpcf7-form-control-wrap {
    width: fit-content; }
    .check_box .wpcf7-form-control-wrap .wpcf7-list-item-label {
      padding: 0 35px 0 0; }
  .check_box input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    position: absolute;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    transition: all 0.2s ease;
    top: -4px;
    right: 0; }
  .check_box input[type="checkbox"]:checked {
    background-color: orange; }
    .check_box input[type="checkbox"]:checked:before {
      position: absolute;
      content: "";
      right: 3px;
      top: 3px;
      width: 20px;
      height: 12px;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }

@media (hover: hover) {
  .check_box a:hover {
    color: darkorange; }
  .check_box .wpcf7-form-control-wrap:hover input[type="checkbox"] {
    background-color: orange; } }
@media (max-width: 768px) {
  .check_box {
    margin: 0 0 50px; }
    .check_box small {
      font: 1.4rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.05em; }
    .check_box p {
      font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      margin: 0 0 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .check_box {
    margin: 0 0 40px;
    /* 選択されたら色を付ける */ }
    .check_box .wpcf7-form-control-wrap {
      width: fit-content; }
      .check_box .wpcf7-form-control-wrap .wpcf7-list-item-label {
        padding: 0; }
    .check_box input[type="checkbox"] {
      width: 25px;
      height: 25px;
      top: -3px;
      right: -25px; }
    .check_box input[type="checkbox"]:checked {
      border: 1px solid orange;
      background-color: orange;
      outline: none; }
      .check_box input[type="checkbox"]:checked:before {
        right: 2px;
        top: 3px;
        width: 14px;
        height: 7px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff; } }
/*max-width:480px*/
.wpcf7-response-output {
  max-width: 840px;
  width: calc(100% - 40px);
  display: block;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px !important;
  font: 1.5rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  margin: 0 auto 50px !important;
  text-align: center !important; }

.wpcf7-not-valid-tip {
  font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-weight: 500 !important;
  display: block;
  margin: 10px 0 0; }

.google {
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: 840px;
  width: calc(100% - 40px);
  text-align: center;
  font: 1.4rem/2em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400; }
