@charset "UTF-8";
/* =====================================================
  1.0 - Foundation
===================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul, ol {
  padding-left: 0;
}

* {
  margin-top: 0;
}

/*
  Base
-----------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

:root{
  --font-ja: "Noto Sans JP", sans-serif;
}

/* =====================================================
  2.0 - Layout
===================================================== */
/*
  Header
-----------------------------------------------------*/
.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 1);
  /* position: absolute; */
}
.header p {
  margin: 0;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;

}
@media screen and (min-width: 768px) {
  .header_inner {
    padding: 20px 15px;
    max-width: 1030px;
    margin-right: auto;
    margin-left: auto;
  }
}

.header_logo {
  margin: 0;
  width: 260px;
}
@media screen and (min-width: 768px) {
  .header_logo {
    width: 460px;
  }
}

.header_cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_cta {
    width: 389px;
    display: block;
  }
}


.header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header_buttons {
    gap: 3.75vw;
  }
}

.header_tel {
  width: 80px;
  height: 80px;
  display: none;
}
@media screen and (max-width: 767px) {
  .header_tel {
    width: 40px;
    height: 40px;
    display: block;
  }
}
/*
  Footer
-----------------------------------------------------*/
#f_navi {
  padding: 50px 0 25px;
  background: #E5913C;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #f_navi {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; */
    padding: 20px 0;
    gap: 10px;
  }
}
#f_navi li {
  list-style-type: none;
}
#f_navi li:not(:last-child) {
  margin-right: 40px;
  position: relative;
}
#f_navi li:not(:last-child)::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #1D1D1D;
  position: absolute;
  right: -20px;
  top: 0;
}

#f_navi li a {
  color: #1D1D1D;
  text-decoration: none;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #f_navi{
    gap: 10px;
  }
  #f_navi li a {
    font-size:14px;
  }
  #f_navi li:not(:last-child) {
    margin-right: 20px;
    position: relative;
  }
  #f_navi li:not(:last-child)::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #1D1D1D;
    position: absolute;
    right: -10px;
    top: 0;
  }

}

#f_copy {
  background: #1D1D1D;
  padding: 24px 10px 26px;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
#f_copy p:nth-of-type(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #f_copy {
    font-size: 0.75rem;
  }
}

/*
  inner
-----------------------------------------------------*/
.inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1240px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}



/* =====================================================
  3.0 - Object
===================================================== */

/*
  contac t
-----------------------------------------------------*/
.contact {
  background: #E5913C;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}

.contact_inner {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.contact_inner h2 {
  margin-bottom: 0;
}

.contact_image {
  margin: 0;
}

.tab {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  margin-top: 40px;
  align-items: flex-end;
  padding-inline: 10px;
}
.tab li {
  --tab-color: #007CCF;
  background: #fff;
  border: 3px solid var(--tab-color);
  color: var(--tab-color);
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--font-ja);
  padding: 20px 10px;
  max-width: 400px;
  width: calc(50% - 4px);
  text-align: center;
  position: relative;
  top: 5px;
  background: var(--tab-color);
  color: #fff;
  border-color: var(--tab-color);
}
.tab li.off {
  /* background: var(--tab-color); */
  color: var(--tab-color);
  background: #fff;
  border-color: var(--tab-color);
  padding: 15px 0;
}
#tag_d{
  --tab-color: #ED7700;
}
#contact_d{
  border-color: #ED7700;
}
.tab li span {
  font-size: 1.33em;
}
@media screen and (max-width: 767px) {
  .contact_inner h2{
    padding-bottom: 0;
  }
  .tab{
    margin-top: 20px;
  }
  .tab li {
    width: calc(50% - 4px);
    font-size: 3vw;
    /* font-size: clamp(0.625rem, 3vw, 1rem); */
    font-size: 1rem;
    padding: 13px 4px;
    border-width: 4px;
  }

  .tab li.on span {
    font-size: 4vw;
    font-size: clamp(0.625rem, 4vw, 1.125rem);

  }
  .tab li.off {
    padding: 8px 0;
  }
  .tab li.off span{
    font-size: inherit;
  }
}

#change_tab li {
  cursor: pointer;
}

.contact_form{
  border: 3px solid #007CCF;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.contact_form._thanks{
  border-radius: 0;
}
.form_title{
  font-size: 36px;
  text-align: center;
  padding-bottom: 40px;
  color: #fff;
}
.form_title.has_bg{
  font-size: 36px;
  text-align: center;
  padding: 10px;
  background: #007CCF;
  color: #fff;
}

#contact_d.contact_form.yubin{
  border-color: #007CCF;
}

.contact_form._thanks .form_title{
  color: #ED7700;
  padding-top: 40px;
}

#contact_d.contact_form.yubin._thanks{
  border-color: transparent;

}
.contact_form._thanks.yubin .form_title{
  color: #007CCF;
}

#contact_d.contact_form._thanks._sessiontimeout {
  border-color: transparent;
}
#contact_d.contact_form._thanks._sessiontimeout .form_title{
  color: #000;
}

