@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000000;
  word-break: break-word;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

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

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
p,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
}
/* ---------------------------------------------
  レイアウト
-----------------------------------------------*/
.l-wrap {
  max-width: 128rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 3.2rem);
  }
}

.l-container {
  overflow: hidden;
}
.l-container.-thanks {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-container.-thanks main {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
}
.l-container.-thanks main #contact {
  width: 100%;
}
.l-container.-thanks main .p-section-main {
  width: 100%;
}
.l-container.-thanks main .p-section-main .ttl {
  font-size: 4rem;
  letter-spacing: 0.025em;
  color: #005dab;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-container.-thanks main .p-section-main .ttl {
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}
.l-container.-thanks main .p-section-main .txt {
  margin-top: 5rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-container.-thanks main .p-section-main .txt {
    margin-top: 2rem;
    line-height: 1.75;
  }
}
.l-container.-thanks main .p-section-main .btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-container.-thanks main .p-section-main .btn {
    margin-top: 4rem;
  }
}
.l-container.-thanks main .p-section-main .btn_link {
  margin: 0 auto;
  width: 32rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d00000;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-container.-thanks main .p-section-main .btn_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-container.-thanks main .p-section-main .btn_link:hover {
    opacity: 0.7;
  }
}
.l-container.-thanks .l-footer {
  width: 100%;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .l-container.-thanks .l-footer {
    padding-bottom: 2rem;
  }
}

/* ---------------------------------------------
  装飾
-----------------------------------------------*/
.u-bold {
  font-weight: 700;
}

.u-blue {
  color: #005dab;
}

.u-light-blue {
  color: #0098d8;
}

.u-red {
  color: #d00000;
}

.u-yellow {
  color: #FFF734;
}

.u-underline {
  text-decoration: underline;
}

/* ---------------------------------------------
  パーツ
-----------------------------------------------*/
/* ボタン
--------------------------------*/
.c-btn-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-btn-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}
.c-btn-box .btn_link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #005DAB;
  border: 3px solid #fff;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  height: 12rem;
  padding-left: 9.3rem;
  line-height: 1;
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.32);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-box .btn_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-btn-box .btn_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-box .btn_link {
    font-size: 1.4rem;
    padding-left: 4.5rem;
    height: 8rem;
  }
}
.c-btn-box .btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  width: 2rem;
  height: 1.5rem;
  background: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn-box .btn_link::before {
    right: 1rem;
    width: 1.5rem;
    height: 1rem;
  }
}
.c-btn-box .btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.2rem;
  width: 3.8rem;
  height: 5.6rem;
  background: url(../img/common/icon-tel.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn-box .btn_link::after {
    left: 1.6rem;
    width: 2.1rem;
    height: 3.2rem;
  }
}
.c-btn-box .btn_link_tel {
  margin-top: 0.7rem;
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-btn-box .btn_link_tel {
    font-size: 3.2rem;
  }
}
.c-btn-box .btn_link.-red {
  background-color: #D00000;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .c-btn-box .btn_link.-red {
    padding-left: 5rem;
  }
}
.c-btn-box .btn_link.-red::after {
  width: 5.3rem;
  height: 4rem;
  background: url(../img/common/icon-mail.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn-box .btn_link.-red::after {
    width: 2.6rem;
    height: 2rem;
    left: 1.4rem;
  }
}
.c-btn-box .btn_link.-red .btn_link_txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn-box .btn_link.-red .btn_link_txt {
    font-size: 1.4rem;
  }
}
.c-btn-box .btn_link.-red .btn_link_tel {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn-box .btn_link.-red .btn_link_tel {
    font-size: 1.8rem;
  }
}

