@charset "UTF-8";
/* Scss Document */
@import url("https://use.typekit.net/rpt5gsp.css");

/******************************************
[base]
******************************************/
/* 全項共通のパーツを想定 */
body {
  position: relative;
  background: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Meiryo", "ヒラギノ角ゴシック", "Helvetica", "Arial", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #472800;
  font-size: 14px;
}

body a {
  color: #472800;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

main {
  width: 100%;
  margin: 0 auto;
  background-color: #f6f4f1;
  overflow: hidden;
}
.f_jiko a {
    border: 2px solid #472800;
    color: inherit;
    padding: 10px;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 30px;
    transition: 0.3s ease;
}
.f_jiko a:hover {
    background-color: #472800;
    color: #FFF;
}

/******************************************
[改行切り替え]
******************************************/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
.padding10 {
  padding: 10px;
}
.flex {
  display: flex;
}


@media only screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/******************************************
[common]
******************************************/
.frame_crayon {
  border: 5px solid #a6937c;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  padding: 70px 15px;
}

.frame_crayon::after {
  content: "";
  background: url(../images/pat_crayon.png);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}

.center {
  text-align: center;
}

.text18 {
  font-size: 18px;
}

.text22 {
  font-size: 22px;
}

.text25 {
  font-size: 25px;
}

.text30 {
  font-size: 30px;
}

.text35 {
  font-size: 35px;
}

.red {
  color: #ee4e5a;
}

.pink {
  color: #f6989b;
}

.yellow {
  color: #ffc000;
}

.blue {
  color: #63bab6;
}

.green {
  color: #9bb661;
}

.orange {
  color: #e17f3e;
}

.greenD1 {
  color: #4fbb1a;
}

.pink_bg {
  background-color: #f6989b;
}

.pinkD1_bg {
  background-color: #ff82a2;
}

.yellow_bg {
  background-color: #ffc000;
}

.orange_bg {
  background-color: #e17f3e;
}

.blue_bg {
  background-color: #63bab6;
}

.blueD1_bg {
  background-color: #448aca;
}

.green_bg {
  background-color: #9bb661;
}

.purple_bg {
  background-color: #8f82bc;
}

.brownL1_bg {
  background-color: #a6937c;
}

.indent {
  margin-top: 1em;
}

.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}

.contact_fix {
  position: fixed;
  top: calc(49vw - 160px);
  right: 20px;
  transition: 0.3s;
  z-index: 99999;
}

.contact_fix:hover {
  opacity: 0.75;
}

.contact_display {
  display: none;
}

#under .contact_fix {
  top: calc(500px - 70px);
}

.btn01,
.btn02,
.btn03,
.btn04 {
  width: 300px;
  overflow: hidden;
  border-radius: 50px;
  border: 2px solid #472800;
  background-color: #f6f4f1;
  letter-spacing: 0.14em;
}

.btn01 a,
.btn02 a,
.btn03 a,
.btn04 a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px;
  position: relative;
}

.btn01 a::after,
.btn02 a::after,
.btn03 a::after,
.btn04 a::after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.btn01 a:hover,
.btn02 a:hover,
.btn03 a:hover,
.btn04 a:hover {
  color: #ffffff;
}

.btn01.circle,
.circle.btn02,
.circle.btn03,
.circle.btn04 {
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
}

.btn01.circle::after,
.circle.btn02::after,
.circle.btn03::after,
.circle.btn04::after {
  background: #472800;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}

.btn01.circle:hover::after,
.circle.btn02:hover::after,
.circle.btn03:hover::after,
.circle.btn04:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

.btn02 {
  width: 220px;
}

.btn02.circle {
  transition-duration: 0.6s;
}

.btn02.circle::after {
  transition: opacity 0.7s, transform 0s;
  transition-delay: 0s, 0.6s;
}

.btn02.circle:hover::after {
  transition: opacity 0.9s, transform 0.8s ease-in-out;
}

.btn03 {
  width: 100%;
  font-size: 22px;
}

.btn03::before {
  content: "";
  border: 1px dashed #472800;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50px;
}

.btn03:hover::before {
  border: 1px dashed #ffffff;
}

.btn04 {
  width: 430px;
}

.btn04 a,
.btn04 input[type="submit"] {
  padding: 23px 10px;
  font-size: 20px;
  letter-spacing: 0.14em;
}

.btn04 input[type="submit"] {
  border: none;
  background: none;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: relative;
}

.btn04 input[type="submit"]::after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.btn04 input[type="submit"]:hover {
  color: #ffffff;
}

#pagetop a {
  display: block;
  width: 140px;
  position: absolute;
  bottom: 83px;
  right: 0;
  z-index: 10000;
}

@media only screen and (max-width: 1200px) {
  .btn02 {
    width: 50%;
  }
}

@media only screen and (max-width: 1160px) {
  .contact_fix,
  #under .contact_fix {
    width: 66px;
    top: 20px;
    right: 90px;
    z-index: 99998;
  }

  .contact_fix .contact_display,
  #under .contact_fix .contact_display {
    display: block;
  }

  .contact_fix .pc,
  #under .contact_fix .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .text18 {
    font-size: 16px;
  }

  .text22 {
    font-size: 18px;
  }

  .text25 {
    font-size: 22px;
  }

  .text30 {
    font-size: 24px;
  }

  .text35 {
    font-size: 30px;
  }

  #pagetop a {
    width: 80px;
  }

  .btn02 {
    width: 220px;
  }

  .btn03 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .frame_crayon {
    padding: 60px 15px;
  }

  .text22 {
    font-size: 16px;
  }

  .text25 {
    font-size: 20px;
  }

  .btn02 {
    width: 160px;
  }

  .btn02 a {
    padding: 15px 10px 15px 0;
  }

  .btn04 {
    width: 90%;
    margin: 0 auto;
  }

  .btn04 a,
  .btn04 input[type="submit"] {
    font-size: 16px;
  }

  #pagetop a {
    bottom: 90px;
  }
}

/******************************************
[h-tag]
******************************************/
h1 {
  width: 300px;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.8;
  margin-bottom: 40px;
}

h3 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.8;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}

h3 span {
  display: block;
  line-height: 0;
}

h3 p {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

h4 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.22em;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

h4 span {
  display: block;
  line-height: normal;
  margin-bottom: 10px;
  line-height: 0;
}

h5 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.22em;
  line-height: 1.5;
  margin-bottom: 20px;
}

h5::before {
  content: "\e900";
  font-family: "icomoon";
  color: #9bb661;
  margin-right: 0.3em;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  h1 {
    width: 280px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 35px;
  }

  h4 span img {
    width: auto;
    height: 18px;
  }

  h5 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    width: 50%;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }

  h3 span img {
    width: auto;
    height: 15px;
    margin-bottom: 5px;
  }
  h3 p {
    display: block;
    font-size: 16px;
    line-height: 1.4;
  }

  h4 {
    font-size: 30px;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
  }
  h4 span img {
    height: 16px;
  }
}

/******************************************
[main_img]
******************************************/
#main_img {
  position: relative;
}

.slider {
  width: 100%;
  height: 49vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slider li img {
  width: 100%;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}

.add-animation {
  animation: fadezoom 12s 0s forwards;
}

.main_copy {
  color: #ffffff;
  font-size: 3.6vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1200;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.main_subcopy {
  font-size: 1.4vw;
  color: #ffffff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 12vw;
  right: 8vw;
  z-index: 1210;
  letter-spacing: 0.2em;
}

.main_scroll {
  color: #ffffff;
  writing-mode: vertical-rl;
  position: absolute;
  left: 5vw;
  bottom: 0;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  z-index: 200;
  height: 130px;
}

.main_scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 1px;
  height: 130px;
  background: #f6f4f1;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 130px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 130px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .main_copy {
    font-size: 30px;
  }

  .main_subcopy {
    font-size: 14px;
    top: 90px;
    right: 40px;
  }

  .main_scroll {
    font-size: 10px;
    height: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .slider {
    min-height: 100vh;
    overflow: hidden;
  }

  .slider img {
    width: auto;
    height: 100vh;
    object-fit: cover;
  }

  @supports (-webkit-touch-callout: none) {
    .slider {
      height: -webkit-fill-available;
    }
  }

  .sp_fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .fix_contents {
    position: relative;
    z-index: 2;
  }

  .main_copy {
    width: 94%;
    font-size: 32px;
    text-align: left;
    transform: translate(0, -50%);
    left: 6%;
  }

  .main_subcopy {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    height: fit-content;
    font-weight: 500;
    line-height: 2.27;
    letter-spacing: 0.18em;
  }

  .main_scroll {
    left: 8%;
  }
}

/******************************************
[header]
******************************************/
header {
  width: 92%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 35px;
  left: 4%;
  z-index: 1000;
}

header a {
  color: #ffffff;
  font-weight: bold;
}

header a:hover {
  color: #ffffff;
}

.header_right {
  width: calc(100% - 300px);
  max-width: 1000px;
  margin-left: auto;
}

.header_news {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}

.header_news i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.header_news li:first-child {
  margin-right: 15px;
}

.header_news a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

@media only screen and (max-width: 1160px) {
  .header_right {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  header {
    width: 88%;
    top: 20px;
    left: 6%;
  }
}

/******************************************
[nav]
******************************************/
nav ul {
  display: flex;
  justify-content: space-between;
}

nav li {
  line-height: 1.5;
}

nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

nav a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

nav a:hover::after {
  transform: scale(1, 1);
}

.burger,
.burger-menu {
  display: none;
}

@media only screen and (max-width: 1160px) {
  nav {
    display: none;
  }

  /*ハンバーガーボタン*/
  .burger {
    display: block;
    position: fixed;
    z-index: 2000001;
    right: 30px;
    top: 20px;
    width: 58px;
    height: 58px;
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    border-radius: 100px;
    border: 2px solid #472800;
  }

  .burger span {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    left: 14px;
    background: #472800;
    transition: 0.3s ease-in-out;
  }

  .burger span:nth-child(1) {
    top: 17px;
  }

  .burger span:nth-child(2) {
    top: 27px;
  }

  .burger span:nth-child(3) {
    top: 37px;
  }

  /* ナビ開いてる時のボタン */
  .burger.active span:nth-child(1) {
    top: 27px;
    left: 14px;
    background: #472800;
    transform: rotate(-45deg);
  }

  .burger.active span:nth-child(2),
  .burger.active span:nth-child(3) {
    top: 27px;
    background: #472800;
    transform: rotate(45deg);
  }

  .burger-menu {
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    color: #ffffff;
    background: rgba(71, 40, 0, 0.95);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  .burger-menu .burger-menu-li {
    margin: 0 auto 20px;
    width: 50%;
    border: 3px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 50px;
  }

  .burger-menu .burger-menu-li li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }

  .burger-menu .burger-menu-li li:last-child {
    padding: 0;
    border: none;
  }

  .burger-menu .burger-menu-li li a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding: 15px 0;
    text-decoration: none;
  }

  .burger-menu .burger-menu-li li a:hover {
    color: #d8cfc2;
  }

  .burger-menu .header_news {
    width: fit-content;
    margin: 0 auto;
  }

  .burger-menu .header_news a {
    color: #ffffff;
  }

  .burger-menu.active {
    opacity: 100;
    z-index: 2000000;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .burger-menu {
    display: none;
  }

  .burger-menu .burger-menu-li {
    padding: 10px 30px;
    width: 80%;
    margin: 0 auto 20px;
  }

  .burger-menu .burger-menu-li li a {
    font-size: 18px;
    padding: 12px 0;
  }

  .burger-menu.active {
    display: block;
  }
}

/******************************************
[index]
******************************************/
#cont01 .btn01,
#cont01 .btn02,
#cont01 .btn03,
#cont01 .btn04 {
  margin: 0 auto;
}

.cont01_ttl {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
}

.cont01_illust {
  position: relative;
}

.cont01_illust::before {
  content: "";
  background: url(../images/cont01_illust01.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 95px;
  position: absolute;
  top: -40px;
  left: -70px;
}

.cont01_illust::after {
  content: "";
  background: url(../images/cont01_illust02.png) no-repeat;
  background-size: contain;
  width: 103px;
  height: 64px;
  position: absolute;
  bottom: -30px;
  right: 30px;
}

#cont02 {
  background: url(../images/bg_illust01.png) left 30px bottom no-repeat;
}

.cont02_ttl01 {
  width: 50%;
  position: relative;
  text-align: right;
  line-height: 1;
  z-index: 1;
  letter-spacing: 0.24em;
}

.cont02_ttl01 img {
  background-color: #f6f4f1;
  padding-left: 1em;
}

.cont02_ttl01::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  border-bottom: 2px dashed #472800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.cont02_subttl {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.24em;
  margin-bottom: 40px;
}

