@charset "utf-8";
/*
Theme Name: heru01
*/

/* 基本設定_ｵﾘｼﾞﾅﾙ */
:root {
  --bgcolor1-1: #5AC4D8; /* rgb(90,196,216) */ /* #41a8d2 */
  --bgcolor1-2: #80E1DE; /* rgb(128,225,222) */ /* #c0e3f2 */
  --bgcolor1-3: #C4F0F0; /* rgb(196,240,240) */ /* #c0e3f2 */
  --bgcolor2-1: #ffa647;
  --bgcolor2-2: #ffd69d;
  --bgcolor2-3: #fff0d9;
  --bgcolor3-1: #1EA06E; /* rgb(30,160,110) */
  --bgcolor3-2: #5AD296; /* rgb(90,210,150) */
  --bgcolor3-3: #DEF5D2; /* rgb(222,245,210) */
  --bgcolor4-1: #76ef43; /* rgb(118,239,67) */
  --bgcolor4-2: #92f06a; /* rgb(146,240,106) */
  --bgcolor4-3: #bcf4a4; /* rgb(188,254,164) */
  --bgcolor5-1: #e3e3e3; /* rgb(227,227,227) */
  --bgcolor5-2: #efefef; /* rgb(239,239,239) */
  --bgcolor5-3: #f8f8f8;
  --bgcolor6-1: #000;
  --bgcolor6-2: #1e1e1e; /* rgb(30,30,30) */
  --bgcolor6-3: #787878; /* rgb(120,120,120)  */
  --parallax_height: 400px;
  --carousel_height: 400px;
  --carousel_num: 3;
  --hutidori_color: #eee;
  --hutidori_hutosa: 2px;
  --slide-okuri_r: 250;
  --slide-okuri_g: 250;
  --slide-okuri_b: 250;
  --slide-okuri_a: 0.4;
  --slide-okuri_a_hover: 0.8;
  --width_content: 100%;
  --width_wrap: 1000px;
  --width_single_main: 750px;
  --width_single_sidebar: 350px;
  --frame_margin: 6vw;
  --blog_list_img_height: 150px;
  --menu_sumaho_height: 36px;
  --link1: #0170B9; /* ﾘﾝｸ（Astraと同じ色） */
  --link2: #2b05c1; /* 固定ﾍﾟｰｼﾞ用ﾘﾝｸ（背景色が青系の場合） */
  --link_hover: #c623d1; /* link1・link2共通 */
  --nav_hover: #f9e955;
}
@media (min-width: 1200px) {
  :root {
    --width_content: 1100px;
  }
}
@media (min-width: 1440px) {
  :root {
    --width_content: 1200px;
  }
}
@media (min-width: 1680px) {
  :root {
    --width_content: 1400px;
    --width_wrap: 1200px;
  }
}
@media (min-width: 1920px) {
  :root {
    --width_content: 1600px;
  }
}

/* Astraで定義している変数 */
:root {
  --ast-global-color-0: #0170B9; /* ﾃｰﾏ・ﾘﾝｸ */
  --ast-global-color-1: #3a3a3a; /* ﾘﾝｸﾎﾊﾞｰ */
  --ast-global-color-2: #3a3a3a; /* 見出し（H1-H6） */
  --ast-global-color-3: #4B4F58; /* 文字 */
  --ast-global-color-4: #F5F5F5; /*  */
  --ast-global-color-5: #FFFFFF; /* content background */
  --ast-global-color-6: #F2F5F7; /*  */
  --ast-global-color-7: #424242; /*  */
  --ast-global-color-8: #000000; /*  */
}



/***********************************************************
基本設定
***********************************************************/

body {
  background-color: var(--bgcolor1-1);
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  -webkit-text-size-adjust:100%;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 0.9rem;
  }
}
h1,h2,h3,h4,h5,h6 {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0.5rem;
  }
}
p {
  margin-bottom: 1rem;
}
.inquiry-kanryou dd,
.privacy_policy p,
#single main p,
#single main ul {
  word-break: break-all;
}

figure {
  line-height: 0; /* figureとimgの間にできる僅かな隙間を削除 */
}
#single figure {
  line-height: unset;
}
/* figcaption {
  display: table-caption;
  caption-side: bottom;
} */
img {
  height: auto;
  border: solid 1px #ddd;
}

/* table */
table {
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
th, td {
  border: solid 1px;
  padding: 0.2rem 0.5rem;
}
th {
  background-color: #f3f4f5;
}
@media screen and (max-width: 480px) {
  table {
    font-size: 0.8em;
  }
}
/* 奇数行目のｾﾙの背景色 */
tr:nth-of-type(2n+1) {
  background-color: #fafbfc;
}

/* ﾘﾝｸ文字色1 */
#single main a,
#archive .pagination a,
.column_list .pagination a,
#toc_course_fee a,
#before-after_frontpage .sonotalink a,
.concept_and_feature li a,
.inquiry-kanryou a {
  color: var(--link1);
  text-decoration: underline;
}
/* ﾘﾝｸ文字色2 */
.course_fee a,
.inquiry-notes a,
.privacy_policy a {
  color: var(--link2);
  text-decoration: underline;
}
/* ﾘﾝｸ下線なし */
#single .label_category a,
#single .toc a,
#toc_course_fee a {
  text-decoration: none;
}
/* ﾘﾝｸ文字色_ﾎﾊﾞｰ時（1・2共通） */
#single a:hover,
#toc .btn-open-close:hover::before,
#toc_course_fee .btn-open-close:hover::before,
#archive .pagination a:hover,
#toc_course_fee a:hover,
.column_list .pagination a:hover,
.list_categories a:hover,
#before-after_frontpage .sonotalink a:hover,
.concept_and_feature li a:hover,
.inquiry-notes a:hover,
.privacy_policy a:hover {
  color: var(--link_hover);
}
/* ﾘﾝｸ文字色_ﾎﾊﾞｰ時に色を変えない */
#single .label_category a:hover {
  color: unset;
}
/* ﾘﾝｸ下線・太字_ﾎﾊﾞｰ時 */
.wrap_osirase a:hover {
  text-decoration: underline;
  font-weight: bold;
}
/* ﾘﾝｸ下線_ﾎﾊﾞｰ時 */
.breadcrumb a:hover,
.list_categories a:hover {
  text-decoration: underline;
}

/* ｶｰｿﾙ */
button,
summary,
select,
.form-btn {
  cursor: pointer;
}

/* liの点 */
.course_fee ul,
#single .main_contents ul {
  margin-bottom: 1rem;
}
.course_fee li,
#single .main_contents li {
  padding-left: 2rem;
}
  .course_fee li:before,
#single .main_contents li::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
  top: -4px;
  left: -0.5em;
}
/*#list-style_ul .parts-list-style_ul {
  fill: #06c755;
}*/

.mb0{
  margin-bottom: 0;
}
.mb03{
  margin-bottom: 0.3rem;
}

/* ぶら下げｲﾝﾃﾞﾝﾄ */
.burasage10 {
  text-indent: -1rem;
  padding-left: 1rem;
}
.burasage_num_kakko {
  text-indent: -2rem;
  padding-left: 2rem;
}

/* 目次用cssに限らず、他でも使用できるｸﾗｽ */
.btn:hover,
input[type="submit"] {
  cursor: pointer;    
}
.btn:active {
  color: #e53900;
}

/* 太字 */
.font_bold {
  font-weight: bold;
}

/* ﾏｰｶｰ */
.marker_yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-color: rgba(255, 228, 0, 0.6);
          text-decoration-color: rgba(255, 228, 0, 0.6);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/* form */
select {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  border: solid 1px #000;
  background-color: #fff;
}
input,
textarea {
  background-color: var(--bgcolor5-3);
}
input[type="radio"] {
  position: absolute
}
input[type="radio"] + label::before {
    content: '';
    background-color: var(--bgcolor5-3);
    border-radius: 100%;
    border: 1px solid #000;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 2px;
    margin-right: 0.5rem;
    cursor: pointer;
  }
input[type="radio"]:checked + label::before {
    background-color: #3a3a3a;
    -webkit-box-shadow: inset 0 0 0 3px var(--bgcolor5-3);
            box-shadow: inset 0 0 0 3px var(--bgcolor5-3);
  }
input::-webkit-input-placeholder {
  color: #aaa;
}
input::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder {
  color: #aaa;
}
input::-ms-input-placeholder {
  color: #aaa;
}
input::placeholder {
  color: #aaa;
}

/* ｽﾏﾎ時のみ改行など */
@media screen and (min-width: 481px) {
/* @media screen and (480px < width) { */
  br.sumaho {
    display: none;
  }
  .sumaho.pleft09 {
    padding-left: unset;
  }
  .sumaho.pleft10 {
    padding-left: unset;
  }
}
/* iPhone 12Pro */
@media screen and (max-width: 390px) {
  .inquiry-kanryou p span.w390 {
    display: none;
  }
}
@media screen and (min-width: 391px) {
/* @media screen and (390px < width) { */
  br.w390 {
    display: none;
  }
}
/* Galaxy S5 */
@media screen and (min-width: 361px) {
/* @media screen and (360px < width) { */
  br.w360 {
    display: none;
  }
}
/* iPhone 5/SE */
@media screen and (min-width: 321px) {
/* @media screen and (320px < width) { */
  br.w320 {
    display: none;
  }
}

/* ﾌｫﾝﾄｻｲｽﾞ */
.font14 {
  font-size: 1.4em;
}
.font16 {
  font-size: 1.6em;
  line-height: 1.2;
}
.kogoe {
  font-size: 0.6em;
  line-height: 1.2;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* ﾌｫﾝﾄｶﾗｰ */
.font_red {
  color: red;
}

/* 文字位置調整用 */
.pleft09 {
  padding-left: 0.9rem;
}
.pleft10 {
  padding-left: 1rem;
}

/* 顔文字用ﾌｫﾝﾄ */
.mspgothic {
  font-family: "MS PGothic";
}


/* details用 */
details > summary > [data-css-icon*="down"] svg {
  -webkit-transform: rotate(-90deg) translateX(-0.1rem);
          transform: rotate(-90deg) translateX(-0.1rem);
}
details[open] > summary > [data-css-icon*="down"] svg {
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
  /* transform: rotate(180deg) translateY(-0.2rem); */
}
/*[data-css-icon] {
  --animdur: .2s;
  --loading-animdur: 0.8s;
  --animtf: ease-in;
  --bdw: 2px;
  --bdrs: 50%;
  --bgc: transparent;
  --c: currentcolor;
  --dots-bgc: silver;
  --dots-size: 0.5rem;
  --icon-size: 1rem;
  --size: 1.5rem;
  
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
[data-css-icon] i {
  align-items: center;
  background-color: var(--bgc);
  border-radius: var(--bdrs);
  box-sizing: border-box;
  display: inline-flex;
  height: var(--size);
  justify-content: center;
  position: relative;
  transition: background-color var(--animdur) var(--animtf);
  width: var(--size);
}
[data-css-icon] i::after,
[data-css-icon] i::before {
  transform-origin: 50% 50%;
transition: all var(--animdur) var(--animtf);
}
  
[data-css-icon*="down"] i::after,
[data-css-icon*="right"] i::after {
  background: transparent;
  border-color: var(--c);
  border-style: solid;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: var(--icon-size) ;
  margin: 0;
  position: relative;
  width: var(--icon-size);
}
[data-css-icon*="down"] i::after {
  border-width: 0 var(--bdw) var(--bdw) 0;
  top: calc(0px - (var(--icon-size) / 4));
  transform: rotate(45deg);
}
[data-css-icon*="right"] i::after {
  border-width: var(--bdw) var(--bdw) 0 0;
  right: calc((var(--icon-size) / 4));
  top: 0;
  transform: rotate(45deg);
}*/

/* STATE */
/*[open] > summary > [data-css-icon*="cross"] i::after {
  transform: rotate(45deg);
}
[open] > summary > [data-css-icon*="cross"] i::before {
  transform: rotate(135deg);
}
[open] > summary > [data-css-icon*="down"] i::after {
  top: var(--bdw);
transform: rotate(45deg) scale(-1) ;
}
[open] > summary > [data-css-icon*="right"] i::after {
  right: 0;
  top: calc(0px - (var(--icon-size) / 4));
transform: rotate(135deg);
}*/

/* MODIFIERS */
/*[data-css-icon*="outline"] i {
  border: var(--bdw) solid var(--c);
}
[data-css-icon*="fill"] {
  --bgc: hsl(195, 10%, 30%);
  --c: hsl(195, 10%, 95%);
}
[data-css-icon*="square"] {
  --bdrs: 5px;
}*/


/* ｽﾃｯﾌﾟﾊﾞｰ */
.stepbar {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 400px;
  margin: 0 auto 60px auto;
  text-align: center;
}
/* ﾚｽﾎﾟﾝｼﾌﾞﾃﾞｻﾞｲﾝ用ﾒﾃﾞｨｱｸｴﾘ 1024px以下 */
@media screen and (max-width: 1024px) {
  ul.stepbar {
    padding-left: 0;
    margin: 0 auto 35px auto;
  }
}
.stepbar li {
  position: relative;
  width: calc(100% / 3);
  font-size: 12px;
}
/* 横棒部分 */
.stepbar li:after {
  content: "";
  position: absolute;
  left: calc(-50% + 6px);
  top: 13px;
  width: calc(100% - 18px);
  height: 4px;
  background-color: #d0e1f9;
  z-index: -1;
}
/* ﾚｽﾎﾟﾝｼﾌﾞﾃﾞｻﾞｲﾝ用ﾒﾃﾞｨｱｸｴﾘ 480px <以下 */
@media screen and (max-width: 480px) {
  .stepbar li:after {
    top: 12px;
  }
}.stepbar li.step-current:after {
  left: calc(-50% + 7px);
  background-color: #4d648d;
}
.stepbar li:first-child:after {
  display: none;
}
/* 数字部分 */
.stepbar li span {
  display: inline-block;
  height: 24px;
  margin:3px 0 5px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #d0e1f9;
  color: #fff;
}
.stepbar li.step-current span {
  background-color: #4d648d;
  font-size: 16px;
  height: 30px;
  width: 30px;
  padding-top: 4px;
  margin: 0 0 3px;
}
/* ﾚｽﾎﾟﾝｼﾌﾞﾃﾞｻﾞｲﾝ用ﾒﾃﾞｨｱｸｴﾘ 480px以下 */
@media screen and (max-width: 480px) {
  .stepbar li:not(.step-current) span {
    margin:3px 0 3px;
  }
    .stepbar li.step-current span {
    font-size: 15px;
    height: 27px;
    width: 27px;
    padding-top: 2px;
    padding-left: 1px;
  }
}



/***********************************************************
reCAPTCHA
***********************************************************/
.g-recaptcha > div {
  margin: 0 auto;
}
/* v2の場合のみ、以下のｺｰﾄﾞを有効化する。
　→ <button> や <input> とは別に <div class="g-recaptcha" ・・・> と、divﾀｸﾞに class="g-recaptcha" を記述している場合 */
.g-recaptcha {
  margin-top: 4rem;
}
@media screen and (max-width: 480px) {
  .g-recaptcha {
    margin-top: 3rem;
  }
}



/***********************************************************
ﾌﾚｰﾑ設定（幅・余白）
***********************************************************/

/* ﾌﾛﾝﾄﾍﾟｰｼﾞ_各ｾｸｼｮﾝ */
#toikake,
#osirase,
#concept_and_feature,
#before-after_frontpage,
#column {
  margin:auto;
}
#toikake .wrap_toikake,
#osirase .wrap_osirase,
#concept_and_feature .wrap_concept_and_feature,
#column .wrap_column {
  max-width: var(--width_wrap);
  margin:auto;
  padding: 2rem 0 3rem;
}
#toikake .wrap_toikake {
  padding-top: 4rem;
}
#before-after_frontpage .wrap_before-after {
  padding-top: 2rem;
}
#column .wrap_column {
  padding-bottom: 0;
}

#toikake .wrap_toikake2, #toikake .wrap_toikake3,
#osirase .wrap_osirase2,
#concept_and_feature .wrap_concept_and_feature2,
#column .wrap_column2 {
  width: 90%;
  margin:0 auto;
}
@media screen and (max-width: 1024px) {
  #toikake .wrap_toikake,
  #osirase .wrap_osirase,
  #concept_and_feature .wrap_concept_and_feature,
  #column .wrap_column {
    padding: 2rem 3vw 2rem;
  }
  #toikake .wrap_toikake2, #toikake .wrap_toikake3,
  #osirase .wrap_osirase2,
  #concept_and_feature .wrap_concept_and_feature2,
  #column .wrap_column2 {
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  #toikake .wrap_toikake2, #toikake .wrap_toikake3 {
    width: 100%;
  }
  #column .wrap_column2 {
    width: 80%;
  }
}