.form_back{
  margin-top: 40px;
  display: block;
  border: 1px  solid #000;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px 0;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}

.form_back:hover{
  background: #000;
  color: #fff;
}

.form_inner {
  padding: 80px 40px;
}

@media screen and (max-width: 767px) {
  .form_inner {
    padding: 40px 24px;
  }
  .form_title{
    font-size: 24px;
  }
}
.contact_form h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #1D1D1D;
  margin-bottom: 10px;
  font-weight: bold;
}
.contact_form  .form_inner > h3{
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_form h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.contact_form h3 .hissu, .contact_form h3 .nin {
  display: inline-block;
  margin-left: 20px;
  background: #007CCF;
  color: #fff;
  font-size: 1rem;
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 1.4375;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_form h3 .hissu, .contact_form h3 .nin {
    font-size: 0.875rem;
  }
}
.policy-check{
  text-align: center;
}

.contact_form h3 .nin {
  background: #9AA3A9;
}
.contact_form .input{
  margin-bottom: 30px;
}
.contact_form input[type=text], .contact_form input[type=email], .contact_form input[type=tel], .contact_form select {
  display: block;
  background: #fff;
  border: 3px solid #BCBCBC;
  height: 70px;
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1.5rem;
  /* margin-bottom: 30px; */
}
.contact_form .input.radio{
  display: flex;

}
@media screen and (max-width: 767px) {
  .contact_form .input{
    margin-bottom: 20px;
  }
  .contact_form input[type=text], .contact_form input[type=email], .contact_form input[type=tel], .contact_form select {
    /* margin-bottom: 20px; */
    font-size: 1.125rem;
    padding: 15px 10px;
    height: 48px;
  }
}
.contact_form input[type=text]::-webkit-input-placeholder, .contact_form input[type=email]::-webkit-input-placeholder, .contact_form input[type=tel]::-webkit-input-placeholder, .contact_form select::-webkit-input-placeholder {
  color: #908a8a;
}
.contact_form input[type=text]::-moz-placeholder, .contact_form input[type=email]::-moz-placeholder, .contact_form input[type=tel]::-moz-placeholder, .contact_form select::-moz-placeholder {
  color: #908a8a;
}
.contact_form input[type=text]:-ms-input-placeholder, .contact_form input[type=email]:-ms-input-placeholder, .contact_form input[type=tel]:-ms-input-placeholder, .contact_form select:-ms-input-placeholder {
  color: #908a8a;
}
.contact_form input[type=text]::-ms-input-placeholder, .contact_form input[type=email]::-ms-input-placeholder, .contact_form input[type=tel]::-ms-input-placeholder, .contact_form select::-ms-input-placeholder {
  color: #908a8a;
}
.contact_form input[type=text]::placeholder, .contact_form input[type=email]::placeholder, .contact_form input[type=tel]::placeholder, .contact_form select::placeholder {
  color: #908a8a;
}
.contact_form select {
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/icon_dropdown.svg) no-repeat center right 20px/20px auto;
  color: #908a8a;
}
@media screen and (max-width: 767px) {
  .contact_form select {
    font-size: 1.125rem;
    padding: 0 10px;
  }
}
.contact_form .notice {
  margin-top: -20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_form .notice {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}
.contact_form label {
  font-size: 20px;
  /* color: #909090; */
  display: block;
  padding-left: 34px;
  margin-right: 20px;
}
.contact_form [type="checkbox"], .contact_form [type="radio"]{
  position: absolute;
  width: 1px;
  height: 1px;
}
.contact_form [type="checkbox"] + *,
.contact_form [type="radio"] + *{
  position: relative;
}
.contact_form [type="checkbox"] + *::before,
.contact_form [type="radio"] + *::before{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #BABABA;
  position: absolute;
  left: -34px;
  top: 3px;
}
.contact_form [type="checkbox"] + *::after,
.contact_form [type="radio"] + *::after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #5A5A5A;
  position: absolute;
  left: -28px;
  top: 9px;
  opacity: 0;
}
.contact_form [type="checkbox"]:checked + *::after,
.contact_form [type="radio"]:checked + *::after{
  opacity: 1;
}

.contact_form [type="radio"] + *::before,
.contact_form [type="radio"] + *::after{
  border-radius: 50%;
}

.contact_form .kiyaku {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .contact_form .kiyaku {
    font-size: 0.875rem;
  }
  .contact_form label{
    font-size: 14px;
    line-height: 1.5;
  }
}
.contact_form .kiyaku a {
  color: #444;
}
.contact_form [type=submit] {
  background: none;
  display: block;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 40px auto 0;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.contact_form [type=submit]:hover {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

@media screen and (min-width: 768px) {
  .sp-db {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-db._concept {
    display: none !important;
  }
}

.pc-db {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-db {
    display: block;
  }
}

.tar {
  text-align: right;
}

/*
  Visually Hidden
*/
.u-visuallyHidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.form_thanks{
  font-size: 20px;
}

.form_thanks p{
  line-height: 1.6;
  margin-bottom: 0;
}
.form_thanks #f_navi{
  background: none;
  padding: 0;
  margin-top: 80px;
}
.form_thanks #f_navi a{
  text-decoration: underline;
  font-size: 20px;
}
.form_inner._thanks{
  padding: 40px;
}

.error-message{
  color: red;
  font-size: 18px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .form_thanks,
  .form_thanks #f_navi a{
    font-size: 16px;
  }
  .form_inner._thanks{
    padding: 24px;
  }

  .form_inner{
    padding-left: 20px ;
    padding-right: 20px;
  }

  .error-message{
    font-size: 14px;
  }

}

.input_check {
  display: none;
  font-weight: bold;
  color: #FF0000!important;
  margin-bottom: 15px!important;
}

/* Google reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}
.grecaptcha-announcement {
  margin-bottom: 15px;
}
.grecaptcha-announcement a {
  color: #ffffff;
  text-decoration: underline;
}
.grecaptcha-announcement a:active {
  color: #cccccc;
}