.cont02_subttl span {
  background: url(../images/dot_coloful.png) center bottom no-repeat;
  padding-bottom: 10px;
  background-size: 100% auto;
}

.cont03_bg {
  background: url(../images/bg_illust02.png) bottom right 30px no-repeat;
}

.cont03_ttl01 {
  width: 80%;
  position: relative;
  line-height: 1;
  z-index: 1;
}

.cont03_ttl01 img {
  background-color: #f6f4f1;
  padding-right: 1em;
}

.cont03_ttl01::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  border-bottom: 2px dashed #472800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

.cont03_flex {
  display: flex;
  justify-content: space-between;
}

.cont03_subttl {
  font-size: 35px;
  writing-mode: vertical-rl;
  line-height: 1.8;
  margin-left: auto;
  letter-spacing: 0.24em;
}

.cont03_pic {
  position: relative;
}

.cont03_pic::after {
  content: "";
  background: url(../images/illust_crayon.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 250px;
  height: 160px;
  bottom: 30px;
  right: -60px;
}

#cont04 {
  background: url(../images/bg_illust03.png) no-repeat,
    url(../images/bg_illust04.png) no-repeat;
  background-position: top 100px right 30px, top 40% left 5vw;
}

.cont04_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cont04_left {
  width: 48%;
  display: flex;
  justify-content: space-between;
}

.cont04_right {
  width: 46%;
}

.cont04_crayon {
  position: relative;
  z-index: 2;
  width: 30px;
  margin: 0 5px;
}

.cont04_crayon span {
  background-color: #f6f4f1;
  position: relative;
  display: inline-block;
  height: fit-content;
  padding-bottom: 50px;
}

.cont04_crayon::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #472800;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

.cont04_pic {
  width: 550px;
}

.cont04_illust {
  position: relative;
}

.cont04_illust::before {
  content: "";
  background: url(../images/bg_illust05.png) no-repeat;
  background-size: contain;
  width: 114px;
  height: 126px;
  position: absolute;
  right: -40px;
  bottom: -100px;
}

.cont04_txt {
  width: 45%;
}

.cont04_reserve .cont04_left {
  order: 2;
}

.cont04_reserve .cont04_left .cont04_crayon {
  order: 2;
}

#cont05 {
  background: url(../images/bg_illust06.png) top 46% left 30px no-repeat;
}

.cont05_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #a6937c;
  padding-bottom: 50px;
}

.cont05_ttl {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.24em;
}

.cont05_ttl span {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

#cont06 {
  background: url(../images/cont06_bg.jpg) no-repeat;
  background-size: cover;
  color: #ffffff;
}

.cont06_ttl {
  font-size: 35px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.24em;
}

.cont06_ttl span {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

.cont06_txt {
  text-align: center;
  line-height: 1.8;
}

.cont06_flex {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.cont06_tel {
  width: fit-content;
  text-align: center;
  margin: 0 5vw 0 60px;
}

.cont06_tel span {
  display: block;
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}

.cont06_tel span::before {
  content: "";
  background: url(../images/icon_tel.png) no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  left: -55px;
}

.cont06_tel a {
  color: #ffffff;
}

.cont06_tel_txt {
  width: fit-content;
  font-size: 18px;
  background-image: linear-gradient(
    to right,
    #ffffff,
    #ffffff 2px,
    transparent 4px,
    transparent 8px
  );
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 0 auto 20px;
}

.cont06_mail {
  width: 430px;
}

.cont06_mail a {
  display: block;
  background-color: #ffffff;
  color: #a6937c;
  padding: 35px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
}

.cont06_mail a::before {
  content: "";
  background: url(../images/icon_mail.png) no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  line-height: 1;
}

.cont06_mail a::after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.cont06_mail a:hover {
  background-color: #a6937c;
  color: #ffffff;
}

.cont06_mail a:hover::before {
  content: url(../images/icon_mail_hover.png);
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  line-height: 1;
  z-index: 300;
}

#cont07 {
  background: url(../images/cont07_bg_left01.png) no-repeat,
    url(../images/cont07_bg_left02.png) no-repeat,
    url(../images/cont07_bg_right01.png) no-repeat,
    url(../images/cont07_bg_right02.png) no-repeat;
  background-size: 28% auto, 26% auto, 23% auto, 28% auto;
  background-position: left top, left bottom 60px, right top, right bottom 50px;
  padding: 150px 0;
}

#cont07 .btn01,
#cont07 .btn02,
#cont07 .btn03,
#cont07 .btn04 {
  margin: 0 auto;
}

.cont07_ttl {
  font-size: 50px;
  text-align: center;
  position: relative;
  line-height: 1;
  z-index: 120;
  margin-bottom: 120px;
  letter-spacing: 0.2em;
}

.cont07_ttl::before {
  content: "";
  background: url(../images/recruit_bg.png) center bottom no-repeat;
  background-size: 820px auto;
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.cont07_ttl::after {
  content: "";
  background: url(../images/dot_coloful.png) no-repeat;
  width: 60px;
  height: 6px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.cont07_txt {
  font-size: 22px;
  line-height: 2.34;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .cont05_ttl {
    font-size: 2.5vw;
  }

  .cont06_tel {
    margin-right: 3vw;
  }

  .cont06_mail {
    width: 320px;
  }

  .cont06_mail a {
    padding: 35px 0 35px 30px;
  }

  .cont06_mail a::before {
    left: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .cont01_ttl {
    font-size: 25px;
  }

  .cont01_illust {
    position: relative;
  }

  .cont01_illust::before {
    width: 50px;
    top: -60px;
    left: -8px;
  }

  .cont01_illust::after {
    width: 80px;
    bottom: -20px;
    right: 30px;
  }

  #cont02 {
    background-position: left 30px bottom 80px;
    background-size: 80px auto;
  }

  #cont02 .btn01,
  #cont02 .btn02,
  #cont02 .btn03,
  #cont02 .btn04 {
    margin: 0 auto;
  }

  .cont02_pic {
    width: 70% !important;
    margin: 0 auto;
  }

  .cont02_ttl01 {
    width: 100%;
  }

  .cont02_subttl {
    font-size: 25px;
    text-align: center;
  }
  #cont03 .flex_25 {
    width: 25%;
  }
  .cont03_ttl01 {
    width: 100%;
  }

  .cont03_ttl01::after {
    width: 100%;
  }

  .cont03_subttl {
    font-size: 22px;
    writing-mode: vertical-rl;
    line-height: 1.6;
    margin-left: 30px;
  }

  .cont03_pic {
    position: relative;
  }

  .cont03_pic::after {
    position: absolute;
    width: 150px;
    height: 100px;
    bottom: -20px;
    right: -20px;
  }

  #cont04 {
    background: url(../images/bg_illust03.png) top 350px right 30px no-repeat,
      url(../images/bg_illust04.png) left 30px center no-repeat;
    background-size: 100px auto, 60px auto;
  }

  .cont04_illust::before {
    width: 80px;
    height: 100px;
    right: -20px;
    bottom: -80px;
  }

  .cont05_ttl {
    font-size: 30px;
  }

  .cont05_ttl span {
    margin-bottom: 15px;
  }

  #cont05 {
    background: none;
  }

  .cont06_ttl {
    font-size: 30px;
  }

  .cont06_flex {
    display: block;
  }

  .cont06_tel {
    margin: 0 0 40px 60px;
  }

  .cont06_mail {
    width: 400px;
    margin: 0 auto;
  }

  .cont06_mail a::before {
    left: 45px;
  }

  .cont07_ttl {
    font-size: 40px;
    margin-bottom: 100px;
  }

  .cont07_ttl::before {
    background-size: 70% auto;
    width: 100%;
    height: 100px;
  }

  #cont07 {
    background-position: left top, left bottom 100px, right top,
      right bottom 100px;
  }

  .cont07_txt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .cont01_ttl {
    font-size: 20px;
  }

  #cont02 {
    background-position: left 10px bottom 80px;
    background-size: 65px auto;
  }

  .cont02_ttl01 {
    width: 94%;
    margin: 0 auto;
  }

  .cont02_ttl01 img {
    width: auto;
    height: 20px;
  }

  .cont02_ttl01::after {
    width: 100%;
  }

  #cont03 .flex_25 {
    order: 1;
    width: 100%;
  }

  #cont03 .flex_75 {
    order: 2;
    width: 100%;
  }

  #cont03 .btn01,
  #cont03 .btn02,
  #cont03 .btn03,
  #cont03 .btn04 {
    margin: 0 auto;
  }

  .cont03_bg {
    background-size: 60px auto;
    background-position: bottom 50px right 10px;
  }

  .cont03_flex {
    flex-wrap: wrap;
  }

  .cont03_ttl01 {
    width: 94%;
    margin: 0 auto;
  }

  .cont03_ttl01 img {
    width: auto;
    height: 26px;
  }

  .cont03_subttl {
    font-size: 20px;
    writing-mode: unset;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .cont03_pic::after {
    width: 100px;
    height: 60px;
    right: -10px;
  }

  #cont04 {
    background-position: top 320px right 10px, left 10px top 49%;
    background-size: 80px auto, 60px auto;
  }

  #cont04 .btn01,
  #cont04 .btn02,
  #cont04 .btn03,
  #cont04 .btn04 {
    margin: 0 auto;
  }

  .cont04_flex {
    display: block;
  }

  .cont04_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .cont04_right {
    width: 100%;
  }

  .cont04_crayon {
    width: 5%;
    margin: 0 2%;
  }

  .cont04_pic {
    width: 90%;
  }

  .cont04_illust::before {
    right: 0px;
  }

  #cont05 {
    background-size: 40px auto;
  }

  .cont05_flex {
    padding-bottom: 40px;
  }

  #cont06 {
    padding-left: 5%;
    padding-right: 5%;
  }

  #cont06 .container1760 {
    width: 100% !important;
  }

  .cont06_ttl img {
    width: auto;
    height: 15px;
  }

  .cont06_txt {
    text-align: left;
  }

  .cont06_tel {
    margin: 0 0 40px 55px;
  }

  .cont06_tel span {
    display: block;
    font-size: 38px;
  }

  .cont06_tel span::before {
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    left: -50px;
  }

  .cont06_mail {
    width: 100%;
  }

  #cont07 {
    background-size: 40% auto, 30% auto, 35% auto, 30% auto;
    background-position: left top, left bottom, right top, right bottom;
    padding: 120px 0;
  }

  .cont07_ttl {
    font-size: 35px;
    margin-bottom: 70px;
  }

  .cont07_ttl::before {
    background-size: 90% auto;
  }

  .cont07_ttl::after {
    bottom: -30px;
  }

  .cont07_txt {
    width: 100%;
    font-size: 16px;
  }
}

