@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #4F3719;
  background: #ffffff;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 150%;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #4F3719;
  text-decoration: none;
}
a:link,
a:visited {
  color: #4F3719;
  text-decoration: none;
}
a:active {
  color: #FBD631 !important;
}
input,
textarea,
select {
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
  max-width: 375px;
  margin: auto;
  margin-right: 380px;
  background: #ffffff;
  z-index: 50;
}
@media screen and (max-width: 1280px) {
  #wrapper {
    margin-right: 280px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    max-width: 100%;
    margin-right: auto;
  }
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 375px;
  width: 100%;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
.wa_bg {
  top: 0;
  left: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.wa_bg .w_img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: url(../img/common/bg.webp) no-repeat bottom center / contain;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 120px 0 0 100px;
}
@media screen and (max-width: 1280px) {
  .wa_bg .w_img {
    padding: 40px 0 0 40px;
  }
}
.wa_bg .w_img .left_box {
  width: fit-content;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .wa_bg .w_img .left_box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wa_bg .w_img .left_box {
    display: none;
  }
}
.wa_bg .w_img .left_box .l_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.01;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .wa_bg .w_img .left_box .l_ttl {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.wa_bg .w_img .left_box .l_t02 {
  text-align: left;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  width: fit-content;
  display: inline-flex;
  padding: 0 11px 2.808px 11px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .wa_bg .w_img .left_box .l_t02 {
    font-size: 18px;
  }
}
.wa_bg .w_img .left_box .l_t03 {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .wa_bg .w_img .left_box .l_t03 {
    font-size: 22px;
  }
}
.wa_bg .w_img .left_box .l_txt {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .wa_bg .w_img .left_box .l_txt {
    font-size: 16px;
  }
}
.r_yellow_box {
  background: #FFF8CB;
  width: 50%;
  max-width: 336px;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 120px 0 0 0;
  padding: 40px;
  display: flex;
  align-items: center;
  height: 100%;
  max-height: 800px;
}
@media screen and (max-width: 1280px) {
  .r_yellow_box {
    max-width: 260px;
    padding: 20px;
    max-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .r_yellow_box {
    display: none;
  }
}
.r_yellow_box .r_y_ttl {
  text-align: left;
  padding-bottom: 16px;
  width: 100%;
  font-weight: 800;
  border-bottom: 1px solid #4F3719;
  line-height: 1.01;
  margin-bottom: 24px;
}
.r_yellow_box .r_y_sub {
  text-align: left;
  color: #7EC963;
  font-weight: bold;
  line-height: 1.01;
}
.r_yellow_box a {
  display: block;
  margin-top: 24px;
  text-align: left;
  line-height: 1.01;
  font-weight: 400;
}
.r_yellow_box a:hover {
  opacity: 1;
  color: #7EC963;
  font-weight: bold;
  line-height: 1.01;
}
#header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0;
  max-width: 375px;
  z-index: 50;
  height: 50px;
  right: 380px;
  background: #ffffff;
  padding: 0 10px;
}
@media screen and (max-width: 1280px) {
  #header {
    right: 280px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    right: auto;
    max-width: 100%;
  }
}
#header .logo {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.01;
}
#header .logo::hover {
  opacity: 1 !important;
}
#header .h_btn {
  width: fit-content;
  padding: 0 10px 2px 10px;
  color: #ffffff;
  background: linear-gradient(180deg, #7EC963 0%, #2BAC56 100%);
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #9CDB85;
  display: block;
  color: #FFF8CB;
}
.main {
  margin-top: 50px;
}
.main .mv {
  position: relative;
}
.main .mv .mv_txt {
  padding-right: 16px;
  padding-bottom: 24px;
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.main .mv .mv_txt .mv_top_box {
  margin: auto;
  width: fit-content;
  margin-right: 0;
  padding: 0 8px;
}
.main .mv .mv_txt .mvt01 {
  width: fit-content;
  font-size: 15px;
  font-weight: bold;
  margin: auto;
  padding: 4px 8px;
  background: #FFF8CB;
  border-radius: 4px;
  margin-bottom: 4px;
}
.main .mv .mv_txt .mvt02 {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.4;
  color: #EA7730;
}
.main .mv .mv_txt .mv_txt_box {
  text-align: right;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
}
.main .cta {
  background: linear-gradient(180deg, #FFEF88 0%, #F7E364 100%);
  padding: 32px;
}
.main .cta a {
  width: 100%;
  display: block;
  background: linear-gradient(180deg, #7EC963 0%, #2BAC56 100%);
  border: 1px solid #9CDB85;
  color: #FFF8CB;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.main .cta a::after {
  position: absolute;
  content: "";
  width: 4.5px;
  height: 11px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/cta_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
.main .cta ul {
  display: flex;
  column-gap: 8px;
  max-width: 247px;
  margin: auto;
}
.main .cta ul li {
  background: #ffffff;
  border-radius: 4px;
  line-height: 21px;
  color: #EA7730;
  text-align: center;
  width: calc(50% - 4px);
}
.main .cta_16 {
  padding: 16px 32px;
}
.about {
  padding: 40px 24px;
}
.about .a_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.about .a_txt01 {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.about .a_ul {
  display: flex;
  margin: auto;
  max-width: 256px;
  margin-top: 16px;
  column-gap: 16px;
}
.about .a_ul li {
  width: calc(50% - 8px);
}
.about .a_ul li .li_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #FFF8CB;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}
.about .a_ul li .li_txt .l01 {
  color: #EA7730;
  font-size: 24px;
  line-height: 1.1;
}
.about .a_ul li .li_txt .l02 {
  line-height: 1.1;
  color: #EA7730;
  font-size: 18px;
}
.about .a_ul li .li_txt .l03 {
  line-height: 1.01;
  color: #EA7730;
  font-size: 14px;
}
.about .a_ul li .li_txt .l04 {
  font-size: 18px;
  color: #EA7730;
  line-height: 1.01;
}
.about .a_ul li .li_txt .l05 {
  font-size: 18px;
  line-height: 1.01;
}
.about .a_ul li .li_txt .l06 {
  font-size: 15px;
  line-height: 1.01;
}
.about .a_txt02 {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
  margin-top: 16px;
}
.about .a_txt02 span {
  color: #EA7730;
}
.about .img {
  margin-top: 16px;
  padding: 8px 0;
}
.about .img img {
  border-radius: 8px;
}
.nayami {
  position: relative;
  background: #D4CEC3;
  padding: 40px 24px 56px 24px;
}
.nayami::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 40px;
  right: calc(50% - 4px);
  bottom: -8px;
  background: url(../img/common/nayami_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
  z-index: 5;
}
.nayami::after {
  position: absolute;
  content: "";
  width: 95px;
  height: 28px;
  right: calc(50% - 47.5px);
  bottom: -28px;
  background: url(../img/common/nayami_after2.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
  z-index: 1;
}
.nayami .h2_ttl {
  margin-bottom: 24px;
}
.nayami ul li + li {
  margin-top: 24px;
  padding-top: 24px;
  position: relative;
}
.nayami ul li + li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  right: 0;
  top: 0;
  background: url(../img/common/nayami_line.png) no-repeat center center / contain;
  transition: 0.3s ease-in-out;
  background-size: 300px auto;
  z-index: 1;
}
.nayami ul li dl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  max-width: 236px;
  margin: auto;
  display: flex;
  align-items: center;
}
.nayami ul li dl dt {
  width: 80px;
}
.nayami ul li dl dd {
  width: calc(100% - 80px);
  padding-left: 16px;
}
.nayami ul li:nth-child(even) dl {
  flex-direction: row-reverse;
}
.nayami ul li:nth-child(even) dl dd {
  padding-left: 0;
  padding-right: 16px;
}
.nayami02 {
  padding: 52px 24px 40px 24px;
  background: #ffffff;
}
.nayami02 .h2_ttl {
  margin-bottom: 24px;
}
.nayami02 ul {
  margin-top: 24px;
  margin-bottom: 24px;
}
.nayami02 ul li {
  border-radius: 8px;
  border: 1px solid #FBD631;
  padding: 16px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.nayami02 ul li + li {
  margin-top: 16px;
}
.nayami02 ul li span {
  color: #EA7730;
}
.nayami02 .img img {
  border-radius: 8px;
}
.h2_ttl {
  background: #FBD631;
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.01;
  padding: 12px 10px 14px 10px;
  border-radius: 4px;
}
.case {
  padding: 40px 24px;
  background: #ffffff;
}
.case ul {
  margin-top: 16px;
}
.case ul li {
  border-radius: 8px;
  border: 1px solid #FBD631;
  padding: 16px;
}
.case ul li + li {
  margin-top: 8px;
}
.case ul li .tag {
  width: fit-content;
  border: 1px solid #4F3719;
  background: #FFEF88;
  line-height: 23px;
  padding: 0 16px;
  border-radius: 23px;
  margin-bottom: 4px;
}
.case ul li .ttl02 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
}
.case ul li .txt {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
.case .case_txt {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8px;
}
.flow {
  background: url(../img/common/flow.webp) no-repeat center bottom / contain;
  background-size: cover;
  padding: 40px 24px 48px 24px;
  position: relative;
}
.flow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 40px;
  right: calc(50% - 4px);
  bottom: -8px;
  background: url(../img/common/flow_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
  z-index: 5;
}
.flow::after {
  position: absolute;
  content: "";
  width: 95px;
  height: 28px;
  right: calc(50% - 47.5px);
  bottom: -28px;
  background: url(../img/common/flow_after2.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
  z-index: 1;
}
.flow .flow_box {
  background: #FFF8CB;
  border-radius: 4px;
  padding: 24px 16px 32px 16px;
  margin-top: 16px;
}
.flow .sub_ttl {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
}
.flow ul {
  padding: 0 16px;
}
.flow ul li + li {
  padding-top: 32px;
}
.flow ul li + li:last-child dt::after {
  display: none;
}
.flow ul li dl {
  display: flex;
}
.flow ul li dl dt {
  position: relative;
  width: 40px;
}
.flow ul li dl dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 20px;
  top: 40px;
  background: #FBD631;
}
.flow ul li dl dt .icon {
  position: relative;
  z-index: 20;
  background: #FBD631;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.flow ul li dl dd {
  width: calc(100% -40px);
  text-align: left;
  padding-left: 16px;
}
.flow ul li dl dd .ttl {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.flow ul li dl dd .txt {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.contact {
  margin-top: 52px;
  padding: 0 24px 40px 24px;
}
.contact .h2_ttl {
  margin-bottom: 8px;
}
.contact dl {
  display: block;
}
.contact dl + dl {
  margin-top: 16px;
}
.contact dl dt {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.contact dl dt .sub {
  margin-left: 4px;
  color: #B5B5B5;
  font-size: 11px;
  font-weight: 500;
}
.contact dl dd {
  width: 100%;
  margin-top: 8px;
  font-weight: 500;
}
.contact dl dd input[type="button"],
.contact dl dd input[type="submit"],
.contact dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.contact dl dd input {
  width: 100%;
  border: none;
  background: #E2E2E2;
  border-radius: 4px;
  font-size: 14px;
  padding: 7px 10px;
}
.contact dl dd label {
  display: flex;
  width: 100%;
}
.contact dl dd label + label {
  margin-top: 12px;
}
.contact dl dd input[type="radio"] {
  width: 11px;
  height: 11px;
}
.contact dl dd input[type="checkbox"],
.contact dl dd input[type="radio"] {
  border: 1px solid #4F3719;
  accent-color: #7EC963;
  transform: scale(1.5);
  border-radius: 100% !important;
  margin-right: 8px;
}
.send {
  position: relative;
  width: 100%;
  margin: auto;
}
.send input {
  width: 100%;
  padding: 0 10px 2px 10px;
  color: #ffffff;
  background: linear-gradient(180deg, #7EC963 0%, #2BAC56 100%);
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #9CDB85;
  display: block;
  color: #FFF8CB;
  cursor: pointer;
  line-height: 40px;
  transition: 0.3s ease-in-out;
  max-width: 240px;
  margin: auto;
  margin-top: 20px;
}
.send:hover input {
  opacity: 0.8;
}
.footer {
  padding: 20px 24px 8px 24px;
  background: #FBD631;
}
.footer .copy {
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.footer ul {
  display: flex;
  width: fit-content;
  margin: auto;
}
.footer ul li a {
  display: block;
  color: #4F3719;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
}
.footer ul li + li {
  margin-left: 33px;
  position: relative;
}
.footer ul li + li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #4F3719;
}
.tks {
  padding: 24px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .tks {
    min-height: 80vh;
  }
}
.tks .tk_ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 24px;
}
.tks .tk_txt {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
}
.tks .tk_step {
  background: #FFF8CB;
  padding: 16px;
  margin-bottom: 24px;
}
.tks .tk_step .st_ttl {
  text-align: center;
  margin-bottom: 8px;
  padding: 4px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
}
.tks .tk_step ul li {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left: 18px;
  position: relative;
}
.tks .tk_step ul li::after {
  position: absolute;
  content: "";
  width: 3.5px;
  border-radius: 100%;
  height: 3.5px;
  left: 8px;
  top: 8px;
  background: #4F3719;
}
.tks .tk_tel {
  background: #FFF8CB;
  padding: 16px;
}
.tks .tk_tel .sub {
  padding: 4px 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.tks .tk_tel a {
  display: block;
  width: fit-content;
  margin: auto;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 26px;
}
.tks .tk_tel a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/tel_icon.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
.privacy {
  padding: 32px 24px;
  text-align: left;
}
.privacy .h2_ttl {
  margin-bottom: 24px;
}
.privacy h3 {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 4px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
}
.privacy p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.privacy ul {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.privacy ul li {
  position: relative;
  padding-left: 20px;
}
.privacy ul li::after {
  position: absolute;
  content: "";
  width: 3.5px;
  border-radius: 100%;
  height: 3.5px;
  left: 8px;
  top: 8px;
  background: #4F3719;
}
.privacy .sub_ul {
  margin-bottom: 16px;
  margin-top: 4px;
}
.privacy .sub_ul li {
  padding-left: 14px;
}
.privacy .sub_ul li::after {
  left: 2px;
}
.privacy ol {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  list-style-type: decimal;
}
.privacy ol li {
  margin-left: 20px;
}
.privacy .last_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  border-top: 1px solid #D4CEC3;
  margin-top: 24px;
  padding: 16px 0;
}
.company {
  padding: 32px 24px;
  text-align: left;
}
.company .img {
  margin-top: 16px;
  margin-bottom: 16px;
}
.company ul {
  width: 100%;
}
.company ul li {
  padding: 16px 0;
  border-bottom: 1px solid #D4CEC3;
}
.company ul li dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
  text-align: left;
}
.company ul li dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.company ul li dd span {
  display: block;
  font-weight: 500;
}
