@charset "UTF-8";
@media (min-width: 1151px) and (max-width: 1151px) {
  #menu_button {
    display: inline-block !important;
  }
}

#header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_logo {
  position: static;
  margin: 0;
  transform: none;
}

#copyright {
  height: auto;
  padding: 15px 10px;
  line-height: 1.4;
}

.index_free_space {
  width: 100%;
  padding: 0;
  margin: 0;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 750px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col2.no-gap {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .row.sp-col2.no-gap > .col {
    flex: 0 50%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none !important;
  }
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.button a,
#footer_button a {
  background: transparent;
}

.post_content img {
  vertical-align: middle;
}

.post_content a {
  text-decoration: underline;
}

.post_content a:hover {
  text-decoration: none;
}

.post_content p, .post_content ul, .post_content ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.post_content p:last-child, .post_content ul:last-child, .post_content ol:last-child {
  margin-bottom: 0;
}

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: rgba(135, 110, 110, 0.1);
}

@media (max-width: 750px) {
  .post_content .highlight {
    padding: 15px;
  }
}

.post_content .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .button a {
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #252525;
  background: transparent;
  color: #252525;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.post_content .button a:hover {
  background: #876e6e;
  color: #ffffff;
}

@media (max-width: 1151px) {
  .post_content .button a {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.post_content .table_default {
  width: 100%;
}

.post_content .table_default th, .post_content .table_default td {
  vertical-align: middle;
}

@media (max-width: 750px) {
  .post_content .table_default th, .post_content .table_default td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

.post_content .table_menu {
  width: 100%;
}

.post_content .table_menu th, .post_content .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.post_content .table_menu th:last-child, .post_content .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .post_content .table_menu th, .post_content .table_menu td {
    display: block;
  }
  .post_content .table_menu th:not(:first-child), .post_content .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 751px) {
  .post_content .table_menu th {
    background-color: transparent;
  }
}

.post_content .list_check {
  list-style: none;
  margin-left: 10px;
}

.post_content .list_check li {
  position: relative;
  padding-left: 25px;
}

.post_content .list_check li::before, .post_content .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.post_content .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.post_content .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.post_content .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 750px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

.post_content .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.post_content .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 750px) {
  .post_content .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.post_content .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 750px) {
  .post_content .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.post_content .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.post_content .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.post_content .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.post_content .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

#header_social_link {
  display: flex;
  justify-content: center;
  gap: 40px;
  right: 0;
}

#header_social_link:after {
  content: none;
}

#header_social_link li {
  margin: 0;
}

#header_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#header_social_link li a::before {
  position: static;
  width: 34px;
  height: 34px;
  font-size: 30px;
}

#header_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#header_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

#header_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#header_social_link li.youtube a {
  width: auto;
}

#header_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#header_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#header_social_link li.hpb a::before {
  content: '';
  width: 90px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 1151px) {
  #header_social_link {
    display: none;
  }
}

#footer_social_link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 24px;
}

#footer_social_link::after {
  display: none;
}

#footer_social_link li {
  display: block;
  margin: 0;
}

#footer_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#footer_social_link li a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#footer_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#footer_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

#footer_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#footer_social_link li.youtube a {
  width: auto;
}

#footer_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#footer_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#footer_social_link li.hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 750px) {
  #footer_social_link {
    gap: 20px;
  }
  #footer_social_link li a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  #footer_social_link li.hpb a::before {
    width: 120px;
  }
}

/* utility */
.i_block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.flex.wrap {
  flex-wrap: wrap !important;
}

.flex.v-center {
  align-items: center !important;
}

.flex.h-center {
  justify-content: center !important;
}

.flex.gap {
  gap: 20px !important;
}

@media (max-width: 750px) {
  .flex.sp-h-center {
    justify-content: center !important;
  }
}

img.circle {
  border-radius: 50%;
}

@media (max-width: 750px) {
  .sp_w_300 {
    width: 300px !important;
  }
}

.max_w_80 {
  max-width: 80% !important;
}

