@charset "UTF-8";
/*------------------------------
    RESET
--------------------------------*/
* {
  box-sizing: border-box;
}

body, div, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, ul, ol, li, figure {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.7;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

/*------------------------------
    BASE
--------------------------------*/
.container {
  max-width: 1120px;
  padding: 0 1em;
  margin: 0 auto;
}

.section + .section {
  margin-top: 2.5em;
}

.header {
  text-align: center;
}

.main {
  padding: 1em 0;
}
@media screen and (min-width: 769px) {
  .main {
    padding: 3em 0;
  }
}
.main.main__flat {
  padding: 0;
}

.title {
  text-align: center;
  background: #f05a24;
  color: #fff;
  padding: 0.5em 1em;
  line-height: 1.5;
  font-size: 1.56em;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .title {
    font-size: 1.95em;
    margin-bottom: 1.5em;
  }
  .title br {
    display: none;
  }
}

.contact-form {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .contact-form {
    margin-top: 3em;
  }
}
.contact-form input {
  padding: 10px;
  font-size: 1.25em;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
  border: 1px solid #ccc;
  width: 100%;
}
.contact-form .must {
  background: #f00;
  color: #fff;
  font-size: 0.9em;
  padding: 0.5em;
  margin-right: 0.5em;
}
.contact-form dl {
  position: relative;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .contact-form dl::before {
    content: '';
    display: block;
    width: 230px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f5f5f5;
    z-index: -2;
  }
}
.contact-form dl dt {
  font-weight: bold;
  padding: 20px 10px;
  background: #f5f5f5;
}
@media screen and (min-width: 769px) {
  .contact-form dl dt {
    padding: 30px 20px;
    width: 230px;
    clear: left;
    float: left;
    background: none;
  }
}
.contact-form dl dd {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .contact-form dl dd {
    padding: 20px;
    padding-left: 250px;
  }
}
.contact-form input:checked + label {
  font-weight: bold;
  color: #f05a24;
}
.contact-form label {
  display: inline-block;
  padding: 5px;
  margin-right: 1em;
  font-size: 1.25em;
}
@media screen and (min-width: 769px) {
  .contact-form label {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .contact-form .handle br {
    display: none;
  }
}
.contact-form .name-wrap {
  display: flex;
}
.contact-form .name-wrap > div {
  width: 49%;
}
.contact-form .name-wrap > div:first-child {
  margin-right: 2%;
}
.contact-form .caution {
  font-size: 0.9em;
  padding: 1em;
  border: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .contact-form .caution {
    margin: 4em;
  }
}
.contact-form .form-button {
  margin-top: 1em;
  text-align: center;
}
.contact-form .form-button button {
  font-size: 1.56em;
  cursor: pointer;
  background: #f05a24;
  color: #fff;
  min-width: 346px;
  border: none;
  padding: 0.5em 1em;
  border-radius: 50px;
}

.intro .lead {
  font-size: 1.25em;
  color: #036eb6;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .intro .lead {
    line-height: 1.5;
  }
  .intro .lead br {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .intro .lead {
    text-align: center;
  }
}
.intro .ttl {
  text-align: center;
  font-size: 1.56em;
  margin-bottom: 0.5em;
}
.intro .semi-ttl {
  text-align: center;
  background: #c0272d;
  font-size: 1.56em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
  line-height: 1.5;
}
.intro .semi {
  border: 1px solid #c0272d;
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .intro .semi {
    display: flex;
    padding: 2em;
  }
}
.intro .semi .semi-lead {
  font-size: 1.56em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .intro .semi .semi-lead {
    font-feature-settings: "palt";
  }
  .intro .semi .semi-lead br {
    display: none;
  }
}
.intro .semi .inner:first-child {
  flex-basis: 75%;
}
.intro .semi .inner:last-child {
  text-align: center;
  margin-top: 1em;
  flex-basis: 25%;
}
@media screen and (min-width: 769px) {
  .intro .semi .inner:last-child {
    text-align: right;
  }
}
.intro .copy {
  margin-top: 1em;
  background: #f05a24;
  color: #fff;
  line-height: 1.5;
  padding: 0.5em 1em;
}
.intro .copy strong {
  font-size: 1.25em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .intro .copy strong {
    font-size: 1.56em;
  }
}
@media screen and (min-width: 769px) {
  .intro .copy {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .intro .copy br {
    display: none;
  }
}
.intro .copy .link-btn {
  margin: 1em 0;
  font-size: 1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .intro .copy .link-btn {
    font-size: 1.25em;
  }
}
.intro .copy .link-btn a {
  text-decoration: none;
  background: #fff;
  color: #f05a24;
  min-width: 346px;
  padding: 0.5em 1em;
  border-radius: 50px;
}
.intro .copy .link-btn a:hover {
  opacity: 0.8;
}
.intro .btn-form {
  border: 1px solid #f05a24;
  padding: 1em;
  text-align: center;
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  .intro .btn-form {
    font-size: 1.25em;
  }
  .intro .btn-form br {
    display: none;
  }
}
.intro .btn-form strong {
  background: #fff000;
  padding: 3px;
}
.intro .btn-form .link-btn {
  margin: 1em 0;
}
.intro .btn-form .link-btn a {
  text-decoration: none;
  background: #036eb6;
  color: #fff;
  min-width: 346px;
  padding: 0.5em 1em;
  border-radius: 50px;
}
.intro .btn-form .link-btn a:hover {
  opacity: 0.8;
}

.footer {
  background: #e5e5e5;
}
.footer .footer-logo {
  display: flex;
  justify-content: center;
}
.footer .footer-logo figure {
  padding: 10px;
  align-self: center;
}
@media screen and (min-width: 769px) {
  .footer .footer-logo figure {
    padding: 30px;
  }
}

@media screen and (min-width: 769px) {
  .thanks {
    text-align: center;
  }
}
.thanks p + p {
  margin-top: 1em;
}
.thanks .links {
  text-align: center;
}
