@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img, svg {
  width: 100%;
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

label, input[type=checkbox], input[type=text], input[type=tel], input[type=date], select, textarea {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, a, label, dt, dd, th, td, time, li, span, input, textarea {
  font-family: "GenJyuuGothicL", sans-serif;
  font-style: normal;
  color: #4E4E4E;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 7px 9px -10px #777777;
          box-shadow: 0px 7px 9px -10px #777777;
  background-color: #fff;
  z-index: 999;
}

header section {
  max-width: 950px;
  height: 100px;
  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;
  margin: 0 auto;
}

header section > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header h1 {
  padding: 0 10px 0 0;
}

header h2 {
  font-size: 15px;
}

header .header_right {
  text-align: right;
  line-height: 1.6;
}

header .header_right p {
  display: block;
  font-size: 15px;
  font-family: "メイリオ", Meiryo, MS PGothic, arial, "Hiragino Kaku Gothic Pro", sans-serif;
}

header .header_right p span {
  font-weight: bold;
  font-size: 26px;
}

header .header_right p.tel span:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_tel.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
  padding-right: 5px;
}

header .header_right p span a {
  color: #023894;
  font-size: 26px;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, MS PGothic, arial, "Hiragino Kaku Gothic Pro", sans-serif;
}
.l-footer__body {
  padding: 48px 2% 40px;
}

.l-footer__nav {
  margin-bottom: 25px;
}

.l-footer__list {
  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;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__item {
  margin-right: 10px;
}

.l-footer__item:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}

.l-footer__item a {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 2;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.l-footer__item a:hover {
  opacity: 0.5;
}

.l-footer__logo {
  width: 100%;
  max-width: 149px;
  margin: 0 auto;
}

.l-copyright {
  background-color: #88BEE0;
  padding: 30px 3%;
  text-align: center;
}

.l-copyright__text {
  color: #fff;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 1.5;
}

.p-kv {
  padding-top: 130px;
  margin-bottom: 30px;
}

.p-kv__inner {
  padding: 0 3%;
}

.p-kv__container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.p-kv__title {
  font-weight: bold;
  font-size: 35px; /*IE9以下で反映されるよう記述*/
  font-size: 2.1875rem;
  font-size: 35px;
  line-height: 1.1428571429;
  margin-bottom: 6px;
}

.p-kv__summary {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.25;
}

.p-contact__container {
  width: 100%;
  max-width: 922px;
  margin: 0 auto;
}

.p-contact__inner {
  padding: 0 3%;
}

.p-contact__body {
  border: 1px solid #4E4E4E;
  margin-bottom: 30px;
}

.p-contact__box {
  border-bottom: 1px solid #4E4E4E;
}

.p-contact__box:last-of-type {
  border-bottom: none;
}

.contact-box__inner {
  display: grid;
  grid-template-columns: 30% 70%;
}

.contact-box__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 30px 20px;
  background-color: #F5F5F5;
}

.p-contact__box:first-of-type .contact-box__text-box,
.p-contact__box:nth-of-type(7) .contact-box__text-box {
  display: block;
}

.contact-box__text {
  font-weight: bold;
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.5;
}

.contact-box__ele {
  padding: 30px 20px 30px 20px;
}

.contact-box__ele p{
  font-size: 16px;
  line-height: 1.5;
}

label {
  vertical-align: middle;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-size: 16px;
  line-height: 2;
}

.input-radio {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #A9A9A9;
}

.input-checkbox {
  width: 25px;
  height: 25px;
  border: 1px solid #A9A9A9;
}

.contact-required {
  color: #fff;
  background-color: #F27072;
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
  font-size: 15px; /*IE9以下で反映されるよう記述*/
  font-size: 0.9375rem;
  font-size: 15px;
  line-height: 1.8666666667;
  padding: 0 10px;
  margin-top: -5px;
  margin-left: 15px;
}

.input-text__required {
  width: 100%;
  max-width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #FCDDDE;
  border: 2px solid #A9A9A9;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5625;
}

.input-text__mail {
  width: 100%;
  max-width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 2px solid #A9A9A9;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5625;
}

.textarea-que {
  padding: 5px 10px;
  width: 100%;
  max-width: 580px;
  height: 160px;
  border: 2px solid #A9A9A9;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5625;
}

.contact-box__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-box-place__item {
  margin-bottom: 10px;
}

.contact-box-place__item:last-of-type {
  margin-bottom: 0;
}

.contact-box-time__flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 5px;
}

.contact-box__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-box-name__item {
  width: 300px;
}

