@charset "UTF-8";
@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

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: 500;
  text-align: left;
  color: #4A3F3C;
  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: #4A3F3C;
  font-weight: 500;
}

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.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p, dt, dd, li, th, td,
  input, button, textarea, select {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.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: 120rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 3rem);
  }
}
.l-wrap.-l {
  max-width: 135.2rem;
}
.l-wrap.-s {
  max-width: 108rem;
}
.l-wrap.-ss {
  max-width: 100rem;
}

.l-container {
  overflow: hidden;
}
.l-container.-thanks {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-container.-thanks main {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.u-orange {
  color: #ED7F1A;
}

.u-bg-orange {
  padding: 0 0.5rem;
  position: relative;
}
.u-bg-orange::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  height: 30%;
  background-color: #FFDEB8;
  z-index: 1;
  border-radius: 0.2rem;
}
.u-bg-orange span {
  position: relative;
  z-index: 2;
}

.u-point {
  position: relative;
}
.u-point::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  transform: translateX(-50%);
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ED7F1A;
  border-radius: 50%;
}

/* ---------------------------------------------
  パーツ
-----------------------------------------------*/
/* ボタン
--------------------------------*/
/* タイトル
--------------------------------*/
.c-secttl {
  text-align: center;
  line-height: 1.6;
}
.c-secttl-jp {
  font-size: 3.4rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-secttl-jp {
    font-size: 2.4rem;
  }
}
.c-secttl-jp.-letter100 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-secttl-jp.-letter100 {
    letter-spacing: 0;
  }
}
.c-secttl-en {
  display: block;
  letter-spacing: 0.1em;
  font-family: "MOBO", sans-serif;
}
.c-secttl.-left {
  text-align: left;
}

.c-ttl01 {
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.9rem;
  }
  .c-ttl01 .-sp-s {
    font-size: 1.8rem;
  }
}
.c-ttl01 .-s {
  line-height: 1.6;
  font-size: 2rem;
}
.c-ttl01 .-s .deco {
  margin: 0 0.3rem;
}
.c-ttl01 .deco {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-ttl01 .deco {
    margin: 0 0.5rem;
  }
  .c-ttl01 .deco img {
    max-width: 6.5rem;
  }
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 9999;
  width: 95vw;
  top: 5rem;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}
.l-header_inner {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    /* justify-content: flex-start; */
    padding: 1.5rem;
  }
}
.l-header_inner .logo img{
  width: auto;
  height: 3.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header_inner .logo img{
    height: 2.5rem;
  }
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.l-footer {
  width: 100%;
  padding: 5rem 0;
  position: relative;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3rem 0;
  }
}
.l-footer .logo{
  width: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    width: 100%;
    max-width: 15rem;
  }
}
.l-footer .navi {
  width: 100%;
  margin-top: 5rem;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .l-footer .navi {
    margin-top: 3rem;
  }
}
.l-footer .navi .navi_list {
  display: flex;
  vertical-align: baseline;
  justify-content: space-around;
  gap: 2rem 6rem;
  margin: 4rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer .navi .navi_list {
    gap: 2rem 3rem;
    margin: 2rem 0 4rem;
  }
}
.l-footer .navi .navi_list .navi_list_item {
  white-space: nowrap;
}
.l-footer .copyright {
  color: #ccc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1.0rem;
  }
}
/* ---------------------------------------------
  main
-----------------------------------------------*/
.c-check-list_item {
  padding-left: 4rem;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-check-list_item {
    padding-left: 2.8rem;
    line-height: 1.58;
    font-size: 1.4rem;
  }
}
.c-check-list_item:nth-child(n+2) {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .c-check-list_item:nth-child(n+2) {
    margin-top: 0.8rem;
  }
}
.c-check-list_item::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-check-list_item::before {
    width: 1.9rem;
    height: 1.9rem;
    left: 0;
  }
}
.c-check-list_item .bg-yellow {
  background: linear-gradient(transparent 60%, #FFF0BE 60%);
}

.p-fixed-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 7.5rem;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn {
    width: 4.5rem;
    top: auto;
    transform: translateY(0);
    bottom: 20rem;
  }
}
.p-fixed-btn a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #ED7F1A;
  width: 100%;
  padding: 2.5rem;
  color: #fff;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn a {
    padding: 2.5rem 1rem;
  }
}

/* ------------------------------
    アニメーション
------------------------------ */
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=common.css.map */