@media (min-width: 751px) {
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

.mb0 {
  margin-bottom: 0% !important;
}

.pd0 {
  padding: 0% !important;
}

.mb1 {
  margin-bottom: 1% !important;
}

.pd1 {
  padding: 1% !important;
}

.mb2 {
  margin-bottom: 2% !important;
}

.pd2 {
  padding: 2% !important;
}

.mb3 {
  margin-bottom: 3% !important;
}

.pd3 {
  padding: 3% !important;
}

.mb4 {
  margin-bottom: 4% !important;
}

.pd4 {
  padding: 4% !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.pd5 {
  padding: 5% !important;
}

.mb6 {
  margin-bottom: 6% !important;
}

.pd6 {
  padding: 6% !important;
}

.mb7 {
  margin-bottom: 7% !important;
}

.pd7 {
  padding: 7% !important;
}

.mb8 {
  margin-bottom: 8% !important;
}

.pd8 {
  padding: 8% !important;
}

.mb9 {
  margin-bottom: 9% !important;
}

.pd9 {
  padding: 9% !important;
}

.mb10 {
  margin-bottom: 10% !important;
}

.pd10 {
  padding: 10% !important;
}

.mb11 {
  margin-bottom: 11% !important;
}

.pd11 {
  padding: 11% !important;
}

.mb12 {
  margin-bottom: 12% !important;
}

.pd12 {
  padding: 12% !important;
}

.mb13 {
  margin-bottom: 13% !important;
}

.pd13 {
  padding: 13% !important;
}

.mb14 {
  margin-bottom: 14% !important;
}

.pd14 {
  padding: 14% !important;
}

.mb15 {
  margin-bottom: 15% !important;
}

.pd15 {
  padding: 15% !important;
}

.mb16 {
  margin-bottom: 16% !important;
}

.pd16 {
  padding: 16% !important;
}

.mb17 {
  margin-bottom: 17% !important;
}

.pd17 {
  padding: 17% !important;
}

.mb18 {
  margin-bottom: 18% !important;
}

.pd18 {
  padding: 18% !important;
}

.mb19 {
  margin-bottom: 19% !important;
}

.pd19 {
  padding: 19% !important;
}

.mb20 {
  margin-bottom: 20% !important;
}

.pd20 {
  padding: 20% !important;
}

/* common */
body {
  color: #252525;
  overflow-x: hidden;
}

a {
  color: #252525;
}

img {
  max-width: 100%;
}

figure {
  text-align: center;
}

figure figcaption {
  margin: 0 auto 1em;
}

figure img + figcaption {
  margin: 1em auto 0;
}

.post_content .table_default th, .post_content .table_default td {
  vertical-align: middle;
  border-color: #edcdc2;
}

.post_content .table_default th {
  background: rgba(243, 221, 214, 0.3);
}

@media (max-width: 750px) {
  .post_content .table_default tr:last-child th {
    border-bottom: none;
  }
  .post_content .table_default tr:not(:last-child) th, .post_content .table_default tr:not(:last-child) td {
    border-bottom: none;
  }
}

.post_content .table_menu th, .post_content .table_menu td {
  vertical-align: middle;
}

@media (max-width: 750px) {
  .post_content .table_menu th {
    background: rgba(243, 221, 214, 0.3);
  }
  .post_content .table_menu tr:not(:last-child) td:last-child {
    border-bottom: none;
  }
}

/* heading */
.post_content .top_title_h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #876e6e;
  text-align: center;
  font-size: 38px;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

.post_content .top_title_h2 .sub {
  display: block;
  color: #252525;
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: .6em;
}

@media (max-width: 750px) {
  .post_content .top_title_h2 {
    font-size: 22px;
  }
  .post_content .top_title_h2 .sub {
    font-size: 14px;
  }
}

.post_content .top_title_h3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.post_content .top_title_h4 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.post_content .title_h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 1em;
  color: #876e6e;
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    font-size: 20px;
  }
}

.post_content .title_h3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: .7em;
  padding: 0 0 .3em;
  border-bottom: 1px solid #252525;
  font-size: 22px;
}

@media (max-width: 750px) {
  .post_content .title_h3 {
    font-size: 18px;
  }
}

.post_content .title_h4 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: .5em;
  padding: 0;
  font-size: 18px;
}

@media (max-width: 750px) {
  .post_content .title_h4 {
    font-size: 16px;
  }
}

/* button */
.post_content .button {
  margin-bottom: 0;
}

.post_content .button a {
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

.post_content .button a:hover {
  border-color: #876e6e;
}

/* header */
#header {
  border-top: none;
}

#site_desc {
  background: #f3ddd6;
  border-bottom: none;
}

/* footer */
#footer_logo {
  margin-bottom: 27px;
}

@media (max-width: 750px) {
  #footer_menu {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#footer_menu li {
  border-right: none;
}

@media (min-width: 1001px) {
  #footer_menu li {
    margin-right: 15px;
  }
}

#footer_menu li > a {
  display: inline-block;
}

@media (min-width: 751px) {
  #copyright {
    padding: 21px 10px;
  }
}

/* LP page (beginner, concept) */
#about_page {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.about_content {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}

.about_content3 .content_area {
  border: none;
  padding: 0;
  background: none;
}

.about_content1 .content_area {
  border-bottom: 1px solid #ddd;
  padding: 6%;
  background: rgba(135, 110, 110, 0.1);
}

/* faq page */
.faq_number {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3ddd6;
  color: #876e6e;
  border: 1px solid #876e6e;
  border-radius: 50%;
  font-size: 40px;
  width: 100px;
  height: 100px;
}

@media (max-width: 750px) {
  .faq_number {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
}

/* blog archive page */
.widget_headline {
  background: #876e6e;
}

/* blog single page */
.single #post_image .image {
  background-size: contain !important;
}

/* blog category uncategorized page */
.category-uncategorized #catch_area {
  display: none;
}

/* news archive page */
.post-type-archive-news #main_col {
  width: 100%;
}

.post-type-archive-news #side_col {
  display: none;
}

#news_list .title {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* news single page */
.news-template-default #main_col {
  width: 100%;
}

.news-template-default #side_col {
  display: none;
}

#recent_news .headline,
#recent_news .title {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

/* 404 page */
#page_404_header .catch_area {
  width: calc(100% - 20px);
}

/* top page */
.home #contents_builder {
  padding: 0;
}

.home .container {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 2001px) {
  #index_slider {
    height: auto;
  }
  #index_slider .item {
    height: 34.375vw;
  }
}

.index_news {
  padding: 100px 0 85px;
  max-width: calc(100% - 40px);
  position: relative;
}

@media (max-width: 1000px) {
  .index_news {
    padding: calc(4% + 30px) 0;
  }
}