/******************************************
[footer]
******************************************/
footer {
  background-color: #e2d7c7;
}

.footer_logo {
  text-align: center;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer_ad p {
  line-height: 1.7;
}

.taiyou {
  border-top: 1px solid #472800;
  padding-top: 30px;
  margin-top: 15px;
}

.taiyou a {
  display: block;
  position: relative;
  transition: 0.3s;
}

.taiyou a::before {
  content: url(../images/icon_taiyou.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.taiyou a::after {
  content: url(../images/arrow01.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}

.taiyou a:hover::after {
  right: 10px;
}

.taiyou_txt {
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1 !important;
  padding-left: 70px;
}

.taiyou_txt span {
  display: block;
  font-size: 20px;
  line-height: 1 !important;
  margin-top: 10px;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 8vw;
  margin-right: 50px;
  width: 680px;
}

.footer_nav li a {
  display: block;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1;
}

.footer_nav li a::before {
  content: ">";
  margin-right: 5px;
}

.footer_nav li a:hover {
  color: #7a4500;
}

.footer_sns {
  margin: auto 0 40px;
}

.copyright {
  background-color: #ffffff;
  padding: 30px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 1160px) {
  footer .container1280 {
    width: 1044px;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 768px) {
  footer .container1280 {
    width: 94%;
    margin-left: auto;
  }

  .footer_flex {
    display: block;
  }

  .footer_ad {
    width: fit-content;
    margin: 0 auto;
  }

  .footer_nav {
    display: none;
  }

  .footer_sns {
    text-align: center;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 480px) {
  .footer_logo {
    width: 40%;
    margin: 0 auto;
  }

  .copyright {
    padding: 25px 0;
    font-size: 11px;
    height: 90px;
  }
}

/******************************************
[topics]
******************************************/
.topics_li li a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a6937c;
  padding: 30px 0;
}

.topics_li li a:hover {
  color: #a6937c;
}

.topics_thumb {
  width: 200px;
  margin-right: 15px;
  overflow: hidden;
}

.topics_thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.topics_txt_area {
  width: 340px;
  line-height: 1.8;
}

.topics_ttl {
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .topics_thumb {
    width: 30%;
  }

  .topics_txt_area {
    width: 63%;
  }
}

@media only screen and (max-width: 480px) {
  .topics_thumb img {
    height: 100px;
  }
}

/******************************************
[news blog]
******************************************/
#news,
#news_detail {
  background: url(../images/bg_illust06.png) no-repeat,
    url(../images/bg_illust02.png) no-repeat;
  background-position: left 5% top 20%, right 7% bottom 20%;
}

#blog,
#blog_detail {
  background: url(../images/bg_illust32.png) no-repeat;
  background-position: left 5% bottom 8%;
}

#news .topics_li,
#blog .topics_li {
  border-top: 1px solid #a6937c;
}

#news .topics_txt_area,
#blog .topics_txt_area {
  width: 75%;
}

.pagenation {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.pagenation ul {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.pagenation a {
  margin: 0 5px;
}

.pagenation .active {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #472800;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: normal;
}

.prev a,
.next a {
  letter-spacing: normal;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1;
}

.prev {
  padding: 3px 0;
  margin-right: 20px !important;
}

.next {
  padding: 3px 0;
  margin-left: 20px !important;
}

@media only screen and (max-width: 1280px) {
  #news,
  #news_detail {
    background-position: left 10px top 20%, right 10px bottom 20%;
    background-size: 5vw auto, 8vw auto;
  }

  #blog,
  #blog_detail {
    background-size: 10vw auto;
  }
}

@media only screen and (max-width: 768px) {
  #news .topics_txt_area,
  #blog .topics_txt_area {
    width: 63%;
  }

  #news,
  #news_detail {
    background: url(../images/bg_illust06.png) no-repeat;
    background-position: left 2% bottom;
    background-size: 8% auto;
  }

  #blog,
  #blog_detail {
    background-position: left 4% bottom 5%;
    background-size: 15% auto;
  }
}

@media only screen and (max-width: 480px) {
  #blog,
  #blog_detail {
    background-size: 15% auto;
  }
}

/******************************************
[news_detail]
******************************************/
#news_detail .topics_ttl,
#blog_detail .topics_ttl {
  font-size: 20px;
  border-bottom: 1px solid #472800;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

#news_detail .topics_date,
#blog_detail .topics_date {
  text-align: right;
  margin-bottom: 20px;
}

#news_detail .btn01,
#news_detail .btn02,
#news_detail .btn03,
#news_detail .btn04,
#blog_detail .btn01,
#blog_detail .btn02,
#blog_detail .btn03,
#blog_detail .btn04 {
  margin: 0 auto;
}

#news_detail .detail_thumb,
#blog_detail .detail_thumb {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  #news_detail .topics_ttl,
  #blog_detail .topics_ttl {
    font-size: 18px;
  }

  #news_detail .topics_date,
  #blog_detail .topics_date {
    font-size: 12px;
  }

  #news_detail .detail_thumb,
  #blog_detail .detail_thumb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************************
[pagettl]
******************************************/
#pagettl {
  position: relative;
}

.pagettl_bg {
  height: 500px;
}

.pagettl_txt {
  font-size: 55px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 150;
  line-height: 1;
  padding-top: 100px;
  width: fit-content;
  text-align: center;
}

.pagettl_txt span {
  display: block;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  left: -125px;
}