.contact-box__age {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-box-age__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box-age__item input {
  width: 80px;
  margin-right: 10px;
}

.contact-box-age__item span {
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  font-size: 18px;
  line-height: 1.9444444444;
  margin-right: 20px;
}

.contact-box__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-box-address__item {
  width: 450px;
}

.contact-box__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-box-tel__flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box__tel input[type=text] {
  width: 80px;
}

.contact-box__tel span {
  display: block;
  margin: 0 10px;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  font-size: 18px;
  line-height: 1.9444444444;
}

.contact-box__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box-mail__item {
  width: 300px;
}

.contact-box__que {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.contact-box-que__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-box-consent__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box__label-link {
  color: #5FABF7;
  text-decoration: underline;
}

.contact-footer__button {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 53px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.contact-footer__button:hover {
  opacity: 0.5;
}

.contact-box__error {
  color: red;
  font-size: 1.1rem;
  line-height: 1.5;
  width: 100%;
  grid-column-end: span 2;
}

.contact-box__error::before {
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-color: red;
    -webkit-mask: url("../images/triangle-exclamation-solid.svg");
    mask: url("../images/triangle-exclamation-solid.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}

.p-thanks-vl {
  padding-top: 94px;
  margin-bottom: 60px;
  background-color: #E4EEF4;
}

.p-thanks-vl__inner {
  padding: 0 3%;
}

.p-thanks-vl__container {
  width: 100%;
  max-width: 920px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

.p-thanks-vl__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  font-size: 25px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5625rem;
}

.p-thanks-kv {
  margin-bottom: 80px;
}

.p-thanks-kv__inner {
  padding: 0 3%;
}

.p-thanks-kv__container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.p-thanks-kv__summary {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 60px;
}

.p-thanks-kv__btn {
  display: block;
  border: 2px solid #A9A9A9;
  text-align: center;
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  width: 100%;
  max-width: 320px;
  padding: 20px 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.p-thanks-kv__btn:hover {
  opacity: 0.6;
}

.c-section__header {
  margin-bottom: 50px;
}

.c-section-header__inner {
  text-align: center;
}

.c-section-header__title {
  text-align: center;
}

.c-section-header__title span {
  position: relative;
  display: inline-block;
  font-size: 30px; /*IE9以下で反映されるよう記述*/
  font-size: 1.875rem;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #091780;
}

.c-section-header__title span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #091780;
}

.c-section-header__sub {
  display: block;
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-section-header__text {
  display: block;
  font-size: 30px; /*IE9以下で反映されるよう記述*/
  font-size: 1.875rem;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #091780;
}

.c-section-header__text span:first-of-type {
  font-size: 30px; /*IE9以下で反映されるよう記述*/
  font-size: 1.875rem;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #091780;
}

.c-section-header__text span:last-of-type {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 950px) {
  header {
    height: auto;
  }
  header section {
    padding: 0 20px;
    margin: 10px auto 5px;
  }
  header section > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header h1 {
    padding: 0;
  }
}

@media screen and (max-width: 478px) {
  header section {
    padding: 0 10px;
  }
  header h1 {
    padding: 10px 5px;
  }
  header .header_right p {
    font-size: 13px;
  }
  header .header_right p span a {
    font-size: 24px;
  }
}

@media (max-width: 374px) {
  .l-footer__item {
    margin-right: 7px;
  }
  label {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 2;
  }
  .input-text__required {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 0 5px;
  }
  .input-text__mail {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 0 5px;
  }
  .u-xs-under__none {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .p-kv__inner {
    padding: 0 8%;
  }
  .p-kv__title {
    font-size: 25px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5625rem;
  }
  .p-kv__summary {
    font-size: 15px; /*IE9以下で反映されるよう記述*/
    font-size: 0.9375rem;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .p-contact__inner {
    padding: 0 8%;
  }
  .contact-box-time__flex {
    grid-template-columns: 1fr 1fr;
  }
  .contact-box-tel__flex {
    row-gap: 10px;
  }
  .contact-box__tel input[type=text] {
    width: 70px;
  }
  .contact-box__tel span {
    margin: 0 5px;
  }
  .p-thanks-vl__inner {
    padding: 0 8%;
  }
  .p-thanks-kv__inner {
    padding: 0 8%;
  }
  .p-thanks-kv__summary {
    font-size: 15px; /*IE9以下で反映されるよう記述*/
    font-size: 0.9375rem;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .p-thanks-kv__btn {
    font-size: 15px; /*IE9以下で反映されるよう記述*/
    font-size: 0.9375rem;
    padding: 15px 0;
  }
  .c-section-header__title span {
    font-size: 28px; /*IE9以下で反映されるよう記述*/
    font-size: 1.75rem;
    font-size: 28px;
    line-height: 1.0714285714;
  }
  .c-section-header__sub {
    font-size: 17px; /*IE9以下で反映されるよう記述*/
    font-size: 1.0625rem;
    font-size: 17px;
    line-height: 1.4705882353;
  }
  .c-section-header__text {
    font-size: 28px; /*IE9以下で反映されるよう記述*/
    font-size: 1.75rem;
    font-size: 28px;
    line-height: 0.8928571429;
  }
  .c-section-header__text span:first-of-type {
    display: block;
    font-size: 28px; /*IE9以下で反映されるよう記述*/
    font-size: 1.75rem;
    font-size: 28px;
    line-height: 0.8928571429;
  }
  .c-section-header__text span:last-of-type {
    display: block;
  }
}

@media (max-width: 767px) {
  .contact-box__inner {
    display: block;
  }
  .contact-box__text-box {
    padding: 20px;
  }
  .contact-box__ele {
    padding: 20px;
  }
  .textarea-que {
    max-width: 100%;
  }
  .contact-box__name {
    display: block;
  }
  .contact-box-name__item {
    width: 100%;
  }
  .contact-box__address {
    display: block;
  }
  .contact-box-address__item {
    width: 100%;
  }
  .contact-box__mail {
    display: block;
  }
  .contact-box-mail__item {
    width: 100%;
  }
  .contact-footer__button {
    margin: 0 auto 30px;
  }
  .u-md-under__none {
    display: none !important;
  }
}

@media (max-width: 767px) and (max-width: 374px) {
  .textarea-que {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 5px;
  }
}

@media (max-width: 600px) and (max-width: 374px) {
  .contact-box-time__flex {
    display: block;
  }
  .contact-box__tel span {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 1.4285714286;
    margin: 0 3px;
  }
  .c-section-header__title span {
    font-size: 25px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5625rem;
    font-size: 25px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .u-rl-under__none {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .u-sm-under__none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .u-rl-over__none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-md-over__none {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .u-sm-over__none {
    display: none !important;
  }
}

@media (min-width: 375px) {
  .u-xs-over__none {
    display: none !important;
  }
}