/* タイトル
--------------------------------*/
.c-secttl-box {
  text-align: center;
}
.c-secttl-box .c-secttl-catch {
  display: inline-block;
  padding: 0 6rem;
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  color: #0098D8;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl-catch {
    padding: 0 3rem;
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.c-secttl-box .c-secttl-catch::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.5rem;
  height: 5.5rem;
  background: url(../img/common/border_title_catch_left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl-catch::before {
    width: 2rem;
    height: 3rem;
  }
}
.c-secttl-box .c-secttl-catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.5rem;
  height: 5.5rem;
  background: url(../img/common/border_title_catch_right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl-catch::after {
    width: 2rem;
    height: 3rem;
  }
}
.c-secttl-box .c-secttl {
  margin-top: 1.3rem;
  font-size: 6.4rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #005DAB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl {
    font-size: 3.2rem;
  }
}
.c-secttl-box .c-secttl.-white {
  color: #fff;
}
.c-secttl-box .c-secttl02 {
  background: url(../img/common/bg_secttl.png) center center/100% 100% no-repeat;
  margin-top: 3rem;
  font-size: 5.6rem;
  font-weight: 900;
  padding: 1rem 3rem 5.5rem;
  color: #005DAB;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl02 {
    margin-top: 1.5rem;
    padding: 1rem 0 3rem;
    width: 33rem;
    line-height: 1.1;
    font-size: 2.4rem;
    background: url(../img/common/bg_secttl_sp.png) center center/100% 100% no-repeat;
  }
}
.c-secttl-box .c-secttl02 .-l {
  font-size: 7.2rem;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl02 .-l {
    font-size: 3.2rem;
  }
}
.c-secttl-box .c-secttl02.-red {
  color: #d00000;
  background: url(../img/common/bg_secttl_red.png) center center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .c-secttl-box .c-secttl02.-red {
    font-size: 2.8rem;
    background: url(../img/common/bg_secttl_red_sp.png) center center/100% 100% no-repeat;
  }
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    /* position: fixed; */
    height: 4.8rem;
    padding-top: 1rem;
  }
}
.l-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6.4rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    padding-left: 1.6rem;
    justify-content: flex-start;
  }
}
.l-header_left {
  width: 39.7rem;
  background-color: #fff;
  /* position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; */
}
@media screen and (max-width: 767px) {
  .l-header_left {
    height: auto;
    width: auto;
    position: static;
  }
}
.l-header_left.is-active {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .l-header_left.is-active {
    box-shadow: none;
  }
}
.l-header_left .logo {
  width: 33.3rem;
}
@media screen and (max-width: 767px) {
  .l-header_left .logo {
    width: 19.4rem;
  }
}
.l-header_right .menu .list {
  display: flex;
}
.l-header_right .menu .list_item a {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-header_right .menu .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header_right .menu .list_item a:hover {
    opacity: 0.7;
  }
}
.l-header_right .menu .list_item a p {
  color: inherit;
}
.l-header_right .menu .list_item .btn01,
.l-header_right .menu .list_item .btn02 {
  display: inline-block;
}
.l-header_right .menu .list_item .btn01 {
  height: 10rem;
  background-color: #005dab;
  padding: 1.1rem 1.65rem 1.1rem 1.65rem;
  border-right: 1px solid #ffffff;
}
.l-header_right .menu .list_item .btn01_wrapper {
  position: relative;
  padding: 0 0.91rem 0.6rem 3.89rem;
  border-bottom: 1px solid #ffffff;
}
.l-header_right .menu .list_item .btn01_wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-tel.svg) no-repeat center center/contain;
  width: 2.14rem;
  height: 3.2rem;
  top: 50%;
  left: 0.55rem;
  transform: translateY(-50%);
}
.l-header_right .menu .list_item .btn01_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
}
.l-header_right .menu .list_item .btn01_tel {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1818181818;
}
.l-header_right .menu .list_item .btn01_time {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 400;
  text-align: center;
  margin-top: 0.75rem;
  font-weight: 600;
}
.l-header_right .menu .list_item .btn02 {
  height: 10rem;
  background-color: #d00000;
  padding: 1.1rem 1.55rem 1.2rem 1.65rem;
}
.l-header_right .menu .list_item .btn02_wrapper {
  position: relative;
  padding: 0 1.89rem 0.75rem 6.41rem;
  border-bottom: 1px solid #ffffff;
}
.l-header_right .menu .list_item .btn02_wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-mail.svg) no-repeat center center/contain;
  width: 3.16rem;
  height: 2.4rem;
  top: 50%;
  left: 1.85rem;
  transform: translateY(-50%);
}
.l-header_right .menu .list_item .btn02_mail {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 700;
}
.l-header_right .menu .list_item .btn02_time {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 400;
  text-align: center;
  margin-top: 0.75rem;
  font-weight: 600;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.l-footer {
  background-color: #005dab;
  padding: 2rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 10rem;
  }
}
.l-footer .copyright {
  text-align: center;
}
.l-footer .copyright small {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
.page-top {
  position: fixed;
  z-index: 999;
  bottom: 19rem;
  right: 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 2.4rem;
    height: 2.4rem;
    right: 1rem;
    bottom: 8rem;
  }
}
.page-top.is-active {
  opacity: 1;
  visibility: visible;
}
.page-top img {
  width: 100%;
}
.page-top:hover {
	opacity: .7;
}

.fixed-btn {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.fixed-btn.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    display: none !important;
  }
}
.fixed-btn .btn_link {
  padding-left: 14.8rem;
  font-size: 1.6rem;
  height: 8rem;
}
.fixed-btn .btn_link::after {
  left: 8.7rem;
}
.fixed-btn .c-btn-box .btn_link.-red .btn_link_txt {
	font-size: 1.8rem;
}
.fixed-btn .c-btn-box .btn_link.-red .btn_link_tel {
	font-size: 2.8rem;
}
.fixed-btn .btn_link_tel {
  font-size: 4rem;
}
.fixed-btn .btn_link.-red {
  padding-left: 12.8rem;
}
.fixed-btn .btn_link.-red::after {
  left: 4.8rem;
}

/* リキャプチャ非表示
---------------------------------------------------------------------------- */
.grecaptcha-badge {
	visibility: hidden; 
}

/* ------------------------------
    フェードインアニメーション
------------------------------ */
.fade-box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time10 {
  animation-delay: 1s;
}/*# sourceMappingURL=common.css.map */