.pagettl_about {
  background: url(../images/pagettl_about.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_activity {
  background: url(../images/pagettl_activity.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_facility {
  background: url(../images/pagettl_facility.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_flow {
  background: url(../images/pagettl_flow.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_staff {
  background: url(../images/pagettl_staff.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_connection {
  background: url(../images/pagettl_connection.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_faq {
  background: url(../images/pagettl_faq.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_news {
  background: url(../images/pagettl_news.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_blog {
  background: url(../images/pagettl_blog.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_contact {
  background: url(../images/pagettl_contact.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.pagettl_recruit {
  background: url(../images/pagettl_recruit.jpg) no-repeat;
  background-position: center left;
  background-size: cover;
}

@media only screen and (max-width: 1160px) {
  .pagettl_bg {
    height: 320px;
  }

  .pagettl_txt {
    font-size: 45px;
    padding-top: 30px;
  }

  .pagettl_txt span {
    top: -0.5em;
    left: -90px;
  }

  .pagettl_txt span img {
    width: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .pagettl_txt {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .pagettl_bg {
    height: 280px;
  }

  .pagettl_txt {
    font-size: 30px;
  }

  .pagettl_txt span {
    top: -0.3em;
    left: -70px;
  }

  .pagettl_txt span img {
    width: 140px;
  }

  .pagettl_news {
    background-position: right center;
  }

  .pagettl_recruit {
    background-position: center left -120px;
  }
}

/******************************************
[about]
******************************************/
#about01 {
  background: url(../images/bg_illust07.png) no-repeat;
  background-position: right 30px top 50px;
  background-size: 12vw auto;
}

.about01_flex {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}

.about01_ttl {
  width: 200px;
  margin-right: 5vw;
  writing-mode: vertical-rl;
  font-size: 44px;
}

.about01_ttl span {
  display: inline-block;
  background: url(../images/dot_coloful02.png) right top repeat-y;
  line-height: 2;
  letter-spacing: 0.3em;
}

.about_indent {
  margin-top: 1em;
  display: block !important;
  height: fit-content;
}

.about01_txt {
  width: 910px;
}

#about02 h2 {
  text-align: center;
}

.flex_gokan {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  column-gap: 3%;
}

.flex_gokan .flex_20 {
  min-width: 210px;
}

.about02_gokan {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.8;
}

.about02_pic {
  text-align: center;
}

.about02_ttl {
  font-size: 35px;
  margin-bottom: 20px;
  letter-spacing: 0.24em;
}

.about02_ttl i {
  margin-right: 0.3em;
}

.about02_li {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}

.about02_li li {
  width: 30%;
}

.about02_li li img {
  width: 100%;
  height: auto;
  border-radius: 60px;
  overflow: hidden;
}

.about02_li li:not(:nth-child(3n)) {
  margin-right: 4.5%;
}

.about02_btn {
  display: flex;
  justify-content: space-between;
}

.about02_btn li {
  width: 31%;
}

.about02_illust01 {
  background: url(../images/bg_illust08.png) no-repeat,
    url(../images/bg_illust12.png) no-repeat;
  background-position: right 6% top, right 8% bottom 300px;
}

.about02_illust02 {
  position: relative;
  z-index: 180;
}

.about02_illust02::before {
  content: "";
  display: block;
  background: url(../images/bg_illust09.png) no-repeat;
  background-size: cover;
  width: 96px;
  height: 88px;
  position: absolute;
  left: -20px;
  bottom: 0;
  z-index: 200;
}

.about02_illust03 {
  position: relative;
  z-index: 180;
}

.about02_illust03::before {
  content: "";
  display: block;
  background: url(../images/bg_illust10.png) no-repeat;
  background-size: cover;
  width: 80px;
  height: 98px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 200;
}

.about02_illust04 {
  position: relative;
  z-index: 180;
}

.about02_illust04::before {
  content: "";
  display: block;
  background: url(../images/bg_illust11.png) no-repeat;
  background-size: cover;
  width: 114px;
  height: 154px;
  position: absolute;
  right: -20px;
  bottom: -100px;
  z-index: 200;
}

.about02_illust05 {
  background: url(../images/bg_illust02.png) no-repeat;
  background-position: right top 240px;
}

#about03 {
  background: url(../images/bg_illust03.png) no-repeat,
    url(../images/bg_illust25.png) no-repeat;
  background-position: top left 5%, top 35% right 8%;
}

#about03 .btn03 {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.about03_pic {
  text-align: center;
}

.about03_li li:not(:last-child) {
  margin-bottom: 50px;
}

.about03_li li {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 50px;
}

.about03_question {
  font-size: 24px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  .about01_txt {
    width: fit-content;
  }

  .about02_illust01 {
    background-position: right 2% top, right 3% bottom 380px;
    background-size: 10vw auto, 8% auto;
  }

  #about03 {
    background-position: top left 5%, top 35% right 1%;
    background-size: 10% auto, 6% auto;
  }
}

@media only screen and (max-width: 768px) {
  #about01 {
    background-position: right 2% top 10px;
    background-size: 18% auto;
  }

  .about01_ttl {
    font-size: 35px;
    width: 20%;
    
  }

  .about01_txt {
    width: 75%;
  }

  #about02 h2 {
    font-size: 30px;
  }

  .flex_gokan {
    display: block;
  }

  .flex_gokan .flex_20 {
    width: 100%;
    margin-bottom: 10px;
  }

  .about02_gokan {
    font-size: 28px;
  }

  .about02_pic {
    width: 80%;
    margin: 0 auto;
  }

  .about02_ttl {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .about02_li {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
  }

  .about02_li li img {
    border-radius: 40px;
  }

  .about02_illust01 {
    background-position: right 2% top, right 3% bottom 340px;
    background-size: 10% auto, 10% auto;
  }

  .about02_illust02::before {
    width: 60px;
    height: 55px;
    left: -10px;
  }

  .about02_illust03::before {
    width: 55px;
    height: 66px;
    right: -10px;
    bottom: -10px;
  }

  .about02_illust04::before {
    width: 80px;
    height: 110px;
    right: -10px;
    bottom: -50px;
  }

  .about02_illust05 {
    background-position: right top;
    background-size: 10% auto;
  }

  .about02_illust06 {
    background-size: 15% auto;
  }

  #about03 {
    background-position: top left 5%, top 27% right 3%;
  }
}

@media only screen and (max-width: 480px) {
  #about01 {
    background-size: 25% auto;
  }

  .about01_ttl {
    width: 25%;
    font-size: 30px;
  }

  .about01_txt {
    width: 75%;
    font-size: 14px;
  }

  .about02_gokan {
    font-size: 25px;
    text-align: center;
  }

  .about02_li {
    flex-wrap: wrap;
  }

  .about02_li li {
    width: 100%;
  }

  .about02_li li img {
    width: 100%;
    height: 300px;
    border-radius: 40px;
    object-fit: cover;
  }

  .about02_li li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .about02_li li:not(:last-child) {
    margin-bottom: 30px;
  }

  .about02_btn {
    display: block;
  }

  .about02_btn li {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .about02_btn li a {
    font-size: 14px;
  }

  .about02_btn li:not(:last-child) {
    margin-bottom: 30px;
  }

  .about02_illust01 {
    background-size: 13% auto, 15% auto;
    background-position: right 2% top, right 3% bottom 600px;
  }

  .about02_illust05 {
    background-position: right top;
    background-size: 15% auto;
  }

  .about02_illust06 {
    background-position: top 20px right 8%;
  }

  #about03 {
    background-position: top left 5%, top 18% right 3%;
    background-size: 13% auto, 9% auto;
  }

  #about03 .btn03 {
    width: 300px;
  }

  .about03_li li:not(:last-child) {
    margin-bottom: 30px;
  }

  .about03_li li {
    padding: 30px 25px 25px;
    border-radius: 25px;
  }

  .about03_question {
    font-size: 20px;
    text-align: center;
  }
}

/******************************************
[activity]
******************************************/
.activity01_ttl {
  font-size: 45px;
  text-align: center;
  position: relative;
  line-height: 1;
  z-index: 120;
}

.activity01_ttl::after {
  content: "";
  background: url(../images/dot_coloful.png) no-repeat;
  width: 60px;
  height: 6px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.activity01_ttl i {
  margin-right: 0.3em;
}

#activity02 .activity02_dl:last-of-type dt {
  background: none;
}

.activity02_dl {
  display: flex;
  justify-content: space-between;
}

.activity02_dl dt {
  width: 170px;
  background: url(../images/activity_dot.png) repeat-y;
  background-position: top left 85px;
  margin-right: 20px;
}

.activity02_dl dt img {
  background-color: #f6f4f1;
}

.activity02_dl dd {
  width: 80%;
  padding: 40px 0 120px;
}

.activity02_dl dd p {
  letter-spacing: 0.12em;
}

.activity02_ttl {
  font-size: 36px;
  color: #ffffff;
  width: fit-content;
  line-height: 1;
  padding: 10px 30px 8px;
  border-radius: 50px;
  margin-bottom: 30px;
}

.activity02_li {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}

.activity02_li li {
  width: 31%;
}

.activity02_li li img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 60px;
}

.activity02_li li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.activity02_illust01 {
  background: url(../images/bg_illust23.png) no-repeat;
  background-position: bottom 10% right 12%;
}

.activity02_illust02 {
  position: relative;
}

.activity02_illust02::after {
  content: "";
  background: url(../images/bg_illust24.png) no-repeat;
  width: 187px;
  height: 146px;
  position: absolute;
  right: -18%;
  bottom: 80px;
}

#activity03 h4 {
  text-align: left;
  margin-bottom: 30px;
}

#activity03 {
  background: url(../images/bg_illust05.png) no-repeat;
  background-position: bottom 10% left 2%;
}

/* 追加20230405 */

.dis_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  row-gap: 28px;
}

.w_100 img {
  width: 100%;
}

.flex_wrap {
  flex-wrap: wrap;
}

#activity04 {
  background: url(../images/bg_illust03.png) no-repeat;
  background-position: bottom 10% right 5%;
}

.activity04_left {
  width: 35%;
  order: 2;
  position: relative;
}

.activity04_left::before {
  content: "";
  background: url(../images/bg_illust26.png) no-repeat;
  background-size: cover;
  width: 114px;
  height: 104px;
  position: absolute;
  bottom: -40px;
  right: -20px;
  z-index: 50;
}

.activity04_right {
  width: 58%;
}

.activity04_li {
  position: relative;
}

.activity04_li li {
  padding: 20px;
  line-height: 1.8;
}

.activity04_li li:nth-child(odd) {
  background-color: #ffffff;
}

.activity04_li p {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.activity04_li::before {
  content: "";
  background: url(../images/bg_illust25.png) no-repeat;
  background-size: cover;
  width: 84px;
  height: 86px;
  position: absolute;
  top: -80px;
  right: -40px;
}

.activity04_li i {
  margin-right: 0.5em;
}

@media only screen and (max-width: 1160px) {
  .activity02_li li img {
    height: 200px;
  }

  .activity04_left::before {
    top: 28vw;
  }
}

@media only screen and (max-width: 768px) {
  #activity01 .center {
    text-align: left;
  }

  .activity01_ttl {
    font-size: 30px;
  }

  .activity01_ttl i {
    display: inline-block;
    width: 30px;
  }

  .activity02_ttl {
    font-size: 25px;
  }

  .activity02_dl dt {
    width: 120px;
    background-position: top left 60px;
  }

  .activity02_dl dt img {
    background-color: #f6f4f1;
  }

  .activity02_dl dd {
    width: 80%;
    padding: 40px 0 100px;
  }

  .activity02_li li img {
    height: 160px;
    border-radius: 40px;
  }

  .activity02_illust01 {
    background-size: 15% auto;
    background-position: bottom 10% right 10%;
  }

  .activity02_illust02::after {
    width: 20%;
    height: 20%;
    background-size: 100% auto;
    right: -8%;
    bottom: -20px;
  }

  #activity03 h4,
  #activity04 h4 {
    text-align: center;
  }

  .activity04_left {
    width: 60%;
    margin: 0 auto 50px;
    order: 1;
  }

  .activity04_left::before {
    width: 85px;
    height: 80px;
    top: auto;
    bottom: -30px;
    right: -20px;
  }

  .activity04_right {
    width: 100%;
  }

  .activity04_balloon {
    width: 25%;
  }

  .activity04_li::before {
    width: 50px;
    height: 52px;
    top: -40px;
    right: 0;
  }

  .dis_grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .activity01_ttl {
    font-size: 25px;
  }

  .activity01_ttl i {
    width: 25px;
  }

  .activity02_ttl {
    font-size: 20px;
  }

  .activity02_dl dt {
    width: 80px;
    background-position: top left 40px;
  }

  .activity02_dl dd {
    width: 80%;
    padding: 20px 0 80px;
  }

  .activity02_li {
    flex-wrap: wrap;
  }

  .activity02_li li {
    width: 48%;
  }

  .activity02_li li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 40px;
  }

  .activity02_li li:not(:nth-child(3n)) {
    margin-right: auto;
  }

  .activity02_li li:nth-child(odd) {
    margin-right: 4%;
  }

  .activity02_li li:nth-child(-n + 2) {
    margin-bottom: 20px;
  }

  .activity02_illust01 {
    background-position: bottom 3% right;
    background-size: 15% auto;
  }

  .activity02_illust02::after {
    width: 30%;
    height: 15%;
    right: 0;
    bottom: 30px;
  }

  #activity03 {
    background-position: bottom 2% left 2%;
    background-size: 12% auto;
  }

  #activity04 {
    background-position: bottom 1.5% right 2%;
    background-size: 15% auto;
  }

  .activity04_balloon {
    width: 40%;
  }

  .activity04_li li {
    padding: 20px 15px;
  }

  .activity04_left {
    width: 70%;
  }

  .activity04_left::before {
    right: -30px;
  }
}

/******************************************
[facility]
******************************************/
#facility01 {
  background: url(../images/bg_illust33.png) no-repeat,
    url(../images/bg_illust34.png) no-repeat,
    url(../images/bg_illust36.png) no-repeat;
  background-position: top 3.5% left 10%, top 53% left 4%, top 72% right 11%;
}

#facility01 .flex_box {
  column-gap: 5%;
}

.facility01_subttl {
  font-size: 23px;
  letter-spacing: 0.14em;
  font-weight: bold;
}

#space_left .flex_50 {
  margin-left: 5%;
}

.space_illust01 {
  position: relative;
}

.space_illust01::before {
  content: "";
  background: url(../images/bg_illust35.png) no-repeat;
  background-size: contain;
  display: block;
  width: 88px;
  height: 100px;
  position: absolute;
  top: -3px;
  right: -50px;
}

.space_line01 {
  position: relative;
}

.space_line01::before {
  content: "";
  background: url(../images/facility_line01.png) no-repeat;
  background-size: contain;
  display: block;
  width: 250px;
  height: 130px;
  position: absolute;
  top: -80px;
  left: 34%;
}

.space_line02 {
  position: relative;
}

.space_line02::before {
  content: "";
  background: url(../images/facility_line02.png) no-repeat;
  background-size: contain;
  display: block;
  width: 186px;
  height: 116px;
  position: absolute;
  top: -80px;
  left: 45%;
}

.space_line03 {
  position: relative;
}

.space_line03::before {
  content: "";
  background: url(../images/facility_line03.png) no-repeat;
  background-size: contain;
  display: block;
  width: 210px;
  height: 128px;
  position: absolute;
  top: -80px;
  left: 38%;
}

#facility02 {
  background: url(../images/bg_illust37.png) no-repeat,
    url(../images/bg_illust38.png) no-repeat;
  background-position: top 32% left 5%, bottom 13% right 18%;
}

#facility02 .frame_crayon {
  padding: 50px 30px;
}

.facility02_txt {
  font-size: 15px;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
}

.facility02_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 5%;
}

.facility02_li li {
  width: 30%;
}

.facility02_li p {
  margin: 20px 1em 0;
  line-height: 1.78;
}
#facility03 {
  background: url(../images/bg_illust27.png) no-repeat,
    url(../images/bg_illust14.png) no-repeat;
  background-size: 14% auto, 14% auto;
  background-position: top 0% left 3%, top 40% right 2%;
}
.facility03_name {
  font-size: 24px;
  border-bottom: 2px dashed #a6937c;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.facility03_li li {
  margin-bottom: 10px;
}
.facility03_li i {
  margin-right: 3px;
}
.facility03_map {
  width: 100%;
  height: 550px;
}

