@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic&display=swap");
/*
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;
}

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;
}

/* 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;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

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

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  height: -webkit-fill-available;
}

html, body {
  overflow-x: clip;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  leading-trim: both;
  position: relative;
}

.font_noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font_maru {
  font-family: "Zen Maru Gothic", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.innerBox {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
@media (min-width: 768px) {
  .innerBox {
    padding: 0 2%;
  }
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

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;
}

main {
  min-height: calc(100vh - 160px);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 160px);
  }
}
@media (min-width: 1180px) {
  main {
    min-height: calc(100vh - 182px);
  }
}

#page__top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
}
#page__top img {
  background-color: #ffffff;
}
@media (min-width: 1180px) {
  #page__top {
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
}

.blogcard {
  width: 100%;
  padding: 24px 16px;
  background-color: #F7FAFB;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .blogcard {
    padding: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .blogcard a {
    display: flex;
    align-items: center;
    color: #333333;
  }
}
.blogcard_thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blogcard_thumbnail {
    width: 200px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1180px) {
  .blogcard_thumbnail {
    width: 350px;
  }
}
.blogcard_content {
  flex: 1;
}
.blogcard_title {
  color: #333333;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .blogcard_title {
    font-size: 20px;
  }
}
.blogcard_link {
  color: #333333;
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .blogcard_link {
    font-size: 16px;
  }
}

.is-image {
  position: relative;
}
.is-image .hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 62.5%;
  position: relative;
  border-radius: 5px;
}
.is-image .hover a:hover {
  opacity: 1;
}
.is-image .hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: 1s all;
}
@media (min-width: 1024px) {
  .is-image .hover img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.l-header {
  background-color: #ffffff;
  height: 70px;
  padding: 0 16px;
  border-bottom: solid 1px #0857B8;
}
@media (min-width: 1024px) {
  .l-header {
    height: 107px;
  }
}
.l-header__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header__logo {
  width: 256px;
}
@media (min-width: 1024px) {
  .l-header__logo {
    width: 418px;
  }
}

.l-footer {
  padding: 8px 0;
  background-color: #3E9FB3;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 16px;
  }
}
.l-footer__inner {
  width: 91.4%;
  max-width: 1080px;
  margin: 0 auto;
}
.l-footer__company {
  width: 176px;
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .l-footer__company {
    width: 200px;
    margin: 0 0 8px;
  }
}
.l-footer__copyright {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.o-form__bg {
  padding: 64px 16px;
  background-color: #F5F5F5;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .o-form__bg {
    padding: 64px 32px;
  }
}
@media (min-width: 1024px) {
  .o-form__bg {
    padding: 64px;
  }
}
.o-form__row:not(:last-child) {
  margin-bottom: 40px;
}
.o-form__row.is-none {
  display: none;
}
.o-form__title {
  color: #333333;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.o-form__title span {
  padding: 0 4px;
  font-size: 14px;
  display: inline-block;
  border-radius: 2px;
  background: rgba(51, 51, 51, 0.1);
}
.o-form__title span.req {
  background: rgba(251, 96, 96, 0.3);
  color: #FB6060;
}
.o-form__input.is-flex {
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.o-form__input.is-flex label:hover {
  cursor: pointer;
}
.o-form__input.is-flex label span {
  position: relative;
  color: #333333;
  font-size: 16px;
  padding-left: 28px;
}
.o-form__input.is-flex label span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  border: solid 1px #E2E1E5;
  background-color: #ffffff;
  top: 2px;
}
.o-form__input.is-flex label span:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #0857B8;
  border-radius: 50%;
  left: 4px;
  top: 6px;
  opacity: 0;
}
.o-form__input.is-flex label input[type=radio]:checked + span:after {
  opacity: 1;
}
.o-form__input.is-end {
  align-items: flex-end;
}
.o-form__input.is-end span {
  padding-bottom: 3px;
}
.o-form__input select, .o-form__input input[type=text], .o-form__input input[type=email], .o-form__input input[type=tel], .o-form__input input[type=number], .o-form__input textarea {
  border: solid 1px #E2E1E5;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  color: #333333;
  font-size: 16px;
}
.o-form__input select.text_in64, .o-form__input input[type=text].text_in64, .o-form__input input[type=email].text_in64, .o-form__input input[type=tel].text_in64, .o-form__input input[type=number].text_in64, .o-form__input textarea.text_in64 {
  width: calc(100% - 64px);
}
.o-form__input input[type=text], .o-form__input input[type=email], .o-form__input input[type=tel], .o-form__input input[type=number] {
  padding: 0 16px;
}
.o-form__input textarea {
  height: 148px;
  padding: 16px;
  line-height: 1.4;
  resize: vertical;
}
.o-form__input select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 24px center;
  padding: 0 56px 0 16px;
}
.o-form__input select::-ms-expand {
  display: none;
}
.o-form__text {
  margin-bottom: 24px;
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
}
.o-form__privacy {
  margin-bottom: 32px;
}
.o-form__privacy label {
  text-align: center;
}
.o-form__privacy label:hover {
  cursor: pointer;
}
.o-form__privacy label span {
  padding-left: 28px;
  position: relative;
}
.o-form__privacy label span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: solid 1px #CFCFCF;
  border-radius: 4px;
  left: 0;
  top: 4px;
  background-color: #ffffff;
}
.o-form__privacy label span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #0857B8;
  border-bottom: 2px solid #0857B8;
  transform: rotate(-45deg);
  opacity: 0;
}
.o-form__privacy label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.o-form__submit {
  width: 100%;
  height: 65px;
  background: linear-gradient(to bottom, #F9D423, #E65C00);
  border-radius: 35px;
  overflow: hidden;
  max-width: 343px;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
}
.o-form__submit:hover:before {
  right: 16px;
}
.o-form__submit:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.o-form__submit input {
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  transition: 0.3s;
}
.o-form__submit input:hover {
  cursor: pointer;
}

.error {
  color: red;
  margin-top: 10px;
}

.error_parent {
  width: 100%;
}
.error_parent .error {
  margin-top: 0;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.p-top {
  background-color: #ffffff;
  width: 91.4%;
  max-width: 824px;
  margin: 0 auto;
  padding: 48px 0 64px;
}
@media (min-width: 768px) {
  .p-top {
    padding: 64px 0;
  }
}
.p-top__text {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-top__text {
    margin-bottom: 40px;
  }
}
.p-top__text__title {
  text-align: center;
  color: #0857B8;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 48px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-top__text__title {
    font-size: 36px;
  }
}
.p-top__text__title span {
  display: inline-block;
}
.p-top__text__detail {
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 32px;
}
.p-top__text__detail span {
  display: inline-block;
}
.p-top__text__recommend {
  background: #F1F8FD;
  padding: 32px 12px;
}
.p-top__text__recommend-inner {
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
}
.p-top__text__recommend-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__text__recommend-title:before, .p-top__text__recommend-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333333;
}
.p-top__text__recommend-title:before {
  margin-right: 16px;
}
.p-top__text__recommend-title:after {
  margin-left: 16px;
}
.p-top__text__recommend-list li {
  line-height: 1.4;
  padding-left: 20px;
  color: #333333;
  font-size: 16px;
  position: relative;
}
.p-top__text__recommend-list li:not(:last-child) {
  margin-bottom: 8px;
}
.p-top__text__recommend-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 7px;
  border-left: 2px solid #FF6826;
  border-bottom: 2px solid #FF6826;
  transform: rotate(-45deg);
}

.p-thanks {
  width: 91.4%;
  max-width: 1200px;
  padding: 48px 0 64px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-thanks {
    width: 95.3%;
    padding: 64px 0;
  }
}
.p-thanks__title {
  margin-bottom: 48px;
}
.p-thanks__title__logo {
  text-align: center;
  margin-bottom: 48px;
}
.p-thanks__title__text {
  color: #333333;
  font-size: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__title__text {
    font-size: 40px;
  }
}
.p-thanks__text {
  margin-bottom: 48px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}
.p-thanks__text span {
  display: inline-block;
}
.p-thanks__step {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 48px;
}
.p-thanks__step__title {
  line-height: 1;
  padding: 8px 0;
  background-color: #0857B8;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .p-thanks__step__title {
    padding: 16px 0;
    font-size: 32px;
  }
}
.p-thanks__step__content li {
  position: relative;
}
@media (min-width: 768px) {
  .p-thanks__step__content li {
    display: flex;
    align-items: center;
  }
  .p-thanks__step__content li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 106px;
    background-color: #D9D9D9;
  }
}
.p-thanks__step__content li:not(:last-child) {
  margin-bottom: 32px;
}
.p-thanks__step__content-num {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 2px #D9D9D9;
  font-size: 28px;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-thanks__step__content-num {
    width: 106px;
    margin-right: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    flex-direction: column;
    line-height: 1;
  }
}
.p-thanks__step__content-num span {
  font-weight: bold;
  font-size: 40px;
}
@media (min-width: 768px) {
  .p-thanks__step__content-detail {
    flex: 1;
  }
}
.p-thanks__step__content-detail p:nth-child(1) {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
.p-thanks__step__content-detail p:nth-child(2) {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}
.p-thanks__consultation {
  background-color: #F1F8FD;
  padding: 40px 16px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
}
@media (min-width: 768px) {
  .p-thanks__consultation {
    padding: 40px 32px;
  }
}
@media (min-width: 1024px) {
  .p-thanks__consultation {
    padding: 40px 80px;
  }
}
.p-thanks__consultation__title {
  text-align: center;
  color: #0857B8;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-thanks__consultation__title {
    margin-bottom: 24px;
  }
}
.p-thanks__consultation__text {
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
}
.p-thanks__cta {
  background-color: #37A9E0;
  margin-bottom: 48px;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .p-thanks__cta {
    margin-bottom: 64px;
    padding: 48px 16px;
  }
}
.p-thanks__cta__title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}
.p-thanks__cta__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 32px;
}
.p-thanks__cta__text span {
  display: inline-block;
}
.p-thanks__cta__text span.color {
  font-size: 28px;
  font-weight: bold;
  color: #FFE44F;
}
@media (min-width: 768px) {
  .p-thanks__cta__text span.color {
    font-size: 32px;
  }
}
.p-thanks__cta__btn {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-thanks__cta__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-thanks__cta__btn-tel {
  width: 100%;
  max-width: 253px;
  margin: 0 auto 24px;
  display: block;
}
@media (min-width: 768px) {
  .p-thanks__cta__btn-tel {
    margin: 0;
  }
}
.p-thanks__cta__btn-tel p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-thanks__cta__btn-tel p:nth-child(1) span:nth-child(2) {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
}
.p-thanks__cta__btn-tel p:nth-child(2) {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}
.p-thanks__cta__btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ffffff;
  transition: 0.3s;
  color: #0857B8;
  font-size: 16px;
  font-weight: bold;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-thanks__cta__btn-contact {
    max-width: 275px;
  }
}
.p-thanks__btn {
  width: 100%;
  height: 65px;
  background: linear-gradient(to bottom, #F9D423, #E65C00);
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  max-width: 343px;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
}
.p-thanks__btn:hover:before {
  right: 16px;
}
.p-thanks__btn:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
/*# sourceMappingURL=style.css.map */