/* ﾌﾛﾝﾄﾍﾟｰｼﾞ_各ｾｸｼｮﾝの見出し */
#toikake h2,
#osirase h2,
#concept_and_feature h2,
#before-after_frontpage h2,
#column h2 {
  font-size: 2.2rem;
  padding-left: 0.5rem;
}
#before-after_frontpage h2 {
  /* .wrap1の設定と同じにしている */
  max-width: var(--width_wrap);
  margin:auto;
}
@media screen and (max-width: 1024px) {
  #before-after_frontpage h2 {
    padding-left: calc(3vw + 0.5rem);
  }
}
@media screen and (max-width: 480px) {
  #toikake h2,
  #osirase h2,
  #concept_and_feature h2,
  #before-after_frontpage h2,
  #column h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  #toikake h2,
  #osirase h2,
  #concept_and_feature h2,
  #before-after_frontpage h2,
  #column h2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

#toikake h3,
#concept_and_feature h3 {
  font-size: 1.6rem;
}
#before-after_frontpage h3 {
  font-size: 1.7rem;
}
@media screen and (max-width: 480px) {
  #toikake h3 {
    font-size: 1.3rem;
  }
  #concept_and_feature h3,
  #before-after_frontpage h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  #toikake h3,
  #concept_and_feature h3,
  #before-after_frontpage h3 {
    font-size: 1.1rem;
  }
}


/* 各固定ﾍﾟｰｼﾞ section*/
.concept_and_feature,
.course_fee,
.staff,
.voice,
.faq,
.inquiry,
.waribiki,
.privacy_policy,
.column_list {
  margin: 0 auto;
}

/* 各固定ﾍﾟｰｼﾞ wrap*/
.concept_and_feature .wrap_concept_and_feature,
.course_fee .wrap_course_fee,
.staff .wrap_staff,
.faq .wrap_faq,
.inquiry .wrap_inquiry,
.waribiki .wrap_waribiki,
.privacy_policy .wrap_privacy_policy {
  max-width: var(--width_wrap);
  margin: 0 auto;
  padding: 3rem 5vw 5rem;
}
.concept_and_feature .wrap_concept_and_feature {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.course_fee .wrap_course_fee,
.waribiki .wrap_waribiki {
  padding: 3rem 2vw 2rem;
}
.staff .wrap_staff {
  padding-top: 1rem;
}
.faq .wrap_faq {
  margin: 3rem auto 6rem;
  padding-bottom: 1rem;
}
.privacy_policy .wrap_privacy_policy {
  padding-top: 0;
}
.voice .wrap_voice {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 1100px) {
  .concept_and_feature .wrap_concept_and_feature,
  .course_fee .wrap_course_fee,
  .staff .wrap_staff,
  .faq .wrap_faq,
  .waribiki .wrap_waribiki,
  .voice .wrap_voice {
    max-width: 86vw;
  }
  .faq .wrap_faq {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .privacy_policy .wrap_privacy_policy {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 800px) {
  .concept_and_feature .wrap_concept_and_feature {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .concept_and_feature .wrap_concept_and_feature {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  .concept_and_feature .wrap_concept_and_feature {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
  .course_fee .wrap_course_fee,
  .staff .wrap_staff,
  .faq .wrap_faq,
  .waribiki .wrap_waribiki {
    padding-top: 2rem;
    padding-bottom: 0.1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .course_fee .wrap_course_fee,
  .waribiki .wrap_waribiki {
    padding: 1.5rem 0 0;
    margin-top: 0;
  }
  .staff .wrap_staff {
    padding: 1.3rem 0 0;
    margin-top: 0;
  }
  .voice .wrap_voice {
    max-width: 92vw;
    margin: 0 auto 2.5rem;
    padding: 1rem 0 0;
  }
  .inquiry .wrap_inquiry {
    max-width: 92vw;
    margin: 0 auto;
    padding: 1rem 0 2.5rem;
  }
  .privacy_policy .wrap_privacy_policy {
    padding-bottom: 2.5rem;
  }
}
/* iPhone SE */
@media screen and (max-width: 375px) {
  .concept_and_feature .wrap_concept_and_feature {
    padding-top: 1.8rem;
  }
}
/* iPhone 5/SE */
@media screen and (max-width: 320px) {
  .concept_and_feature .wrap_concept_and_feature {
    padding-top: 1.4rem;
  }
}


/* 投稿ﾍﾟｰｼﾞ・ｱｰｶｲﾌﾞﾍﾟｰｼﾞ */
#single .wrap_single,
#archive .wrap_archive1,
.column_list .wrap_column_list1 {
  margin: 0 auto 6rem;
  padding-top: 25px;
  width: calc(var(--width_single_main) + var(--width_single_sidebar));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#single .wrap_single .main_contents,
#archive .wrap_archive1 .main_contents,
.column_list main {
  width: var(--width_single_main);
  padding: 4rem 4rem 6rem;
  background-color: var(--bgcolor5-3);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#sidebar {
  width: var(--width_single_sidebar);
  background-color: var(--bgcolor5-2);
  padding: 3rem 1.5rem 2rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#sidebar.sidebar_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1200px) {
  #single .wrap_single,
  #archive .wrap_archive1,
  .column_list .wrap_column_list1 {
    width: unset;
  }
  #single .wrap_single .main_contents,
  #archive .wrap_archive1 .main_contents,
  .column_list main {
    width: calc(100% - var(--width_single_sidebar) - 14vw);
    padding: 3rem 3.5rem 6rem;
  }
  #archive #sidebar,
  .column_list #sidebar {
    width: 250px;
  }
}
@media screen and (max-width: 1100px) {
  #single .wrap_single .main_contents,
  #archive .wrap_archive1 .main_contents,
  .column_list main {
    width: calc(100% - var(--width_single_sidebar) - 8vw);
    padding: 3rem 3rem 6rem;
  }
  #single #sidebar {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #single .wrap_single .main_contents,
  #archive .wrap_archive1 .main_contents,
  .column_list main {
    width: calc(100% - var(--width_single_sidebar) - 7vw);
  }
}
/* iPad Pro 12.9 より小さいｻｲｽﾞの場合は、ｱｰｶｲﾌﾞﾍﾟｰｼﾞ・page-column_listのみｻｲﾄﾞﾊﾞｰをﾒｲﾝの下に表示する */
@media screen and (max-width: 1024px) {
  #archive .wrap_archive1,
  .column_list .wrap_column_list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #archive .wrap_archive1 .main_contents,
  .column_list main,
  #archive #sidebar,
  .column_list #sidebar {
    width: 80vw;
    margin: 0 auto;
  }
  #archive .wrap_archive1 .main_contents,
  .column_list main {
    padding: 5rem 5rem 4rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #archive #sidebar,
  .column_list #sidebar {
    padding: 0 2.5rem 1rem;
  }
}
@media screen and (max-width: 900px) {
  #single .wrap_single .main_contents {
    width: calc(100% - var(--width_single_sidebar) - 5vw);
  }
}
@media screen and (max-width: 800px) {
  #single .wrap_single .main_contents {
    width: calc(100% - var(--width_single_sidebar));
    padding: 2.5rem 2rem 6rem;
  }
  #single #sidebar {
    width: 270px;
  }
  #archive .wrap_archive1 .main_contents,
  .column_list main {
    padding: 4.5rem 4.5rem 4rem;
  }
}
/* iPad Mini 6 より小さいｻｲｽﾞの場合は、投稿ﾍﾟｰｼﾞもｻｲﾄﾞﾊﾞｰをﾒｲﾝの下に表示する */
@media screen and (max-width: 744px) {
  #single .wrap_single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #single .wrap_single .main_contents,
  #single #sidebar {
    width: 80vw;
    margin: 0 auto;
  }
  #single .wrap_single .main_contents {
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 480px) {
  #single .wrap_single,
  #archive .wrap_archive1,
  .column_list .wrap_column_list1 {
    margin-bottom: 3rem;
    padding-top: 15px;
  }
  #single .wrap_single .main_contents,
  #archive .wrap_archive1 .main_contents,
  .column_list main,
  #single #sidebar,
  #archive #sidebar,
  .column_list #sidebar {
    width: 86vw;
  }
  #single .wrap_single .main_contents,
  #archive .wrap_archive1 .main_contents,
  .column_list main {
    padding: 1.8rem 1.7rem 3.5rem;
  }
  #sidebar {
    padding: 1.5rem 1rem 0;
  }
}



/***********************************************************
各ﾍﾟｰｼﾞ共通
***********************************************************/
/* 背景斜め線 */
.background_diagonal-line {
  height: 6rem;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 1024px) {
  .background_diagonal-line {
    height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .background_diagonal-line {
    height: 2rem;
  }
}

.course_fee1 .background_diagonal-line,
.course_fee2 {
  background-color: var(--bgcolor1-2);
}
.course_fee2 .background_diagonal-line,
.course_fee3 {
  background-color: var(--bgcolor1-3);
}
.course_fee3 .background_diagonal-line {
  background-color: var(--bgcolor1-1);
}

/* 背景色 */
.bg1-1 {
  background-color: var(--bgcolor1-1);
}
.bg1-2 {
  background-color: var(--bgcolor1-2);
}
.bg1-3 {
  background-color: var(--bgcolor1-3);
}
.bg2-3 {
  background-color: var(--bgcolor2-3);
}
.bg3-1 {
  background-color: var(--bgcolor3-1);
}
.bg3-2 {
  background-color: var(--bgcolor3-2);
}
.bg3-3 {
  background-color: var(--bgcolor3-3);
}
.bg4-1 {
  background-color: var(--bgcolor4-1);
}
.bg5-2 {
  background-color: var(--bgcolor5-2);
}
.bg5-3 {
  background-color: var(--bgcolor5-3);
}

/* h1 */
.h1title {
  position: relative;
  line-height: 0;
  z-index: 0
}
.h1title::before {
    content: '';
    display: block;
    height: 100px;
    background-color: var(--bgcolor5-3);
    -webkit-clip-path: polygon(0 0, 0 90%, 100% 10%, 100% 0);
            clip-path: polygon(0 0, 0 90%, 100% 10%, 100% 0);
  }
.h1title h1 {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.7rem;
    position: absolute;
    width: 0%;
    top: -1.6rem;
    left: 5vw;
    -webkit-animation-name: from-left-to-right;
            animation-name: from-left-to-right;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
  }
.h1title h1 svg {
      width: 100%
    }
.h1title h1 svg text {
        paint-order: stroke;
        stroke-width: 8;
        stroke: var(--bgcolor1-1);
        fill: var(--bgcolor5-3);
      }
.h1title.privacy_policy::before {
  height: 75px;
}
@media screen and (max-width: 900px) {
  .h1title h1 {
    font-size: 3.3rem;
    left: calc(0.01 * calc(100% - 700px) + 4vw)
  }
}
@media screen and (max-width: 700px) {
  .h1title::before {
    left: 1vw;
  }
}
/* ｽﾏﾎ表示 */
@media screen and (max-width: 480px) {
    .h1title::before {
      height: 46px;
    }
    .h1title h1 {
      font-size: 1.8rem;
      letter-spacing: 0.55rem;
      top: -63px
    }
      .h1title h1 svg text {
        stroke-width: 6;
      }
  .h1title.privacy_policy::before {
    height: 46px;
  }
}
@media screen and (max-width: 320px) {
  .h1title h1 {
    font-size: 1.5rem;
    top: -67px;
  }
}
@media screen and (max-width: 280px) {
  .h1title h1 {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
    top: -69px;
  }
}
@-webkit-keyframes from-left-to-right {
  0% {
    -webkit-transform: translateX(-1000px) ;
            transform: translateX(-1000px) ;
    width: 0%;
  }
  35% {
    width: 0%;
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    width: calc(100% - 5vw);
  }
}
@keyframes from-left-to-right {
  0% {
    -webkit-transform: translateX(-1000px) ;
            transform: translateX(-1000px) ;
    width: 0%;
  }
  35% {
    width: 0%;
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    width: calc(100% - 5vw);
  }
}

/* 各固定ﾍﾟｰｼﾞ h2 */
.concept_and_feature h2,
.staff h2 {
  font-size: 2.3rem;
}
.course_fee h2,
.waribiki h2 {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .concept_and_feature h2,
  .course_fee h2,
  .staff h2,
  .waribiki h2 {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 320px) {
  .concept_and_feature h2,
  .course_fee h2,
  .staff h2,
  .waribiki h2 {
    font-size: 1.35rem;
  }
}

/* 各固定ﾍﾟｰｼﾞ h3 */
.course_fee h3,
.waribiki h3 {
  font-size: 1.7rem;
  line-height: 1.2;
  padding-left: 4rem;
}
@media screen and (max-width: 480px) {
  .course_fee h3,
  .waribiki h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 320px) {
  .course_fee h3,
  .waribiki h3 {
    font-size: 1.2rem;
  }
}

.staff h3 {
  font-size: 1.9rem;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.staff .staff_position {
    font-size: 1.25rem;
  }
@media screen and (max-width: 480px) {
  .staff h3 {
    font-size: 1.25rem;
    margin-bottom: 0.1rem;
  }
  .staff .staff_position {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .staff h3 {
    font-size: 1.15rem;
  }
  .staff .staff_position {
    font-size: 0.96rem;
  }
}


/* h2・h3の前の数字やｶｯｺ書き */
main {
  counter-reset: suuji;
}
.course_fee h2 {
  position: relative;
  padding-left: 2.4rem;
}
.course_fee .wrap_course_major_classification h2::before {
  counter-increment: suuji;
  content: counter(suuji)'　';
  position: absolute;
  top: 0;
  left: -0.5rem;
}
@media screen and (max-width: 480px) {
  .course_fee .wrap_course_major_classification h2::before {
    left: 0.2rem;
  }
}
@media screen and (max-width: 320px) {
  .course_fee h2 {
    padding-left: 1.7rem;
  }
  .course_fee .wrap_course_major_classification h2::before {
    left: -0.1rem;
  }
}

.course_fee h3,
.waribiki h3 {
  position: relative;
}
.course_fee .wrap_course_major_classification,
.waribiki ol {
  counter-reset: suuji_kakko;
}
.course_fee .wrap_course_major_classification h3::before,
.waribiki h3::before {
  counter-increment: suuji_kakko;
  content: '('counter(suuji_kakko)')';
  position: absolute;
  top: 0;
  left: 1rem;
}
@media screen and (max-width: 480px) {
  .course_fee h3 {
    padding-left: 3.3rem;
  }
  .course_fee .wrap_course_major_classification h3::before {
    left: 0.8rem;
  }
  .waribiki h3 {
    padding-left: 1.5rem;
    text-indent: 1.3rem;
  }
  .waribiki h3::before {
    top: -2px;
    left: -1rem;
  }
}
@media screen and (max-width: 320px) {
  .course_fee h3 {
    padding-left: 3.1rem;
  }
  .course_fee .wrap_course_major_classification h3::before {
    left: 0.7rem;
  }
  .waribiki h3 {
    padding-left: 1.9rem;
  }
  .waribiki h3::before {
    top: -1px;
    left: -0.6rem;
  }
}



/***********************************************************
目次
***********************************************************/
/*@media screen and (min-width: 768px) {
  #single .main_contents #toc {
    display: none;
    & #open-close + label.btn-open-close::before {
      display: none;
    }
  }
}*/


/* 目次_single_ｻｲﾄﾞﾊﾞｰ */
@media screen and (min-width: 744px) {
/* @media screen and (744px <= width) { */
  .toc_sidebar .toc_nakami {
    max-height: 50vh;
    overflow-y: scroll;
  }
}


/* 目次の開閉 */
/* checkbox non-display */
.toc input[type="checkbox"] {
  display: none;
}
/* button control */
#open-close + label.btn-open-close::before {
  content: "閉じる";
  color: var(--link1);
  font-size: 0.95em;
}
#open-close:checked + label.btn-open-close::before {
  content: "開く";
  color: var(--link1);
  font-size: 0.95em;
}
#open-close ~ .toc_nakami {
  display: block ;
}
#open-close:checked ~ .toc_nakami {
  display: none ;
}


/* 目次_共通 */
.toc {
  display: table; /* inline-block; */
  text-align: center
}
.toc span:first-of-type {
    padding-left:0.3rem;
    padding-right: 0.2rem;
  }
.toc span:last-of-type {
    padding-left:0.2rem;
  }
.toc_nakami {
  margin-top: 1rem;
  text-align: initial
}
.toc_nakami ul ul {
    margin: 0.2rem 0 0.8rem;
  }
.toc_nakami ul li:last-of-type {
    margin-bottom: 0
  }