@media only screen and (max-width: 1160px) {
  #facility01 {
    background-position: top 3.5% left 2%, top 49% left 1%, top 70% right 2%;
    background-size: 10% auto, 10% auto, 8% auto;
  }

  #space_left .flex_50 {
    margin-left: 0;
  }

  #facility02 {
    background-position: top 30% left 1%, bottom 13% right 18%;
    background-size: 8% auto, 9% auto;
  }
  #facility03 {
    background-size: 14% auto, 15% auto;
  }
  .facility03_name {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #facility01 {
    background-position: top 1% left 2%, top 43% left 1%, top 66% right 2%;
    background-size: 10% auto, 10% auto, 8% auto;
  }

  #facility01 .center {
    text-align: left;
  }

  #facility01 .flex_42 {
    text-align: center;
  }

  #facility01 h3 {
    text-align: center;
  }

  #facility01 .pc {
    display: none !important;
  }

  .facility01_subttl {
    text-align: center;
  }

  .space_illust01::before {
    width: 60px;
    height: 70px;
    top: -5px;
    right: 8%;
  }

  .space_line01::before {
    width: 160px;
    height: 80px;
    top: -110px;
    left: 8%;
  }

  .space_line02::before {
    width: 130px;
    height: 80px;
    position: absolute;
    top: -110px;
    left: 65%;
  }

  .space_line03::before {
    width: 140px;
    height: 90px;
    top: -110px;
    left: 8%;
  }

  #facility02 {
    background-position: top 38% left 1%, bottom 13% right 18%;
  }

  #facility02 .pc {
    display: none !important;
  }

  .facility02_txt {
    text-align: left;
  }
  #facility03 {
    background-size: 18% auto, 18% auto;
  }
  #facility03 .flex_45 {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #facility01 {
    background-position: top 0.5% left 2%, top 63.5% left 2%, top 80% right 3%;
    background-size: 13% auto, 14% auto, 12% auto;
  }

  .facility01_subttl {
    font-size: 17px;
  }

  .space_illust01::before {
    width: 60px;
    height: 70px;
    right: -20px;
  }

  #facility02 {
    background-position: top 23% left 1.5%, bottom 2% right 3%;
    background-size: 11% auto, 13% auto;
  }

  .facility02_li {
    display: block;
  }

  .facility02_li li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .facility02_li li:not(:last-child) {
    margin-bottom: 40px;
  }

  #facility03 {
    background-position: top 0% left 3%, top 55% right 3%;
    background-size: 20% auto, 20% auto;
  }
  .facility03_name {
    font-size: 18px;
  }
  .facility03_map {
    height: 460px;
  }
}

/******************************************
[flow]
******************************************/
.flow01_left,
.flow01_right {
  background-color: #ffffff;
  padding: 50px;
  width: 47%;
  position: relative;
}

.flow01_left::before {
  content: "";
  background: url(../images/type01.png) no-repeat;
  background-size: 100% auto;
  width: 110px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.flow01_left::after {
  content: "";
  background: url(../images/type02.png) no-repeat;
  background-size: 100% auto;
  width: 110px;
  height: 76px;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.flow01_right::before {
  content: "";
  background: url(../images/type03.png) no-repeat;
  background-size: 100% auto;
  width: 106px;
  height: 106px;
  position: absolute;
  top: -20px;
  right: -20px;
}

.flow01_right::after {
  content: "";
  background: url(../images/type04.png) no-repeat;
  background-size: 100% auto;
  width: 96px;
  height: 104px;
  position: absolute;
  bottom: -20px;
  left: -20px;
}

.flow01_ttl {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.flow01_ttl span {
  display: block;
  font-size: 20px;
}

#flow02 {
  background: url(../images/bg_illust03.png) no-repeat,
    url(../images/illust_crayon.png) no-repeat;
  background-position: top 38% left 3%, bottom right 2%;
}

.flow02_dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flow02_dl dt,
.flow02_dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border: 3px solid #e9cf21;
  padding: 70px 20px 50px;
  text-align: center;
  margin-bottom: 150px;
  border-radius: 50px;
}

.flow02_dl dt::after,
.flow02_dl dd::after {
  content: "";
  background: url(../images/flow_arrow.png) no-repeat;
  background-size: 100% auto;
  width: 74px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}

.flow02_dl dt:nth-child(2)::after,
.flow02_dl dd:nth-child(2)::after {
  display: none;
}

.flow02_dl dd:nth-child(3)::before,
.flow02_dl dd:nth-child(4)::before {
  content: "";
  background: url(../images/flow_arrow.png) no-repeat;
  background-size: 100% auto;
  width: 74px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
}

/* .flow02_dl dt::before,
.flow02_dl dd::before {
  content: '';
  background: url(../images/flow_arrow.png) no-repeat;
  background-size: 100% auto;
  width: 74px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
} */

.flow02_dl dd {
  width: 47%;
}

.flow02_step {
  background-color: #e9cf21;
  width: fit-content;
  padding: 15px 50px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
}

.flow02_step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e9cf21 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.flow02_ttl {
  font-size: 25px;
  width: 100%;
  line-height: 1.5;
}

.flow02_tel span {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.flow02_tel i {
  display: inline-block;
  width: 46px;
  margin-right: 1em;
}

.flow02_last {
  color: #ffffff;
  text-align: center;
  background-color: #ffc000;
  padding: 40px 20px;
  border-radius: 50px;
}

.flow03_li {
  display: flex;
  justify-content: space-between;
}

.flow03_li li {
  width: 30%;
  background-color: #a6937c;
  padding: 25px;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
}

.flow03_li li div {
  background-color: #ffffff;
  border-radius: 30px;
  color: #a6937c;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 5px;
}

.flow03_li li:first-child {
  background-color: #63bab6;
}

.flow03_li li:first-child div {
  color: #63bab6;
}

.flow03_price {
  font-size: 35px;
  font-weight: 500;
  margin: 30px 0 10px;
  line-height: 1;
}

.flow03_price span {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.flow03_frame {
  border: 3px solid #ffc000;
  background-color: #ffffff;
  padding: 72px 30px 68px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.flow03_frame p {
  line-height: 1.8;
}

.flow03_txt {
  font-size: 16px;
  width: 70%;
}

.flow03_mr {
  margin-right: 5vw;
  width: 5em;
}

.flow03_illust {
  position: relative;
}

.flow03_illust::before {
  content: "";
  background: url(../images/cont01_illust02.png) no-repeat;
  background-size: 100% auto;
  width: 103px;
  height: 64px;
  position: absolute;
  right: -22px;
  bottom: -15px;
}

#flow04 {
  background: url(../images/bg_illust27.png) no-repeat,
    url(../images/bg_illust28.png) no-repeat;
  background-position: top left 8%, top right 10%;
}

#flow04 h4 span {
  margin-bottom: 20px;
}

.flow04_bg {
  background-image: url(../images/flow04_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 240px 0 100px;
}

.flow04_li {
  display: flex;
  justify-content: space-between;
}

.flow04_li li {
  width: 30%;
}

.flow_schedule_bg {
  width: 47%;
  background-color: #ffffff;
  border-radius: 40px;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: clamp(25px, 2.8vw, 55px);
  padding-right: clamp(25px, 2.8vw, 55px);
  position: relative;
}
.flow_schedule_ttl,
.flow_schedule_ttl_orange {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(370px, 23vw, 450px);
  border-radius: 50px;
  font-size: 28px;
  letter-spacing: 0.16em;
  font-weight: bold;
  text-align: center;
  background-color: #9bb661;
  color: #ffffff;
  line-height: 1;
  padding: 20px 0;
}
.flow_schedule_ttl::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #9bb661;
}
.flow_schedule_ttl_orange {
  background-color: #e17f3e;
}

.flow_schedule_ttl_orange::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #e17f3e;
}
.flow_schedule_subttl {
  width: clamp(300px, 18vw, 350px);
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 18px 0 16px;
  background: url(../images/flow_line.png) top repeat-x,
    url(../images/flow_line.png) bottom repeat-x;
  background-size: auto 2px, auto 2px;
}
.flow_schedule_txt {
  width: clamp(300px, 18vw, 350px);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  letter-spacing: 0.14em;
  font-weight: bold;
  line-height: 1.6;
}
.flow_schedule_dl {
  width: clamp(300px, 18vw, 350px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px 25px;
}
.flow_schedule_dl dt {
  width: 110px;
}
.flow_schedule_dl dt p {
  background-color: #e9cf21;
  color: #ffffff;
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding: 7px 0 5px;
  border-radius: 50px;
}
.flow_schedule_dl dt span {
  color: #e9cf21;
  writing-mode: vertical-rl;
  font-size: 25px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  letter-spacing: normal;
}
.flow_schedule_dl dd {
  width: calc(100% - 110px - 25px);
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: bold;
  line-height: 1.9;
}
.flow_schedule_frame {
  padding: 35px 20px;
  border-radius: 40px;
  border: 2px solid #d1c0a5;
}
.flow_schedule_note {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.flow_schedule_note span {
  display: block;
  color: #e43c4c;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 1160px) {
  .flow03_li li div {
    font-size: 22px;
  }

  .flow03_price {
    font-size: 30px;
  }

  .flow03_price span {
    font-size: 45px;
  }

  #flow04 {
    background-size: 15% auto, 6% auto;
  }
}
@media only screen and (max-width: 1000px) {
  #flow_schedule .flex_box {
    display: block;
  }
  .flow_schedule_bg {
    width: 100%;
  }
  .flow_schedule_frame {
    width: clamp(400px, 60vw, 460px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .flow01_left,
  .flow01_right {
    width: 100%;
  }

  .flow01_ttl {
    font-size: 25px;
  }

  .flow01_ttl span {
    font-size: 16px;
  }

  #flow02 {
    background-size: 10% auto, 15% auto;
  }

  .flow02_dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flow02_dl dt,
  .flow02_dl dd {
    padding: 50px 20px;
    margin-bottom: 120px;
  }

  .flow02_dl dt::after,
  .flow02_dl dd::after {
    width: 50px;
    height: 50px;
    bottom: -80px;
  }

  .flow02_dl dd:nth-child(3)::before,
  .flow02_dl dd:nth-child(4)::before {
    width: 50px;
    height: 50px;
    top: -100px;
  }

  .flow02_step img {
    width: auto;
    height: 18px;
  }

  .flow02_ttl {
    font-size: 20px;
  }

  .flow02_txt {
    text-align: left;
  }

  .flow03_li li {
    border-radius: 40px;
  }

  .flow03_li li div {
    font-size: 16px;
    letter-spacing: normal;
    border-radius: 30px;
  }

  .flow03_price {
    font-size: 25px;
  }

  .flow03_price span {
    font-size: 35px;
  }

  .flow03_illust::before {
    width: 70px;
    height: 46px;
    right: -10px;
    bottom: -20px;
  }

  .flow03_frame {
    padding: 30px;
    border-radius: 30px;
    display: block;
  }

  .flow03_txt {
    width: 100%;
  }

  .flow03_mr {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  #flow04 h4 span {
    margin-bottom: 10px;
  }

  #flow04 h4 span img {
    height: 30px;
  }

  .flow04_bg {
    padding: 120px 0 80px;
  }
}

@media only screen and (max-width: 480px) {
  .flow01_left,
  .flow01_right {
    width: 100%;
    padding: 50px 20px;
  }

  .flow01_left::before {
    width: 90px;
    height: 80px;
  }

  .flow01_left::after {
    width: 90px;
    height: 62px;
  }

  .flow01_right::before {
    width: 86px;
    height: 86px;
  }

  .flow01_right::after {
    width: 76px;
    height: 84px;
  }

  #flow02 {
    background-size: 15% auto, 18% auto;
  }

  .flow02_dl dt,
  .flow02_dl dd {
    padding: 60px 20px 50px;
    border-radius: 30px;
  }

  .flow02_step {
    padding: 10px 20px 15px;
  }

  .flow02_step img {
    width: auto;
    height: 15px;
  }

  .flow02_tel span {
    font-size: 35px;
  }

  .flow02_tel i {
    width: 35px;
  }

  .flow02_last {
    padding: 30px 15px;
    border-radius: 30px;
  }

  .flow03_li {
    display: block;
  }

  .flow03_li li {
    width: 80%;
    margin: 0 auto 30px;
  }

  .flow03_li li div {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .flow03_frame {
    padding: 30px 20px;
  }

  #flow04 {
    background-size: 20% auto, 10% auto;
  }

  #flow04 .center {
    text-align: left;
  }

  .flow04_bg {
    padding: 120px 0 0;
  }

  .flow04_bg .container1280 {
    width: 100%;
    padding: 0 3%;
    background-color: #ffffff;
    padding-bottom: 60px;
  }

  .flow04_li {
    display: block;
  }

  .flow04_li li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .flow_schedule_bg {
    border-radius: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .flow_schedule_ttl,
  .flow_schedule_ttl_orange {
    width: 320px;
    font-size: 22px;
    padding: 15px 0;
  }
  .flow_schedule_subttl {
    font-size: 20px;
  }
  .flow_schedule_txt {
    font-size: 16px;
  }
  .flow_schedule_dl dt {
    font-size: 16px;
  }
  .flow_schedule_dl dd {
    font-size: 16px;
  }
  .flow_schedule_dl dt p {
    font-size: 17px;
  }
  .flow_schedule_dl dt span {
    font-size: 22px;
  }
  .flow_schedule_frame {
    width: 100%;
    border-radius: 30px;
    padding: 30px 20px;
  }
  .flow_schedule_note span {
    font-size: 16px;
  }
}