.index_news:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: url(/wp-content/uploads/bg_img001.jpg) repeat left top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_news .headline {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #876e6e;
  text-align: center;
  font-size: 38px;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

.index_news .headline .sub {
  display: block;
  color: #252525;
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: .6em;
}

@media (max-width: 750px) {
  .index_news .headline {
    font-size: 22px;
  }
  .index_news .headline .sub {
    font-size: 14px;
  }
}

.index_news .item a {
  background: #fff;
}

.index_news .item a .date {
  font-weight: normal;
}

.index_news .item a:hover {
  color: #aaa;
}

.sec_beginner,
.sec_concept {
  position: relative;
}

.sec_beginner .container,
.sec_concept .container {
  width: 1400px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 751px) {
  .sec_beginner .row,
  .sec_concept .row {
    align-items: flex-end;
  }
}

@media (max-width: 750px) {
  .sec_beginner .row,
  .sec_concept .row {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 751px) {
  .sec_beginner .img_area,
  .sec_concept .img_area {
    flex: 1.0294;
  }
}

@media (max-width: 750px) {
  .sec_beginner .img_area img,
  .sec_concept .img_area img {
    width: 100%;
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 751px) {
  .sec_beginner .text_area > div,
  .sec_concept .text_area > div {
    max-width: 640px;
  }
}

.sec_beginner .top_title_h2,
.sec_concept .top_title_h2 {
  letter-spacing: .2em;
  margin-bottom: .7em;
}

@media (min-width: 751px) {
  .sec_beginner .top_title_h2,
  .sec_concept .top_title_h2 {
    font-size: 36px;
  }
}

@media (min-width: 751px) and (max-width: 1000px) {
  .sec_beginner .top_title_h2,
  .sec_concept .top_title_h2 {
    font-size: 24px;
    letter-spacing: .13em;
  }
}

.sec_beginner .top_title_h2 img,
.sec_concept .top_title_h2 img {
  margin-bottom: 55px;
}

@media (max-width: 1000px) {
  .sec_beginner .top_title_h2 img,
  .sec_concept .top_title_h2 img {
    margin-bottom: 30px;
  }
}

@media (max-width: 750px) {
  .sec_beginner .top_title_h2 img,
  .sec_concept .top_title_h2 img {
    margin-bottom: 15px;
  }
}

.sec_beginner .desc,
.sec_concept .desc {
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

@media (min-width: 751px) {
  .sec_beginner .desc,
  .sec_concept .desc {
    font-size: 16px;
    line-height: 2.188;
  }
}

@media (min-width: 751px) {
  .sec_beginner .desc,
  .sec_concept .desc {
    margin-bottom: 30px;
  }
}

@media (min-width: 1001px) {
  .sec_beginner .desc,
  .sec_concept .desc {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .sec_beginner .desc br.pc-only,
  .sec_concept .desc br.pc-only {
    display: none;
  }
}

@media (max-width: 750px) {
  .sec_beginner .desc,
  .sec_concept .desc {
    display: table;
    margin: 0 auto 30px;
  }
}

.sec_beginner {
  margin: 165px 0 133px;
  padding-bottom: 92px;
}

@media (max-width: 1000px) {
  .sec_beginner {
    margin: 80px 0 50px;
  }
}

@media (max-width: 750px) {
  .sec_beginner {
    margin: calc(4% + 30px) 0;
    padding-bottom: 40px;
  }
}

.sec_beginner:before {
  content: '';
  display: block;
  width: calc(100vw + 680px);
  height: 81%;
  min-height: 500px;
  background: #f3ddd6;
  position: absolute;
  bottom: 0;
  left: calc(50% - 680px);
  z-index: -1;
}

@media (min-width: 751px) {
  .sec_beginner .text_area > div {
    margin: 0 0 0 auto;
  }
}

.sec_beginner figure {
  position: relative;
}

.sec_beginner figure:before {
  content: '';
  display: block;
  width: 221px;
  height: 203px;
  background: url(/wp-content/uploads/illust_001.png) no-repeat center/contain;
  position: absolute;
  bottom: -18px;
  right: -39px;
}

@media (max-width: 750px) {
  .sec_beginner figure:before {
    width: 19.2vw;
    height: 17.6362vw;
    min-width: 100px;
    min-height: 91.8552px;
    bottom: -10px;
    right: -20px;
  }
}

.sec_beginner .top_title_h2 img {
  max-width: 80%;
}

@media (max-width: 750px) {
  .sec_beginner .top_title_h2 img {
    width: 200px;
  }
}

.sec_concept {
  padding-bottom: 92px;
}

@media (max-width: 750px) {
  .sec_concept {
    padding-bottom: 40px;
  }
}

.sec_concept:before {
  content: '';
  display: block;
  width: calc(100vw + 680px);
  height: 81%;
  min-height: 500px;
  background: #f3ddd6;
  position: absolute;
  bottom: 0;
  right: calc(50% - 680px);
  z-index: -1;
}

.sec_concept figure {
  position: relative;
}

.sec_concept figure:before {
  content: '';
  display: block;
  width: 221px;
  height: 203px;
  background: url(/wp-content/uploads/illust_002.png) no-repeat center/contain;
  position: absolute;
  top: -24px;
  left: -33px;
}

@media (max-width: 750px) {
  .sec_concept figure:before {
    width: 19.2vw;
    height: 17.6362vw;
    min-width: 100px;
    min-height: 91.8552px;
    top: -10px;
    left: -20px;
  }
}

.sec_concept .top_title_h2 img {
  max-width: 70%;
}

@media (max-width: 750px) {
  .sec_concept .top_title_h2 img {
    width: 164px;
  }
}

.index_design_content2.num3 {
  padding-top: 224px;
}

@media (max-width: 1000px) {
  .index_design_content2.num3 {
    padding-top: calc(4% + 30px);
  }
}

@media (min-width: 1001px) {
  .index_design_content2.num3 .banner_content {
    height: 400px;
  }
}

.index_design_content2.num3 .banner_headline {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #876e6e;
  text-align: center;
  font-size: 38px;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

.index_design_content2.num3 .banner_headline .sub {
  display: block;
  color: #252525;
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: .6em;
}

@media (max-width: 750px) {
  .index_design_content2.num3 .banner_headline {
    font-size: 22px;
  }
  .index_design_content2.num3 .banner_headline .sub {
    font-size: 14px;
  }
}

.index_design_content2.num3 .banner_headline span {
  color: #252525;
}

@media (max-width: 750px) {
  .index_design_content2.num3 .banner_headline {
    margin-bottom: .3em;
  }
}

.index_design_content2.num3 .banner_desc {
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

@media (min-width: 751px) {
  .index_design_content2.num3 .banner_desc {
    font-size: 16px;
    line-height: 2.188;
  }
}

@media (max-width: 1000px) {
  .index_design_content2.num3 .banner_desc {
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff;
  }
}

@media (max-width: 400px) {
  .index_design_content2.num3 .banner_desc {
    text-align: left;
    display: table;
    max-width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}

.index_design_content2.num3 .image_wrap {
  border: 1px solid #876e6e;
  background: #fff;
}

@media (min-width: 1001px) {
  .index_design_content2.num3 .image_wrap {
    height: 400px;
  }
}

@media (max-width: 750px) {
  .index_design_content2.num3 .image_wrap .image {
    background-position: 90% 50% !important;
    opacity: .5;
  }
}

.index_blog.num4 {
  padding: 145px 0 103px;
  position: relative;
  max-width: calc(100% - 40px);
}

@media (max-width: 1000px) {
  .index_blog.num4 {
    padding: calc(4% + 30px) 0;
  }
}

.index_blog.num4:before {
  content: '';
  display: block;
  width: 100vw;
  height: 1775px;
  background: url(/wp-content/uploads/bg_img002.jpg) no-repeat center bottom/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

@media (max-width: 1000px) {
  .index_blog.num4:before {
    height: 900px;
  }
}

@media (max-width: 750px) {
  .index_blog.num4:before {
    height: 830px;
  }
}

.index_blog.num4 .headline {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #876e6e;
  text-align: center;
  font-size: 38px;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

.index_blog.num4 .headline .sub {
  display: block;
  color: #252525;
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: .6em;
}

@media (max-width: 750px) {
  .index_blog.num4 .headline {
    font-size: 22px;
  }
  .index_blog.num4 .headline .sub {
    font-size: 14px;
  }
}

@media (min-width: 751px) {
  .index_blog.num4 .button {
    margin-top: 84px;
  }
}

.sec_instagram {
  padding: 120px 0 144px;
}

@media (max-width: 1000px) {
  .sec_instagram {
    padding: calc(4% + 30px) 0;
  }
}

.sec_side {
  background: url(/wp-content/uploads/bg_img001.jpg) repeat left top;
  padding: 120px 0;
}

@media (max-width: 1000px) {
  .sec_side {
    padding: calc(4% + 30px) 0;
  }
}

.sec_side .container {
  width: 1320px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (max-width: 750px) {
  .sec_side .container {
    max-width: calc(100% - 20px);
  }
}

@media (min-width: 1271px) {
  .sec_side .row {
    gap: 45px;
  }
}

@media (max-width: 750px) {
  .sec_side .row {
    justify-content: center;
  }
}

.sec_side a {
  text-decoration: none;
  display: inline-block;
  transition: .3s;
}

.sec_side a:hover {
  opacity: .8;
}

/*# sourceMappingURL=custom.css.map */