.toc_nakami ul li:last-of-type ul {
      margin-bottom: 0
    }
.toc_nakami ul li:last-of-type ul li:last-of-type {
        margin-bottom: 0;
      }
.toc li {
  font-size: 0.95rem;
  line-height: 1.25;
  margin-bottom: 0.3rem;
  padding-left: 1rem;
  text-indent: -2.3rem;
  list-style-type: none
}
.toc li > ul li {
    padding-left: 1.5rem;
    text-indent: -3.15rem;
  }
@media screen and (max-width: 480px) {
  .toc ul,
  .toc li {
    font-size: 13px;
  }
}


/* 目次_single */
#toc {
  padding: 1rem;
  margin-top: 2rem;
  border: 1px solid #999;
}

/* 目次_single_ｻｲﾄﾞﾊﾞｰ */
#toc_sidebar{
  padding-bottom: 1rem
}
#toc_sidebar.toc li {
    padding-left: 0.5rem;
    text-indent: -1.2rem
  }
#toc_sidebar.toc li > ul li {
      padding-left: 1.4rem;
      text-indent: -2.15rem;
    }

/* 目次_single_本文・ｻｲﾄﾞﾊﾞｰ共通 */
.toc .indent_2,
.toc .indent_3,
.toc .indent_4,
.toc .indent_5,
.toc .indent_6 {
  margin-left: 1.5rem;
}
.toc .indent_3,
.toc .indent_4,
.toc .indent_5,
.toc .indent_6 {
  margin-top: 0.3rem;
}
@media screen and (max-width: 480px) {
  .toc .indent_2:first-child {
    margin-top: 3px; /* 0.2em; */
  }
  .toc .indent_2:last-child {
    margin-bottom: 1px;
  }
  .toc .indent_2,
  .toc .indent_3,
  .toc .indent_4,
  .toc .indent_5,
  .toc .indent_6 {
    margin-left: 1rem;
    text-indent: -1rem;
  }
}


/* 目次（ｺｰｽ一覧）_ｺｰｽ料金 */
#toc_course_fee {
  width: 400px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  background-color: var(--bgcolor5-2);
  border: solid 3px var(--bgcolor2-1)
}
#toc_course_fee li {
    text-indent: unset;
    /* margin-bottom: 0.5rem; */
    line-height: 1.5;
  }
@media screen and (max-width: 480px) {
  #toc_course_fee {
    max-width: 320px;
    margin: 1.5rem auto;
    padding: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  #toc_course_fee {
    max-width: 250px;
  }
}


/* 目次（ｺｰｽ一覧）_ｺｰｽ料金_番号表示 */
#toc_course_fee {
  counter-reset: toc_suuji;
}
#toc_course_fee .toc_nakami > ul > li {
  position: relative;
  padding-left: 1.5rem
}
#toc_course_fee .toc_nakami > ul > li::before {
    counter-increment: toc_suuji;
    content: counter(toc_suuji)'　';
    position: absolute;
    top: 0;
    left: 0;
  }
#toc_course_fee .toc_nakami > ul > li {
  counter-reset: toc_suuji_kakko;
}
#toc_course_fee .toc_nakami > ul > li > ul > li {
  position: relative;
  padding-left: 2rem
}
#toc_course_fee .toc_nakami > ul > li > ul > li::before {
    counter-increment: toc_suuji_kakko;
    content: '('counter(toc_suuji_kakko)')';
    position: absolute;
    top: 0;
    left: 0;
  }



/***********************************************************
独自ｽｸﾛｰﾙﾋﾝﾄ
***********************************************************/
/* ｽｸﾛｰﾙ設定：tableの親要素にｸﾗｽ指定すること */
.scrollable-table {
  position: relative;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  margin-bottom: 1rem
}
.scrollable-table table {
    border-collapse: separate;
  }
.scrollable-table th:first-child {
    /* ﾍｯﾀﾞ固定してｽｸﾛｰﾙ表示 */
    position: sticky;
    left: 0;
  }

/* jsで付与されるｺｰﾄﾞについてのcss */
.wrap_scrollable_icon1 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none
}
.wrap_scrollable_icon1 .wrap_scrollable_icon2 {
    height: 100%
  }
.wrap_scrollable_icon1 .wrap_scrollable_icon2.visible {
      background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, .2)), color-stop(10%, transparent));
      background: linear-gradient(to left, rgba(0, 0, 0, .2) 0, transparent 10%);
    }
.wrap_scrollable_icon1.visible .scrollable_icon {
      opacity: 0.9
    }
.wrap_scrollable_icon1.visible .scrollable_icon .svg-scrollable_hint-hand {
        -webkit-animation: anim-scrollable_hint-hand 1.2s linear;
                animation: anim-scrollable_hint-hand 1.2s linear;
        -webkit-animation-iteration-count: 3;
                animation-iteration-count: 3; /* 実行回数 */
      }
.wrap_scrollable_icon1.visible .scrollable_icon .svg-scrollable_hint-arrows {
        opacity: 1;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0s;
                transition-duration: 0s;
        -webkit-transition-delay: 3.6s;
                transition-delay: 3.6s; /* duration 1.2s × 3回 */
      }
.wrap_scrollable_icon1.visible .scrollable_icon p {
        margin-bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        word-break: keep-all;
      }
.scrollable_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* : border-box; reset.cssで設定しているから不要*/
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, .7); /* rgba(64, 160, 128, 0.7); */
  text-align: center;
  padding: 18px 0 0;
}
.scrollable_icon-text {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 1px;
}
.svg-scrollable_hint-hand {
  height: 45px;
}
.svg-scrollable_hint-arrows {
  position: absolute;
  top: 9px;
  left: 34px;
  height: 10px;
  opacity: 0;
}

/* svg設定 */
#scrollable_hint-hand .parts_scrollable_hint-hand {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
}
#scrollable_hint-arrows .parts_scrollable_hint-arrows {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-linecap: round;
}

@-webkit-keyframes anim-scrollable_hint-hand {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes anim-scrollable_hint-hand {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}



/***********************************************************
その他複数箇所で使用
***********************************************************/
/* ｻｲﾄﾞﾊﾞｰ（ｱｰｶｲﾌﾞﾍﾟｰｼﾞ・page-column_list・投稿ﾍﾟｰｼﾞ） */
@media screen and (min-width: 744px) {
/* @media screen and (744px <= width) { */
  .wrap_sidebar {
    position: sticky;
    top: 100px;
  }
}
#sidebar h3 {
  font-size: 1rem;
  font-weight: bold;
  background-color: var(--bgcolor1-1);
  color: var(--bgcolor5-3);
  padding: 7px 10px 5px;
  border-radius: 0.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 480px) {
  #sidebar h3 {
    font-size: 1.15rem;
    padding: 7px 10px 6px;
    margin-top: 2.5rem;
  }
}

/* 投稿ﾍﾟｰｼﾞ・ｱｰｶｲﾌﾞﾍﾟｰｼﾞ・page-column_list */
#single h1,
#archive h1,
.column_list h1 {
  font-size: 2.2rem;
  line-height: 1.15;
  margin-bottom: 2.5rem;
}
#single h1 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 800px) {
  #single h1,
  #archive h1,
  .column_list h1 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  #single h1,
  #archive h1,
  .column_list h1 {
    font-size: 1.7rem;
  }
  #archive h1,
  .column_list h1 {
    margin-bottom: 1.5rem;
  }
}

/* ﾌﾛﾝﾄﾍﾟｰｼﾞ・ｱｰｶｲﾌﾞﾍﾟｰｼﾞ・page-column_list */
.article_list_tate,
.article_list_yoko {
  background-color: var(--bgcolor5-3);
  border-radius: 1rem;
}
/* 背景色_ﾎﾊﾞｰ時のみ */
.article_list_tate:hover,
.article_list_yoko:hover {
  background-color: var(--bgcolor5-2);
}
/* ﾘﾝｸ下線_ﾎﾊﾞｰ時のみ */
.article_list_tate a:hover h2,
.article_list_yoko a:hover h2,
.article_list_tate a:hover h3,
.article_list_yoko a:hover h3 {
  text-decoration: underline;
}

.article_list_yoko {
  border: solid 1px #ccc;
  padding-right: 0.5rem;
  margin-bottom: 2rem
}

.article_list_yoko a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

.article_list_yoko a figure {
      max-width: var(--blog_list_img_height);
      margin-right: 1rem
    }

.article_list_yoko a figure img {
        border: solid 1px #ccc;
        border-radius: 1rem;
        aspect-ratio: 4 / 3;
      }

.article_list_yoko a figcaption {
      width: calc(100% - calc(var(--blog_list_img_height)*3/4));
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center
    }

.article_list_yoko a figcaption h2 {
        margin-bottom: 0.7rem;
      }

.article_list_yoko a figcaption h3 {
        margin-bottom: 0.7rem;
      }

.article_list_yoko a figcaption p {
        margin-bottom: 0
      }

.article_list_yoko a figcaption p .label_category {
          font-size: 0.85rem;
        }

/* ﾌﾛﾝﾄﾍﾟｰｼﾞ */
@media screen and (min-width: 901px) {
/* @media screen and (900px < width) { */
    #column .wrap_column2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }
    #column .article_list_tate {
      width: 30%;
      padding: 0
    }
      #column .article_list_tate a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
      }
        #column .article_list_tate a figure {
          margin: 0 0 1rem;
          max-width: none;
          text-align: center
        }
          #column .article_list_tate a figure img {
            aspect-ratio: 4 / 3;
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
          }
        #column .article_list_tate a figcaption {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          padding: 0 1rem;
          width: 100%;
          min-height: 160px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center
        }
          #column .article_list_tate a figcaption h3 {
            height: auto;
            font-size: 0.9rem;
            line-height: 1.25;
          }
          #column .article_list_tate a figcaption p {
            font-size: 0.8rem;
            line-height: 1.2;
            margin-bottom: 0.6rem;
          }
}
/* ﾌﾛﾝﾄﾍﾟｰｼﾞ・ｱｰｶｲﾌﾞﾍﾟｰｼﾞ・page-column_list */
@media screen and (max-width: 480px) {
  #column .wrap_column2,
  #archive .wrap_archive2,
  .column_list .wrap_column_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .article_list_tate {
    width: 100%;
    padding: 0
  }
    .article_list_tate a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
      .article_list_tate a figure {
        margin: 0 0 1rem;
        max-width: none;
        text-align: center
      }
        .article_list_tate a figure img {
          aspect-ratio: 4 / 3;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
        }
      .article_list_tate a figcaption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 0 1rem;
        width: 100%;
        min-height: 180px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
      }
        .article_list_tate a figcaption h3 {
          height: auto;
          font-size: 0.9rem;
          line-height: 1.25;
        }
        .article_list_tate a figcaption p {
          font-size: 0.8rem;
          line-height: 1.2;
          margin-bottom: 0.6rem;
        }
}
@media screen and (max-width: 320px) {
  .article_list_tate a figcaption {
    min-height: 150px;
  }
}
@media screen and (max-width: 280px) {
  .article_list_tate a figcaption {
    min-height: 120px;
  }
}

/* ｶﾃｺﾞﾘﾗﾍﾞﾙ */
.label_category {
  color: var(--link1);
  background-color: var(--bgcolor1-2);
  border-radius: 0.5rem;
  margin-left: 1rem;
  padding: 0.1rem 0.3rem;
}
#single time,
#archive time,
.column_list time {
  font-size: 0.9rem;
}
@media screen and (min-width: 481px) and (max-width: 900px) {
  #column time {font-size: 0.9rem;}
}

/* svg_時計ﾏｰｸ */
#icon_clock {
  fill: #666;
}
/* ｱｰｶｲﾌﾞﾍﾟｰｼﾞ */
svg.svg-tokei {
  display: inline-block;
  height: 0.85rem;
  width: 0.85rem;
  vertical-align: middle;
}
#single svg.svg-tokei {
  height: 0.8rem;
  width: 0.8rem;
}
/* ﾌﾛﾝﾄﾍﾟｰｼﾞ */
@media screen and (max-width: 480px), (min-width: 901px) {
/* @media screen and (width <= 480px), (900px < width) { */
  #column svg.svg-tokei {
    vertical-align: top;
  }
}

/* ﾍﾟｰｼﾞﾈｰｼｮﾝ（ｱｰｶｲﾌﾞﾍﾟｰｼﾞ・page-column_list） */
nav.pagination {
  text-align: center;
  margin-top: 4rem
}
nav.pagination .nav-links * {
    margin: 0 0.5rem;
  }
@media screen and (max-width: 480px) {
  nav.pagination {
    margin-top: 1rem;
  }
}

/* ｻｲﾄﾞﾊﾞｰ */
.list_categories {
  margin: 2rem 2.5rem 0;
  padding-bottom: 2.5rem
}
.list_categories ul {
    margin-left: 2rem
  }
.list_categories ul li {
      margin-bottom: 0.6rem;
    }
@media screen and (max-width: 1200px) {
  .list_categories {
    margin: 2rem 1rem 0;
  }
}



/***********************************************************
snsｱｲｺﾝ / svg
***********************************************************/
.svg-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
/* LINE */
#icon_sns_line .cls-1 {
  fill: #06c755;
}
#icon_sns_line .cls-2 {
  fill: #fff;
}
/* twitter */
#icon_sns_twitter .st0 {
  fill: #1D9BF0;;
}
#icon_sns_twitter .st1 {
  fill: #fff;
}

/* 矢印（右） */
#arrow_right .parts_arrow1,
#arrow_right .parts_arrow2 {
  stroke: red;
}



/***********************************************************
ﾍｯﾀﾞｰ
***********************************************************/
/* 背景色 */
/* header {
  background-image: url(img/svg_common.svg#background1);
  background-size: cover;
  background-repeat: no-repeat;
  & #background1 {
    fill: #908070;
  }
} */
header {
  height:  calc(38px + 23px - 1px); /* ﾅﾋﾞﾒﾆｭｰの開始位置 + ﾅﾋﾞﾒﾆｭｰの高さ にすると、背景色がはみ出るので -1px している */
  /* height: 35px; */
}
.wrap_header {
  position: fixed; /* relative; */
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  background-color: rgba(60,60,60,0.8)
}
.wrap_header a.logo {
    position: fixed;
    width: 60vw;
  }
.wrap_header .svg-background1 {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    z-index: -1;
    fill: var(--bgcolor6-1);
  }
@media screen and (max-width: 1000px) {
  .wrap_header a.logo {
    width: calc(-0.05 * calc(100% - 800px) + 80vw);
  }
}
@media screen and (max-width: 800px) {
  .wrap_header a.logo {
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  header {
    height: var(--menu_sumaho_height); /* 15px; */ /* 9px; */
  }
  .wrap_header {
    height: var(--menu_sumaho_height) /* 36px; */
  }
    .wrap_header a.logo {
      width: 113vw;
      top: 8px; /* 4px; */
      left: 5px;
    }
}


/* ﾛｺﾞ */
.svglogo1 {
  width: 100%; /* 45%; */
  -webkit-animation: anim-logo_bounce 2s;
          animation: anim-logo_bounce 2s;
}
.svglogo_parts1 {
  fill: #ffc100;
  stroke: #ffa500;
}
.svglogo_parts2 {
  fill: #ffaf00;
  stroke: #ffa500;
}
@-webkit-keyframes anim-logo_bounce {
  30% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  42% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
  }
  56% {
    -webkit-transform: scale(1.3, 0.2) ;
            transform: scale(1.3, 0.2) ;
  }
  68%, 74% {
    -webkit-transform: scale(0.7,1.5);
            transform: scale(0.7,1.5);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
  }
}
@keyframes anim-logo_bounce {
  30% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  42% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
  }
  56% {
    -webkit-transform: scale(1.3, 0.2) ;
            transform: scale(1.3, 0.2) ;
  }
  68%, 74% {
    -webkit-transform: scale(0.7,1.5);
            transform: scale(0.7,1.5);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
  }
}


/* ﾅﾋﾞﾒﾆｭｰ */
@media screen and (min-width: 481px) {
/* @media screen and (480px < width) { */
  nav.menu-navi_header-container {
    position: fixed;
    right: 0;
    top: 38px
  }
    nav.menu-navi_header-container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end
    }
      nav.menu-navi_header-container ul li {
        padding: 0 0.6rem;
        font-size: 0.95rem;
        color: var(--bgcolor5-3)
      }
        nav.menu-navi_header-container ul li a:hover {
          color: var(--nav_hover);
          font-weight: bold;
        }
}
@media screen and (max-width: 800px) {
  nav.menu-navi_header-container ul li {
    padding: 0 0.45rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  nav.menu-navi_header-container {
    display: none;
  }
}


/* ﾊﾟﾝくずﾘｽﾄ */
nav.breadcrumb {
  padding: 0.5rem 1.5rem;
  background-color: var(--bgcolor5-3)
}
nav.breadcrumb ul {
    font-size: 0.8em
  }
nav.breadcrumb ul li {
      display: inline
    }
:is(nav.breadcrumb ul li) + li::before {
        content: '>';
        margin: 0 0.5rem;
      }
@media screen and (max-width: 480px) {
  nav.breadcrumb {
    padding: 0.3rem 1rem;
  }
  nav.breadcrumb ul {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  nav.breadcrumb {
    padding: 0.3rem 0.7rem;
  }
}


/* ﾊﾝﾊﾞｰｶﾞｰﾎﾞﾀﾝ */
/*ボタン外側*/
#btn_ham,
#btn_ham_close {
  position: absolute;
  right: 0;
  top: 0;
  width: var(--menu_sumaho_height);
  height: var(--menu_sumaho_height);
  background-color: var(--bgcolor1-1);
  cursor: pointer;
  z-index: 1001;
}

/*ボタン内側*/
.ham_rotation {
  -webkit-transition: all .3s;
  transition: all .3s; /*アニメーションの設定*/
  width: var(--menu_sumaho_height);
  height: var(--menu_sumaho_height);
}

#btn_ham span,
#btn_ham_close span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 7px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 23px;
}
#btn_ham_close span {
  width: 14px;
  left: 20px;
}
#btn_ham span:nth-of-type(1) {
	top:6px;	
}
#btn_ham span:nth-of-type(2) {
	top:12px;
}
#btn_ham span:nth-of-type(3) {
	top:18px;
}
#btn_ham span:nth-of-type(3)::after {
	content:"Menu"; /*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:4px;
	left:-6px;
	color: #fff;
	font-size: 0.73em;
	text-transform: uppercase;
}

/* tuika.jsにより class:'.tapped' が付加によるﾊﾝﾊﾞｰｶﾞｰﾎﾞﾀﾝの見た目の変更 */
/* ﾊﾝﾊﾞｰｶﾞｰﾎﾞﾀﾝ全体を回転させる。 */
#btn_ham.tapped .ham_rotation {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
/*表示をﾊﾝﾊﾞｰｶﾞｰﾒﾆｭｰから×ﾏｰｸに変更する。 */
/* ×ﾏｰｸの高さ設定 */
#btn_ham.tapped span:nth-of-type(1),
#btn_ham_close span:nth-of-type(1) {
  top: 11px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
#btn_ham.tapped span:nth-of-type(2),
#btn_ham_close span:nth-of-type(2) {
	opacity: 0;
}
#btn_ham.tapped span:nth-of-type(3),
#btn_ham_close span:nth-of-type(3) {
	top:23px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
#btn_ham.tapped span:nth-of-type(3)::after,
#btn_ham_close span:nth-of-type(3)::after {
	content:"";/*3つ目の要素のafterにMenu表示を指定*/
}

/* ×ﾏｰｸをﾌｪｰﾄﾞｲﾝさせる */
#btn_ham_close span:nth-of-type(1),
#btn_ham_close span:nth-of-type(3) {
  -webkit-animation-name: fadein_close_button;
          animation-name: fadein_close_button;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in; /* 開始時は緩やかに変化、終了に近づくと早く変化 */
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}
@-webkit-keyframes fadein_close_button {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein_close_button {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ﾒﾆｭｰ_ｽﾏﾎ用 */
#menu_sumaho {
  position: fixed;
  top: var(--menu_sumaho_height);
  height: 100vh;
  width: 100vw;
  background-color: var(--bgcolor6-1);
  opacity: 0.9;
  z-index: 1000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#btn_ham.tapped~#menu_sumaho {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#menu_sumaho {
  color: var(--bgcolor5-1)
}

#menu_sumaho nav {
    margin: 4rem auto 3rem;
    text-align: center
  }

#menu_sumaho nav li {
      margin-bottom: 0.4rem
    }

#menu_sumaho nav li a:hover {
        color: var(--nav_hover);
        font-weight: bold;
        text-decoration: underline;
      }

#menu_sumaho .menu_sumaho_inquiry {
    text-align: center;
    background-color: var(--bgcolor6-2);
    margin-bottom: 3.5rem;
    padding: 1.5rem 0
  }

#menu_sumaho .menu_sumaho_inquiry .svg-icon {
      width: 2.5rem;
      height: 2.5rem;
    }

#menu_sumaho .menu_sumaho_inquiry .or {
      padding: 0 1rem;
    }

#menu_sumaho ul.sns-link {
    padding: 0 1rem;
  }
/* iPhone SE */
@media screen and (max-height: 667px) {
    #menu_sumaho nav {
      margin: 2rem auto;
    }
    #menu_sumaho .menu_sumaho_inquiry {
      margin-bottom: 2.5rem;
    }
}
/* iPhone 5/SE */
@media screen and (max-height: 568px) {
    #menu_sumaho nav {
      margin: 1.5rem auto 1rem;
    }
    #menu_sumaho .menu_sumaho_inquiry {
      margin-bottom: 1.5rem;
      padding: 0.7rem 0 0.1rem
    }
      #menu_sumaho .menu_sumaho_inquiry p {
        margin-bottom: 0.6rem;
      }
}



/***********************************************************
body
***********************************************************/
.site-content {
  width: 100%;
}



/***********************************************************
ﾌｯﾀｰ
***********************************************************/
footer {
  background-color: var(--bgcolor5-3);
  text-align: center;
}

.wrap_footer1,
.wrap_footer2 {
  padding: 4rem var(--frame_margin) 0;
}
@media screen and (max-width: 1000px) {
  .wrap_footer1 {
    padding: 4rem 0 0;
  }
}
/* iPad Pro 11から小さいｻｲｽﾞはﾏｯﾌﾟと店舗情報を縦に並べる */
@media screen and (max-width: 834px) {
  .wrap_footer1 {
    padding: 4.5rem 5vw 0;
  }
}
@media screen and (max-width: 480px) {
  .wrap_footer1 {
    padding-top: 2.5rem;
  }
}

.wrap_footer2 {
  padding-top: 3rem;
  background-color: var(--bgcolor6-3);
  color: var(--bgcolor5-3);
}
@media screen and (max-width: 480px) {
  .wrap_footer2 {
    padding: 0;
  }
}

footer h2{
  font-size: 2rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 480px) {
  footer h2{
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}

/* ﾏｯﾌﾟ */
.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px
}
.map .map_info {
    min-width: 480px;
    padding: 0 2rem
  }
.map .map_info dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 3rem
    }
.map .map_info dl dt {
        width: 6rem;
        border-radius: 1rem;
        background-color: var(--bgcolor1-1);
        color: #fff;
        padding: 0.2rem 0;
      }
.map .map_info dl dd {
        padding-left: 2rem;
        text-align: left;
      }
.map .map_info table {
      border-collapse: separate;
      border-spacing: 0 1rem;
      line-height: 1.3
    }
.map .map_info table th {
        width: 6rem;
        height: 2rem;
        vertical-align: middle;
        border-radius: 1rem;
        background-color: var(--bgcolor1-1);
        color: #fff;
      }
.map .map_info table td {
        text-align: left;
        vertical-align: middle;
        padding-left: 1rem;
        width: calc(100% - 6rem);
        background-color: var(--bgcolor5-3);
      }
.map .map_google {
    width: 100%;
    height: 100%;
    /* & iframe {
      height: 100%;
    } */
  }
.map th,
.map td {
  border: none;
  padding: 0;
}
/* ｽﾏﾎ表示_ｱｸｾｽﾏｯﾌﾟ・情報 */
@media screen and (max-width: 1000px) {
  .map .map_info {
    width: 460px;
    padding-right: 0;
  }
}
/* iPad Pro 11から小さいｻｲｽﾞはﾏｯﾌﾟと店舗情報を縦に並べる */
@media screen and (max-width: 834px) {
  .map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    overflow: hidden
  }
    .map .map_info {
      min-width: auto;
      width: unset;
      padding: 0;
      margin: 0 auto
    }
        .map .map_info dl dt {
          width: 4.5rem;
          font-size: 0.85rem;
        }
        .map .map_info dl dd {
          padding-left: 1rem;
          line-height: 1.1;
        }
        .map .map_info table th {
          width: 4rem;
        }
        .map .map_info table td {
          width: calc(100% - 4rem);
          padding-left: 0.8rem;
        }
    .map .map_google {
      height: 300px;
      margin-bottom: 1rem;
    }
}
@media screen and (max-width: 480px) {
  .map .map_google {
    height: 240px;
    margin-bottom: 0.5rem;
  }
}
/* Galaxy S5 */
@media screen and (max-width: 360px) {
  .map .map_info dl dd .w360 {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 280px) {
  .map .map_info dl dd {
    padding-left: 0.5rem;
  }
}

/* ﾌｯﾀｰﾅﾋﾞﾒﾆｭｰ */
footer nav {
  margin-bottom: 1rem;
  min-width: 300px;
  width: 400px
}
footer nav li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
footer nav li a:hover {
      color: var(--nav_hover);
      font-weight: bold;
    }
@media screen and (max-width: 480px) {
  footer nav {
    display: none;
  }
}

footer .footernavi_and_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

footer .footernavi_and_sns .wrap_footerlogo_and_sns {
    position: relative
  }

footer .footernavi_and_sns .wrap_footerlogo_and_sns .logo_footer {
      -webkit-transform: translateX(25%);
              transform: translateX(25%);
      margin: 2rem auto;
    }
@media screen and (max-width: 480px) {
    footer .footernavi_and_sns .wrap_footerlogo_and_sns {
      overflow: hidden
    }
      footer .footernavi_and_sns .wrap_footerlogo_and_sns .logo_footer {
        position: absolute;
        margin-top: 2rem;
        height: 2rem;
        left: 42px;
      }
}
@media screen and (max-width: 390px) {
  footer .footernavi_and_sns .wrap_footerlogo_and_sns .logo_footer {
    left: 32px;
  }
}
@media screen and (max-width: 375px) {
  footer .footernavi_and_sns .wrap_footerlogo_and_sns .logo_footer {
    left: 21px;
  }
}
@media screen and (max-width: 360px) {
  footer .footernavi_and_sns .wrap_footerlogo_and_sns .logo_footer {
    left: 14px;
  }
}
@media screen and (max-width: 320px) {
  footer .footernavi_and_sns .wrap_footerlogo_and_sns .logo_footer {
    left: -3px;
  }
}
@media screen and (max-width: 280px) {
  footer .footernavi_and_sns .wrap_footerlogo_and_sns .logo_footer {
    left: -24px;
  }
}

/* 問い合わせ先 */
.inquiry_info {
  margin: 0 auto 5rem;
  padding-top: 5rem
}
.inquiry_info > ul {
    margin-top: 2.5rem
  }
.inquiry_info > ul > li {
      font-size: 1.5rem;
      margin-bottom: 1.5rem
    }
.inquiry_info > ul > li li {
        font-size: 2rem;
        margin-top: 1rem;
        margin-bottom: 0;
        font-weight: bold;
      }
.inquiry_info > ul .wrap_inquiry-icon {
      background-color: var(--bgcolor5-1);
      max-width: 500px;
      border-radius: 1rem;
      padding: 1.5rem 2rem;
      margin: 0 auto;
    }
.inquiry_info .svg-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
  }
@media screen and (max-width: 480px) {
  .inquiry_info {
    padding-top: 2.5rem;
    margin-bottom: 2rem
  }
    .inquiry_info > ul {
      margin-top: 1rem
    }
      .inquiry_info > ul > li {
        font-size: 1.2rem;
        margin-bottom: 1rem
      }
        .inquiry_info > ul > li li {
          font-size: 1.4rem;
          margin-top: 0.4rem;
        }
      .inquiry_info > ul .wrap_inquiry-icon {
        padding: 1rem 0;
        width: 300px;
      }
    .inquiry_info .svg-icon {
      width: 2.5rem;
      height: 2.5rem;
      margin-left: 0.3rem;
      margin-right: 0.2rem;
    }
}
/* iPhone 5/SE */
@media screen and (max-width: 320px) {
    .inquiry_info > ul > li {
      font-size: 1.1rem;
    }
    .inquiry_info > ul .wrap_inquiry-icon {
      width: unset;
    }
}
@media screen and (max-width: 280px) {
  .inquiry_info .svg-icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}


/* ｽﾏﾎｱｲｺﾝ */
#icon_sumaho .parts-sumaho1 {
  fill: #88d0d0;
}
#icon_sumaho .parts-sumaho2,
#icon_sumaho .parts-sumaho3 {
  fill: #525252;
}
/* ﾒｰﾙｱｲｺﾝ */
#icon_mail .parts-mail1 {
  fill: #fcfcfc;
  stroke: #525252;
}
#icon_mail .parts-mail2 {
  fill: transparent;
  stroke: #525252;
}


/* snsﾘﾝｸ */
ul.sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
ul.sns-link li {
    padding: 0 1rem;
  }
ul.sns-link .svg-icon {
    width: 2.5rem;
    height: 2.5rem
  }
ul.sns-link .svg-icon.icon_sns_youtube {
      /* youtube */
      width: 7rem;
    }
@media screen and (max-width: 480px) {
  ul.sns-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5rem 1rem 0
  }
    ul.sns-link li {
      padding: 0 1rem 1rem;
    }
    ul.sns-link .svg-icon {
      width: 2rem;
      height: 2rem
    }
      ul.sns-link .svg-icon.icon_sns_youtube {
        width: 6rem;
      }
}


/* copyright */
.copyright {
  margin: 1rem auto 0;
  padding: 0 0 1rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 280px) {
  .copyright {
    font-size: 0.7rem;
  }
}


/* 申し込みﾎﾞﾀﾝ(常駐) */
@media screen and (min-width: 481px) {
/* @media screen and (480px < width) { */
  #resident_button_application {
    position: fixed;
    bottom: 20%;
    right: 0;
    border-radius: 1.5rem 0 0 1.5rem;
    background-color: var(--bgcolor2-1);
    opacity: 0.9;
    padding: 0.7rem;
    -webkit-animation: from-right-to-left 7s;
            animation: from-right-to-left 7s
  }
    #resident_button_application p:first-of-type {
      font-size: 0.9rem;
    }
    #resident_button_application p:last-of-type {
      text-align: center;
      margin-bottom: 0;
    }
    #resident_button_application .svg-icon {
      width: 2.5rem;
      height: 2.5rem
    }
      #resident_button_application .svg-icon.resident_button_anim {
        -webkit-animation: anim-resident_button 40s infinite;
                animation: anim-resident_button 40s infinite;
      }
    #resident_button_application .or {
      padding: 0 1rem;
    }
}
@-webkit-keyframes from-right-to-left {
  0%, 40% {
    -webkit-transform: translateX(400px) ;
            transform: translateX(400px) ;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes from-right-to-left {
  0%, 40% {
    -webkit-transform: translateX(400px) ;
            transform: translateX(400px) ;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes anim-resident_button {
  0%, 50%, 54% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  50.5% {
    -webkit-transform: skew(5deg, 5deg);
            transform: skew(5deg, 5deg);
  }
  51% {
    -webkit-transform: skew(-4deg, -4deg);
            transform: skew(-4deg, -4deg);
  }
  51.5% {
    -webkit-transform: skew(3deg, 3deg);
            transform: skew(3deg, 3deg);
  }
  52% {
    -webkit-transform: skew(-2deg, -2deg);
            transform: skew(-2deg, -2deg);
  }
  52.5% {
    -webkit-transform: skew(1deg, 1deg);
            transform: skew(1deg, 1deg);
  }
  53% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  53.5% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
}
@keyframes anim-resident_button {
  0%, 50%, 54% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  50.5% {
    -webkit-transform: skew(5deg, 5deg);
            transform: skew(5deg, 5deg);
  }
  51% {
    -webkit-transform: skew(-4deg, -4deg);
            transform: skew(-4deg, -4deg);
  }
  51.5% {
    -webkit-transform: skew(3deg, 3deg);
            transform: skew(3deg, 3deg);
  }
  52% {
    -webkit-transform: skew(-2deg, -2deg);
            transform: skew(-2deg, -2deg);
  }
  52.5% {
    -webkit-transform: skew(1deg, 1deg);
            transform: skew(1deg, 1deg);
  }
  53% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  53.5% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
}
/* ｽﾏﾎ表示_申し込みﾎﾞﾀﾝ(常駐) */
@media screen and (max-width: 480px) {
  #resident_button_application {
    display: none;
  }
}

/* ﾄｯﾌﾟへ戻る */
#js-back_to_top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  opacity: 0.8;
  visibility: hidden
}
#js-back_to_top.visible {
    visibility: visible;
  }
#js-back_to_top .svg-back_to_top {
    width: 3rem;
    height: 3rem;
  }
/* ｽﾏﾎ表示 */
@media screen and (max-width: 480px) {
  #js-back_to_top .svg-back_to_top {
    width: 2.3rem;
    height: 2.3rem;
  }
}
/* svgｱｲｺﾝ_ﾄｯﾌﾟへ戻る */
#arrow-back_to_top .parts_circle {
    fill: var(--bgcolor3-2);
    stroke: var(--bgcolor3-1);
  }
#arrow-back_to_top .parts_arrow1 {
    stroke: #fff;
  }
#arrow-back_to_top .parts_arrow2 {
    stroke: #fff;
  }



/***********************************************************
ﾊﾟﾗﾗｯｸｽｽﾗｲﾀﾞｰ
***********************************************************/
.flowing-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 400px;
  overflow: hidden
}
.flowing-slide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0
  }
.flowing-slide ul:first-of-type {
      -webkit-animation: flowing-slide1 60s -30s linear infinite;
              animation: flowing-slide1 60s -30s linear infinite;
    }
.flowing-slide ul {
    /*&:last-of-type {*/
  }
.flowing-slide ul:nth-of-type(2) {
      -webkit-animation: flowing-slide2 60s linear infinite;
              animation: flowing-slide2 60s linear infinite;
    }
.flowing-slide ul li {
      display: inline-block
    }
.flowing-slide ul li img {
        max-width: none; /* reset.cssで設定されているのを無効化 */
      }


#header_slider_wrap {
  width:100%;
  height: var(--parallax_height); /* 725px; */
  position:relative;
  z-index: -1; /* 追加_position:fixedで固定したﾍｯﾀﾞｰより下に表示させるため */
}

/* スライダー */
#header_slider {
  width:100%;
  min-width: calc(var(--parallax_height) * 1182/725); /* 1182px; */
  height: var(--parallax_height); /* 725px; */
  overflow:hidden;
  position:relative;
  background:#000
}
#header_slider .item {
    opacity:0;
    width:100%;
    height: var(--parallax_height); /* 725px; */
    position:relative;
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
  }
#header_slider .image {
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
  }


/* 画像スライダーのアニメーションの設定 */
#header_slider .animation_type1.animate .image {
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  -webkit-animation: zoomOut 35.0s ease forwards;
          animation: zoomOut 35.0s ease forwards;
}
#header_slider .animation_type2.animate .image {
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  -webkit-animation: zoomIn 35.0s ease forwards;
          animation: zoomIn 35.0s ease forwards;
}


/* 動画 */
#header_video { display:block; min-width: 100%; min-height: 100%; width: auto; height: auto; position: absolute; top: 50%; left: 50%; z-index: 1;  -webkit-transform: translate3d(-50%,-50%, 0);transform: translate3d(-50%,-50%, 0); }


/* パララックススライダー */
#header_slider.header_para_slider {
  width:100%;
  min-width: calc(var(--parallax_height) * 1182/725); /* 1182px; */
  height: var(--parallax_height); /* 725px; */
  overflow:hidden;
  position:relative;
  background:#fff
}
#header_slider.header_para_slider.parallax-slider-initialized { height:auto !important; }
#header_slider.header_para_slider .item {
    opacity:1;
    width: var(--parallax_height); /* 725px; */
    height: var(--parallax_height); /* 725px; */
    overflow: hidden;
    position:relative
  }
#header_slider.header_para_slider .item .image {
      background-repeat:no-repeat;
      background-position:center center;
      background-size:cover;
      height:100%;
      width:150%;
      position:absolute;
      top:0;
      left:-25%;
    }

@media screen and (max-width: 950px) {
  #header_slider_wrap { height:350px; }
  #header_slider.header_para_slider { min-width:auto }
  #header_slider.header_para_slider .item { height:350px; width: 350px; }
}
@media screen and (max-width: 550px) {
  #header_slider_wrap { height:250px; }
  #header_slider.header_para_slider .item { height:250px; width: 250px; }
}


/* キャプション */
#header_slider_wrap .caption {
  width:1182px;
  margin:auto;
  position:absolute;
  z-index:3;
  text-align:center;
  margin-top:60px;
  left:0px; right:0px; top:50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%)
}
#header_slider_wrap .caption.para_slider_caption {
    margin-top:0;
    top:auto;
    bottom:50px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
#header_slider_wrap .direction_type2 .caption_inner { text-align:center; }
#header_slider_wrap .direction_type3 .caption_inner { text-align:right; }
#header_slider_wrap .caption .title { line-height:1.3; word-wrap: break-word; position:relative; font-weight:500; margin:0; }
#header_slider_wrap .caption .sub_title { font-size:16px; line-height:1.3; margin:5px 0 5px 0; position:relative; }
#header_slider_wrap .caption .button {
  font-size:14px; min-width:200px; height:55px; line-height:55px; text-align:center; position:relative; padding:0 60px; margin-top:20px; display:inline-block; -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* オーバーレイ */
#header_slider_wrap .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
#header_slider_wrap .overlay.gradation { height:40%; top:auto; bottom:0px; }


/* キャプションのアニメーションの設定 */
#header_slider_wrap .caption .title,
#header_slider_wrap .caption .sub_title,
#header_slider_wrap .caption .button {
  opacity:0;
}

#header_slider_wrap .item.animate .caption .title,
#header_slider_wrap.animate .caption .title {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
          animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
}
#header_slider_wrap .item.animate .caption .sub_title,
#header_slider_wrap.animate .caption .sub_title {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
          animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
}
#header_slider_wrap .item.animate .caption .button,
#header_slider_wrap.animate .caption .button {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s;
          animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s;
}

#header_slider_wrap.animate .caption.para_slider_caption .title {
  -webkit-animation: opacityAnimation 2.5s ease-out forwards 2.5s;
          animation: opacityAnimation 2.5s ease-out forwards 2.5s;
}
#header_slider_wrap.animate .caption.para_slider_caption .sub_title {
  -webkit-animation: opacityAnimation 2.5s ease-out forwards 3.0s;
          animation: opacityAnimation 2.5s ease-out forwards 3.0s;
}
#header_slider_wrap.animate .caption.para_slider_caption .button {
  -webkit-animation: opacityAnimation 2.5s ease-out forwards 3.5s;
          animation: opacityAnimation 2.5s ease-out forwards 3.5s;
}




/***********************************************************
ﾓｰﾀﾞﾙｽﾗｲﾀﾞｰ・ｶﾙｰｾﾙｽﾗｲﾀﾞｰ 共通
***********************************************************/
/* ﾎﾞﾀﾝ_装飾ﾘｾｯﾄ */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
}
/* ｽﾗｲﾄﾞ送りﾎﾞﾀﾝ */
.arrow-wrap {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.svg-arrow {
  width: 3rem;
  height: 3rem;
  opacity: 0.6
}
.svg-arrow:hover {
    opacity: 0.8;
  }
.svg-arrow:focus {
    -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
  }
#circle-arrow_right .parts_circle,
#circle-arrow_left .parts_circle {
  fill: #dda0dd;
}
#circle-arrow_right .parts_line,
#circle-arrow_left .parts_line {
  stroke: #fff;
}

/* ｽﾏﾎ表示 */
@media screen and (max-width: 480px) {
  .svg-arrow {
    width: 1.8rem;
    height: 1.8rem;
  }
}



/***********************************************************
ﾓｰﾀﾞﾙｽﾗｲﾀﾞｰ
***********************************************************/
#modal_overlay {
  display: none; /* block にすると、jQueryでfadeInできない*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.95); /* rgba(255,255,255,0.8); */
}

#modal_container {
  display: none; /* block にすると、jQueryでfadeInできない*/
  width: 100%;
  /* height: calc(100% *100/120); jQueryで設定するため不要 */
  position: fixed;
  top: 50%; /* translateY(-50%); と組み合わせることで上下中央配置となる */
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* top:50% と組み合わせることで上下中央配置となる */
  z-index: 1000
  /* overflow: hidden; */
  /* background-color: rgba(65, 168, 210, 1); 確認用 */
}

#modal_container #modal_close {
    z-index: 1001;
    position: absolute;
    right: 0;
    width: 2rem;
    height: 2rem
    /* background-color: green; 確認用 */
  }

#modal_container #modal_close:hover {
      cursor: pointer;
    }

#modal_container #modal_close:hover::before {
      cursor: pointer;
      background-color: rgba(
                            var(--slide-okuri_r),
                            var(--slide-okuri_g),
                            var(--slide-okuri_b),
                            var(--slide-okuri_a_hover)
                            );
    }

#modal_container #modal_close:hover::after {
      cursor: pointer;
      background-color: rgba(
                            var(--slide-okuri_r),
                            var(--slide-okuri_g),
                            var(--slide-okuri_b),
                            var(--slide-okuri_a_hover)
                            );
    }

#modal_container #modal_close::before {
      content: "";
      position: absolute;
      top: 1rem;
      width: 100%; /* ×印の線の長さ */
      height: 6%; /* ×印の線の太さ */
      background-color: rgba(
                            var(--slide-okuri_r),
                            var(--slide-okuri_g),
                            var(--slide-okuri_b),
                            var(--slide-okuri_a)
                            );
      -webkit-transform: rotateZ(45deg);
              transform: rotateZ(45deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
    }

#modal_container #modal_close::after {
      content: "";
      position: absolute;
      top: 1rem;
      right: 0.04rem;
      width: 100%; /* ×印の線の長さ */
      height: 6%; /* ×印の線の太さ */
      background-color: rgba(
                            var(--slide-okuri_r),
                            var(--slide-okuri_g),
                            var(--slide-okuri_b),
                            var(--slide-okuri_a)
                            );
      -webkit-transform: rotateZ(-45deg);
              transform: rotateZ(-45deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
    }

#modal_container .modal-slider-frame {
    position: relative;
    margin: 0 auto
  }

#modal_container .modal-slider-frame ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute; /* この記述がないとleftでｽﾗｲﾄﾞできない */
      list-style: none;
      margin: 0 /* ﾃｰﾏで ulﾀｸﾞにﾃﾞﾌｫﾙﾄで設定されているので上書きして無効化する */
    }

#modal_container .modal-slider-frame ul li {
        height: 50vh; /* 100vhにすると、画像でない部分をｸﾘｯｸしてもﾓｰﾀﾞﾙを閉じることができなくなる・jQueryで設定するため不要 */
        width: 50vw; /* widthを指定しないとbackground-imgが表示されない・jQueryで設定するため不要 */
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      }

#modal_container .arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
  }

#modal_container .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
  }



/***********************************************************
ｶﾙｰｾﾙｽﾗｲﾀﾞｰ
***********************************************************/

/********** ｶﾙｰｾﾙｽﾗｲﾀﾞｰ **********/
/* 表示枠 */
.carousel-window {
  width: calc(var(--carousel_height) / 0.5625);
  height: var(--carousel_height);
  margin: 0 auto;
  overflow: hidden;
  position: relative  
}
.carousel-window .arrow-left {
  /* 左に送るﾎﾞﾀﾝ */
    position: relative;
  }
.carousel-window .arrow-right {
  /* 右に送るﾎﾞﾀﾝ */
    position: relative;
  }
.carousel-rail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(calc(var(--carousel_height) / 0.5625) * var(--carousel_num));
  /* height: 100%; */
  position: absolute;
  list-style: none;
  margin: 0; /* ﾃｰﾏで ulﾀｸﾞにﾃﾞﾌｫﾙﾄで設定されているので上書きして無効化する */
}
.carousel-item {
  width: calc(var(--carousel_height) / 0.5625); /* これを削除するとbackground-imageが表示されなくなる */
  height: var(--carousel_height); /* これを削除すると横幅が縮んだ画像になる */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* clip で非表示設定（ｽｸﾘｰﾝﾘｰﾀﾞｰ対策） */
/* → 画像を background に設定したから <img> は不要だけど残している。 */
.carousel-img {
  height: 100%; /* これを削除すると原寸大になる。こちらは非表示にしない場合の設定 */
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

.fp-carousel-rail2 {
  bottom: 0;
}
.carousel-text {
  width: calc(var(--carousel_height) / 0.5625); /* これを削除すると表示されるﾃｷｽﾄの間隔が狭まる */
  /* height: var(--carousel_height); /* これを削除すると横幅が縮んだ画像になる */
  color: #359;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; /* svgでﾃｷｽﾄを表示する場合は不要 */
  /* background: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.8)); */
  text-shadow:
  0 var(--hutidori_hutosa) 0 var(--hutidori_color),
  var(--hutidori_hutosa) var(--hutidori_hutosa) 0 var(--hutidori_color),
  var(--hutidori_hutosa) 0 0 var(--hutidori_color),
  var(--hutidori_hutosa) calc(-1 * var(--hutidori_hutosa)) 0 var(--hutidori_color),
  0 calc(-1 * var(--hutidori_hutosa)) 0 var(--hutidori_color),
  calc(-1 * var(--hutidori_hutosa)) calc(-1 * var(--hutidori_hutosa)) 0 var(--hutidori_color),
  calc(-1 * var(--hutidori_hutosa)) 0 0 var(--hutidori_color),
  calc(-1 * var(--hutidori_hutosa)) var(--hutidori_hutosa) 0 var(--hutidori_color);
}

/* ﾍﾟｰｼﾞﾈｰｼｮﾝ */
.wrap_carousel .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 150px;
  margin: 3% auto 0
}
.wrap_carousel .pagination .pagination-circle {
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: #dda0dd; /*rgba(83, 97, 223, 0.3);*/
    opacity: 0.6
  }
.wrap_carousel .pagination .pagination-circle.pagination-circle.target {
      border: 1.5px solid;
      background-color: #ee82ee; /*rgba(83, 97, 223, 0.8);*/
      opacity: 0.8;
    }

/* ｽﾏﾎ表示 */
@media screen and (max-width: 480px) {
  .wrap_carousel .pagination {
    width: 110px;
  }
  .wrap_carousel .pagination .pagination-circle {
    width: 0.7rem;
    height: 0.7rem;
  }
}


/*/////////////////////////////////////////////////////////////////////*/
/********** ﾌﾛﾝﾄﾍﾟｰｼﾞ用ｶﾙｰｾﾙｽﾗｲﾀﾞｰ（ﾊﾟﾗﾗｯｸｽｽﾗｲﾀﾞｰの上に表示） **********/
/*/////////////////////////////////////////////////////////////////////*/

/* 表示枠 */
.carousel-window.fp-carousel-window {
  width: calc(var(--parallax_height) / 0.5625);
  height: var(--parallax_height);
  /* overflow: hidden; */
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 950px) {
  .carousel-window.fp-carousel-window {
    height: 350px;
  }
  .carousel-text {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 550px) {
  .carousel-window.fp-carousel-window {
    height: 250px;
    top: -0.5rem;
  }
  .carousel-text {
    font-size: 1.7rem;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 375px) {
  .carousel-text {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 360px) {
  .carousel-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .carousel-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 280px) {
  .carousel-text {
    font-size: 1.2rem;
  }
}



/***********************************************************
ﾌﾛﾝﾄﾍﾟｰｼﾞ
***********************************************************/

/* li用の点(svg) */
#concept_and_feature .svg-list-style_ul {
  width: 0.85rem;
  height: 0.85rem;
}


/* 問いかけ */
.wrap_toikake h3 {
    margin: 3rem 0 0.5rem;
    text-indent: -2rem;
  }
.wrap_toikake .wrap_toikake2 details {
      margin-bottom: 1rem
    }
.wrap_toikake .wrap_toikake2 details summary {
        list-style: none;
        text-indent: -1.2rem;
        padding-left: 1rem
      }
.wrap_toikake .wrap_toikake2 details summary .triangle-arrow {
          width: 1rem;
          height: 1rem;
        }
.wrap_toikake .wrap_toikake2 details .kaitou {
        text-indent: -1.5rem;
        padding-left: 3rem;
        margin-top: 0.5rem
      }
.wrap_toikake .wrap_toikake2 details .kaitou .svg-arrow_right {
          width: 1.2rem;
          height: 1.2rem;
          vertical-align: sub;
        }
.wrap_toikake .wrap_toikake2 .wrap_toikake_case_img {
      float: right;
      width: 30%;
      margin-left: 1rem;
      margin-bottom: 0.5rem
    }
.wrap_toikake .wrap_toikake2 .wrap_toikake_case_img figure:first-of-type {
        margin-bottom: 1rem;
      }
.wrap_toikake .wrap_toikake3 .toikake_message2_img {
    width: 30%;
    float: right;
    margin-left: 0.5rem;
  }
@media screen and (max-width: 1024px) {
  .wrap_toikake h3 {
    text-indent: -1rem;
  }
  .wrap_toikake3 p {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .wrap_toikake h3 {
    text-indent: unset;
    line-height: 1.2;
    margin: 2rem 0.5rem 0.5rem 1rem;
  }
  .wrap_toikake .wrap_toikake2 details {
    margin-left: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .wrap_toikake .wrap_toikake2 details .kaitou {
    padding-left: 2.5rem;
  }
  .wrap_toikake3 p {
    margin-left: 1.9rem;
    margin-right: 0.5rem;
  }
  .wrap_toikake3 p:last-of-type {
    margin-bottom: 0;
  }
}

/* お知らせ */
.wrap_osirase2 {
  overflow-y: scroll;
  font-size: 0.9rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  height: 5.5rem;
  background-color: var(--bgcolor5-3);
  border: 4px double var(--bgcolor2-1)
}
.wrap_osirase2 h3 {
    padding-left: 7.5rem;
    text-indent: -7.5rem;
    margin-bottom: 0.2rem
  }
.wrap_osirase2 h3 .osirase_title {
      padding-left: 1rem;
    }
@media screen and (max-width: 480px) {
  #osirase .wrap_osirase2 {
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    height: 150px;
  }
  .wrap_osirase2 h3 {
    padding-left: 6rem;
    text-indent: -6.1rem;
    line-height: 1.1;
    margin-bottom: 0.7rem
  }
    .wrap_osirase2 h3 .osirase_title {
      padding-left: 0.5rem;
    }
}


/* ｺﾝｾﾌﾟﾄとか特徴とか */
#concept_and_feature .wrap_concept_and_feature2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative
}
#concept_and_feature .wrap_concept_and_feature2 h3 {
    text-align: center;
  }
#concept_and_feature .wrap_concept_and_feature2 ul {
    padding: 0 0.5rem;
    margin-bottom: 6rem
  }
#concept_and_feature .wrap_concept_and_feature2 ul li {
      text-indent: -1.2rem;
      padding-left: 1rem;
      margin-bottom: 1.4rem;
      line-height: 1.3;
      font-size: 1.1rem;
    }
@media screen and (max-width: 1200px) {
  #concept_and_feature .wrap_concept_and_feature2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
    #concept_and_feature .wrap_concept_and_feature2 ul {
      margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
  #concept_and_feature .wrap_concept_and_feature2 {
    display: block
  }
    #concept_and_feature .wrap_concept_and_feature2 ul li {
      font-size: unset;
      text-indent: -1.1rem;
      margin-bottom: 0.9rem
    }
      #concept_and_feature .wrap_concept_and_feature2 ul li:last-of-type {
        margin-bottom: 0;
      }
}

.wrap_concept_and_feature3 {
  width: 31%;
  background-color: var(--bgcolor5-3);
  border-radius: 2rem;
  padding: 1.3rem;
  margin: 1rem auto 1.5rem;
}
@media screen and (max-width: 1200px) {
  .wrap_concept_and_feature3 {
    width: 46%;
    padding: 1.3rem 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_concept_and_feature3 {
    width: 48%;
    padding: 1.3rem 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .wrap_concept_and_feature3 {
    width: 100%;
    padding-top: 1rem;
  }
}


/* ﾎﾞﾀﾝ_ﾌﾛﾝﾄﾍﾟｰｼﾞ */
#concept_and_feature button,
#column button {
  font-size: 1.2em;
  border: solid 2px var(--bgcolor2-1);
  background-color: var(--bgcolor2-2);
  text-align: center;
  border-radius: 1rem;
}
@media screen and (max-width: 480px) {
  #concept_and_feature button,
  #column button {
    width: 55vw;
    margin: 1rem auto 2rem;
  }
}

#column button {
  padding: 0.3rem 0;
}

#concept_and_feature button {
  padding: 0.6rem 0;
}
.wrap_concept_and_feature2 button {
  /* 481px未満になった場合に、#concept_and_feature buttonが優先されなくなるため#concept_and_featureを付けない */
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 570px;
}
@media screen and (max-width: 1200px) {
  #concept_and_feature button {
    padding: 2rem 0;
    border-radius: 50%;
  }
    .wrap_concept_and_feature2 button {
    bottom: 36%;
    width: 22vw;
  }
}
@media screen and (max-width: 800px) {
  .wrap_concept_and_feature2 button {
    width: 25vw;
  }
}
/* iPad Mini 6 */
@media screen and (max-width: 744px) {
  .wrap_concept_and_feature2 button {
    bottom: 38%;
  }
}
@media screen and (max-width: 480px) {
  #concept_and_feature button {
    position: static;
    display: block;
    -webkit-transform: unset;
            transform: unset;
    padding: 0.3rem 0;
    border-radius: 1rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 320px) {
  #concept_and_feature button {
    padding-top: 0.4rem;
  }
}


/* ﾋﾞﾌｫｱﾌ（ﾌﾛﾝﾄﾍﾟｰｼﾞ） */
#before-after_frontpage .client {
  margin-bottom: 4rem
  }
#before-after_frontpage .client h3 {
      text-align: center;
      margin-bottom: 0.3rem;
    }
#before-after_frontpage .client:last-of-type {
  margin-bottom: 0;
  }
#before-after_frontpage .sonotalink {
    text-align: center;
    margin-top: 3rem;
  }
@media screen and (max-width: 1024px) {
  #before-after_frontpage .sonotalink {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  #before-after_frontpage .client {
    margin-bottom: 2rem;
  }
  #before-after_frontpage .sonotalink {
    margin-top: 1.5rem;
  }
}


/* お役立ち情報・ﾌﾞﾛｸﾞ（ﾌﾛﾝﾄﾍﾟｰｼﾞ） */
.wrap_column .button_article_list {
    display: block;
    margin: 2.5rem auto 3.5rem;
    width: 240px;
  }
@media screen and (min-width: 481px) and (max-width: 900px) {
  .wrap_column .button_article_list {
    margin: 4rem auto 3rem;
  }
}



/***********************************************************
ｺﾝｾﾌﾟﾄ、特徴など
***********************************************************/
/* ﾊﾟﾗﾗｯｸｽ設定 */
.background-attachment_fixed {
  min-height: 100%;
  height: 70vh; /* 530px; */
  background-attachment: fixed;
  background-size: cover;
  overflow-y: scroll
}
.background-attachment_fixed::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bgcolor1-1);
    opacity: 0.4;
    z-index: -1;
  }
.concept_and_feature .background-img {
  background-image: url(img/3F3A5683_triceps_kick_back2_4：3_2000-1499.png);
  background-position: center 50%;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 89%, 10% 100%, 0% 100%);
          clip-path: polygon(0 15%, 100% 0, 100% 89%, 10% 100%, 0% 100%);
}
/* .feature .background-img {
  background-image: url(img/3F3A5845_hizageri_4：3_2000-1500.png);
  background-position: 20% 75%;
  clip-path: polygon(0 22%, 100% 0, 100% 80%, 10% 100%, 0% 100%);
} */
.concept_and_feature {
  position: relative
}
.concept_and_feature:first-of-type h2 {
    top: 1rem;
  }
.concept_and_feature h2 {
    position: absolute;
    top: 1.7rem;
    left: 12%;
  }
.concept_and_feature .wrap_concept_and_feature2 {
    width: 90%;
    margin:0 auto;
  }
@media screen and (max-width: 1200px) {
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 89%, 10% 100%, 0% 100%);
            clip-path: polygon(0 18%, 100% 0, 100% 89%, 10% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1000px) {
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 89%, 10% 100%, 0% 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 89%, 10% 100%, 0% 100%);
  }
  .concept_and_feature h2 {
    top: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 17%, 100% 0, 100% 91%, 10% 100%, 0% 100%);
            clip-path: polygon(0 17%, 100% 0, 100% 91%, 10% 100%, 0% 100%);
  }
  .concept_and_feature h2 {
    font-size: 2.2rem;
    top: 1.6rem;
    left: 9%;
  }
  .concept_and_feature:first-of-type h2 {
    top: 1rem;
  }
  .concept_and_feature .wrap_concept_and_feature .wrap_concept_and_feature2 {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .concept_and_feature:first-of-type h2 {
    top: 0.6rem;
  }
  .concept_and_feature h2 {
    top: 1.3rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 830px) {
  h1.concept_and_feature {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 87%, 10% 100%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 87%, 10% 100%, 0% 100%);
  }
  .concept_and_feature h2 {
    top: 1.3rem;
  }
  .concept_and_feature:first-of-type h2 {
    top: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  h1.concept_and_feature {
    font-size: 1.7rem;
    /* font-size: calc((1.052*100% - 280px)*0.4/80 + 1.1rem); 計算が反映されない */
    letter-spacing: 0.3rem;
    left: 2%;
  }
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 88%, 10% 100%, 0% 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 88%, 10% 100%, 0% 100%);
  }
  .concept_and_feature h2 {
    font-size: 1.3rem;
    top: 14px;
    left: 8%;
  }
  .concept_and_feature:first-of-type h2 {
    top: 6px;
  }
}
@media screen and (max-width: 375px) {
  h1.concept_and_feature {
    font-size: 1.6rem;
    top: -66px;
  }
  .background-attachment_fixed {
    height: 76vh;
  }
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 91%, 10% 100%, 0% 100%);
            clip-path: polygon(0 12%, 100% 0, 100% 91%, 10% 100%, 0% 100%);
  }
  .concept_and_feature h2 {
    font-size: 1.25rem;
    top: 11px;
  }
  .concept_and_feature:first-of-type h2 {
    top: 4px;
  }
}
@media screen and (max-width: 360px) {
  h1.concept_and_feature {
    font-size: 1.5rem;
    top: -65px;
  }
  .background-attachment_fixed {
    height: 74vh;
  }
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 13%, 100% 0, 100% 91%, 10% 100%, 0% 100%);
            clip-path: polygon(0 13%, 100% 0, 100% 91%, 10% 100%, 0% 100%);
  }
  .concept_and_feature h2 {
    top: 12px;
  }
}
@media screen and (max-width: 320px) {
  .h1title::before {
    height: 38px;
  }
  h1.concept_and_feature {
    font-size: 1.3rem;
    top: -70px;
  }
  .concept_and_feature h2 {
    font-size: 1.1rem;
    top: 10px;
  }
  .concept_and_feature:first-of-type h2 {
    top: 3px;
  }
}
/* Galaxy Fold */
@media screen and (max-width: 280px) {
  .h1title::before {
    height: 26px;
  }
  h1.concept_and_feature {
    font-size: 1.1rem;
    top: -78px;
  }
  .background-attachment_fixed {
    height: 78vh;
  }
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 93%, 10% 100%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 93%, 10% 100%, 0% 100%);
  }
  .concept_and_feature h2 {
    font-size: 1.03rem;
    top: 10px;
  }
  .concept_and_feature:first-of-type h2 {
    top: 6px;
  }
}
/* iPhone XR・iPhone 12・Galaxy S8のような縦が長い(740px以上) */
@media screen and (739px < height) and (max-width: 480px) {
  .background-attachment_fixed {
    height: 81vh;
  }
  .concept_and_feature .background-img {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 91%, 10% 100%, 0% 100%);
            clip-path: polygon(0 11%, 100% 0, 100% 91%, 10% 100%, 0% 100%);
  }
  .concept_and_feature h2 {
    top: 17px;
  }
  .concept_and_feature:first-of-type h2 {
    top: 11px;
  }
}


.concept_and_feature .wrap_concept_and_feature li {
    margin: 0 auto 2.5rem;
    padding: 1.3rem;
    background-color: var(--bgcolor5-3);
    border-radius: 2rem
  }


.concept_and_feature .wrap_concept_and_feature li h3 {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }


.concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
    }


.concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature .container_concept_and_feature_img1 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 30%;
        float: right;
        margin-left: 0.5rem
      }


.concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature .container_concept_and_feature_img1 .container_concept_and_feature_img2 {
          position: relative
        }


.concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature .container_concept_and_feature_img1 .container_concept_and_feature_img2 .concept_and_feature_img {
            position: absolute
          }


.concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature .container_concept_and_feature_img1 .container_concept_and_feature_img2 .concept_and_feature_img.anim_after_scrolling {
              opacity: 0
            }


.concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature .container_concept_and_feature_img1 .container_concept_and_feature_img2 .concept_and_feature_img.anim_after_scrolling.do_anim{
                -webkit-transition: all 4s 6s ease-in;
                transition: all 4s 6s ease-in;
                opacity: 1;
              }


.concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature p:not(.kogoe) {
        margin-bottom: 0;
      }
@media screen and (max-width: 480px) {
  .container_concept_and_feature_text {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .concept_and_feature .wrap_concept_and_feature li h3 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .concept_and_feature .wrap_concept_and_feature li .container_concept_and_feature .container_concept_and_feature_img1 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.7rem;
  }
}



/***********************************************************
ｺｰｽ料金
***********************************************************/

.course_fee h3:not(:first-of-type) {
    margin-top: 6rem;
  }

.course_fee h4 {
    font-size: 1.5rem;
    margin-top: 4rem;
    padding-left: 1.5rem;
  }

.course_fee .wrap_course_major_classification .course_major_classification_img {
      float: right;
      margin: 0 0 1.5rem 2rem;
      max-width: 30%;
    }

.course_fee .wrap_course_major_classification .course_major_classification_description {
      margin: 0 0 2rem 4rem;
    }

.course_fee .wrap_course_major_classification .course_subcategory_description {
      margin-left: 3rem;
      margin-bottom: 2rem;
    }

.course_fee .wrap_course_major_classification .fee_discount {
      margin-left: 3.5rem
    }

.course_fee .wrap_course_major_classification .fee_discount p {
        font-size: 0.9em;
        margin-bottom: 0.1rem;
        white-space: nowrap
      }

.course_fee .wrap_course_major_classification .fee_discount p span:first-of-type {
          padding-right: 1.5rem;
        }

.course_fee .wrap_course_major_classification .fee_discount p select {
          height: 1.4rem;
        }

.course_fee .wrap_course_major_classification .fee_discount p .discount_rate {
          padding-left: 0.2rem;
        }

.course_fee .wrap_course_major_classification .course_comparison_description {
      margin-left: 3rem;
    }

.course_fee .scrollable-table {
    margin-left: 3rem;
  }

.course_fee table {
    margin: 0rem;
  }
/* ｽﾏﾎ表示 */
@media screen and (max-width: 480px) {
    .course_fee h3:not(:first-of-type) {
      margin-top: 4rem;
    }
    .course_fee h4 {
      font-size: 1.15rem;
      margin-top: 2.5rem;
      margin-bottom: 0.25rem;
      padding-left: 0.7rem;
    }
      .course_fee .wrap_course_major_classification .course_major_classification_img {
        max-width: none;
        width: 40%;
        margin: 0 0 0.5rem 0.5rem;
      }
      .course_fee .wrap_course_major_classification .course_major_classification_description {
        margin-left: 0.9rem;
      }
      .course_fee .wrap_course_major_classification .course_subcategory_description {
        margin-left: 1.7rem;
        margin-bottom: 1.2rem;
      }
      .course_fee .wrap_course_major_classification .fee_discount {
        margin-left: 2.5rem;
      }
      .course_fee .wrap_course_major_classification .course_comparison_description {
        margin-left: 1.8rem;
      }
    .course_fee .scrollable-table {
      margin-left: 2rem;
    }
}
@media screen and (max-width: 320px) {
  .course_fee h4 {
    font-size: 1.08rem;
  }
}


/* 料金表 */
.course_fee table th,
.course_fee table td {
  white-space: nowrap;
}

.tbl_fee th,
.tbl_fee tr:nth-child(1) td,
.tbl_fee tr:nth-child(2) td,
.tbl_fee2 th,
.tbl_fee2 tr:first-of-type td,
.tbl_hikaku th,
.tbl_hikaku tr:first-child td,
.tbl_hikaku tr:nth-child(2) td,
.tbl_hikaku tr:nth-child(3) td {
  text-align: center;
}
.tbl_fee tr:nth-child(3) td,
.tbl_fee tr:nth-child(4) td,
.tbl_fee2 tr:not(:first-of-type) td,
.tbl_hikaku tr:nth-child(4) td,
.tbl_hikaku tr:nth-child(5) td,
.tbl_hikaku tr:nth-child(6) td,
.tbl_hikaku tr:nth-child(7) td {
  text-align: right;
}
.tbl_hikaku tr:nth-child(7) td {
  color: #ff0000;
  font-weight: bold;
  border: #000 solid 1px;
}
.tbl_fee tr:nth-child(3) td,
.tbl_fee2 tr:not(:first-of-type) td,
.tbl_hikaku tr:nth-child(5) td {
  font-weight: bold;
}

/* 偶数行目のｾﾙの背景色 */
.course_fee tr:nth-of-type(2n) {
  background-color: #e9f9f9;
}

.course_fee table td:nth-of-type(4) {
  min-width: 90px;
}
@media screen and (max-width: 480px) {
  .course_fee table td:nth-of-type(4) {
    min-width: 72px;
  }
}



/***********************************************************
ﾋﾞﾌｫｰｱﾌﾀｰ
***********************************************************/
.before-after .client {
    margin-bottom: 6rem
  }
.before-after .client h2 {
      font-size: 1.7rem;
      text-align: center;
      line-height: 1.2;
    }
.before-after .client .wrap_carousel_and_value_and_description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 5vw;
      overflow: hidden
    }
.before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description {
        padding: 4rem 3rem 0 0
      }
.before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change {
          margin-bottom: 3rem;
          width: 300px;
          font-style: italic
        }
.before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p {
            margin-bottom: 0.5rem;
            font-weight: bold;
            position: relative;
            background-color: var(--bgcolor2-2);
            border-bottom: solid 6px var(--bgcolor2-1);
            line-height: 1;
            padding: 0.4rem 3rem 0
            /* z-index: -2; */
          }
.before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p::before {
              position: absolute;
              content: '';
              left: -2px;
              top: -2px;
              /* width: 0; */
              /* height: 0; */
              /* border: none; */
              border-left: solid 30px var(--bgcolor1-1);
              border-bottom: solid 120px transparent;
              /* z-index: -1; */
            }
.before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p::after {
              position: absolute;
              content: '';
              right: -3px;
              top: -7px;
              /* width: 0; */
              /* height: 0; */
              /* border: none; */
              border-left: solid 30px transparent;
              border-bottom: solid 120px var(--bgcolor1-1);
              /* z-index: -1; */
            }
.before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change {
          /* & .amount_of_change_koumoku {
            項目名と値を2段で表記する場合は不要
            display: inline-block;
            width: 4rem;
            vertical-align: text-top;
          } */
        }
.before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change .amount_of_change_value {
            display: inline-block;
            width: 12rem;
            text-align: right;
            font-size: 2rem;
            color: #f00;
          }
@media screen and (max-width: 1200px) {
  .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1150px) {
  .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description {
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto
  }
    .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description {
      padding-top: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center
    }
      .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change {
        margin-bottom: 0;
        width: 330px
      }
        .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p {
          padding: 0.4rem 4.5rem 0
        }
          .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p .amount_of_change_value {
            font-size: 1.8rem;
          }
      .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .bf_description {
        width: 45%;
        margin-left: 1.5rem;
      }
}
/* ｽﾏﾎ表示 */
@media screen and (max-width: 480px) {
  .before-after .wrap_before-after .client {
    margin-bottom: 3rem
  }
    .before-after .wrap_before-after .client h2 {
      font-size: 1.3rem;
    }
    .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description {
      padding-top: 1rem;
      display: block
    }
      .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change {
        width: 65vw;
        margin: 0 auto 1rem
      }
        .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p {
          line-height: 0.8;
          padding-left: 2.1rem
        }
          .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p::before {
            border-left: solid 16px var(--bgcolor1-1);
            border-bottom: solid 46px transparent;
          }
          .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p::after {
            border-left: solid 16px transparent;
            border-bottom: solid 51px var(--bgcolor1-1);
          }
          .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p .amount_of_change_value {
            font-size: 1.5rem;
            width: 12.5rem;
          }
      .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .bf_description {
        padding: 0 10vw 0;
        width: 100%;
        margin-left: 0;
      }
}
@media screen and (max-width: 390px) {
  .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p .amount_of_change_value {
    width: 11.5rem;
  }
}
@media screen and (max-width: 375px) {
    .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p {
      padding-left: 2.3rem
    }
      .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p .amount_of_change_koumoku {
        font-size: 0.8rem;
      }
      .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p .amount_of_change_value {
        font-size: 1.4rem;
        width: 10.2rem;
      }
}
@media screen and (max-width: 320px) {
  .before-after .wrap_before-after .client h2 {
    font-size: 1.2rem;
  }
    .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p {
      padding-left: 1.8rem
    }
      .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p .amount_of_change_value {
        font-size: 1.3rem;
        width: 9.6rem;
      }
}
@media screen and (max-width: 280px) {
  .before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change {
    width: 75vw;
  }
}


.wrap_amount_of_change p:first-of-type .amount_of_change_value {
  padding-right: 2rem;
}
.wrap_amount_of_change p:nth-of-type(3) .amount_of_change_value,
.wrap_amount_of_change p:nth-of-type(4) .amount_of_change_value {
  padding-right: 1rem;
}
@media screen and (max-width: 480px) {
  .wrap_amount_of_change p:first-of-type .amount_of_change_value {
    padding-right: 1rem;
  }
}

/* ｱﾆﾒｰｼｮﾝ_ﾋﾞﾌｫｱﾌ変化量 */
.wrap_carousel_and_value_and_description .anim_after_scrolling.anim-bf_value {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateX(1000px);
          transform: translateX(1000px)
}
.wrap_carousel_and_value_and_description .anim_after_scrolling.anim-bf_value:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
.wrap_carousel_and_value_and_description .anim_after_scrolling.anim-bf_value:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
.wrap_carousel_and_value_and_description .anim_after_scrolling.anim-bf_value:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
.wrap_carousel_and_value_and_description .anim_after_scrolling.anim-bf_value.do_anim {
    -webkit-transform: none;
            transform: none;
  }
.wrap_carousel_and_value_and_description .anim_after_scrolling.anim-bf_description {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateX(-1000px);
          transform: translateX(-1000px)
}
.wrap_carousel_and_value_and_description .anim_after_scrolling.anim-bf_description.do_anim {
    -webkit-transform: none;
            transform: none;
  }

/* ﾌﾛﾝﾄﾍﾟｰｼﾞのみ */
#before-after_frontpage.before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p::before {
  border-left: solid 30px var(--bgcolor1-2);
}
#before-after_frontpage.before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p::after {
  border-bottom: solid 120px var(--bgcolor1-2);
}
@media screen and (max-width: 480px) {
    #before-after_frontpage.before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p::before {
      border-left: solid 16px var(--bgcolor1-2);
    }
    #before-after_frontpage.before-after .wrap_before-after .client .wrap_carousel_and_value_and_description .wrap_value_and_description .wrap_amount_of_change p::after {
      border-bottom: solid 51px var(--bgcolor1-2);
    }
}



/***********************************************************
ｽﾀｯﾌ紹介
***********************************************************/
.wrap_staff h2,
.wrap_staff h3,
.wrap_staff .staff_position {
  text-align: center;
}
.staff .wrap_staff h3 .staff_name_en {
  font-size: 0.85em;
}
.staff .wrap_staff2 p:first-of-type {
  margin-top: 1.3rem;
}
@media screen and (max-width: 480px) {
  .staff .wrap_staff2 p:first-of-type {
    margin-top: 1rem;
  }
}

.wrap_staff2 .container_staff_img {
    float: right;
    position: relative; /* 子要素のabsoluteに高さを加えるため */
    width: 40%;
    min-width: 300px
  }

.wrap_staff2 .container_staff_img::before { /* 子要素のabsoluteに高さを加えるため */
      content: '';
      display: block;
      padding-top: 80%;
    }

.wrap_staff2 .container_staff_img .staff_img {
      position: absolute;
      height: auto;
      border-radius: 45% 10% 25% 10% / 10% 35% 10% 35%;
      top: 0; /* 子要素のabsoluteに高さを加えるため */
      margin-left: 0.5rem
    }

.wrap_staff2 .container_staff_img .staff_img:nth-of-type(2) {
        -webkit-animation: anim-staff_img 18s infinite;
                animation: anim-staff_img 18s infinite;
      }
@media screen and (max-width: 480px) {
  .wrap_staff h2 {
    margin-bottom: 0.5rem;
  }
  .wrap_staff2 {
    display: block
  }
    .wrap_staff2 .container_staff_img {
      min-width: unset;
      float: right;
    }
}

@-webkit-keyframes anim-staff_img {
  0%{opacity: 0;}
  70%{opacity: 0;}
  85%{opacity: 1;}
  100%{opacity: 0;}
}

@keyframes anim-staff_img {
  0%{opacity: 0;}
  70%{opacity: 0;}
  85%{opacity: 1;}
  100%{opacity: 0;}
}



/***********************************************************
お客様の声
***********************************************************/
.wrap_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* space-around; */
  padding: 3vw
  /* &::after {
    content: '';
    display: block;
    width: 33%;
  } */
}
.wrap_voice .wrap_voice2 {
    width: 28%;
    margin: 2rem
  }
.wrap_voice .wrap_voice2 .wrap_voice2_inner {
      background-color: var(--bgcolor5-3);
      max-width: 500px;
      border-radius: 1rem;
      margin: 0 auto;
      padding: 1rem 1.8rem
    }
.wrap_voice .wrap_voice2 .wrap_voice2_inner h2 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 0.3rem;
      }
@media screen and (max-width: 1200px) {
  .wrap_voice .wrap_voice2 {
    width: 27%;
  }
}
@media screen and (max-width: 1100px) {
  .wrap_voice .wrap_voice2 {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_voice .wrap_voice2 {
    width: 45%;
    margin: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .wrap_voice .wrap_voice2 {
    width: 100%
  }
    .wrap_voice .wrap_voice2 .wrap_voice2_inner {
      padding: 1rem;
    }
}

/* 続きを読む */
.readmore {
  position: relative;
}
.readmore_content {
  position: relative;
  overflow: hidden;
  height: 180px
}
.readmore_content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 4rem; /* ｸﾞﾗﾃﾞｰｼｮﾝの高さ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(75%, var(--bgcolor5-3)));
    background: linear-gradient(to bottom, transparent 40%, var(--bgcolor5-3) 75%);
  }
@media screen and (max-width: 480px) {
  .readmore_content {
    height: 140px;
  }
}

/* 続きを読むﾎﾞﾀﾝ */
.readmore_label {
  display: table;
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  /* z-index: 2; */
  background-color: var(--bgcolor1-1);
  border-radius: 1rem;
  padding: 0 1rem;
  color: var(--bgcolor5-3);
  cursor: pointer
}
.readmore_label::before {
    content: '続きを読む';
  }
.readmore_check {
  display: none;
}
/* ﾁｪｯｸ時に非表示 */
.readmore_check:checked ~ .readmore_label {
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0)
}
.readmore_check:checked ~ .readmore_label::before {
    content: '閉じる';
  }
/* ﾁｪｯｸ時に高さを自動に戻す */
.readmore_check:checked ~ .readmore_content {
  height: auto;
  /* min-height: 11.5rem; /* 最低の高さをﾁｪｯｸ前と同じ高さにするが、なぜ11.5rem でないといけないのかは謎。 */
}
/* ﾁｪｯｸ時にｸﾞﾗﾃﾞｰｼｮﾝを削除 */
.readmore_check:checked ~ .readmore_content::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .readmore_label {
    padding: 0.13rem 1rem;
  }
}



/***********************************************************
よくある質問
***********************************************************/
.faq .wrap_faq {
  background-color: var(--bgcolor5-3)
}
.faq .wrap_faq h2 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-25%, var(--bgcolor2-1)), color-stop(32%, transparent), color-stop(125%, var(--bgcolor2-1)));
    background: linear-gradient(to bottom, var(--bgcolor2-1) -25%, transparent 32% 68%, var(--bgcolor2-1) 125%);
    padding: 0.5rem 0.5rem 0.2rem;
    border-radius: 0.5rem;
  }
.faq .wrap_faq .faq_subcategory {
    margin-left: 1rem;
    margin-bottom: 5rem
  }
.faq .wrap_faq .faq_subcategory details {
      margin-bottom: 1.2rem;
      list-style: none
    }
.faq .wrap_faq .faq_subcategory details .faq_a {
        margin: 1.2rem 0 3.5rem
      }
.faq .wrap_faq .faq_subcategory details .faq_a img {
          width: 100%;
          vertical-align: top;
        }
@media screen and (max-width: 480px) {
    .faq .wrap_faq  h2 {
      font-size: 1.1rem;
      margin-bottom: 1rem;
      padding-bottom: 0.4rem;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(-25%, var(--bgcolor2-1)), color-stop(26%, transparent), color-stop(125%, var(--bgcolor2-1)));
      background: linear-gradient(to bottom, var(--bgcolor2-1) -25%, transparent 26% 74%, var(--bgcolor2-1) 125%);
    }
    .faq .wrap_faq .faq_subcategory {
      margin-left: 0;
      margin-bottom: 2.5rem
    }
      .faq .wrap_faq .faq_subcategory details {
        line-height: 1.3;
        margin-bottom: 1rem
      }
        .faq .wrap_faq .faq_subcategory details .faq_a {
          margin: 0.6rem 0 2rem;
        }
}

.faq_subcategory summary {
    padding-left: 4rem;
    text-indent: -2rem;
  }

.faq_subcategory .faq_a p {
    padding-left: 5.5rem
  }

.faq_subcategory .faq_a p:first-child {
      text-indent: -1.5rem;
    }

.faq_subcategory summary::before {
    content: 'Q.';
    padding-right: 0.5rem;
  }

.faq_subcategory .faq_a p:first-child::before {
    content: 'A.';
    padding-right: 0.55rem;
  }
@media screen and (max-width: 480px) {
  .faq_subcategory summary {
    padding-left: 2.5rem;
    text-indent: -1.5rem;
  }
  .faq_subcategory .faq_a p {
    padding-left: 3rem
  }
    .faq_subcategory .faq_a p:first-child {
      text-indent: -1.4rem;
    }
}



/***********************************************************
問い合わせﾌｫｰﾑ
***********************************************************/

/* 余白 */
form.toiawase {
  margin: 3.5rem 5vw 1.5rem;
}
.inquiry-notes {
  padding: 0 5vw 2rem;
  border-bottom: solid 1px #ccc;
}
.inquiry-kanryou {
  padding: 0 5vw;
}
@media screen and (max-width: 480px) {
  form.toiawase {
    margin: 2rem auto;
    padding: 0 1rem;
  }
  .inquiry-kanryou {
    padding: 1vh 8vw;
  }
}

@media screen and (max-width: 480px) {
  .h1title.inquiry h1 {
    letter-spacing: 0.35rem;
    top: -60px;
    left: 11px;
  }
}
@media screen and (max-width: 390px) {
  .h1title.inquiry h1 {
    font-size: 1.8rem;
    left: 6px;
  }
}
@media screen and (max-width: 375px) {
  .h1title.inquiry h1 {
    font-size: 1.7rem;
    left: 8px;
  }
}
@media screen and (max-width: 360px) {
  .h1title.inquiry h1 {
    font-size: 1.6rem;
    left: 10px;
  }
}
@media screen and (max-width: 320px) {
  .h1title.inquiry h1 {
    font-size: 1.4rem;
    top: -67px;
    left: 7px;
  }
}
@media screen and (max-width: 280px) {
  .h1title.inquiry h1 {
    font-size: 1.2rem;
    top: -73px;
    left: 4px;
  }
}

/* 氏名・電話番号・内容などの項目名とﾃｷｽﾄﾎﾞｯｸｽを横に並べる
　ｽﾏﾎｻｲｽﾞの場合は縦に並べる */
.toiawase ul > li,
.toiawase li.namae .nyuuryoku,
.toiawase .seibetu-nenrei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .toiawase ul > li,
  .toiawase li.namae .nyuuryoku,
  .toiawase .seibetu-nenrei {
    display: block;
  }
  .toiawase li.namae .nyuuryoku .sei,
  .toiawase li.namae .nyuuryoku .mei {
    margin: 2px 0 8px 1rem;
  }
  .toiawase li.namae .nyuuryoku .mei {
    margin-bottom: 0;
  }
}
/* 問い合わせ内容 */
@media screen and (min-width: 481px) {
/* @media screen and (480px < width) { */
  .toiawase .toiawasenaiyou {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}


.toiawase .koumoku,
.toiawase .seibetu-nenrei li:first-child  {
  width: 270px; /* 項目名で最長の電話番号の長さに合わせる */
  margin-right: .5rem;
  padding-top: 0.5rem;
  /* vertical-align: middle; */
}

/* 問い合わせﾌｫｰﾑ */
/* ﾃｷｽﾄﾎﾞｯｸｽの大きさ */
/* ﾃｷｽﾄﾎﾞｯｸｽ(大)_電話番号・ﾒｰﾙ・問い合わせ内容 */
.toiawase input[type="text"],
.toiawase input[type="tel"],
.toiawase input[type="email"],
.toiawase textarea {
  padding: 6px;
  /* max-width: 320px; */
  font-family: inherit;
  /* line-height: 1.2; */
}
/* input[type="email"] にwidth を設定すると、ｽﾏﾎ表示した時にｲﾝﾌﾟｯﾄﾎﾞｯｸｽがはみ出るため、外枠の div で width を設定した */
.toiawase li.toiawasemail .nyuuryoku,
.toiawase li.dennwa .nyuuryoku {
  width: 370px;
}
@media screen and (max-width: 480px) {
  .toiawase li.toiawasemail .nyuuryoku,
  .toiawase li.dennwa .nyuuryoku {
    width: 100%;
  }
}
.toiawase input[type="tel"],
.toiawase input[type="email"],
.toiawase textarea {
  width: 100%;
}
/* 問い合わせ内容(textarea) */
.toiawase textarea {
  height: 180px;
}
@media screen and (max-width: 480px) {
  .toiawase textarea {
    height: 130px;
  }
}

/* ﾃｷｽﾄﾎﾞｯｸｽ(中)_氏名・ふりがな */
.toiawase li.namae input {
  width: 8rem;
}
@media screen and (max-width: 480px) {
  .toiawase li.namae input {
    width: unset;
  }
}

/* ﾃｷｽﾄﾎﾞｯｸｽ(小)_年齢・身長・体重 */
.toiawase .input-short input[type="text"],
.toiawase .input-short input[type="tel"] {
  width: 75px;
  margin: 0 2px;
}
/* 年齢などの小さい項目の、項目名などの間隔 */
.toiawase .input-short label {
  margin-right: 0.5rem;
}


/* 間隔調整 */
/* 注意書きのLINE公式ｱｶｳﾝﾄURL */
@media screen and (max-width: 480px) {
  .inquiry-notes a {
    padding-left: 1.8rem;
  }
}

/* 姓と名の間隔 */
.toiawase li.namae .nyuuryoku .mei label {
    margin-left: 1.5rem;
  }
.toiawase li.namae:first-child .nyuuryoku label {
    /* label と input の間隔_漢字 */
    padding-right: 1.2rem;
  }
.toiawase li.namae:nth-of-type(2) .nyuuryoku label {
    /* label と input の間隔_ふりがな */
    padding-right: 0.2rem;
  }
/* label_氏名・ふりがな */
@media screen and (max-width: 480px) {
  .toiawase li.namae .nyuuryoku .mei label {
    margin-left: 0;
  }
}

/* 縦の間隔調整_全体 */
.toiawase li {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .toiawase li {
    margin-top: 1.2rem;
  }
}

/* 縦の間隔調整_電話番号 */
.toiawase li.dennwa .nyuuryoku {
  margin-top: 9px;
}
@media screen and (max-width: 480px) {
  .toiawase li.dennwa .nyuuryoku {
    margin-top: 0;
  }
}

/* 高さ調整_性別・年齢以外に適用 */
.toiawase ul > li label {
  line-height: 1.9;
}

/* imeﾓｰﾄﾞ切替(IE、Firefox対象) */
/* 氏名・ふりがな・問い合わせ内容 */
.toiawase input#sei,
.toiawase input#mei,
.toiawase input#huri_sei,
.toiawase input#huri_mei,
.toiawase textarea {
  ime-mode: active;
}
/* 電話番号・ﾒｰﾙ・年齢・身長・体重 */
.toiawase input[type="tel"],
.toiawase input[type="email"],
.toiawase input#line,
.toiawase .input-short input {
  ime-mode: disabled;
}


/* 送信ボタン */
.toiawase .sousin {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto 1rem
}
.toiawase .sousin .form-btn {
    text-align: center;
    border-radius: 4px;
    padding: 6px;
    width: 120px;
    background-color: #f9fbff; /* #edf0f3; */ /* #e9f8ff; */
    border: 2px solid #41a8d2;
    color: #41a8d2;
    margin: 0 auto
  }
.toiawase .sousin .form-btn:hover {
      background-color: var(--bgcolor5-2);
      border: 2px solid #4f7dcb;
      color: #4f7dcb; /* #fff; */
    }
@media screen and (max-width: 480px) {
  .toiawase .sousin {
    margin-top: 1.5rem;
  }
}


/* 「必須」「任意」文字装飾 */
.toiawase span.hissu,
.toiawase span.ninni {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 6px;
  border-radius: 20%;
  color: white;
  line-height: 1.6;
}
.toiawase span.hissu {
  background-color: lightcoral;
  padding: 1px 3px 1px;
  vertical-align: middle;
}
.toiawase span.ninni {
  background-color: #999;
  padding: 2px 3px 0;
  vertical-align: text-top;
}

/* 括弧書き */
.toiawase li.dennwa label {
  line-height: 1.2;
}
.toiawase span.kakkogaki {
  font-size: .85em;
  padding-left: 1.5rem;
  vertical-align: middle;
}

/* エラメ表示 */
.inquiry-erame {
  color: red;
  font-weight: bold;
  background-color: yellow;
  border-radius: 25px;
  margin: 0 1rem 2rem;
  padding: 0 5vw 1rem
}
.inquiry-erame p:first-child {
    padding: 1rem 1vw 0;
    }
.inquiry-erame p:not(:first-child) {
      position: relative;
      padding: 0 1vw 0 2.5rem;
      line-height: 1.2
    }
.inquiry-erame p:not(:first-child)::before {
        content: "・";
        position: absolute;
        left: 1.5rem;
        top: 0;
      }
.inquiry-erame p:last-child {
      margin-bottom: 0;
    }
@media screen and (max-width: 480px) {
  .inquiry-erame p:not(:first-child) {
    padding-left: 2rem;
  }
  .inquiry-erame p:not(:first-child)::before {
    left: 1rem;
  }
}


/* 問い合わせ完了ﾍﾟｰｼﾞ（inquiry-6-completion.php） */
.inquiry-kanryou > div {
  margin: 2rem auto;
  border: 3px solid var(--bgcolor2-1);
  border-radius: 10px;
  padding: 1rem;
  width: 24rem;
  background-color: var(--bgcolor5-3)
}
.inquiry-kanryou > div p {
    margin-bottom: 7px;
    line-height: 1.4;
    text-align: center;
  }
.inquiry-kanryou > div dl:not(:last-of-type) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
    }
.inquiry-kanryou > div dl:not(:last-of-type) dt {
      width: 4.5rem;
      }
.inquiry-kanryou > div dl:last-of-type dd {
      padding-left: 4.5rem;
      margin-bottom: 0;
    }
.inquiry-kanryou > div dl dt.add_colon::after {
      content: '：';
    }
.inquiry-kanryou > div dl dd {
      line-height: 1.1;
      margin-bottom: 0.5rem;
    }
@media screen and (max-width: 480px) {
  .inquiry-kanryou > div {
    width: auto
  }
    .inquiry-kanryou > div dl:not(:last-of-type) {
      display: unset;
    }
    .inquiry-kanryou > div dl:last-of-type dd {
      padding-left: 1.5rem;
    }
    .inquiry-kanryou > div dd {
      padding-left: 1.5rem;
    }
}


/* 完了画面_問い合わせ先 */
.toiawasesaki {
  margin-left: 1rem;
}
.toiawasesaki p {
  margin-bottom: 0;
  margin-top: 2.5rem;
}
.toiawasesaki ul {
  margin-top: 0;
  padding-left: 1rem;
}
.toiawasesaki li:not(:first-child) {
  margin-left: 1.5rem;
}
.toiawasesaki li:nth-child(3) {
  padding-left: 4rem;
}
/*481px以上*/
@media screen and (min-width: 481px) {
/* @media screen and (480px < width) { */
  .toiawasesaki li br.br-480 {
    display: none;
  }
  }
/* ﾚｽﾎﾟﾝｼﾌﾞﾃﾞｻﾞｲﾝ用ﾒﾃﾞｨｱｸｴﾘ 480px以下 */
@media screen and (max-width: 480px) {
  .toiawasesaki li span.br-480 {
    padding-left: 1.5rem;
  }
  .toiawasesaki li:nth-child(3) {
    padding-left: 1.5rem;
  }
}


/* ﾃｷｽﾄﾎﾞｯｸｽ設定 */
.toiawase input[type="text"],
.toiawase input[type="tel"],
.toiawase input[type="email"],
.toiawase textarea {
  border: solid 1px #555;
  border-radius: 2px;
}

/* ｶｰｿﾙ設定 */
.toiawase label {
  cursor: pointer
}
.toiawase label.cursor-default {
    cursor: default;
  }



/***********************************************************
割引
***********************************************************/
.waribiki .wrap_waribiki {
  margin-bottom: 4rem;
}
@media screen and (min-width: 481px) and (max-width: 1100px) {
  .waribiki .wrap_waribiki {
    margin-bottom: 2.5rem;
  }
}

.wrap_waribiki > p {
  margin-left: 2rem;
}
@media screen and (max-width: 480px) {
  .wrap_waribiki > p {
    margin-left: 1.2rem;
  }
}

.waribiki h2:not(:first-of-type) {
    margin-top: 4rem;
  }

.waribiki li {
    margin-top: 3rem
  }

.waribiki li p {
      margin-bottom: 0.3rem;
      margin-left: 3rem
    }

.waribiki li p.siki {
        padding-left: 2.5rem;
      }
@media screen and (max-width: 480px) {
    .waribiki h2:not(:first-of-type) {
      margin-top: 2.5rem;
    }
    .waribiki li {
      margin-top: 2rem
    }
      .waribiki li p {
        margin-left: 2.5rem
      }
        .waribiki li p.siki {
          padding-left: 1.5rem;
        }
}

.waribiki .scrollable-table {
  white-space: nowrap;
  margin-left: 3rem
}

.waribiki .scrollable-table table {
    margin-bottom: 0;
  }

.waribiki .scrollable-table th {
    text-align: center;
    vertical-align: middle;
  }

.waribiki .scrollable-table td {
    text-align: right;
  }

.waribiki .scrollable-table thead td {
    text-align: center;
  }

.waribiki .scrollable-table tbody tr:nth-of-type(2n) {
    background-color: var(--bgcolor5-3);
  }

.waribiki .scrollable-table tbody tr:nth-of-type(2n+1) {
    background-color: #e8f8f8;
  }
@media screen and (max-width: 480px) {
  .waribiki .scrollable-table {
    margin-left: 1rem;
  }
}

.waribiki .scrollable-table tr th:first-of-type,
.waribiki .scrollable-table thead tr th,
.waribiki .scrollable-table thead tr td {
  background-color: #f3f4f5;
}



/***********************************************************
ﾌﾟﾗｲﾊﾞｼｰﾎﾟﾘｼｰ
***********************************************************/
/* course_fee でも counter-increment を使用することにし、同じsuuji を main で reset することにしたので、.wrap_privacy_policy でのresetは不要になった。 */
/* .wrap_privacy_policy {
  counter-reset: suuji;
} */
.privacy_policy h2::before {
  counter-increment: suuji;
  content: counter(suuji)'　';
}

.privacy_policy h2 {
  counter-reset: suuji_kakko;
}
.privacy_policy .burasage_num_kakko::before {
  counter-increment: suuji_kakko;
  content: '('counter(suuji_kakko)') ';
}

.privacy_policy h1 {
    font-size: 2.4rem;
    top: 3rem;
  }

.privacy_policy h2 {
    font-size: 1.3em;
    margin-top: 4rem
  }

.privacy_policy h2:first-of-type {
      margin-top: 3rem;
    }

.privacy_policy p {
    padding-left: 1.2rem
  }

.privacy_policy p.burasage_num_kakko {
      text-indent: -1.8rem;
      padding-left: 2.65rem;
      }
@media screen and (max-width: 900px) {
    .privacy_policy h1 {
      left: 5vw;
    }
    .privacy_policy h2:first-of-type {
      margin-top: 1.5rem;
    }
}
@media screen and (max-width: 480px) {
    .privacy_policy h1 {
      font-size: 1.5rem;
      top: 1.5rem;
      letter-spacing: 0.3rem;
    }
    .privacy_policy h2 {
      font-size: 1.2em;
      margin-top: 2.8rem
    }
      .privacy_policy h2:first-of-type {
        margin-top: 0.8rem;
      }
    .privacy_policy p.burasage_num_kakko {
      text-indent: -1.63rem;
      padding-left: 2.3rem;
    }
}
@media screen and (max-width: 280px) {
    .privacy_policy h1 {
      font-size: 1.3rem;
    }
    .privacy_policy h2 {
      font-size: 1.1rem;
    }
}



/***********************************************************
404ﾍﾟｰｼﾞ
***********************************************************/
#page404 h1 {
    margin-top: 1rem;
  }
#page404 img {
    width: 100%;
    display: block; /* これを設定しないとﾌｯﾀｰとの間にわずかな余白が生じる */
  }
#page404 h1,
#page404 p {
  text-align: center;
}



/***********************************************************
投稿ﾍﾟｰｼﾞ・ｱｰｶｲﾌﾞﾍﾟｰｼﾞ
***********************************************************/
/* 見出し装飾 */
#single h2 {
    font-size: 1.5rem;
    padding: 12px 20px 7px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    color: #fff;
    background: var(--bgcolor1-1);
    /* border-left: 10px solid var(--bgcolor1-2);
    border-right: 1px solid#c0e3f2;
    border-top: 2px solid #c0e3f2;
    border-bottom: 4px solid #c0e3f2; */
  }
#single main h3 {
    font-size: 1.35rem;
    font-weight: bold;
    padding: 5px 0.3rem 2px 17px;
    background: -webkit-gradient(linear, left top, right top, from(var(--bgcolor1-3)),to(#fff));
    background: linear-gradient(to right, var(--bgcolor1-3),#fff);
    border-left: 7px solid var(--bgcolor1-1);
    /* border-right: 1px solid #c0e3f2;
    border-top: 1px solid #c0e3f2;
    border-bottom: 1px solid #c0e3f2; */
  }
#single h4 {
    font-size: 1.25rem;
    padding: 5px 10px 1px;
    border-top: 4px solid var(--bgcolor1-2);
    border-bottom: 4px solid var(--bgcolor1-2);
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, var(--bgcolor5-2)),to(#fff));
    background: linear-gradient(to right, var(--bgcolor5-2) 80%,#fff);
    margin: 3rem 0 0.8rem;
  }
#single h5 {
    font-size: 1.15rem;
    border: thin solid var(--bgcolor1-3);
    border-left: 7px solid var(--bgcolor1-3);
    padding: 4px 13px;
    margin: 2rem auto 0.8rem;
  }
@media screen and (max-width: 800px) {
    #single h2 {
      font-size: 1.4rem;
      padding: 11px 20px 7px;
    }
    #single main h3 {
      font-size: 1.3rem;
    }
    #single h4 {
      font-size: 1.2rem;
    }
    #single h5 {
      font-size: 1.1rem;
    }
}
@media screen and (max-width: 480px) {
    #single h2 {
      padding: 9px 10px 7px;
      margin: 3.5rem 0 11px;
    }
    #single h3 {
      line-height: 1.2;
    }
    #single main h3 {
      padding: 6px 7px 6px 11px;
      border-left: 5px solid var(--bgcolor1-2);
      margin: 28px 0 10px;
    }
    #single h4 {
      margin: 22px 0px 9px;
    }
}

#single h2,
#single main h3,
#single h4,
#single h5 {
  line-height: 1.2;
  margin: 5rem 0 0.9rem;
}

#single .single_thumbnail {
    max-width: calc(var(--width_single_main)*0.8);
    margin: 1rem auto;
    text-align: center;
  }

#single .single_content {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }

#single figcaption {
    font-size: 0.9em;
    line-height: 1.2;
    margin-bottom: 0.8rem;
  }

#single .post_link {
    position: relative
  }

#single .post_link .prev_link {
      position: absolute;
      left: 2vw;
    }

#single .post_link .next_link {
      position: absolute;
      right: 2vw;
    }
@media screen and (max-width: 480px) {
  #single .single_content {
    margin-bottom: 3.5rem;
  }
}



/***********************************************************
ｱｰｶｲﾌﾞﾍﾟｰｼﾞ
***********************************************************/

#archive h1 span {
    margin-left: 1rem;
  }



/***********************************************************
loading
***********************************************************/
#loader {
  position: fixed;
  width: 100%;
  height: 100vh; /* height: 100%にすると、position: sticky を適用したら、全画面表示されなくなる */
  top: 0;
  left: 0;
  background-color: #e9e9e9;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
#loader.loaded {
    visibility: hidden;
  }
#loader p {
    text-align: center;
  }
#loader img {
    border: none;
  }