/******************************************
[staff]
******************************************/

#staff01 .flex_box {
  justify-content: center;
  column-gap: 8%;
}

#staff01 {
  background: url(../images/bg_illust15.png) no-repeat,
    url(../images/bg_illust16.png) no-repeat,
    url(../images/bg_illust17.png) no-repeat;
  background-position: top 10% right 10%, top 32% left 8%, bottom 12% right 15%;
}

.staff_dl dt {
  text-align: center;
  margin-bottom: 20px;
}
.staff_dl dd {
  text-align: center;
}

.staff_name01 {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.staff_li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*gap: 60px 12%;*/
  gap: 90px 12%;
}

.staff_li li {
  max-width: 320px;
  text-align: center;
}

.staff_name02 {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 20px;
}

#staff02 {
  background: url(../images/bg_illust18.png) no-repeat,
    url(../images/bg_illust19.png) no-repeat,
    url(../images/bg_illust20.png) no-repeat;
  background-position: top left 6%, top 20% right 3%, bottom 12% right 3%;
}

@media only screen and (max-width: 1420px) {
  .staff_li {
    gap: 60px 5%;
  }

  .staff_li li {
    width: 30%;
    max-width: none;
  }
  .staff_name02 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .staff_dl {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
  }

  .staff_dl dt {
    width: 35%;
    margin-right: 5vw;
  }
  .staff_dl dd {
    text-align: left;
  }

  .staff_name01 {
    font-size: 20px;
  }

  .staff_name02 {
    font-size: 16px;
  }

  #staff01 {
    background-size: 5% auto, 5% auto, 8% auto;
  }

  #staff02 {
    background-size: 6% auto, 5% auto, 9% auto;
  }

  #staff03 {
    background-position: top left 3%, bottom right 5%;
    background-size: 8% auto, 40% auto;
  }
}

@media only screen and (max-width: 480px) {
  #staff01 {
    background-position: top 4% right 8%, top 42% left 8%, bottom 12% right 3%;
    background-size: 8% auto, 8% auto, 10% auto;
  }

  .staff_dl {
    display: block;
    width: 100%;
  }

  .staff_dl dt {
    /*width: 70%;*/
    width: 75%;
    margin: 0 auto 20px;
  }

  .staff_dl dd {
    text-align: center;
  }

  .staff_li {
    display: block;
  }

  .staff_li li {
   /* width: 70%;*/
   width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .staff_li li:not(:nth-child(3n)) {
    margin-right: auto;
  }

  .staff_li li:not(:last-child) {
    margin-bottom: 50px;
  }

  .staff_name01 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .staff_name02 {
    font-size: 18px;
  }

  #staff02 {
    background-size: 7% auto, 7% auto, 14% auto;
    background-position: top left 6%, top 20% right 5%, bottom 12% right 2%;
  }

  #staff03 {
    background-size: 14% auto, 60% auto;
  }
}

/******************************************
[connection]
******************************************/
#connection01 {
  background: url(../images/bg_illust03.png) no-repeat,
    url(../images/bg_illust02.png) no-repeat;
  background-position: top 40% left 3%, bottom 25% right 3%;
}

.connection01_li li {
  border: 2px dashed #472800;
  padding: 70px 100px;
  border-radius: 30px;
  position: relative;
  background-color: #f6f4f1;
}

.connection01_li li:not(:last-child) {
  margin-bottom: 100px;
}

.connection01_li li:nth-child(2) .connection01_balloom::after {
  border-color: #e17f3e transparent transparent transparent;
}

.connection01_li li:nth-child(3) .connection01_balloom::after {
  border-color: #63bab6 transparent transparent transparent;
}

.connection01_li li:nth-child(4) .connection01_balloom::after {
  border-color: #ff82a2 transparent transparent transparent;
}

.connection01_li li:nth-child(5) .connection01_balloom::after {
  border-color: #ffc000 transparent transparent transparent;
}

.connection01_li li:nth-child(6) .connection01_balloom::after {
  border-color: #a6937c transparent transparent transparent;
}

.connection01_li .text25 {
  line-height: 1.8;
}

.connection01_balloom {
  width: fit-content;
  font-size: 30px;
  color: #ffffff;
  padding: 15px 30px 12px;
  line-height: 1;
  border-radius: 50px;
  position: absolute;
  top: -28px;
  left: 80px;
}

.connection01_balloom::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0px 0 15px;
  border-color: #9bb661 transparent transparent transparent;
  position: absolute;
  left: 100px;
  bottom: -15px;
}

.connection01_name {
  font-size: 30px;
  margin-bottom: 10px;
}

.connection01_name span {
  font-size: 25px;
  margin-right: 1em;
}

.connection01_left {
  /*width: 70%;*/
  width: 100%
}

.connection01_right {
  width: 25%;
  border-radius: 200px;
  overflow: hidden;
}

#connection02 {
  background: url(../images/bg_illust30.png) no-repeat;
  background-position: top 10% left 12%;
}

.connection02_li {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.connection02_li li {
  width: 24%;
}

.connection02_li li p {
  text-align: center;
  font-weight: 500;
  margin-top: 15px;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.connection02_li::after {
  content: "";
  background: url(../images/bg_illust31.png) no-repeat;
  background-size: 100% auto;
  width: 170px;
  height: 440px;
  position: absolute;
  top: -200px;
  right: -130px;
}

.connection02_dl {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  column-gap: 5%;
  padding: 30px;
  border-radius: 40px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.connection02_dl dt {
  font-size: 17px;
}

.connection02_dl dd {
  width: 150px;
}

.connection02_dl a {
  font-size: 13px;
  font-weight: bold;
  color: #f6989b;
  text-decoration: underline !important;
}

.connection02_dl a:hover {
  color: #f9bebf;
}

#connection03 {
  background: url(../images/bg_illust01.png) no-repeat,
    url(../images/bg_illust04.png) no-repeat;
  background-position: top 10% left 5%, bottom 20% right 3%;
}

.connection03_li {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
}

@media only screen and (max-width: 1160px) {
  #connection01 {
    background-size: 8% auto, 8% auto;
  }

  #connection02 {
    background-size: 6% auto;
  }

  .connection02_li li p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #connection01 {
    background-position: top 35% left 2%, bottom 20% right 2%;
    background-size: 12% auto, 10% auto;
  }

  .connection01_li li {
    padding: 60px 30px 40px;
  }

  .connection01_li li:not(:last-child) {
    margin-bottom: 70px;
  }

  .connection01_balloom {
    font-size: 20px;
    left: 40px;
  }

  .connection01_name {
    font-size: 22px;
  }

  .connection01_name span {
    font-size: 18px;
  }

  #connection02 {
    background-position: top left 3%;
    background-size: 8% auto;
  }

  #connection02 .center {
    text-align: left;
  }

  .connection02_li li p {
    font-size: 15px;
  }

  .connection02_li::after {
    width: 100px;
    height: 254px;
    top: 20px;
    right: -30px;
  }

  .connection02_dl {
    width: 100%;
  }

  #connection03 {
    background-position: top 0 left 3%, bottom 37% right 2%;
    background-size: 8% auto;
  }

  #connection03 .center {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  #connection01 {
    background-position: top 41% left 1%, bottom 16.5% right 2%;
    background-size: 12% auto, 15% auto;
  }

  #connection01 .center {
    text-align: left;
  }

  .connection01_li li {
    padding: 50px 30px 30px;
  }

  .connection01_li .text25 {
    font-size: 14px;
  }

  .connection01_balloom {
    font-size: 16px;
    top: -20px;
    left: 20px;
    padding: 15px 20px;
    letter-spacing: 0.05em;
  }

  .connection01_balloom::after {
    left: 40px;
  }

  .connection01_name {
    font-size: 22px;
  }

  .connection01_name span {
    font-size: 18px;
  }

  .connection01_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .connection01_right {
    width: 70%;
    margin: 0 auto;
  }

  #connection02 {
    background-position: top 3% left 3%;
  }

  .connection02_li {
    display: block;
  }

  .connection02_li li {
    width: 80%;
    margin: 0 auto 40px;
  }

  .connection02_li li p {
    font-size: 18px;
  }

  .connection02_li::after {
    width: 70px;
    height: 180px;
    top: -20px;
    right: -10px;
  }

  .connection02_dl {
    display: block;
    padding: 40px 30px 30px;
    border-radius: 30px;
  }

  .connection02_dl dt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }

  .connection02_dl dd {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .connection02_dl a {
    font-size: 12px;
    letter-spacing: normal;
  }

  #connection03 {
    background-position: top 0 left 3%, bottom 2% right 2%;
    background-size: 10% auto;
  }

  .connection03_li {
    display: block;
  }

  .connection03_li li {
    width: 100%;
  }

  .connection03_li li img {
    width: 100%;
    height: auto;
  }

  .connection03_li li:not(:last-child) {
    margin-bottom: 40px;
  }
}

/******************************************
[faq]
******************************************/
.faq_dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: linear-gradient(
    to right,
    #472800,
    #472800 1px,
    transparent 2px,
    transparent 4px
  );
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.faq_dl dd {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: linear-gradient(
    to right,
    #472800,
    #472800 1px,
    transparent 2px,
    transparent 4px
  );
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.faq_dl span {
  display: block;
  width: 50px;
  margin-right: 30px;
}

.faq_txt,
.answer_txt {
  width: 92%;
}

.faq_txt {
  font-size: 25px;
}

.faq01_illust01 {
  position: relative;
}

.faq01_illust01::before {
  content: "";
  background: url(../images/bg_illust06.png) no-repeat;
  background-size: cover;
  display: block;
  width: 83px;
  height: 133px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.faq02_ttl {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 40px;
}

.faq02_ttl i {
  margin-right: 0.8em;
}

#faq02 {
  background: url(../images/bg_illust13.png) no-repeat;
  background-position: left 8% top;
}

#faq02 .frame_crayon {
  padding: 70px 100px;
  font-size: 15px;
  position: relative;
}

#faq02 .frame_crayon::before {
  content: "";
  background: url(../images/bg_illust14.png) no-repeat;
  background-size: cover;
  display: block;
  width: 270px;
  height: 78px;
  position: absolute;
  top: -82px;
  right: 50px;
}

@media only screen and (max-width: 768px) {
  .faq_txt {
    font-size: 20px;
  }

  .faq01_illust01::before {
    width: 35px;
    height: 56px;
  }

  .faq02_ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .faq02_ttl i img {
    width: 35px;
  }

  #faq02 {
    background-size: 66px auto;
  }

  #faq02 .center {
    text-align: left;
  }

  #faq02 .frame_crayon {
    padding: 50px 40px;
  }

  #faq02 .frame_crayon::before {
    width: 180px;
    height: 52px;
    top: -58px;
  }
}

@media only screen and (max-width: 480px) {
  .faq_txt {
    font-size: 18px;
  }

  .faq02_ttl {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .faq02_ttl i img {
    width: 30px;
  }

  #faq02 {
    background-position: left 3% top;
    background-size: 11% auto;
  }

  #faq02 .center {
    text-align: left;
  }

  #faq02 .frame_crayon {
    padding: 40px 20px;
  }

  #faq02 .frame_crayon::before {
    width: 150px;
    height: 44px;
    top: -50px;
  }
}

/******************************************
[contact]
******************************************/
#contact01 {
  background: url(../images/bg_illust29.png) no-repeat;
  background-position: top 28% right 15%;
}

.contact_tel {
  text-align: center;
}

.contact_tel span {
  font-size: 55px;
  line-height: 1;
}

.contact_tel i {
  margin-right: 1em;
}

#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form textarea {
  width: 100%;
  padding: 10px;
  background-color: #e7e1d9;
  border: none;
}

#form .btn01,
#form .btn02,
#form .btn03,
#form .btn04 {
  margin: 0 auto;
}

.wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}

.wpcf7-checkbox span {
  margin-right: 20px;
  font-size: 18px;
}

input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #e7e1d9;
}

.wpcf7-list-item {
  margin: 0 !important;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label {
  color: #7a4500;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/check.png") no-repeat center;
  background-size: contain;
}

.req {
  display: inline-block;
  width: 40px;
  margin-left: auto;
}

.short {
  width: 35em !important;
}

.age {
  width: 5em !important;
}

.postal_flex {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}

.postal {
  width: 10em !important;
}

.postal_btn {
  width: 9em;
  margin-left: 1em;
}

.postal_btn a {
  display: block;
  width: 100%;
  background-color: #472800;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  transition: 0.3s;
  font-weight: 500;
  font-size: 12px;
  border-radius: 50px;
}

.postal_btn a:hover {
  background-color: #613600;
}

#privacy {
  width: 900px;
  height: 360px;
  overflow-y: scroll;
  margin: 0 auto 100px;
  background-color: #ffffff;
  padding: 50px;
  border: 2px solid #a6937c;
}

#privacy p {
  letter-spacing: 0.1em;
}

.privacy_dl dt,
.privacy_dl dd {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
}

.privacy_dl dd {
  font-weight: bold;
  margin-bottom: 30px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  border: none !important;
  text-align: center;
  color: #ee4e5a;
}

@media only screen and (max-width: 1280px) {
  #contact01 {
    background-position: top 28% right 3%;
    background-size: 7% auto;
  }
}

@media only screen and (max-width: 768px) {
  #contact01 {
    background-position: top 15% right 3%;
  }

  .req {
    margin-left: 10px;
  }

  .short {
    width: 100% !important;
  }

  #privacy {
    width: 100%;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 480px) {
  #contact01 {
    background-size: 10% auto;
  }

  .contact_tel {
    text-align: center;
  }

  .contact_tel span {
    font-size: 35px;
  }

  .contact_tel i {
    display: inline-block;
    width: 35px;
  }

  .contect_tel_txt {
    font-size: 12px;
  }

  .wpcf7-checkbox {
    flex-wrap: wrap;
  }

  .wpcf7-checkbox span {
    font-size: 16px;
  }

  .req {
    width: 35px;
  }

  #privacy {
    margin: 0 auto 70px;
  }
}

/******************************************
[recruit]
******************************************/
.recruit_common li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  margin-bottom: 10px;
}

/******************************************
[table]
******************************************/
.table01 {
  width: 100%;
}

.table01 th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 18em;
  text-align: left;
  align-items: center;
  padding: 15px;
  font-size: 18px;
}

.table01 td {
  width: 68%;
  padding: 15px;
}

.table02 {
  width: 100%;
  border-top: 1px dashed #472800;
}

.table02 th {
  min-width: 10em;
  font-size: 18px;
  padding: 25px 20px;
  border-bottom: 1px dashed #472800;
}

.table02 td {
  padding: 25px 20px;
  border-bottom: 1px dashed #472800;
}

@media only screen and (max-width: 768px) {
  .table01 th {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 15px 15px 0;
  }

  .table01 td {
    display: block;
    width: 100%;
    padding: 10px 15px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .table01 th {
    font-size: 16px;
  }

  .table02 {
    width: 100%;
  }

  .table02 th {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 20px 0 0;
    border-bottom: none;
  }

  .table02 td {
    display: block;
    width: 100%;
    padding: 5px 0 20px;
    border-bottom: 1px dashed #472800;
  }
}

.flex_20 {
  width: 20%;
}

.flex_21 {
  width: 21%;
}

.flex_22 {
  width: 22%;
}

.flex_23 {
  width: 23%;
}

.flex_24 {
  width: 24%;
}

.flex_25 {
  width: 25%;
}

.flex_26 {
  width: 26%;
}

.flex_27 {
  width: 27%;
}

.flex_28 {
  width: 28%;
}

.flex_29 {
  width: 29%;
}

.flex_30 {
  width: 30%;
}

.flex_31 {
  width: 31%;
}

.flex_32 {
  width: 32%;
}

.flex_33 {
  width: 33%;
}

.flex_34 {
  width: 34%;
}

.flex_35 {
  width: 35%;
}

.flex_36 {
  width: 36%;
}

.flex_37 {
  width: 37%;
}

.flex_38 {
  width: 38%;
}

.flex_39 {
  width: 39%;
}

.flex_40 {
  width: 40%;
}

.flex_41 {
  width: 41%;
}

.flex_42 {
  width: 42%;
}

.flex_43 {
  width: 43%;
}

.flex_44 {
  width: 44%;
}

.flex_45 {
  width: 45%;
}

.flex_46 {
  width: 46%;
}

.flex_47 {
  width: 47%;
}

.flex_48 {
  width: 48%;
}

.flex_49 {
  width: 49%;
}

.flex_50 {
  width: 50%;
}

.flex_51 {
  width: 51%;
}

.flex_52 {
  width: 52%;
}

.flex_53 {
  width: 53%;
}

.flex_54 {
  width: 54%;
}

.flex_55 {
  width: 55%;
}

.flex_56 {
  width: 56%;
}

.flex_57 {
  width: 57%;
}

.flex_58 {
  width: 58%;
}

.flex_59 {
  width: 59%;
}

.flex_60 {
  width: 60%;
}

.flex_61 {
  width: 61%;
}

.flex_62 {
  width: 62%;
}

.flex_63 {
  width: 63%;
}

.flex_64 {
  width: 64%;
}

.flex_65 {
  width: 65%;
}

.flex_66 {
  width: 66%;
}

.flex_67 {
  width: 67%;
}

.flex_68 {
  width: 68%;
}

.flex_69 {
  width: 69%;
}

.flex_70 {
  width: 70%;
}

.flex_71 {
  width: 71%;
}

.flex_72 {
  width: 72%;
}

.flex_73 {
  width: 73%;
}

.flex_74 {
  width: 74%;
}

.flex_75 {
  width: 75%;
}

.padding100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.padding140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.padding150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.padding170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.padding180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.padding190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.padding200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.padding210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.padding220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.padding230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.padding240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.padding250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.padding260 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.padding270 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.padding280 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.padding290 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.padding300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.margin100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.margin120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.margin140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.margin150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.margin160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.margin170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.margin180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.margin190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.margin200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.margin210 {
  margin-top: 210px;
  margin-bottom: 210px;
}

.margin220 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.margin230 {
  margin-top: 230px;
  margin-bottom: 230px;
}

.margin240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.margin250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

.margin260 {
  margin-top: 260px;
  margin-bottom: 260px;
}

.margin270 {
  margin-top: 270px;
  margin-bottom: 270px;
}

.margin280 {
  margin-top: 280px;
  margin-bottom: 280px;
}

.margin290 {
  margin-top: 290px;
  margin-bottom: 290px;
}

.margin300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-300 {
  padding-bottom: 300px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-230 {
  margin-top: 230px;
}

.mt-240 {
  margin-top: 240px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-260 {
  margin-top: 260px;
}

.mt-270 {
  margin-top: 270px;
}

.mt-280 {
  margin-top: 280px;
}

.mt-290 {
  margin-top: 290px;
}

.mt-300 {
  margin-top: 300px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

* {
  text-decoration: none !important;
}

/************************/
/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .padding100 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding110 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding130 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding140 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding150 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding160 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding170 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding180 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding190 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding200 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding210 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding220 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding230 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding240 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding250 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding260 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding270 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding280 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding290 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding300 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .margin100 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin110 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin130 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin140 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin150 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin160 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin170 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin180 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin190 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin200 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin210 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin220 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin230 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin240 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin250 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin260 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin270 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin280 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin290 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin300 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .pt-120 {
    padding-top: 120px;
  }

  .pt-130 {
    padding-top: 120px;
  }

  .pt-140 {
    padding-top: 120px;
  }

  .pt-150 {
    padding-top: 120px;
  }

  .pt-160 {
    padding-top: 120px;
  }

  .pt-170 {
    padding-top: 120px;
  }

  .pt-180 {
    padding-top: 120px;
  }

  .pt-190 {
    padding-top: 120px;
  }

  .pt-200 {
    padding-top: 120px;
  }

  .pt-210 {
    padding-top: 120px;
  }

  .pt-220 {
    padding-top: 120px;
  }

  .pt-230 {
    padding-top: 120px;
  }

  .pt-240 {
    padding-top: 120px;
  }

  .pt-250 {
    padding-top: 120px;
  }

  .pt-260 {
    padding-top: 120px;
  }

  .pt-270 {
    padding-top: 120px;
  }

  .pt-280 {
    padding-top: 120px;
  }

  .pt-290 {
    padding-top: 120px;
  }

  .pt-300 {
    padding-top: 120px;
  }

  .pb-120 {
    padding-bottom: 120px;
  }

  .pb-130 {
    padding-bottom: 120px;
  }

  .pb-140 {
    padding-bottom: 120px;
  }

  .pb-150 {
    padding-bottom: 120px;
  }

  .pb-160 {
    padding-bottom: 120px;
  }

  .pb-170 {
    padding-bottom: 120px;
  }

  .pb-180 {
    padding-bottom: 120px;
  }

  .pb-190 {
    padding-bottom: 120px;
  }

  .pb-200 {
    padding-bottom: 120px;
  }

  .pb-210 {
    padding-bottom: 120px;
  }

  .pb-220 {
    padding-bottom: 120px;
  }

  .pb-230 {
    padding-bottom: 120px;
  }

  .pb-240 {
    padding-bottom: 120px;
  }

  .pb-250 {
    padding-bottom: 120px;
  }

  .pb-260 {
    padding-bottom: 120px;
  }

  .pb-270 {
    padding-bottom: 120px;
  }

  .pb-280 {
    padding-bottom: 120px;
  }

  .pb-290 {
    padding-bottom: 120px;
  }

  .pb-300 {
    padding-bottom: 120px;
  }

  .mt-120 {
    margin-top: 120px;
  }

  .mt-130 {
    margin-top: 120px;
  }

  .mt-140 {
    margin-top: 120px;
  }

  .mt-150 {
    margin-top: 120px;
  }

  .mt-160 {
    margin-top: 120px;
  }

  .mt-170 {
    margin-top: 120px;
  }

  .mt-180 {
    margin-top: 120px;
  }

  .mt-190 {
    margin-top: 120px;
  }

  .mt-200 {
    margin-top: 120px;
  }

  .mt-210 {
    margin-top: 120px;
  }

  .mt-220 {
    margin-top: 120px;
  }

  .mt-230 {
    margin-top: 120px;
  }

  .mt-240 {
    margin-top: 120px;
  }

  .mt-250 {
    margin-top: 120px;
  }

  .mt-260 {
    margin-top: 120px;
  }

  .mt-270 {
    margin-top: 120px;
  }

  .mt-280 {
    margin-top: 120px;
  }

  .mt-290 {
    margin-top: 120px;
  }

  .mt-300 {
    margin-top: 120px;
  }
  .mb-20 {
margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .mb-120 {
    margin-bottom: 120px;
  }

  .mb-130 {
    margin-bottom: 120px;
  }

  .mb-140 {
    margin-bottom: 120px;
  }

  .mb-150 {
    margin-bottom: 120px;
  }

  .mb-160 {
    margin-bottom: 120px;
  }

  .mb-170 {
    margin-bottom: 120px;
  }

  .mb-180 {
    margin-bottom: 120px;
  }

  .mb-190 {
    margin-bottom: 120px;
  }

  .mb-200 {
    margin-bottom: 120px;
  }

  .mb-210 {
    margin-bottom: 120px;
  }

  .mb-220 {
    margin-bottom: 120px;
  }

  .mb-230 {
    margin-bottom: 120px;
  }

  .mb-240 {
    margin-bottom: 120px;
  }

  .mb-250 {
    margin-bottom: 120px;
  }

  .mb-260 {
    margin-bottom: 120px;
  }

  .mb-270 {
    margin-bottom: 120px;
  }

  .mb-280 {
    margin-bottom: 120px;
  }

  .mb-290 {
    margin-bottom: 120px;
  }

  .mb-300 {
    margin-bottom: 120px;
  }
 

  /******************/
}

@media only screen and (max-width: 768px) {
  .flex_20 {
    width: 100%;
  }

  .flex_21 {
    width: 100%;
  }

  .flex_22 {
    width: 100%;
  }

  .flex_23 {
    width: 100%;
  }

  .flex_24 {
    width: 100%;
  }

  .flex_25 {
    width: 100%;
  }

  .flex_26 {
    width: 100%;
  }

  .flex_27 {
    width: 100%;
  }

  .flex_28 {
    width: 100%;
  }

  .flex_29 {
    width: 100%;
  }

  .flex_30 {
    width: 100%;
  }

  .flex_31 {
    width: 100%;
  }

  .flex_32 {
    width: 100%;
  }

  .flex_33 {
    width: 100%;
  }

  .flex_34 {
    width: 100%;
  }

  .flex_35 {
    width: 100%;
  }

  .flex_36 {
    width: 100%;
  }

  .flex_37 {
    width: 100%;
  }

  .flex_38 {
    width: 100%;
  }

  .flex_39 {
    width: 100%;
  }

  .flex_40 {
    width: 100%;
  }

  .flex_41 {
    width: 100%;
  }

  .flex_42 {
    width: 100%;
  }

  .flex_43 {
    width: 100%;
  }

  .flex_44 {
    width: 100%;
  }

  .flex_45 {
    width: 100%;
  }

  .flex_46 {
    width: 100%;
  }

  .flex_47 {
    width: 100%;
  }

  .flex_48 {
    width: 100%;
  }

  .flex_49 {
    width: 100%;
  }

  .flex_50 {
    width: 100%;
  }

  .flex_51 {
    width: 100%;
  }

  .flex_52 {
    width: 100%;
  }

  .flex_53 {
    width: 100%;
  }

  .flex_54 {
    width: 100%;
  }

  .flex_55 {
    width: 100%;
  }

  .flex_56 {
    width: 100%;
  }

  .flex_57 {
    width: 100%;
  }

  .flex_58 {
    width: 100%;
  }

  .flex_59 {
    width: 100%;
  }

  .flex_60 {
    width: 100%;
  }

  .flex_61 {
    width: 100%;
  }

  .flex_62 {
    width: 100%;
  }

  .flex_63 {
    width: 100%;
  }

  .flex_64 {
    width: 100%;
  }

  .flex_65 {
    width: 100%;
  }

  .flex_66 {
    width: 100%;
  }

  .flex_67 {
    width: 100%;
  }

  .flex_68 {
    width: 100%;
  }

  .flex_69 {
    width: 100%;
  }

  .flex_70 {
    width: 100%;
  }

  .flex_71 {
    width: 100%;
  }

  .flex_72 {
    width: 100%;
  }

  .flex_73 {
    width: 100%;
  }

  .flex_74 {
    width: 100%;
  }

  .flex_75 {
    width: 100%;
  }

  .padding100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding110 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding160 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding170 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding180 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding190 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding210 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding220 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding230 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding240 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding250 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding260 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding270 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding280 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding290 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding300 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .margin100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin110 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin120 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin130 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin140 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin150 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin160 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin170 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin180 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin190 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin200 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin210 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin220 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin230 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin240 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin250 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin260 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin270 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin280 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin290 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .margin300 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pt-110 {
    padding-top: 100px;
  }

  .pt-120 {
    padding-top: 100px;
  }

  .pt-130 {
    padding-top: 100px;
  }

  .pt-140 {
    padding-top: 100px;
  }

  .pt-150 {
    padding-top: 100px;
  }

  .pt-160 {
    padding-top: 100px;
  }

  .pt-170 {
    padding-top: 100px;
  }

  .pt-180 {
    padding-top: 100px;
  }

  .pt-190 {
    padding-top: 100px;
  }

  .pt-200 {
    padding-top: 100px;
  }

  .pt-210 {
    padding-top: 100px;
  }

  .pt-220 {
    padding-top: 100px;
  }

  .pt-230 {
    padding-top: 100px;
  }

  .pt-240 {
    padding-top: 100px;
  }

  .pt-250 {
    padding-top: 100px;
  }

  .pt-260 {
    padding-top: 100px;
  }

  .pt-270 {
    padding-top: 100px;
  }

  .pt-280 {
    padding-top: 100px;
  }

  .pt-290 {
    padding-top: 100px;
  }

  .pt-300 {
    padding-top: 100px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .pb-110 {
    padding-bottom: 100px;
  }

  .pb-120 {
    padding-bottom: 100px;
  }

  .pb-130 {
    padding-bottom: 100px;
  }

  .pb-140 {
    padding-bottom: 100px;
  }

  .pb-150 {
    padding-bottom: 100px;
  }

  .pb-160 {
    padding-bottom: 100px;
  }

  .pb-170 {
    padding-bottom: 100px;
  }

  .pb-180 {
    padding-bottom: 100px;
  }

  .pb-190 {
    padding-bottom: 100px;
  }

  .pb-200 {
    padding-bottom: 100px;
  }

  .pb-210 {
    padding-bottom: 100px;
  }

  .pb-220 {
    padding-bottom: 100px;
  }

  .pb-230 {
    padding-bottom: 100px;
  }

  .pb-240 {
    padding-bottom: 100px;
  }

  .pb-250 {
    padding-bottom: 100px;
  }

  .pb-260 {
    padding-bottom: 100px;
  }

  .pb-270 {
    padding-bottom: 100px;
  }

  .pb-280 {
    padding-bottom: 100px;
  }

  .pb-290 {
    padding-bottom: 100px;
  }

  .mt-100 {
    margin-top: 100px;
  }

  .mt-110 {
    margin-top: 100px;
  }

  .mt-120 {
    margin-top: 100px;
  }

  .mt-130 {
    margin-top: 100px;
  }

  .mt-140 {
    margin-top: 100px;
  }

  .mt-150 {
    margin-top: 100px;
  }

  .mt-160 {
    margin-top: 100px;
  }

  .mt-170 {
    margin-top: 100px;
  }

  .mt-180 {
    margin-top: 100px;
  }

  .mt-190 {
    margin-top: 100px;
  }

  .mt-200 {
    margin-top: 100px;
  }

  .mt-210 {
    margin-top: 100px;
  }

  .mt-220 {
    margin-top: 100px;
  }

  .mt-230 {
    margin-top: 100px;
  }

  .mt-240 {
    margin-top: 100px;
  }

  .mt-250 {
    margin-top: 100px;
  }

  .mt-260 {
    margin-top: 100px;
  }

  .mt-270 {
    margin-top: 100px;
  }

  .mt-280 {
    margin-top: 100px;
  }

  .mt-290 {
    margin-top: 100px;
  }

  .mt-300 {
    margin-top: 100px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .mb-100 {
    margin-bottom: 100px;
  }

  .mb-110 {
    margin-bottom: 100px;
  }

  .mb-120 {
    margin-bottom: 100px;
  }

  .mb-130 {
    margin-bottom: 100px;
  }

  .mb-140 {
    margin-bottom: 100px;
  }

  .mb-150 {
    margin-bottom: 100px;
  }

  .mb-160 {
    margin-bottom: 100px;
  }

  .mb-170 {
    margin-bottom: 100px;
  }

  .mb-180 {
    margin-bottom: 100px;
  }

  .mb-190 {
    margin-bottom: 100px;
  }

  .mb-200 {
    margin-bottom: 100px;
  }

  .mb-210 {
    margin-bottom: 100px;
  }

  .mb-220 {
    margin-bottom: 100px;
  }

  .mb-230 {
    margin-bottom: 100px;
  }

  .mb-240 {
    margin-bottom: 100px;
  }

  .mb-250 {
    margin-bottom: 100px;
  }

  .mb-260 {
    margin-bottom: 100px;
  }

  .mb-270 {
    margin-bottom: 100px;
  }

  .mb-280 {
    margin-bottom: 100px;
  }

  .mb-290 {
    margin-bottom: 100px;
  }

  .mb-300 {
    margin-bottom: 100px;
  }


  /*****************/
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 480px) {
  .padding150 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .padding120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .spmb20 {
    margin-bottom: 30px;
   }
 .spmb30 {
  margin-bottom: 30px;
 }
 .spmb50 {
  margin-bottom: 50px;
 }
 .pc_br {
  display: none;
 }
}
