@charset "UTF-8"; /**/

@import url(../css/header.css);
@import url(../css/footer.css);
@import url(../css/top.css);

:root {
  --main-bg-color: #fee7b1; /*main_color_01*/
  --placeholder-color: #dadbdb;
  --half-padding: 30px;
  --padding: 60px;
  --quarter-padding: 15px;
  --twice-padding: 120px;
  --quadruple-padding: 240px;
  --byafactororsix-padding: 240px;
  --def-line-height: 30px;
  --mid-line-height: 40px;
  --long-line-height: 50px;
  --font-family-1: "source-han-sans-japanese", sans-serif;
  --font-family-2: "biz-udgothic", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

h1,
h2,
h3 {
  font-weight: 700;
}

body {
  font-family: var(--font-family-2);
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: 0.6s;
  display: block;
  color: #000;
}

a:hover {
  opacity: 0.7;
}

p {
  line-height: var(--def-line-height);
}

.defalt_lineheight {
  line-height: var(--def-line-height);
}

.font-w {
  padding-top: var(--quarter-padding);
  padding-bottom: var(--quarter-padding);
}

.text-green {
  display: inline-block;
  color: #00a04a;
}

.text-blue {
  display: inline-block;
  color: #2897ff;
}

/* common-global */

.inner {
  max-width: 1400px;
  margin: auto;
}

.w-100 {
  width: 100%;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt50 {
  margin-top: 50px;
}

.section-margin-tb {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-padding-lr {
  padding-left: 3%;
  padding-right: 3%;
}

.section-padding-tb {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_ttl {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
}

span.en {
  display: block;
  font-size: 18px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 18px;
}

/* lower-privacy-start */

#privacy,
#terms {
  font-family: var(--font-family-1);
}

.lower-privacy,
.lower-terms {
  background: url(../img/bg-accent.png) no-repeat;
  background-size: 100% 100%;
}

.desc_title {
  font-size: 24px;
  display: flex;
  gap: 10px;
}

h4.mb30 {
  font-size: 26px;
}

/* lower-privacy-end */

/* lower-thanks-start */

.contact_mv {
  height: 200px;
  background-color: #00a04a;
  color: #fff;
}

.contact_mv .site_ttl {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 44px;
}

.contact_mv .site_ttl .jp_ttl {
  font-size: 20px;
}

.lower-thanks {
  background-color: #00a04b1c;
  /* color: #fff; */
}

.lower-thanks .inner {
  max-width: fit-content;
  margin: auto;
}

.lower-thanks h2 {
  font-size: 24px;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.lower-thanks p {
  font-size: 16px;
  text-align: left;
}

/* lower-thanks-end */

/* lower-confirm-start */

#confirm.top_contact {
  background-color: #00a04b1c;
}

#confirm.top_contact dd input[type="text"],
#confirm.top_contact dd textarea {
  padding: 0 10px;
  background-color: transparent;
  font-family: var(--font-family-2);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

#confirm.top_contact dd textarea {
  height: fit-content;
  min-height: 50px;
  padding-top: 10px;
}

#confirm .btn-area-confirm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 15px;
}

#confirm.top_contact .submit__btn {
  position: initial;
  left: initial;
  transform: none;
}

#confirm.top_contact .submit__btn.red {
  background-color: red;
}

#cofirm input[type="submit" i] {
  width: 100%;
}

/* lower-confirm-end */

/* lower terms start */

.lower-terms .list {
  padding-left: 20px;
}

/* lower terms end */

@media screen and (max-width: 1000px) {
  .breadcrumb {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section_ttl {
    font-size: 24px;
  }

  span.en {
    font-size: 16px;
  }

  .desc_title {
    font-size: 20px;
  }

  h4.mb30 {
    font-size: 20px;
  }

  .lower-thanks h2 {
    font-size: 20px;
  }

  .contact_mv .site_ttl {
    font-size: 34px;
  }

  .contact_mv .site_ttl .jp_ttl {
    font-size: 16px;
  }
}
