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

ここからリセットCSS

------------------------------*/
html {
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Kiwi Maru", "Noto Serif JP", serif, "ヒラギノ明朝", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

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;
  vertical-align: baseline;
  background: transparent;
}

a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video,
.block {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------

ここからSCSS

------------------------------*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.fs-24 {
  font-size: 16px;
}
@media screen and (min-width: 615.3846153846px) {
  .fs-24 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 923.0769230769px) {
  .fs-24 {
    font-size: 24px;
  }
}

.font-size {
  font-size: min(2.2222222222vw, 24px);
}
@media screen and (max-width: 768px) {
  .font-size {
    font-size: 4.2666666667vw;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
  line-height: 1;
}

/*------------------------------

ここからコンテンツのcss

------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

h1 {
  text-align: left;
  margin-top: -4px;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 970px) {
  h1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 16px;
  }
}

.header {
  z-index: 9999999;
  max-width: 1440px;
  text-align: center;
  margin: 0 auto;
  height: 70px;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-top: 6px;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    padding-top: 4px;
  }
}
@media screen and (max-width: 970px) {
  .header {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    margin: 0;
    height: 70px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.header_top {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header_sub {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .header_sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .header_sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 970px) {
  .header_sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header_sub {
    font-size: 14px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .header_sub {
    font-size: 12px;
  }
}
.header_ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_ul {
    display: block;
  }
}
.header_li {
  padding: 6px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .header_li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .header_li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1080px) {
  .header_li {
    font-size: 10px;
  }
}
@media screen and (max-width: 840px) {
  .header_li {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  .header_li {
    font-size: 24px;
    padding: 16px;
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.header_li.info {
  color: #ffffff;
  background-color: #168352;
  border-radius: 25px;
  padding: 4px 10px;
  margin-left: 10px;
}
@media screen and (max-width: 970px) {
  .header_li.info {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .header_li.info {
    margin: 0 auto;
    padding: 20px;
    border-radius: 50px;
  }
}
.header_fixed {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 70px;
  padding-top: 10px;
}
@media screen and (max-width: 970px) {
  .header_fixed {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header_fixed {
    background-color: none;
    box-shadow: none;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
@media screen and (max-width: 768px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #ffffff;
    /*動き*/
    transition: all 0.6s;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
@media screen and (max-width: 768px) {
  #g-nav ul {
    width: 100%;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 9999;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 0;
    right: -30px;
    cursor: pointer;
    width: 120px;
    height: 70px;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #168352;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 19px;
}

.openbtn span:nth-of-type(2) {
  top: 33px;
}

.openbtn span:nth-of-type(3) {
  top: 48px;
}

.openbtn.active span:nth-of-type(1) {
  top: 28px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 40px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.kv {
  width: 100%;
  height: 800px;
  background-image: url(../img/kv_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: url(../img/kv_sp.png);
    background-position: bottom;
  }
}
.kv_section {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.kv_catch_pc {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  padding-top: 140px;
  max-width: 630px;
}
@media screen and (max-width: 970px) {
  .kv_catch_pc {
    max-width: 530px;
  }
}
@media screen and (max-width: 768px) {
  .kv_catch_pc {
    display: none;
  }
}
.kv_catch_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .kv_catch_sp {
    display: block;
    padding-top: 160px;
  }
}
@media screen and (max-width: 480px) {
  .kv_catch_sp {
    padding-top: 200px;
  }
}
.kv_class_btn {
  max-width: 760px;
  padding: 16px;
  border-radius: 25px;
  border: solid 10px #f98109;
  color: #f98109;
  background-color: #ffebd0;
  text-align: center;
  letter-spacing: 0.15rem;
  font-weight: 800;
  font-size: 34px;
}
@media screen and (max-width: 970px) {
  .kv_class_btn {
    max-width: 660px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .kv_class_btn {
    font-size: calc(1em + 0.5vw);
    border: solid 5px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .kv_class_btn {
    font-size: calc(0.7em + 0.7vw);
    white-space: nowrap;
    padding: 14px 4px;
    border-radius: 10px;
  }
}
.kv_tel {
  display: none;
}
@media screen and (max-width: 768px) {
  .kv_tel {
    z-index: 999;
    display: block;
    position: fixed;
    right: -12px;
    top: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 90px;
  }
}

.worries {
  background-color: #f4f7f4;
}
.worries_section {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.worries_section p {
  max-width: 500px;
  padding-top: 60px;
  margin: 0 auto;
}
.worries_list {
  max-width: 500px;
  margin: 0 auto;
  border: solid 3px #168352;
  border-radius: 15px;
  background-color: #ffffff;
}
.worries_list ul {
  width: 78%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
.worries_list li {
  position: relative;
  padding-left: 30px; /* アイコンのスペースを確保 */
  margin-bottom: 10px;
  color: #168352;
  font-weight: 600;
}
.worries_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* 画像の横幅 */
  height: 24px; /* 画像の高さ */
  background-image: url("../img/point.png"); /* ←ここに好きな画像を指定 */
  background-size: contain;
  background-repeat: no-repeat;
}
.worries_trouble_txt {
  max-width: 560px;
  margin: 0 auto;
}
.worries_trouble_illust {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .worries_trouble_illust {
    display: none;
  }
}
.worries_trouble_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .worries_trouble_sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.solution {
  background-image: url(../img/bg-01_pc.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 200px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .solution {
    background-position-x: 60%;
  }
}
.solution_text {
  max-width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 100px;
}

.reasons {
  background-color: #fffcf2;
  padding-top: 80px;
  padding-bottom: 80px;
}
.reasons_crown {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reasons_crown {
    width: 100px;
  }
}
.reasons_text {
  max-width: 600px;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.reasons_three {
  max-width: 850px;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reasons_three {
    display: none;
  }
}
.reasons_three_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .reasons_three_sp {
    display: block;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
  }
}

.example {
  background-color: #fdf6f0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.example_text {
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.example_private {
  text-align: center;
  background-color: #ffffff;
  border-radius: 25px;
  max-width: 1240px;
  width: 96%;
  margin: 0 auto;
  padding: 20px 40px;
}
.example_others {
  text-align: center;
  background-color: #ffffff;
  border-radius: 25px;
  max-width: 1240px;
  width: 96%;
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .example_others {
    padding: 40px;
  }
}
.example_explanation {
  margin: 20px auto;
  max-width: 800px;
  text-align: left;
  color: #168352;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .example_explanation {
    font-size: 24px;
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
  .example_explanation {
    font-size: 18px;
  }
}
.example h3 {
  color: #168352;
  font-weight: 600;
  font-size: 34px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .example h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .example_img_pc {
    display: none;
  }
}
.example_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .example_img_sp {
    display: block;
  }
}

.area {
  background-color: #f5f7f4;
  padding-top: 80px;
  padding-bottom: 80px;
}
.area_text {
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.area_hokkaido {
  max-width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .area_hokkaido {
    width: 90%;
  }
}
.area_paragraph {
  max-width: 720px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.flow {
  background-color: #fdf6f0;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.flow h2 {
  color: #168352;
  font-weight: 600;
  font-size: 34px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow h2 {
    font-size: 28px;
  }
}
.flow_workflow {
  max-width: 720px;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.price {
  background-image: url(../img/bg-02_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.price h2 {
  color: #168352;
  font-weight: 600;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .price h2 {
    font-size: 28px;
  }
}
.price_price {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 480px;
  margin: 0 auto;
  max-width: 380px;
}
.price_proviso {
  max-width: 480px;
  margin: 0 auto;
  text-align: justify;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .price_proviso {
    width: 90%;
  }
}
.price ul {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.price ul h3 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.price_cont {
  background-color: #ffffff;
  border: solid 3px #168352;
  border-radius: 10px;
  padding: 20px;
}

.information {
  background-color: #fff6d6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.information_flexbox {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .information_flexbox {
    display: block;
  }
}
.information h2 {
  color: #168352;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 34px;
}
@media screen and (max-width: 970px) {
  .information h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .information h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .information h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.information p {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 970px) {
  .information p {
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  .information p {
    font-size: 14px;
  }
}
.information_ill {
  width: 30%;
}
@media screen and (max-width: 970px) {
  .information_ill {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .information_ill {
    margin: 0 auto;
    width: 150px;
  }
}
.information_tel {
  text-align: center;
  width: 65%;
}
@media screen and (max-width: 970px) {
  .information_tel {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .information_tel {
    margin: 0 auto;
    max-width: 400px;
    width: 90%;
  }
}
.information_number {
  width: 80%;
  margin: 0 auto;
}

.thoughts {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: justify;
}
.thoughts h2 {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .thoughts h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .thoughts h2 {
    font-size: 24px;
  }
}
.thoughts_cont {
  position: relative;
}
.thoughts_ttl_pc {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 200px;
}
@media screen and (max-width: 1080px) {
  .thoughts_ttl_pc {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  .thoughts_ttl_pc {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .thoughts_ttl_pc {
    display: none;
  }
}
.thoughts_ttl_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .thoughts_ttl_sp {
    display: block;
    max-width: 330px;
    margin-bottom: 40px;
  }
}
.thoughts_tree {
  z-index: -100;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 150px;
  right: 130px;
  width: 100px;
}
@media screen and (max-width: 1080px) {
  .thoughts_tree {
    right: 100px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .thoughts_tree {
    right: 0;
    bottom: 0;
    width: 200px;
  }
}
.thoughts_txt {
  max-width: 600px;
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .thoughts_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .thoughts_txt {
    width: 100%;
  }
}

.company {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
  border-top: solid 1px #707070;
}
.company h2 {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company h2 {
    font-size: 28px;
  }
}
.company_cont ul {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.company_cont ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  border-top: solid 1px #707070;
  font-weight: 400;
}
.company_cont ul li:last-child {
  border-bottom: solid 1px #707070;
}
.company_bef {
  width: 16%;
  text-align: right;
  padding: 10px 0;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .company_bef {
    width: 25%;
  }
}
.company_aft {
  width: 70%;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .company_aft {
    width: 55%;
  }
}

.footer {
  padding-top: 80px;
  background-image: url(../img/bg-footer_pc.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 60px;
    background-image: url(../img/bg-footer_sp.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.footer_section {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.footer_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_cont {
    flex-direction: column-reverse;
  }
}
.footer_left h2 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer_left h2 {
    text-align: center;
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) {
  .footer_left h2 {
    font-size: 24px;
  }
}
.footer_left p {
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer_left p {
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .footer_left p {
    font-size: 16px;
  }
}
.footer_left p > a {
  display: inline-block;
}
.footer_right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 768px) {
  .footer_right {
    width: 88%;
    margin-bottom: 40px;
  }
}
.footer_right_ul_01 {
  margin-right: 20px;
}
.footer_right ul li {
  position: relative;
  padding-left: 30px; /* アイコンのスペースを確保 */
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer_right ul li {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer_right ul li {
    padding-bottom: 20px;
    font-size: 12px;
  }
}
.footer_right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* 画像の横幅 */
  height: 24px; /* 画像の高さ */
  background-image: url("../img/point.png"); /* ←ここに好きな画像を指定 */
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .footer_right ul li::before {
    top: 24%;
  }
}

.copyright {
  font-size: 18px;
  font-weight: 400;
  margin-top: 80px;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .copyright {
    font-size: 14px;
  }
}

.privacy {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .privacy {
    padding-bottom: 80px;
  }
}
.privacy_title {
  text-align: center;
}
.privacy_title h2 {
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .privacy_title h2 {
    font-size: 28px;
  }
}
.privacy_title p {
  color: #168352;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .privacy_title p {
    font-size: 18px;
  }
}
.privacy_example {
  text-align: justify;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */