@charset "UTF-8";
/* 幅 */
/* ブレイクポイント */
/* ボタンスタイル */
/* ボタンスタイル */
/*
remサイズ指定
font-size: rem(16);
*/
/*
vwサイズ指定
@include font-vw();
@include width-vw();
@include height-vw();
@include p-vw(padding, 0);
@include p-vw(margin, 0);
*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes img_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes img_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes img_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
/* カラー */
:root {
  --color-red: #b64044;
  --color-black: #000;
  --color-white: #fff;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --fontsize11: min(calc(11/1280*100vw), 11px);
  --fontsize12: min(calc(12/1280*100vw), 12px);
  --fontsize13: min(calc(13/1280*100vw), 13px);
  --fontsize14: min(calc(14/1280*100vw), 14px);
  --fontsize15: min(calc(15/1280*100vw), 15px);
  --fontsize16: min(calc(16/1280*100vw), 16px);
  --fontsize12_16: min(calc(16/1280*100vw), 16px);
  --fontsize13_16: min(calc(16/1280*100vw), 16px);
  --fontsize17: min(calc(17/1280*100vw), 17px);
  --fontsize18: min(calc(18/1280*100vw), 18px);
  --fontsize19: min(calc(19/1280*100vw), 19px);
  --fontsize20: min(calc(20/1280*100vw), 20px);
  --fontsize21: min(calc(21/1280*100vw), 21px);
  --fontsize22: min(calc(22/1280*100vw), 22px);
  --fontsize23: min(calc(23/1280*100vw), 23px);
  --fontsize24: min(calc(24/1280*100vw), 24px);
  --fontsize25: min(calc(25/1280*100vw), 25px);
  --fontsize26: min(calc(26/1280*100vw), 26px);
  --fontsize27: min(calc(27/1280*100vw), 27px);
  --fontsize28: min(calc(28/1280*100vw), 28px);
  --fontsize29: min(calc(29/1280*100vw), 29px);
  --fontsize30: min(calc(30/1280*100vw), 30px);
  --fontsize31: min(calc(31/1280*100vw), 31px);
  --fontsize32: min(calc(32/1280*100vw), 32px);
  --fontsize34: min(calc(34/1280*100vw), 34px);
  --fontsize35: min(calc(35/1280*100vw), 35px);
  --fontsize36: min(calc(36/1280*100vw), 36px);
  --fontsize38: min(calc(38/1280*100vw), 38px);
  --fontsize40: min(calc(40/1280*100vw), 40px);
  --fontsize41: min(calc(41/1280*100vw), 41px);
  --fontsize42: min(calc(42/1280*100vw), 42px);
  --fontsize43: min(calc(43/1280*100vw), 43px);
  --fontsize44: min(calc(44/1280*100vw), 44px);
  --fontsize45: min(calc(45/1280*100vw), 45px);
  --fontsize46: min(calc(46/1280*100vw), 46px);
  --fontsize48: min(calc(48/1280*100vw), 48px);
  --fontsize50: min(calc(50/1280*100vw), 50px);
  --fontsize52: min(calc(52/1280*100vw), 52px);
  --fontsize55: min(calc(55/1280*100vw), 55px);
  --fontsize56: min(calc(56/1280*100vw), 56px);
  --fontsize65: min(calc(65/1280*100vw), 65px);
  --fontsize70: min(calc(70/1280*100vw), 70px);
}
@media screen and (max-width: 1025px) {
  :root {
    --fontsize11: min(calc(11/860*100vw), 11px);
    --fontsize12: min(calc(12/860*100vw), 12px);
    --fontsize13: min(calc(13/860*100vw), 13px);
    --fontsize14: min(calc(14/860*100vw), 14px);
    --fontsize15: min(calc(15/860*100vw), 15px);
    --fontsize16: min(calc(16/860*100vw), 16px);
    --fontsize12_16: min(calc(16/860*100vw), 16px);
    --fontsize13_16: min(calc(16/860*100vw), 16px);
    --fontsize17: min(calc(17/860*100vw), 17px);
    --fontsize18: min(calc(18/860*100vw), 18px);
    --fontsize19: min(calc(19/860*100vw), 19px);
    --fontsize20: min(calc(20/860*100vw), 20px);
    --fontsize21: min(calc(21/860*100vw), 21px);
    --fontsize22: min(calc(22/860*100vw), 22px);
    --fontsize23: min(calc(23/860*100vw), 23px);
    --fontsize24: min(calc(24/860*100vw), 24px);
    --fontsize25: min(calc(25/860*100vw), 25px);
    --fontsize26: min(calc(26/860*100vw), 26px);
    --fontsize27: min(calc(27/860*100vw), 27px);
    --fontsize28: min(calc(28/860*100vw), 28px);
    --fontsize29: min(calc(29/860*100vw), 29px);
    --fontsize30: min(calc(30/860*100vw), 30px);
    --fontsize31: min(calc(31/860*100vw), 31px);
    --fontsize32: min(calc(32/860*100vw), 32px);
    --fontsize34: min(calc(34/860*100vw), 34px);
    --fontsize35: min(calc(35/860*100vw), 35px);
    --fontsize36: min(calc(36/860*100vw), 36px);
    --fontsize38: min(calc(38/860*100vw), 38px);
    --fontsize40: min(calc(40/860*100vw), 40px);
    --fontsize40: min(calc(41/860*100vw), 41px);
    --fontsize42: min(calc(42/860*100vw), 42px);
    --fontsize43: min(calc(43/860*100vw), 43px);
    --fontsize44: min(calc(44/860*100vw), 44px);
    --fontsize45: min(calc(45/860*100vw), 45px);
    --fontsize46: min(calc(46/860*100vw), 46px);
    --fontsize48: min(calc(48/860*100vw), 48px);
    --fontsize50: min(calc(50/860*100vw), 50px);
    --fontsize52: min(calc(52/860*100vw), 52px);
    --fontsize55: min(calc(55/860*100vw), 55px);
    --fontsize56: min(calc(56/860*100vw), 56px);
    --fontsize65: min(calc(65/860*100vw), 65px);
    --fontsize70: min(calc(70/860*100vw), 70px);
  }
}
@media screen and (max-width: 751px) {
  :root {
    --fontsize11: min(calc(11/390*100vw), 11px);
    --fontsize12: min(calc(12/390*100vw), 12px);
    --fontsize13: min(calc(13/390*100vw), 13px);
    --fontsize14: min(calc(14/390*100vw), 14px);
    --fontsize15: min(calc(15/390*100vw), 15px);
    --fontsize16: min(calc(16/390*100vw), 16px);
    --fontsize12_16: min(calc(16/390*100vw), 16px);
    --fontsize13_16: min(calc(16/390*100vw), 16px);
    --fontsize17: min(calc(17/390*100vw), 17px);
    --fontsize18: min(calc(18/390*100vw), 18px);
    --fontsize19: min(calc(19/390*100vw), 19px);
    --fontsize20: min(calc(20/390*100vw), 20px);
    --fontsize21: min(calc(21/390*100vw), 21px);
    --fontsize22: min(calc(22/390*100vw), 22px);
    --fontsize23: min(calc(23/390*100vw), 23px);
    --fontsize24: min(calc(24/390*100vw), 24px);
    --fontsize25: min(calc(25/390*100vw), 25px);
    --fontsize26: min(calc(26/390*100vw), 26px);
    --fontsize27: min(calc(27/390*100vw), 27px);
    --fontsize28: min(calc(28/390*100vw), 28px);
    --fontsize29: min(calc(29/390*100vw), 29px);
    --fontsize30: min(calc(30/390*100vw), 30px);
    --fontsize31: min(calc(31/390*100vw), 31px);
    --fontsize32: min(calc(32/390*100vw), 32px);
    --fontsize34: min(calc(34/390*100vw), 34px);
    --fontsize35: min(calc(35/390*100vw), 35px);
    --fontsize36: min(calc(36/390*100vw), 36px);
    --fontsize38: min(calc(38/390*100vw), 38px);
    --fontsize40: min(calc(40/390*100vw), 40px);
    --fontsize41: min(calc(41/390*100vw), 41px);
    --fontsize42: min(calc(42/390*100vw), 42px);
    --fontsize43: min(calc(43/390*100vw), 43px);
    --fontsize44: min(calc(44/390*100vw), 44px);
    --fontsize45: min(calc(45/390*100vw), 45px);
    --fontsize46: min(calc(46/390*100vw), 46px);
    --fontsize48: min(calc(48/390*100vw), 48px);
    --fontsize50: min(calc(50/390*100vw), 50px);
    --fontsize52: min(calc(50/390*100vw), 52px);
    --fontsize55: min(calc(55/390*100vw), 55px);
    --fontsize56: min(calc(56/390*100vw), 56px);
    --fontsize65: min(calc(65/390*100vw), 65px);
    --fontsize70: min(calc(70/390*100vw), 70px);
  }
}

/* PCの時だけ改行 */
@media screen and (max-width: 751px) {
	.pc { display: none; }
}
/* スマホの時だけ改行 */
.sp {
    display:none;
}
@media screen and (max-width: 751px) {
    .sp { display: block; }
}


/* ==================================
COMMON
================================== */
body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: black;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

picture,
source {
  width: 100%;
  height: auto;
}

.newLine {
  display: inline-block;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type=button],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

figure {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.u-bold {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 751px) {
  .u-sp {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 751px) {
  .u-tab {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .u-tab {
    display: none;
  }
}

.u-block {
  display: block;
}

.u-textLeft {
  text-align: left;
}

.u-textCenter {
  text-align: center;
}

.u-newLine {
  display: inline-block;
  line-height: 2.38;
}

.u-pt10 {
  padding-top: min(10 / 1024 * 100vw, 10px);
}

.u-pt15 {
  padding-top: clamp(10px, 15 / 1024 * 100vw, 15px);
}

.u-pt20 {
  padding-top: min(15 / 1024 * 100vw, 15px);
}

.u-pt27 {
  padding-top: min(27 / 1024 * 100vw, 27px);
}

.u-pt30 {
  padding-top: min(30 / 1024 * 100vw, 30px);
}

.u-pt35 {
  padding-top: min(35 / 1024 * 100vw, 35px);
}

.u-pt40 {
  padding-top: min(40 / 1024 * 100vw, 40px);
}

.u-pt50 {
  padding-top: min(50 / 1024 * 100vw, 50px);
}

.u-fullWidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.u-marker--blue {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(75, 217, 235, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(75, 217, 235, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(75, 217, 235, 0.2) 60%);
}

.u-marker--green {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(69, 190, 116, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(69, 190, 116, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(69, 190, 116, 0.2) 60%);
}

.u-marker--red {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(202, 109, 105, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(202, 109, 105, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(202, 109, 105, 0.2) 60%);
}

.u-verticalWriting {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
}

.u-wordAuto {
  word-break: auto-phrase;
}

.u-ftG {
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.u-ftEng {
  font-family: "Cormorant Garamond", "Noto Serif JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.u-ftMin {
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, YuMincho medium, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-ftNumber {
  font-family: "Shippori Mincho", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.u-blue {
  color: var(--color-blue);
}

.u-red {
  color: var(--color-red);
}

.u-italic {
  font-style: italic;
}

.u-fontSetting {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: none;
}

.c-btn__headContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #b23438;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, YuMincho medium, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: var(--fontsize16);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
.c-btn__headContact:hover {
  opacity: 1;
  background-color: rgba(178, 52, 56, 0.1);
  color: var(--color-red);
}

.c-btn__drawer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
}
.c-btn__drawer:nth-of-type(1) {
  background-color: var(--color-red);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.c-btn__drawer:nth-of-type(2) {
  background-color: var(--color-black);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 569px) {
  .c-btn__drawer:nth-of-type(1) {
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .c-btn__drawer:nth-of-type(2) {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.c-btn__drawerText {
  font-size: var(--fontsize18);
  color: var(--color-white);
}

.c-btn__more {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9px;
}

.c-btn__moreText {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
}

.c-btn__moreIcon {
  width: min(111 / 1280 * 100vw, 111px);
}
@media screen and (max-width: 1025px) {
  .c-btn__moreIcon {
    width: min(111 / 960 * 100vw, 111px);
  }
}
@media screen and (max-width: 751px) {
  .c-btn__moreIcon {
    width: min(111 / 568 * 100vw, 111px);
  }
}

.c-btn__moreText--topInstructor {
  color: var(--color-white);
}

.c-btn__dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: var(--color-red);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn__dot::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(1.5625vw, 20px);
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dd6c70;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.c-btn__dot:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn__dot:hover::after {
  content: "";
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1025px) {
  .c-btn__dot::after {
    right: min(1.5625vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-btn__dot::after {
    right: min(3.8732394366vw, 22px);
  }
}

.c-btn__dottedText {
  font-size: min(18 / 1480 * 100vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 1025px) {
  .c-btn__dottedText {
    font-size: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .c-btn__dottedText {
    font-size: min(20 / 568 * 100vw, 20px);
  }
}

.c-btn__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: var(--color-red);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn__contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(1.5625vw, 20px);
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dd6c70;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.c-btn__contact:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn__contact:hover::after {
  content: "";
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1025px) {
  .c-btn__contact::after {
    right: min(1.5625vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-btn__contact::after {
    right: min(3.8732394366vw, 22px);
  }
}

.c-btn__contactText {
  font-size: min(18 / 1480 * 100vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 1025px) {
  .c-btn__contactText {
    font-size: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .c-btn__contactText {
    font-size: min(20 / 568 * 100vw, 20px);
  }
}

.c-btn__fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: min(15.625vw, 60px);
  background-color: #b2981f;
}
.c-btn__fixed:nth-of-type(2) {
  background-color: #b23438;
}

.c-btn__fixedText {
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, YuMincho medium, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: var(--fontsize17);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
}

.c-nav__gnav {
  position: relative;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, YuMincho medium, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: var(--fontsize15);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-nav__gnav::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-red);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
}
.c-nav__gnav:hover {
  opacity: 1;
}
.c-nav__gnav:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 1.5, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.75, 1.5, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.75, 1.5, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.75, 1.5, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.75, 1.5, 0.5, 1);
}

.c-nav__drawer {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fontsize18);
  letter-spacing: 0.1em;
}
.c-nav__drawer::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-red);
}

.c-nav__ftnav {
  position: relative;
  font-size: var(--fontsize15);
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
.c-nav__ftnav::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #88888a;
  opacity: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.c-nav__ftnav:hover {
  opacity: 1;
}
.c-nav__ftnav:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
@media screen and (max-width: 751px) {
  .c-nav__ftnav {
    font-size: var(--fontsize16);
  }
}

.c-drawer__btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.c-drawer__btnIcon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 3px;
  margin: auto;
  background-color: var(--color-black);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
}
.c-drawer__btnIcon:nth-of-type(1) {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.c-drawer__btnIcon:nth-of-type(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
@media screen and (max-width: 751px) {
  .c-drawer__btnIcon {
    width: min(7.03125vw, 27px);
    height: 2px;
  }
  .c-drawer__btnIcon:nth-of-type(1) {
    -webkit-transform: translateY(min(2.0833333333vw, -8px));
            transform: translateY(min(2.0833333333vw, -8px));
  }
  .c-drawer__btnIcon:nth-of-type(3) {
    -webkit-transform: translateY(min(2.0833333333vw, 8px));
            transform: translateY(min(2.0833333333vw, 8px));
  }
}

.c-link__img {
  display: block;
}

.c-text__aboutAddress {
  font-size: var(--fontsize15);
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 751px) {
  .c-text__aboutAddress {
    line-height: 1.75;
  }
}

.c-text__copyright {
  font-family: "Cormorant Garamond", "Noto Serif JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  line-height: 1;
  letter-spacing: 0;
  /*color: #88888a;*/
  color: #FFF;
}
@media screen and (max-width: 751px) {
  .c-text__copyright {
    font-size: var(--fontsize14);
  }
}

.c-text__headLead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  padding-bottom: min(5 / 1360 * 100vw, 5px);
}
@media screen and (max-width: 1025px) {
  .c-text__headLead {
    font-size: 16px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 751px) {
  .c-text__headLead {
    font-size: 16px;
  }
}

.c-text__topLesson {
  font-size: 16px;
  line-height: 2.38;
  letter-spacing: 0.06em;
  text-align: left;
  color: var(--black);
}
@media screen and (max-width: 1025px) {
  .c-text__topLesson {
    font-size: 16px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 751px) {
  .c-text__topLesson {
    font-size: 16px;
    /*line-height: 1.65;*/
  }
}

.c-text__topAbout {
  font-size: 16px;
  line-height: 2.38;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1281px) {
  .c-text__topAbout {
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 1025px) {
  .c-text__topAbout {
    /*line-height: 2;*/
  }
}
@media screen and (max-width: 414px) {
  .c-text__topAbout {
    /*line-height: 1.65;*/
  }
}

.c-text__topFeaturesLead {
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 2.38;
  letter-spacing: 0;
}
@media screen and (max-width: 1025px) {
  .c-text__topFeaturesLead {
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 751px) {
  .c-text__topFeaturesLead {
    /*line-height: 1.5;*/
  }
}

.c-text__topInstructor {
  padding-top: min(11 / 1280 * 100vw, 11px);
  font-size: 16px;
  line-height: 2.38;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
@media screen and (max-width: 751px) {
  .c-text__topInstructor {
    padding-top: min(11 / 568 * 100vw, 11px);
    /*line-height: 1.75;*/
  }
}

.c-text__lessonFirst {
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 2.38;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .c-text__lessonFirst {
    font-size: 16px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 569px) {
  .c-text__lessonFirst {
    font-size: 16px;
    /*line-height: 1.5;*/
  }
}

.c-text__important {
  font-size: 16px;
  line-height: 2.38;
  letter-spacing: 0.06em;
}
.c-text__important span {
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .c-text__important {
    font-size: 14px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 751px) {
  .c-text__important {
    font-size: 16px;
    /*line-height: 1.75;*/
  }
}

.c-text__contact {
  font-size: min(18 / 1480 * 100vw, 18px);
  line-height: 2.38;
  letter-spacing: 0;
}
@media screen and (max-width: 1025px) {
  .c-text__contact {
    font-size: min(14 / 960 * 100vw, 14px);
  }
}
@media screen and (max-width: 751px) {
  .c-text__contact {
    font-size: min(18 / 568 * 100vw, 18px);
  }
}

.c-text__contactTel {
  font-size: min(22 / 1480 * 100vw, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0709090909em;
}
.c-text__contactTel .js-tel {
  font-size: min(26 / 1480 * 100vw, 26px);
  padding-left: min(5 / 1280 * 100vw, 5px);
}
.c-text__contactTel .js-tel a {
  color: var(--color-black);
}
@media screen and (max-width: 1025px) {
  .c-text__contactTel {
    font-size: min(20 / 960 * 100vw, 20px);
  }
  .c-text__contactTel .js-tel {
    font-size: min(24 / 960 * 100vw, 24px);
    padding-left: min(5 / 960 * 100vw, 5px);
  }
}
@media screen and (max-width: 751px) {
  .c-text__contactTel {
    font-size: min(22 / 568 * 100vw, 22px);
  }
  .c-text__contactTel .js-tel {
    font-size: min(26 / 568 * 100vw, 26px);
    padding-left: min(5 / 568 * 100vw, 5px);
  }
}

.c-title__contents {
  font-size: var(--fontsize20);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.c-title__contents--left {
  text-align: left;
}
@media screen and (max-width: 1025px) {
  .c-title__contents {
    font-size: var(--fontsize20);
  }
}
@media screen and (max-width: 751px) {
  .c-title__contents {
    font-size: var(--fontsize20);
  }
}

.c-title__contentsEng {
  font-family: "Cormorant Garamond", "Noto Serif JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(66 / 1360 * 100vw, 66px);
  font-weight: 600;
  line-height: 1;
  color: var(--color-red);
  letter-spacing: 0em;
}
.c-title__contentsEng span {
  font-size: 18px;
}
@media screen and (max-width: 1025px) {
  .c-title__contentsEng {
    font-size: min(66 / 960 * 100vw, 66px);
  }
  .c-title__contentsEng span {
	font-size: 16px;
  }
}
@media screen and (max-width: 751px) {
  .c-title__contentsEng {
    font-size: min(78 / 750 * 100vw, 78px);
  }
}

.c-title__topLesson {
  font-size: min(32 / 1600 * 100vw, 32px);
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 1025px) {
  .c-title__topLesson {
    font-size: min(24 / 960 * 100vw, 24px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__topLesson {
    font-size: min(32 / 750 * 100vw, 32px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__topLesson {
    font-size: min(32 / 568 * 100vw, 32px);
  }
}

.c-title__topFeatures {
  width: min(31 / 1280 * 100vw, 31px);
}
@media screen and (max-width: 1025px) {
  .c-title__topFeatures {
    width: min(31 / 960 * 100vw, 31px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__topFeatures {
    width: min(31 / 568 * 100vw, 31px);
  }
}

.c-title__topSubFeatures {
  font-size: min(26 / 1480 * 100vw, 26px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 1025px) {
  .c-title__topSubFeatures {
    font-size: min(19 / 960 * 100vw, 19px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__topSubFeatures {
    font-size: min(28 / 750 * 100vw, 28px);
  }
}

.c-title__contents--topInstructor {
  margin-left: 0.2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-white);
}

.c-title__contentssEng--topInstructor {
  font-size: var(--fontsize56);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 751px) {
  .c-title__contentssEng--topInstructor {
    font-size: var(--fontsize48);
  }
}

.c-title__contents--topBlog {
  font-size: var(--fontsize16);
}
@media screen and (max-width: 751px) {
  .c-title__contents--topBlog {
    font-size: var(--fontsize18);
  }
}

.c-title__contentsEng--topBlog {
  font-size: var(--fontsize56);
}
@media screen and (max-width: 751px) {
  .c-title__contentsEng--topBlog {
    font-size: var(--fontsize56);
  }
}

.c-title__mainHeading {
  /*font-size: var(--fontsize38);*/
  font-size: var(--fontsize34);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .c-title__mainHeading {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 751px) {
  .c-title__mainHeading {
    font-size: var(--fontsize26);
  }
}

.c-title__mainHeading2 {
  font-size: var(--fontsize34);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-shadow: 2px 2px 2px pink;
}
@media screen and (max-width: 1025px) {
  .c-title__mainHeading2 {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 751px) {
  .c-title__mainHeading2 {
    font-size: var(--fontsize26);
	line-height: 1.4;
  }
}

.c-title__mainHeadingCat {
  padding-top: min(10 / 1280 * 100vw, 10px);
  display: block;
  /*font-size: var(--fontsize20);*/
  font-size: var(--fontsize24);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--color-red);
}
@media screen and (max-width: 1025px) {
  .c-title__mainHeadingCat {
    /*font-size: var(--fontsize15);*/
	font-size: var(--fontsize19);
    padding-top: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__mainHeadingCat {
    /*font-size: var(--fontsize15);*/
	font-size: var(--fontsize19);
    padding-top: min(15 / 568 * 100vw, 15px);
  }
}

.c-title__mainHeadingCat2 {
  padding-top: min(10 / 1280 * 100vw, 10px);
  display: block;
  font-size: var(--fontsize20);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--color-red);
}
@media screen and (max-width: 1025px) {
  .c-title__mainHeadingCat2 {
    font-size: var(--fontsize15);
    padding-top: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__mainHeadingCat2 {
    font-size: var(--fontsize15);
	line-height: 1.2;
    padding-top: min(15 / 568 * 100vw, 15px);
  }
}

.c-title__mainHeadingCat3 {
  padding-top: min(10 / 1280 * 100vw, 10px);
  display: block;
  font-size: var(--fontsize22);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--color-red);
  text-shadow: 2px 2px 2px white;
}
@media screen and (max-width: 1025px) {
  .c-title__mainHeadingCat3 {
    font-size: var(--fontsize17);
    padding-top: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__mainHeadingCat3 {
    font-size: var(--fontsize17);
    padding-top: min(15 / 568 * 100vw, 15px);
  }
}

.c-title__lessonContents {
  width: min(134 / 1280 * 100vw, 134px);
}
@media screen and (max-width: 1025px) {
  .c-title__lessonContents {
    width: min(100 / 1024 * 100vw, 100px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonContents {
    width: min(126 / 750 * 100vw, 126px);
  }
}

.c-title__lessonSub {
  font-size: var(--fontsize32);
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSub {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSub {
    font-size: var(--fontsize26);
  }
}

.c-title__lessonSub--section01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__lessonSub--section01::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/lesson/icon_number01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
.c-title__lessonSub--section01 .u-red {
  letter-spacing: 0;
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSub--section01::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSub--section01::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__lessonSub--section01 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__lessonSub--section01::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__lessonSub--section01 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__lessonSub--section02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__lessonSub--section02::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/lesson/icon_number02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSub--section02::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSub--section02::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__lessonSub--section02 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__lessonSub--section02::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__lessonSub--section02 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__lessonSub--section03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__lessonSub--section03::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/lesson/icon_number03.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSub--section03::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSub--section03::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__lessonSub--section03 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__lessonSub--section03::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__lessonSub--section03 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__important {
  padding-left: min(5 / 1280 * 100vw, 5px);
  font-size: var(--fontsize30);
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0em;
}
@media screen and (max-width: 1025px) {
  .c-title__important {
    padding-left: min(5 / 960 * 100vw, 5px);
    font-size: var(--fontsize23);
  }
}
@media screen and (max-width: 751px) {
  .c-title__important {
    padding-left: min(5 / 568 * 100vw, 5px);
    font-size: var(--fontsize32);
  }
}
@media screen and (max-width: 569px) {
  .c-title__important {
    font-size: var(--fontsize22);
  }
}

.c-title__lessonSchool {
  margin-left: -0.75em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: left;
  color: var(--color-red);
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSchool {
    font-size: 14px;
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSchool {
    font-size: 14px;
  }
}

.c-title__contactHead {
  font-size: min(40 / 1480 * 100vw, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1025px) {
  .c-title__contactHead {
    font-size: min(30 / 960 * 100vw, 30px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__contactHead {
    font-size: min(40 / 568 * 100vw, 40px);
  }
}

.c-title__contactHeadEng {
  font-size: min(22 / 1600 * 100vw, 22px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.36em;
  color: var(--color-red);
}
@media screen and (max-width: 1025px) {
  .c-title__contactHeadEng {
    font-size: min(18 / 960 * 100vw, 18px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__contactHeadEng {
    font-size: min(22 / 568 * 100vw, 22px);
  }
}

.c-catch__topInstructor {
  margin-left: 0.4em;
  font-size: var(--fontsize28);
  line-height: 1.71;
  letter-spacing: 0.2em;
  color: var(--color-white);
}
@media screen and (max-width: 751px) {
  .c-catch__topInstructor {
    margin-left: 0em;
    font-size: var(--fontsize26);
  }
}

.c-catch__topInstructor--large {
  font-size: var(--fontsize46);
}
@media screen and (max-width: 751px) {
  .c-catch__topInstructor--large {
    font-size: var(--fontsize42);
  }
}

.c-pot__date {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #222;
}
@media screen and (max-width: 1025px) {
  .c-pot__date {
    font-size: var(--fontsize12);
  }
}
@media screen and (max-width: 569px) {
  .c-pot__date {
    font-size: 14px;
  }
}

.c-post__cat {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #676666;
  letter-spacing: 0;
}
@media screen and (max-width: 1025px) {
  .c-post__cat {
    font-size: var(--fontsize12);
  }
}
@media screen and (max-width: 569px) {
  .c-post__cat {
    font-size: 14px;
  }
}

.c-post__title {
  font-size: 16px;
  line-height: 2.00;
  letter-spacing: 0.035em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 任意の行数を指定 */
}
@media screen and (max-width: 1025px) {
  .c-post__title {
    font-size: var(--fontsize14);
    /*line-height: 1.5;*/
  }
}
@media screen and (max-width: 569px) {
  .c-post__title {
    font-size: 16px;
  }
}

.c-list__dot {
  list-style: "●";
  font-size: 16px;
  line-height: 2.38;
  letter-spacing: 0.06em;
  margin-left: 1em;
  padding-left: 0.75em;
}
@media screen and (max-width: 1025px) {
  .c-list__dot {
    font-size: 14px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 751px) {
  .c-list__dot {
    font-size: 14px;
    /*line-height: 1.75;*/
  }
}

.c-list__dot2 {
  list-style: "●";
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-left: 1em;
  padding-left: 0.75em;
}
@media screen and (max-width: 1025px) {
  .c-list__dot2 {
    font-size: 18px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 751px) {
  .c-list__dot2 {
    font-size: 18px;
    line-height: 1.75;
  }
}

.c-list__dot--pink::marker {
  color: #d9a8aa;
  /*font-size: 14px;*/
  font-size: 14px;
}

.c-list__dot--pink2::marker {
  color: #d9a8aa;
  font-size: 16px;
}

.c-list__smalldot {
  list-style: "・";
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: left;
  color: var(--black);
}
@media screen and (max-width: 1025px) {
  .c-list__smalldot {
    font-size: 14px;
  }
}
@media screen and (max-width: 751px) {
  .c-list__smalldot {
    font-size: 14px;
  }
}

.c-list__smalldot2 {
  list-style: "";
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: left;
  color: var(--black);
}
@media screen and (max-width: 1025px) {
  .c-list__smalldot2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 751px) {
  .c-list__smalldot2 {
    font-size: 14px;
  }
}

.c-list__notes {
  margin-left: 1em;
  list-style: "※";
  font-size: 15px;
  line-height: 2.38;
  letter-spacing: 0.06em;
}

.c-table {
  border: solid 1px #cccbcb;
  border-collapse: collapse;
  background-color: var(--color-white);
}

.c-table__th {
  border: solid 1px #cccbcb;
  background-color: #f6ebed;
  padding-top: min(14 / 1280 * 100vw, 14px);
  padding-bottom: min(14 / 1280 * 100vw, 14px);
  padding-left: min(10 / 1280 * 100vw, 10px);
  padding-right: min(10 / 1280 * 100vw, 10px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1025px) {
  .c-table__th {
    padding-top: min(14 / 960 * 100vw, 14px);
    padding-bottom: min(14 / 960 * 100vw, 14px);
    padding-left: min(10 / 960 * 100vw, 10px);
    padding-right: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .c-table__th {
    padding-top: min(14 / 568 * 100vw, 14px);
    padding-bottom: min(14 / 568 * 100vw, 14px);
    padding-left: min(10 / 568 * 100vw, 10px);
    padding-right: min(10 / 568 * 100vw, 10px);
  }
}
@media screen and (max-width: 414px) {
  .c-table__th {
    font-size: 14px;
  }
}

.c-table__td {
  border: solid 1px #cccbcb;
  padding-top: min(14 / 1280 * 100vw, 14px);
  padding-bottom: min(14 / 1280 * 100vw, 14px);
  padding-left: min(10 / 1280 * 100vw, 10px);
  padding-right: min(10 / 1280 * 100vw, 10px);
  font-size: 16px;
  line-height: 1.86;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1025px) {
  .c-table__td {
    padding-top: min(14 / 960 * 100vw, 14px);
    padding-bottom: min(14 / 960 * 100vw, 14px);
    padding-left: min(10 / 960 * 100vw, 10px);
    padding-right: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .c-table__td {
    padding-top: min(14 / 568 * 100vw, 14px);
    padding-bottom: min(14 / 568 * 100vw, 14px);
    padding-left: min(10 / 568 * 100vw, 10px);
    padding-right: min(10 / 568 * 100vw, 10px);
  }
}
@media screen and (max-width: 414px) {
  .c-table__td {
    font-size: 14px;
  }
}

.c-pageHead {
  display: grid;
  row-gap: min(1.953125vw, 25px);
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .c-pageHead {
    row-gap: min(2.6041666667vw, 25px);
  }
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .c-pageHead {
    row-gap: min(1.953125vw, 25px);
  }
}
@media screen and (max-width: 751px) {
  .c-pageHead {
    row-gap: min(3.1690140845vw, 18px);
  }
}
@media screen and (max-width: 751px) and (orientation: landscape) {
  .c-pageHead {
    row-gap: min(2.6041666667vw, 25px);
  }
}

.c-pageHead__jpn {
  font-size: min(42 / 1280 * 100vw, 42px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--color-white);
  text-shadow: 2px 2px 2px black;
}
@media screen and (max-width: 1025px) {
  .c-pageHead__jpn {
    font-size: min(42 / 960 * 100vw, 42px);
  }
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .c-pageHead__jpn {
    font-size: min(32 / 960 * 100vw, 32px);
  }
}
@media screen and (max-width: 751px) {
  .c-pageHead__jpn {
    font-size: min(32 / 568 * 100vw, 32px);
  }
}
@media screen and (max-width: 751px) and (orientation: landscape) {
  .c-pageHead__jpn {
    font-size: min(32 / 960 * 100vw, 32px);
  }
}

.c-pageHead__eng {
  font-family: "Cormorant Garamond", "Noto Serif JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(32 / 1280 * 100vw, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-red);
  text-shadow: 2px 2px 2px white;
}
@media screen and (max-width: 1025px) {
  .c-pageHead__eng {
    font-size: min(32 / 960 * 100vw, 32px);
  }
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .c-pageHead__eng {
    font-size: min(24 / 960 * 100vw, 24px);
  }
}
@media screen and (max-width: 751px) {
  .c-pageHead__eng {
    font-size: min(24 / 568 * 100vw, 24px);
  }
}
@media screen and (max-width: 751px) and (orientation: landscape) {
  .c-pageHead__eng {
    font-size: min(24 / 960 * 100vw, 24px);
  }
}

.l-header {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: var(--color-white);
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  .l-header {
    height: 90px;
  }
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .l-header {
    height: 70px;
  }
}
@media screen and (max-width: 751px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (max-width: 751px) and (orientation: landscape) {
  .l-header {
    height: 70px;
  }
}

.l-header__body {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: min(40 / 1600 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .l-header__body {
    grid-template-columns: auto auto;
    padding-left: min(30 / 860 * 100vw, 30px);
  }
}
@media screen and (max-width: 751px) {
  .l-header__body {
    padding-left: min(20 / 384 * 100vw, 20px);
  }
}

.l-header__logo {
  width: min(223 / 1600 * 100vw, 223px);
}
@media screen and (max-width: 1025px) {
  .l-header__logo {
    width: min(223 / 860 * 100vw, 223px);
  }
}
@media screen and (max-width: 751px) {
  .l-header__logo {
    width: min(178 / 384 * 100vw, 178px);
  }
}

.l-header__drawer {
  display: none;
}
@media screen and (max-width: 1025px) {
  .l-header__drawer {
    display: block;
    width: 90px;
    height: 100%;
  }
}
@media screen and (max-width: 751px) {
  .l-header__drawer {
    display: block;
    width: min(15.625vw, 60px);
    height: 100%;
  }
}
.l-header__drawer.is-close .c-drawer__btnIcon {
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.75, 1.35, 0.5, 1);
}
.l-header__drawer.is-close .c-drawer__btnIcon:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.l-header__drawer.is-close .c-drawer__btnIcon:nth-of-type(2) {
  display: none;
}
.l-header__drawer.is-close .c-drawer__btnIcon:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
@media screen and (max-width: 751px) {
  .l-header__drawer.is-close .c-drawer__btnIcon {
    width: min(7.03125vw, 27px);
    height: 2px;
  }
  .l-header__drawer.is-close .c-drawer__btnIcon:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-header__drawer.is-close .c-drawer__btnIcon:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

.l-gnav {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  gap: 0 min(2.5vw, 40px);
}
@media screen and (max-width: 1025px) {
  .l-gnav {
    display: none;
  }
}

.l-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(1.6875vw, 27px);
}

.l-gnav__btn {
  width: min(150 / 1600 * 100vw, 150px);
  height: 100%;
}

.l-footer {
  position: relative;
  background-color: var(--color-black);
  color: var(--color-white);
}

.l-footer__body {
  padding-top: min(90 / 1280 * 100vw, 90px);
  padding-bottom: min(118 / 1280 * 100vw, 118px);
}
@media screen and (max-width: 1025px) {
  .l-footer__body {
    padding-top: min(60 / 860 * 100vw, 60px);
    padding-bottom: min(90 / 860 * 100vw, 90px);
  }
}
@media screen and (max-width: 751px) {
  .l-footer__body {
    padding-top: min(60 / 384 * 100vw, 60px);
    padding-bottom: min(90 / 384 * 100vw, 90px);
  }
}

.l-footer__wrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 751px) {
  .l-footer__wrap {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
}

.l-footer__logo {
  width: min(227 / 1280 * 100vw, 227px);
}
@media screen and (max-width: 1025px) {
  .l-footer__logo {
    width: min(227 / 860 * 100vw, 227px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 751px) {
  .l-footer__logo {
    width: min(227 / 384 * 100vw, 227px);
    margin-inline: auto;
  }
}

.l-footer__aboutAddress {
  padding-top: min(35 / 1280 * 100vw, 35px);
}
@media screen and (max-width: 1025px) {
  .l-footer__aboutAddress {
    padding-top: min(25 / 860 * 100vw, 25px);
  }
}
@media screen and (max-width: 751px) {
  .l-footer__aboutAddress {
    padding-top: min(20 / 384 * 100vw, 20px);
  }
}

.js-tel a {
  color: var(--color-white);
  text-decoration: underline;
}

.l-footer__aboutSns {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: min(2.734375vw, 35px);
     -moz-column-gap: min(2.734375vw, 35px);
          column-gap: min(2.734375vw, 35px);
  padding-top: min(30 / 1280 * 100vw, 30px);
}
@media screen and (max-width: 1025px) {
  .l-footer__aboutSns {
    -webkit-column-gap: min(3.488372093vw, 30px);
       -moz-column-gap: min(3.488372093vw, 30px);
            column-gap: min(3.488372093vw, 30px);
    padding-top: min(23 / 860 * 100vw, 23px);
  }
}
@media screen and (max-width: 751px) {
  .l-footer__aboutSns {
    -webkit-column-gap: min(5.2083333333vw, 20px);
       -moz-column-gap: min(5.2083333333vw, 20px);
            column-gap: min(5.2083333333vw, 20px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: min(23 / 384 * 100vw, 23px);
  }
}

.l-footer__copyright {
  padding-top: min(75 / 1280 * 100vw, 75px);
  text-align: right;
}
@media screen and (max-width: 1025px) {
  .l-footer__copyright {
    padding-top: min(65 / 860 * 100vw, 65px);
  }
}
@media screen and (max-width: 751px) {
  .l-footer__copyright {
    padding-top: min(50 / 384 * 100vw, 50px);
  }
}

.l-wrapper {
  position: relative;
  max-width: 100%;
}

.l-main {
  position: relative;
  z-index: 8;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize18);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding-bottom: min(60 / 1200 * 100vw, 60px);
}
@media screen and (max-width: 751px) {
  .l-main {
    font-size: var(--fontsize18);
    font-weight: 400;
    line-height: 1.65;
  }
}

.l-main__inner {
  position: relative;
  padding-top: min(76 / 1200 * 100vw, 76px);
}

.l-pageHead {
  position: relative;
}

.l-pageHead__body {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}

.l-pageHead__bg {
  position: relative;
  width: 100%;
  max-height: 480px;
  aspect-ratio: 1600/480;
  z-index: 1;
}
.l-pageHead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media screen and (max-width: 1025px) {
  .l-pageHead__bg {
    aspect-ratio: 1200/480;
  }
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .l-pageHead__bg {
    aspect-ratio: 1600/480;
  }
}
@media screen and (max-width: 751px) {
  .l-pageHead__bg {
    aspect-ratio: 900/480;
  }
}
@media screen and (max-width: 751px) and (orientation: landscape) {
  .l-pageHead__bg {
    aspect-ratio: 1600/480;
  }
}

.l-drawerMenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: 9;
}
@media screen and (min-width: 751px) {
  .l-drawerMenu {
    width: 75%;
  }
}

.l-drawerMenu__inner {
  height: 100%;
  overflow-y: auto;
  padding-top: min(100 / 384 * 100vw, 100px);
  padding-bottom: min(50 / 384 * 100vw, 50px);
  padding-left: min(30 / 384 * 100vw, 30px);
  padding-right: min(30 / 384 * 100vw, 30px);
}
@media screen and (min-width: 569px) {
  .l-drawerMenu__inner {
    padding-left: min(40 / 384 * 100vw, 40px);
    padding-right: min(40 / 384 * 100vw, 40px);
  }
}

.l-drawerMenu__btn {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: min(50 / 384 * 100vw, 50px);
}
@media screen and (min-width: 569px) {
  .l-drawerMenu__btn {
    grid-template-columns: 1fr 1fr;
  }
}

.l-drawerMenu__navlist {
  display: grid;
  gap: min(5.2083333333vw, 20px) 0;
}

:root {
  --contents-width: 1200px;
  --contents-large-width: 1480px;
}

.l-contents {
  max-width: var(--contents-width);
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 1025px) {
  .l-contents {
    width: 85.3333333333vw;
  }
}

.l-mainVisual__body {
  position: relative;
}

.l-mainVisual__item img {
  width: 100%;
  height: auto;
}

.l-mainVisual__catch {
  position: absolute;
  top: min(30.2380952381%, 254px);
  left: min(11.25vw, 180px);
  width: min(78 / 1280 * 100vw, 78px);
  z-index: 10;
  opacity: 0;
  -webkit-filter: blur(5em);
          filter: blur(5em);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation-name: mv_fadeIn;
          animation-name: mv_fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 1025px) {
  .l-mainVisual__catch {
    top: min(8.0910240202%, 64px);
    left: auto;
    right: min(7.6171875vw, 78px);
    width: min(123 / 1024 * 100vw, 123px);
  }
  .l-mainVisual__catch img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .l-mainVisual__catch {
    top: min(22.619047619%, 190px);
    left: min(13.18359375vw, 135px);
    width: min(58 / 860 * 100vw, 58px);
  }
}
@media screen and (max-width: 751px) {
  .l-mainVisual__catch {
    right: min(10.4vw, 78px);
    width: min(123 / 750 * 100vw, 123px);
  }
}
@media screen and (max-width: 751px) and (orientation: landscape) {
  .l-mainVisual__catch {
    top: min(22.619047619%, 190px);
    left: min(12vw, 90px);
    width: min(58 / 750 * 100vw, 58px);
  }
}

.l-mainVisual__logo {
  position: absolute;
  top: min(44.6428571429%, 375px);
  right: min(8.125vw, 130px);
  width: min(306 / 1280 * 100vw, 306px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  z-index: 10;
  opacity: 0;
  -webkit-animation-name: mv_fadeIn;
          animation-name: mv_fadeIn;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1025px) {
  .l-mainVisual__logo {
    display: none;
  }
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .l-mainVisual__logo {
    display: block;
    top: min(33.5714285714%, 282px);
    right: min(9.5703125vw, 98px);
    width: min(225 / 860 * 100vw, 225px);
  }
}
@media screen and (max-width: 751px) and (orientation: landscape) {
  .l-mainVisual__logo {
    top: min(44.6428571429%, 375px);
    right: min(10vw, 75px);
    width: min(225 / 750 * 100vw, 225px);
  }
}

@-webkit-keyframes mv_fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(5em);
            filter: blur(5em);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0em);
            filter: blur(0em);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes mv_fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(5em);
            filter: blur(5em);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0em);
            filter: blur(0em);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.l-ftnav {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 min(6.640625vw, 85px);
  padding-top: min(15 / 1280 * 100vw, 15px);
  padding-right: min(75 / 1280 * 100vw, 75px);
}
@media screen and (max-width: 1025px) {
  .l-ftnav {
    gap: 0 min(9.3023255814vw, 80px);
    padding-top: min(15 / 860 * 100vw, 15px);
    padding-right: min(35 / 860 * 100vw, 35px);
  }
}
@media screen and (max-width: 751px) {
  .l-ftnav {
    gap: 0 min(10.6666666667vw, 80px);
    padding-top: min(60 / 384 * 100vw, 60px);
    padding-right: min(0 / 384 * 100vw, 0px);
  }
}
@media screen and (max-width: 414px) {
  .l-ftnav {
    gap: 0 min(13.0208333333vw, 50px);
  }
}

.l-ftnav__list {
  display: grid;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  row-gap: min(1.953125vw, 25px);
}
@media screen and (max-width: 1025px) {
  .l-ftnav__list {
    row-gap: min(2.9069767442vw, 25px);
  }
}
@media screen and (max-width: 751px) {
  .l-ftnav__list {
    row-gap: min(6.5104166667vw, 25px);
  }
}

.l-ftnav__item {
  line-height: 1;
}

.l-pagetop {
  position: absolute;
  bottom: min(10.3125vw, 132px);
  right: min(5.46875vw, 70px);
}
@media screen and (max-width: 1025px) {
  .l-pagetop {
    bottom: min(13.9534883721vw, 120px);
    right: min(2.3255813953vw, 20px);
  }
}
@media screen and (max-width: 751px) {
  .l-pagetop {
    bottom: min(57.2916666667vw, 220px);
    right: min(5.2083333333vw, 20px);
  }
}

.l-contact__body {
  width: min(1480 / 1600 * 100vw, 1480px);
  margin-inline: auto;
  padding-top: min(10 / 1280 * 100vw, 10px);
  padding-bottom: min(10 / 1280 * 100vw, 10px);
  padding-left: min(10 / 1280 * 100vw, 10px);
  padding-right: min(10 / 1280 * 100vw, 10px);
  border-radius: 6px;
  background-image: url("../images/common/contact/bg_contact.png");
}
@media screen and (max-width: 751px) {
  .l-contact__body {
    padding-top: min(10 / 568 * 100vw, 10px);
    padding-bottom: min(10 / 568 * 100vw, 10px);
    padding-left: min(10 / 568 * 100vw, 10px);
    padding-right: min(10 / 568 * 100vw, 10px);
  }
}

.l-contact__wrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 min(8.4375vw, 135px);
}
@media screen and (max-width: 1025px) {
  .l-contact__wrap {
    gap: 0 min(4.1666666667vw, 40px);
  }
}
@media screen and (max-width: 751px) {
  .l-contact__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.l-contact__img {
  width: min(740 / 1600 * 100vw, 740px);
  height: 100%;
}
.l-contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 751px) {
  .l-contact__img {
    width: 100%;
  }
  .l-contact__img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.l-contact__detail {
  padding-top: min(65 / 1600 * 100vw, 65px);
  padding-bottom: min(50 / 1600 * 100vw, 50px);
}
@media screen and (max-width: 751px) {
  .l-contact__detail {
    padding-top: min(50 / 568 * 100vw, 50px);
    padding-bottom: min(50 / 568 * 100vw, 50px);
  }
}

.l-contact__head {
  display: grid;
  gap: min(0.8125vw, 13px) 0;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .l-contact__head {
    gap: min(1.0416666667vw, 10px) 0;
  }
}
@media screen and (max-width: 751px) {
  .l-contact__head {
    gap: min(1.7605633803vw, 10px) 0;
  }
}

.l-contact__desc {
  padding-top: min(25 / 1600 * 100vw, 25px);
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .l-contact__desc {
    padding-top: min(20 / 960 * 100vw, 20px);
  }
}
@media screen and (max-width: 751px) {
  .l-contact__desc {
    padding-top: min(25 / 568 * 100vw, 25px);
  }
}

.l-contact__btn {
  width: min(380 / 1480 * 100vw, 380px);
  height: min(68 / 1280 * 100vw, 68px);
  margin-inline: auto;
  margin-top: min(15 / 1600 * 100vw, 15px);
}
@media screen and (max-width: 1025px) {
  .l-contact__btn {
    width: min(280 / 960 * 100vw, 280px);
    height: min(60 / 960 * 100vw, 60px);
    margin-top: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .l-contact__btn {
    width: min(380 / 568 * 100vw, 380px);
    height: min(68 / 568 * 100vw, 68px);
    margin-top: min(20 / 568 * 100vw, 20px);
  }
}

.l-contact__tel {
  padding-top: min(16 / 1280 * 100vw, 16px);
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .l-contact__tel {
    padding-top: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .l-contact__tel {
    padding-top: min(16 / 568 * 100vw, 16px);
  }
}

.l-fixedBtn {
  display: none;
}
@media screen and (max-width: 751px) {
  .l-fixedBtn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}

.p-sub__body {
  padding-top: min(60 / 1480 * 100vw, 60px);
  padding-bottom: min(75 / 1480 * 100vw, 75px);
}

.p-contents__mainHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1480 / 1600 * 100vw, 1480px);
  height: min(126 / 1200 * 100vw, 126px);
  margin-inline: auto;
  background: #F7EAE4;
  background: -webkit-linear-gradient(145deg, rgb(247, 234, 228) 50%, rgb(251, 246, 244) 50%);
  background: linear-gradient(-55deg, rgb(247, 234, 228) 50%, rgb(251, 246, 244) 50%);
  text-align: center;
  padding-left: min(5 / 1480 * 100vw, 5px);
}
.p-contents__mainHeading2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1480 / 1600 * 100vw, 1480px);
  height: min(126 / 1200 * 100vw, 126px);
  margin-inline: auto;
  background: #F7EAE4;
  background: -webkit-linear-gradient(145deg, rgb(247, 234, 228) 50%, rgb(251, 246, 244) 50%);
  background: linear-gradient(-55deg, rgb(247, 234, 228) 50%, rgb(251, 246, 244) 50%);
  text-align: center;
  padding-left: min(5 / 1480 * 100vw, 5px);
}
@media screen and (max-width: 1025px) {
  .p-contents__mainHeading {
    width: 85.3333333333vw;
    height: min(94 / 960 * 100vw, 94px);
  }
  .p-contents__mainHeading2 {
    width: 85.3333333333vw;
    height: min(94 / 960 * 100vw, 94px);
  }
}
@media screen and (max-width: 751px) {
  .p-contents__mainHeading {
    height: min(126 / 568 * 100vw, 126px);
  }
  .p-contents__mainHeading2 {
    height: min(226 / 568 * 100vw, 156px);
  }
}

.p-contents__subHead {
  padding-top: min(20 / 1280 * 100vw, 20px);
  border-top: solid 1px #090909;
}
@media screen and (max-width: 1025px) {
  .p-contents__subHead {
    padding-top: min(20 / 960 * 100vw, 20px);
  }
}
@media screen and (max-width: 751px) {
  .p-contents__subHead {
    padding-top: min(20 / 568 * 100vw, 20px);
  }
}

.p-contents__btn {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: min(22 / 1280 * 100vw, 22px);
}
@media screen and (max-width: 1025px) {
  .p-contents__btn {
    padding-top: min(22 / 960 * 100vw, 22px);
  }
}
@media screen and (max-width: 751px) {
  .p-contents__btn {
    padding-top: min(22 / 568 * 100vw, 22px);
  }
}


.p-topContents__head {
  display: grid;
  gap: min(0.8823529412vw, 12px) 0;
}
@media screen and (max-width: 1025px) {
  .p-topContents__head {
    gap: min(1.25vw, 12px) 0;
  }
}
@media screen and (max-width: 751px) {
  .p-topContents__head {
    gap: min(3.0769230769vw, 12px) 0;
  }
}

.p-topContents__head--topLesson {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(0.8823529412vw, 12px) min(1.7647058824vw, 24px);
}
@media screen and (max-width: 1025px) {
  .p-topContents__head--topLesson {
    gap: min(1.25vw, 12px) min(2.5vw, 24px);
  }
}
@media screen and (max-width: 751px) {
  .p-topContents__head--topLesson {
    gap: min(3.0769230769vw, 12px) 0;
  }
}
.p-topContents__head--topLesson .c-title__contents {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-topContents__head--topLesson .c-title__contentsEng {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-topContents__head--topLesson .c-text__headLead {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1025px) {
  .p-topContents__head--topLesson .c-text__headLead {
    grid-column: 1/3;
    grid-row: 3/4;
    text-align: right;
  }
}
@media screen and (max-width: 751px) {
  .p-topContents__head--topLesson .c-title__contents {
    grid-column: 1/3;
  }
  .p-topContents__head--topLesson .c-text__headLead {
    text-align: left;
  }
  .p-topContents__head--topLesson .c-title__contentsEng {
    text-align: left;
    grid-column: 1/3;
  }
}

.p-topContents__head--topAbout {
  text-align: left !important;
}

.p-topContents__head--topInstructor {
  text-align: center;
}

.p-topContents__btn {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: min(40 / 1280 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-topContents__btn {
    padding-top: min(40 / 960 * 100vw, 40px);
  }
}
@media screen and (max-width: 751px) {
  .p-topContents__btn {
    padding-top: min(30 / 568 * 100vw, 30px);
  }
}

.p-topContents__btn--topInstructor {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: min(32 / 1280 * 100vw, 32px);
}
@media screen and (max-width: 751px) {
  .p-topContents__btn--topInstructor {
    padding-top: min(24 / 568 * 100vw, 24px);
  }
}

.p-topContents__btn--topBlog {
  padding-top: min(33 / 1280 * 100vw, 33px);
}
@media screen and (max-width: 1025px) {
  .p-topContents__btn--topBlog {
    padding-top: min(23 / 960 * 100vw, 23px);
  }
}
@media screen and (max-width: 751px) {
  .p-topContents__btn--topBlog {
    padding-top: min(33 / 568 * 100vw, 33px);
  }
}

.p-topLesson__body {
  width: min(1360 / 1600 * 100vw, 1360px);
  margin-inline: auto;
  padding-top: min(120 / 1360 * 100vw, 120px);
  padding-bottom: min(175 / 1360 * 100vw, 175px);
}
@media screen and (max-width: 1025px) {
  .p-topLesson__body {
    padding-top: min(90 / 960 * 100vw, 90px);
    padding-bottom: min(132 / 960 * 100vw, 132px);
  }
}
@media screen and (max-width: 751px) {
  .p-topLesson__body {
    padding-top: min(60 / 390 * 100vw, 60px);
    padding-bottom: min(88 / 390 * 100vw, 88px);
  }
}

.p-topLesson__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.7794117647vw, 65px) min(6.25vw, 100px);
  padding-top: min(48 / 1360 * 100vw, 48px);
}
@media screen and (max-width: 1025px) {
  .p-topLesson__card {
    grid-template-columns: repeat(2, 1fr);
    gap: min(5vw, 48px) min(3.125vw, 30px);
    padding-top: min(48 / 1360 * 100vw, 48px);
  }
}
@media screen and (max-width: 751px) {
  .p-topLesson__card {
    grid-template-columns: repeat(1, 1fr);
    gap: min(13.0208333333vw, 50px);
    padding-top: min(48 / 384 * 100vw, 48px);
  }
}

.p-topLesson__cardLink {
  display: block;
}
.p-topLesson__cardLink:hover {
  opacity: 1;
}
.p-topLesson__cardLink:hover .p-topLesson__cardHeadIcon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.p-topLesson__cardLink:hover .p-topLesson__cardImg img {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.p-topLesson__cardImg {
  position: relative;
  aspect-ratio: 630/400;
}
.p-topLesson__cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(152, 154, 159, 0.3);
          box-shadow: 0px 10px 30px 0 rgba(152, 154, 159, 0.3);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.p-topLesson__cardImgCat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 25px;
  padding-right: 25px;
  background-color: var(--color-red);
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .p-topLesson__cardImgCat {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 751px) {
  .p-topLesson__cardImgCat {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

.p-topLesson__cardDetail {
  padding-top: min(35 / 1360 * 100vw, 35px);
  padding-left: min(50 / 1600 * 100vw, 50px);
  padding-right: min(50 / 1600 * 100vw, 50px);
}
@media screen and (max-width: 1025px) {
  .p-topLesson__cardDetail {
    padding-top: min(35 / 960 * 100vw, 35px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 751px) {
  .p-topLesson__cardDetail {
    padding-top: min(25 / 384 * 100vw, 25px);
  }
}

.p-topLesson__cardHead {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(1vw, 16px);
}
@media screen and (max-width: 1025px) {
  .p-topLesson__cardHead {
    gap: min(1.6666666667vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .p-topLesson__cardHead {
    gap: min(4.1666666667vw, 16px);
  }
}

.p-topLesson__cardHeadNumber {
  width: min(63 / 1600 * 100vw, 63px);
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 1025px) {
  .p-topLesson__cardHeadNumber {
    width: min(48 / 960 * 100vw, 48px);
  }
}
@media screen and (max-width: 751px) {
  .p-topLesson__cardHeadNumber {
    width: min(63 / 750 * 100vw, 63px);
  }
}
@media screen and (max-width: 569px) {
  .p-topLesson__cardHeadNumber {
    width: min(63 / 568 * 100vw, 63px);
  }
}

.p-topLesson__cardHeadIcon {
  display: block;
  width: min(114 / 1600 * 100vw, 114px);
  margin-left: auto;
  grid-column: 3/4;
  grid-row: 1/2;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1025px) {
  .p-topLesson__cardHeadIcon {
    width: min(86 / 960 * 100vw, 86px);
  }
}
@media screen and (max-width: 751px) {
  .p-topLesson__cardHeadIcon {
    width: min(114 / 750 * 100vw, 114px);
  }
}
@media screen and (max-width: 569px) {
  .p-topLesson__cardHeadIcon {
    width: min(114 / 568 * 100vw, 114px);
  }
}

.p-topLesson__cardDesc {
  padding-top: min(10 / 1360 * 100vw, 10px);
}
@media screen and (max-width: 1025px) {
  .p-topLesson__cardDesc {
    padding-top: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .p-topLesson__cardDesc {
    padding-top: min(10 / 384 * 100vw, 10px);
  }
}

.p-topAbout {
  position: relative;
}

.p-topAbout__body {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
  padding-top: min(120 / 1600 * 100vw, 120px);
  padding-bottom: min(150 / 1600 * 100vw, 150px);
  z-index: 2;
}
.p-topAbout__body::after {
  content: "";
  display: block;
  width: min(1160 / 1600 * 100vw, 1160px);
  height: 100%;
  position: absolute;
  top: 0;
  right: min(3.75vw, 60px);
  background-image: url("../images/top/about/bg_img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .p-topAbout__body {
    padding-top: min(120 / 1024 * 100vw, 120px);
    padding-bottom: min(120 / 1024 * 100vw, 120px);
  }
  .p-topAbout__body::after {
    width: min(870 / 1024 * 100vw, 870px);
    right: min(4.39453125vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-topAbout__body {
    padding-top: min(200 / 750 * 100vw, 200px);
    padding-bottom: min(120 / 750 * 100vw, 120px);
  }
  .p-topAbout__body::after {
    width: 90%;
    right: 0;
  }
}

.p-topAbout__deco {
  position: absolute;
  top: min(8.75vw, 140px);
  right: 0;
  width: min(353 / 1600 * 100vw, 353px);
  -webkit-box-shadow: 0px 30px 80px 0 rgba(152, 154, 159, 0.8);
          box-shadow: 0px 30px 80px 0 rgba(152, 154, 159, 0.8);
}
@media screen and (max-width: 1025px) {
  .p-topAbout__deco {
    top: min(4.8828125vw, 50px);
    right: 0;
    width: min(264 / 1024 * 100vw, 264px);
  }
}
@media screen and (max-width: 751px) {
  .p-topAbout__deco {
    top: min(5.3333333333vw, 40px);
    right: 0;
    width: min(264 / 750 * 100vw, 264px);
  }
}

.p-topAbout__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-rows: auto 1fr;
  gap: 0 min(6.125vw, 98px);
  padding-top: min(60 / 1280 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-topAbout__wrap {
    gap: 0 min(7.2265625vw, 74px);
    padding-top: min(45 / 1024 * 100vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-topAbout__wrap {
    gap: 0 min(6.4vw, 48px);
    padding-top: min(30 / 750 * 100vw, 30px);
  }
}

.p-topAbout__catchImg {
  width: min(140 / 1280 * 100vw, 140px);
  padding-top: min(10 / 1280 * 100vw, 10px);
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 1025px) {
  .p-topAbout__catchImg {
    width: min(140 / 1024 * 100vw, 140px);
    padding-top: min(10 / 1024 * 100vw, 10px);
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 751px) {
  .p-topAbout__catchImg {
    width: min(140 / 750 * 100vw, 140px);
    padding-top: min(10 / 750 * 100vw, 10px);
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-topAbout__detail {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1025px) {
  .p-topAbout__detail {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.p-topAbout__desc {
  padding-top: min(66 / 1600 * 100vw, 66px);
  width: min(456 / 1480 * 100vw, 456px);
  text-align: justify;
}
@media screen and (max-width: 1025px) {
  .p-topAbout__desc {
    padding-top: min(50 / 1024 * 100vw, 50px);
    width: min(650 / 1024 * 100vw, 650px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 751px) {
  .p-topAbout__desc {
    padding-top: min(50 / 750 * 100vw, 50px);
    width: min(550 / 750 * 100vw, 550px);
    margin-inline: auto;
  }
}

.p-topAbout__img {
  width: min(840 / 1600 * 100vw, 840px);
  -webkit-box-shadow: 0px 30px 60px 0 rgba(152, 154, 159, 0.5);
          box-shadow: 0px 30px 60px 0 rgba(152, 154, 159, 0.5);
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 1025px) {
  .p-topAbout__img {
    width: min(630 / 1024 * 100vw, 630px);
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.p-topFeatures__body {
  padding-bottom: min(120 / 1280 * 100vw, 120px);
}
@media screen and (max-width: 1025px) {
  .p-topFeatures__body {
    padding-bottom: min(90 / 960 * 100vw, 90px);
  }
}
@media screen and (max-width: 751px) {
  .p-topFeatures__body {
    padding-bottom: min(90 / 568 * 100vw, 90px);
  }
}

.p-topFeatures__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: min(7.8125vw, 125px);
     -moz-column-gap: min(7.8125vw, 125px);
          column-gap: min(7.8125vw, 125px);
}
@media screen and (max-width: 1025px) {
  .p-topFeatures__wrap {
    -webkit-column-gap: min(4.8828125vw, 50px);
       -moz-column-gap: min(4.8828125vw, 50px);
            column-gap: min(4.8828125vw, 50px);
  }
}
@media screen and (max-width: 751px) {
  .p-topFeatures__wrap {
    gap: min(8vw, 60px);
  }
}

.p-topFeatures__head {
  padding-left: min(18 / 1600 * 100vw, 18px);
}
@media screen and (max-width: 1025px) {
  .p-topFeatures__head {
    padding-left: min(0 / 1024 * 100vw, 0px);
  }
}

.p-topFeatures__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.6875vw, 60px) min(5.078125vw, 65px);
  padding-top: min(100 / 1280 * 100vw, 100px);
}
@media screen and (max-width: 1025px) {
  .p-topFeatures__card {
    grid-template-columns: repeat(2, 1fr);
    gap: min(5.2083333333vw, 50px) min(4.1666666667vw, 40px);
    padding-top: min(75 / 960 * 100vw, 75px);
  }
}
@media screen and (max-width: 751px) {
  .p-topFeatures__card {
    grid-template-columns: repeat(1, 1fr);
    gap: min(8vw, 60px) 0;
    padding-top: min(50 / 568 * 100vw, 50px);
  }
}

.p-topFeatures__cardItem {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: min(25 / 1280 * 100vw, 25px);
  border-top: solid 1px #090909;
}
@media screen and (max-width: 1025px) {
  .p-topFeatures__cardItem {
    padding-top: min(25 / 960 * 100vw, 25px);
  }
}
@media screen and (max-width: 751px) {
  .p-topFeatures__cardItem {
    padding-top: min(25 / 750 * 100vw, 25px);
  }
}

.p-topFeatures__cardHead {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(1.5625vw, 20px) min(1.71875vw, 22px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1025px) {
  .p-topFeatures__cardHead {
    gap: min(1.5625vw, 15px) min(1.6666666667vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .p-topFeatures__cardHead {
    gap: min(2.6408450704vw, 15px) min(3.1690140845vw, 18px);
  }
}

.p-topFeatures__cardHeadNumber {
  width: min(65 / 1280 * 100vw, 65px);
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 1025px) {
  .p-topFeatures__cardHeadNumber {
    width: min(48 / 960 * 100vw, 48px);
  }
}
@media screen and (max-width: 751px) {
  .p-topFeatures__cardHeadNumber {
    width: min(65 / 568 * 100vw, 65px);
  }
}

.p-topFeatures__cardHeadLead {
  margin-bottom: min(20 / 1280 * 100vw, 20px);
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1025px) {
  .p-topFeatures__cardHeadLead {
    margin-bottom: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .p-topFeatures__cardHeadLead {
    margin-bottom: min(15 / 568 * 100vw, 15px);
  }
}

.p-topFeatures__img {
  width: 100%;
  aspect-ratio: 480/260;
  margin-top: auto;
}
.p-topFeatures__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topInstructor {
  background-color: var(--color-black);
  background-image: url("../images/top/instructor/bg_img.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
@media screen and (max-width: 751px) {
  .p-topInstructor {
    background-position: 65% center;
  }
}

.p-topInstructor__body {
  width: min(1135 / 1600 * 100vw, 1135px);
  height: min(680 / 1280 * 100vw, 680px);
  margin-inline: auto;
  padding-top: min(143 / 1280 * 100vw, 143px);
  padding-bottom: min(143 / 1280 * 100vw, 143px);
}
@media screen and (max-width: 1025px) {
  .p-topInstructor__body {
    width: 85.3333333333vw;
    height: auto;
    padding-top: min(70 / 1024 * 100vw, 70px);
    padding-bottom: min(70 / 1024 * 100vw, 70px);
  }
}
@media screen and (max-width: 751px) {
  .p-topInstructor__body {
    padding-top: min(100 / 568 * 100vw, 100px);
    padding-bottom: min(100 / 568 * 100vw, 100px);
  }
}

.p-topInstructor__block {
  max-width: 370px;
  width: 100%;
}

.p-topInstructor__desc {
  padding-top: min(13 / 1280 * 100vw, 13px);
}
@media screen and (max-width: 751px) {
  .p-topInstructor__desc {
    padding-top: min(10 / 568 * 100vw, 10px);
  }
}

.p-topInstructor__catch {
  text-align: center;
}

.p-topBlog__body {
  padding-top: min(98 / 1280 * 100vw, 98px);
  padding-bottom: min(82 / 1280 * 100vw, 82px);
}
@media screen and (max-width: 1025px) {
  .p-topBlog__body {
    padding-top: min(74 / 960 * 100vw, 74px);
    padding-bottom: min(62 / 960 * 100vw, 62px);
  }
}
@media screen and (max-width: 751px) {
  .p-topBlog__body {
    padding-top: min(74 / 568 * 100vw, 74px);
    padding-bottom: min(62 / 568 * 100vw, 62px);
  }
}

.p-topContents__head--topBlog {
  text-align: left;
}

.p-topBlog__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.34375vw, 30px);
  padding-top: min(30 / 1280 * 100vw, 30px);
}
@media screen and (max-width: 1025px) {
  .p-topBlog__card {
    gap: min(1.5625vw, 15px);
    padding-top: min(23 / 960 * 100vw, 23px);
  }
}
@media screen and (max-width: 569px) {
  .p-topBlog__card {
    grid-template-columns: repeat(1, 1fr);
    gap: min(5.2816901408vw, 30px);
    padding-top: min(30 / 568 * 100vw, 30px);
  }
}

.p-topBlog__cardLink {
  display: block;
}
.p-topBlog__cardLink:hover {
  opacity: 1;
}
.p-topBlog__cardLink:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-topBlog__cardImg {
  width: 100%;
  aspect-ratio: 380/250;
  overflow: hidden;
}
.p-topBlog__cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-topBlog__cardDetail {
  display: grid;
  gap: min(1.25vw, 16px) 0;
  padding-top: min(25 / 1280 * 100vw, 25px);
}
@media screen and (max-width: 1025px) {
  .p-topBlog__cardDetail {
    gap: min(1.0416666667vw, 10px) 0;
    padding-top: min(20 / 960 * 100vw, 20px);
  }
}
@media screen and (max-width: 751px) {
  .p-topBlog__cardDetail {
    gap: min(1.7605633803vw, 10px) 0;
    padding-top: min(20 / 568 * 100vw, 20px);
  }
}

.p-topBlog__dateCat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.p-topBlog__dateCat .c-pot__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-topBlog__dateCat .c-pot__date:after {
  content: "|";
  display: block;
  padding: 0 1em 0 1.65em;
  color: #b6b5b5;
}
@media screen and (max-width: 751px) {
  .p-topBlog__dateCat .c-pot__date:after {
    padding: 0 0.5em 0 0.5em;
  }
}/*# sourceMappingURL=style.css.map */

.l-contact__tel {
  padding-top: min(16 / 1280 * 100vw, 16px);
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .l-contact__tel {
    padding-top: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .l-contact__tel {
    padding-top: min(16 / 568 * 100vw, 16px);
  }
}


/* 児童・子ども教室 */
.p-lesson__firstBlock {
  max-width: var(--contents-large-width);
  margin-inline: auto;
  padding-top: min(38 / 1280 * 100vw, 38px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__firstBlock {
    padding-top: min(38 / 960 * 100vw, 38px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__firstBlock {
    padding-top: min(38 / 568 * 100vw, 38px);
  }
}

.p-lesson__firstMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.7567567568vw, 26px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__firstMedia {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(5.2083333333vw, 50px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__firstMedia {
    gap: min(4.5774647887vw, 26px);
  }
}

.p-lesson__firstImg {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 48.25vw;
  margin-left: calc(50% - 50vw);
}
.p-lesson__firstImg img {
  width: min(772 / 1480 * 100vw, 772px);
  height: auto;
}
@media screen and (max-width: 1025px) {
  .p-lesson__firstImg {
    width: min(772 / 960 * 100vw, 772px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-lesson__firstImg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__firstImg {
    width: 100%;
  }
  .p-lesson__firstImg img {
    width: min(545 / 568 * 100vw, 545px);
    height: auto;
  }
}

.p-lesson__firstDetail {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
.p-lesson__firstDetail .c-text__lessonFirst {
  width: min(593 / 1480 * 100vw, 593px);
}
.p-lesson__firstDetail .c-text__lessonFirst + .c-text__lessonFirst {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__firstDetail {
    width: 85.3333333333vw;
    margin-inline: auto;
    padding-top: min(0 / 960 * 100vw, 0px);
  }
  .p-lesson__firstDetail .c-text__lessonFirst {
    width: 100%;
  }
  .p-lesson__firstDetail .c-text__lessonFirst + .c-text__lessonFirst {
    padding-top: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__firstDetail .c-text__lessonFirst {
    width: 100%;
  }
  .p-lesson__firstDetail .c-text__lessonFirst + .c-text__lessonFirst {
    padding-top: min(30 / 568 * 100vw, 30px);
  }
}

.p-lesson__contentsWrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(6.484375vw, 83px);
  padding-top: min(60 / 1280 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__contentsWrap {
    gap: min(4.1666666667vw, 40px);
    padding-top: min(45 / 960 * 100vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__contentsWrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(5.2816901408vw, 30px);
    padding-top: min(45 / 568 * 100vw, 45px);
  }
}

.p-lesson__contentsBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.3513513514vw, 20px);
  background-color: #fbf2ed;
  width: min(900 / 1280 * 100vw, 900px);
  padding-top: min(34 / 1280 * 100vw, 34px);
  padding-bottom: min(34 / 1280 * 100vw, 34px);
  padding-left: min(40 / 1280 * 100vw, 40px);
  padding-right: min(40 / 1280 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__contentsBlock {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.0416666667vw, 10px);
    background-color: #fbf2ed;
    width: min(750 / 1024 * 100vw, 750px);
    padding-top: min(28 / 960 * 100vw, 28px);
    padding-bottom: min(28 / 960 * 100vw, 28px);
    padding-left: min(30 / 960 * 100vw, 30px);
    padding-right: min(30 / 960 * 100vw, 30px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__contentsBlock {
    grid-template-columns: repeat(1, 1fr);
    gap: min(3.5211267606vw, 20px);
    background-color: #fbf2ed;
    width: min(450 / 750 * 100vw, 450px);
    padding-top: min(28 / 568 * 100vw, 28px);
    padding-bottom: min(28 / 568 * 100vw, 28px);
    padding-left: min(30 / 568 * 100vw, 30px);
    padding-right: min(30 / 568 * 100vw, 30px);
  }
}

.p-lesson__contentsLink {
  display: block;
  padding-top: min(15 / 1480 * 100vw, 15px);
  padding-bottom: min(30 / 1480 * 100vw, 30px);
  padding-left: min(15 / 1480 * 100vw, 15px);
  padding-right: min(15 / 1480 * 100vw, 15px);
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
          box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
  background-color: var(--color-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-lesson__contentsLink:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-lesson__contentsLink:hover .p-lesson__contentsItemTitle::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-lesson__contentsLink {
    padding-top: min(13 / 960 * 100vw, 13px);
    padding-bottom: min(23 / 960 * 100vw, 23px);
    padding-left: min(13 / 960 * 100vw, 13px);
    padding-right: min(13 / 960 * 100vw, 13px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__contentsLink {
    padding-top: min(15 / 568 * 100vw, 15px);
    padding-bottom: min(30 / 568 * 100vw, 30px);
    padding-left: min(15 / 568 * 100vw, 15px);
    padding-right: min(15 / 567 * 100vw, 15px);
  }
}

.p-lesson__contentsImg {
  width: 100%;
  aspect-ratio: 230/170;
}
.p-lesson__contentsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lesson__contentsItemBox {
  position: relative;
  padding-top: min(18 / 1480 * 100vw, 18px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__contentsItemBox {
    padding-top: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__contentsItemBox {
    padding-top: min(18 / 568 * 100vw, 18px);
  }
}

.p-lesson__contentsItemTitle {
  display: block;
  position: relative;
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.035em;
  color: var(--black);
}
.p-lesson__contentsItemTitle::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJweCIgaGVpZ2h0PSI2cHgiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDE3OSwgNDQsIDQ4KSIgZD0iTTYuMDAwLDYuMDAwIEwtMC4wMDAsLTAuMDAwIEwxMi4wMDAsLTAuMDAwIEw2LjAwMCw2LjAwMCBaIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-lesson__contentsItemTitle {
    font-size: min(14 / 960 * 100vw, 14px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__contentsItemTitle {
    font-size: min(18 / 568 * 100vw, 18px);
  }
}

.p-lesson__sectionBody {
  padding-top: min(100 / 1280 * 100vw, 100px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__sectionBody {
    padding-top: min(75 / 960 * 100vw, 75px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__sectionBody {
    padding-top: min(50 / 568 * 100vw, 50px);
  }
}

.c-title__lessonContents {
  width: min(134 / 1280 * 100vw, 134px);
}
@media screen and (max-width: 1025px) {
  .c-title__lessonContents {
    width: min(100 / 1024 * 100vw, 100px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonContents {
    width: min(126 / 750 * 100vw, 126px);
  }
}

.c-title__lessonSub {
  font-size: var(--fontsize32);
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSub {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSub {
    font-size: var(--fontsize26);
  }
}

.c-title__lessonSub--section01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__lessonSub--section01::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/lesson/icon_number01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
.c-title__lessonSub--section01 .u-red {
  letter-spacing: 0;
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSub--section01::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSub--section01::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__lessonSub--section01 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__lessonSub--section01::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__lessonSub--section01 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__lessonSub--section02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__lessonSub--section02::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/lesson/icon_number02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSub--section02::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSub--section02::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__lessonSub--section02 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__lessonSub--section02::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__lessonSub--section02 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__lessonSub--section03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__lessonSub--section03::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/lesson/icon_number03.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__lessonSub--section03::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__lessonSub--section03::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__lessonSub--section03 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__lessonSub--section03::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__lessonSub--section03 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.p-lesson__sectionImgList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: min(40 / 1280 * 100vw, 40px);
}
@media screen and (max-width: 751px) {
  .p-lesson__sectionImgList {
    grid-template-columns: 1fr;
    gap: min(8.8028169014vw, 50px);
    padding-top: min(30 / 560 * 100vw, 30px);
  }
}

.p-lesson__sectionImgPic {
  width: 100%;
  aspect-ratio: 600/400;
}
.p-lesson__sectionImgPic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lesson__sectionImgDetail {
  padding-top: min(41 / 1280 * 100vw, 41px);
  padding-right: min(50 / 1280 * 100vw, 50px);
}
.p-lesson__sectionImgDetail .c-text {
  font-size: 16px;
  line-height: 2.38;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .p-lesson__sectionImgDetail {
    padding-top: min(30 / 960 * 100vw, 30px);
    padding-right: min(34 / 960 * 100vw, 34px);
  }
  .p-lesson__sectionImgDetail .c-text {
    font-size: 14px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__sectionImgDetail {
    padding-top: min(23 / 568 * 100vw, 23px);
    padding-right: min(0 / 568 * 100vw, 0px);
  }
  .p-lesson__sectionImgDetail .c-text {
    font-size: 14px;
    /*line-height: 1.75;*/
  }
}

.p-lesson__sectionKv {
  padding-top: min(48 / 1280 * 100vw, 48px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__sectionKv {
    padding-top: min(36 / 960 * 100vw, 36px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__sectionKv {
    padding-top: min(36 / 568 * 100vw, 36px);
  }
}

.p-lesson__sectionKvBody {
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
}

.p-lesson__sectionKvImg {
  width: 100%;
  margin-inline: auto;
}

.p-lesson__sectionKvBtn {
  width: min(380 / 1280 * 100vw, 380px);
  height: min(68 / 960 * 100vw, 68px);
  margin-inline: auto;
  margin-top: min(-10 / 1280 * 100vw, -10px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__sectionKvBtn {
    width: min(280 / 960 * 100vw, 280px);
    height: min(60 / 960 * 100vw, 60px);
    margin-top: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__sectionKvBtn {
    width: min(380 / 568 * 100vw, 380px);
    height: min(68 / 568 * 100vw, 68px);
    margin-top: min(20 / 568 * 100vw, 20px);
  }
}

.p-lesson__inportant {
  padding-top: min(40 / 1360 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__inportant {
    padding-top: min(30 / 960 * 100vw, 30px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__inportant {
    padding-top: min(30 / 568 * 100vw, 30px);
  }
}

.p-lesson__inportantList {
  width: min(1360 / 1480 * 100vw, 1360px);
  height: min(500 / 1480 * 100vw, 500px);
  margin-inline: auto;
  padding-top: min(43 / 1480 * 100vw, 43px);
  padding-left: min(95 / 1480 * 100vw, 95px);
  padding-right: min(85 / 1480 * 100vw, 85px);
  border-radius: 6px;
  background-image: url("../images/page/lesson/bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 751px) {
  .p-lesson__inportantList {
    width: min(650 / 750 * 100vw, 650px);
    height: auto;
    padding-top: min(40 / 568 * 100vw, 40px);
    padding-bottom: min(40 / 568 * 100vw, 40px);
    padding-left: min(40 / 568 * 100vw, 40px);
    padding-right: min(40 / 568 * 100vw, 40px);
    background-repeat: repeat-y;
    background-size: auto auto;
  }
}

.p-lesson__inportantListWrap {
  display: grid;
  grid-template-columns: repeat(3, min(26.2162162162vw, 388px));
  gap: min(0.6756756757vw, 10px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__inportantListWrap {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.0416666667vw, 10px);
  }
}
@media screen and (max-width: 569px) {
  .p-lesson__inportantListWrap {
    grid-template-columns: repeat(1, 1fr);
    gap: min(7.0422535211vw, 40px);
  }
}

.p-lesson__inportantItem img {
  width: 100%;
  height: auto;
}

.p-lesson__inportantBlock {
  display: grid;
  gap: min(4.6875vw, 60px);
  padding-top: min(100 / 1280 * 100vw, 100px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__inportantBlock {
    gap: min(6.25vw, 60px);
    padding-top: min(75 / 960 * 100vw, 75px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__inportantBlock {
    gap: min(7.9225352113vw, 45px);
    padding-top: min(80 / 568 * 100vw, 80px);
  }
}

.p-lesson__inportantMedia {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 min(5vw, 80px);
}
.p-lesson__inportantMedia:nth-of-type(1) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lesson__inportantMedia:nth-of-type(1) .p-lesson__inportantHead {
  padding-top: 8px;
}
.p-lesson__inportantMedia:nth-of-type(even) .p-lesson__inportantMediaImg {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1025px) {
  .p-lesson__inportantMedia {
    grid-template-columns: auto 1fr;
    gap: 0 min(4.1666666667vw, 40px);
  }
  .p-lesson__inportantMedia:nth-of-type(1) {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-lesson__inportantMedia:nth-of-type(1) .p-lesson__inportantHead {
    padding-top: 0px;
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__inportantMedia {
    grid-template-columns: 1fr;
    gap: min(7.0422535211vw, 40px);
  }
  .p-lesson__inportantMedia:nth-of-type(1) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-lesson__inportantMedia:nth-of-type(even) .p-lesson__inportantMediaImg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-lesson__inportantMedia:nth-of-type(even) .p-lesson__inportantDetail {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-lesson__inportantMediaImg {
  width: min(600 / 1600 * 100vw, 600px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__inportantMediaImg {
    width: min(400 / 960 * 100vw, 400px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__inportantMediaImg {
    width: 100%;
  }
}
.p-lesson__inportantMediaImg img {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(152, 154, 159, 0.3);
          box-shadow: 0px 10px 30px 0 rgba(152, 154, 159, 0.3);
}

:root {
  --title-icon-triangle: url("../images/page/lesson/ttl_icon.svg");
}

.p-lesson__inportantHead {
  display: grid;
  justify-items: center;
  gap: min(1.40625vw, 18px);
  padding-bottom: min(17 / 1280 * 100vw, 17px);
  border-bottom: solid 1px #ca3136;
}
.p-lesson__inportantHead::before {
  content: "";
  display: block;
  width: min(45 / 1280 * 100vw, 45px);
  height: min(30 / 1280 * 100vw, 30px);
  background-image: var(--title-icon-triangle);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .p-lesson__inportantHead {
    gap: min(1.6666666667vw, 16px);
    padding-bottom: min(13 / 960 * 100vw, 13px);
  }
  .p-lesson__inportantHead::before {
    width: min(34 / 960 * 100vw, 34px);
    height: min(23 / 960 * 100vw, 23px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__inportantHead {
    gap: min(2.8169014085vw, 16px);
    padding-bottom: min(13 / 568 * 100vw, 13px);
  }
  .p-lesson__inportantHead::before {
    width: min(34 / 568 * 100vw, 34px);
    height: min(23 / 568 * 100vw, 23px);
  }
}

.p-lesson__importantText {
  display: grid;
  gap: min(0.625vw, 8px);
  padding-top: min(25 / 1280 * 100vw, 25px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__importantText {
    gap: min(0.8333333333vw, 8px);
    padding-top: min(18 / 960 * 100vw, 18px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__importantText {
    gap: min(1.4084507042vw, 8px);
    padding-top: min(20 / 568 * 100vw, 20px);
  }
  .p-lesson__importantText.u-textCenter {
    text-align: left;
  }
}

.p-lesson__schoolBody {
  position: relative;
  width: 1200px;
  width: min(1200 / 1600 * 100vw, 1200px);
  min-height: min(35.1666666667vw, 422px);
  margin-top: min(60 / 1280 * 100vw, 60px);
  margin-inline: auto;
  padding: 10px;
  border-radius: 6px;
  background-color: #f5f4f0;
}
@media screen and (max-width: 1025px) {
  .p-lesson__schoolBody {
    width: min(900 / 1024 * 100vw, 900px);
    margin-top: min(45 / 960 * 100vw, 45px);
    padding: 8px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__schoolBody {
    width: min(650 / 750 * 100vw, 650px);
    min-height: auto;
    margin-top: min(120 / 568 * 100vw, 120px);
  }
}

.p-lesson__schoolWrap {
  width: 100%;
  height: 100%;
  padding-top: min(36 / 1480 * 100vw, 36px);
  padding-bottom: min(34 / 1480 * 100vw, 34px);
  padding-left: min(70 / 1480 * 100vw, 70px);
  padding-right: min(50 / 1480 * 100vw, 50px);
  border-radius: 4px;
  border: solid 1px #dcb7be;
}
@media screen and (max-width: 1025px) {
  .p-lesson__schoolWrap {
    padding-top: min(27 / 960 * 100vw, 27px);
    padding-bottom: min(26 / 960 * 100vw, 26px);
    padding-left: min(52 / 960 * 100vw, 52px);
    padding-right: min(38 / 960 * 100vw, 38px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__schoolWrap {
    padding-top: min(42 / 568 * 100vw, 42px);
    padding-bottom: min(32 / 568 * 100vw, 32px);
    padding-left: min(40 / 568 * 100vw, 40px);
    padding-right: min(28 / 568 * 100vw, 28px);
  }
}

.p-lesson__schoolBlock + .p-lesson__schoolBlock {
  padding-top: min(25 / 1280 * 100vw, 25px);
}
.p-lesson__schoolBlock .c-list {
  margin-left: 1em;
  padding-top: min(12 / 1280 * 100vw, 12px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__schoolBlock + .p-lesson__schoolBlock {
    padding-top: min(18 / 960 * 100vw, 18px);
  }
  .p-lesson__schoolBlock .c-list {
    margin-left: 1em;
    padding-top: min(5 / 960 * 100vw, 5px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__schoolBlock + .p-lesson__schoolBlock {
    padding-top: min(18 / 568 * 100vw, 18px);
  }
  .p-lesson__schoolBlock .c-list {
    margin-left: 1em;
    padding-top: min(5 / 568 * 100vw, 5px);
  }
}

.p-lesson__schoolDeco {
  position: absolute;
  top: min(2.5vw, -32px);
  right: min(4.6875vw, 60px);
  width: min(233 / 1280 * 100vw, 233px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__schoolDeco {
    top: min(3.3333333333vw, -32px);
    right: min(1.0416666667vw, 10px);
    width: min(174 / 960 * 100vw, 174px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__schoolDeco {
    top: min(133.8028169014vw, -60px);
    right: min(1.7605633803vw, -10px);
    width: min(174 / 568 * 100vw, 174px);
  }
}

.p-lesson__sectionWrap {
  display: grid;
  grid-template-columns: min(46.6666666667%, 560px) min(46.6666666667%, 560px);
  gap: min(4.6875vw, 60px);
  padding-top: min(40 / 1280 * 100vw, 40px);
}
.p-lesson__sectionWrap .c-table__th {
  width: 46.4285714286%;
}
.p-lesson__sectionWrap .c-table__td {
  text-align: center;
  width: 53.5714285714%;
}
@media screen and (max-width: 1025px) {
  .p-lesson__sectionWrap {
    grid-template-columns: 1fr;
    gap: min(4.6875vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__sectionWrap {
    grid-template-columns: 1fr;
    gap: min(5.2816901408vw, 30px);
  }
  .p-lesson__sectionWrap .c-table__th {
    width: 37.5%;
  }
  .p-lesson__sectionWrap .c-table__td {
    text-align: center;
    width: 62.5%;
  }
}

.p-lesson__sectionNotes {
  padding-top: min(32 / 1280 * 100vw, 32px);
}
@media screen and (max-width: 1025px) {
  .p-lesson__sectionNotes {
    padding-top: min(32 / 960 * 100vw, 32px);
  }
}
@media screen and (max-width: 751px) {
  .p-lesson__sectionNotes {
    padding-top: min(32 / 568 * 100vw, 32px);
  }
}


/* 一般・大人教室 */
.p-adult__firstBlock {
  max-width: var(--contents-large-width);
  margin-inline: auto;
  padding-top: min(38 / 1280 * 100vw, 38px);
}
@media screen and (max-width: 1025px) {
  .p-adult__firstBlock {
    padding-top: min(38 / 960 * 100vw, 38px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__firstBlock {
    padding-top: min(38 / 568 * 100vw, 38px);
  }
}

.p-adult__firstMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.7567567568vw, 26px);
}
@media screen and (max-width: 1025px) {
  .p-adult__firstMedia {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(5.2083333333vw, 50px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__firstMedia {
    gap: min(4.5774647887vw, 26px);
  }
}

.p-adult__firstImg {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 48.25vw;
  margin-left: calc(50% - 50vw);
}
.p-adult__firstImg img {
  width: min(772 / 1480 * 100vw, 772px);
  height: auto;
}
@media screen and (max-width: 1025px) {
  .p-adult__firstImg {
    width: min(772 / 960 * 100vw, 772px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-adult__firstImg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 751px) {
  .p-adult__firstImg {
    width: 100%;
  }
  .p-adult__firstImg img {
    width: min(545 / 568 * 100vw, 545px);
    height: auto;
  }
}

.c-text__adultFirst {
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 2.38;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .c-text__adultFirst {
    font-size: 16px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 569px) {
  .c-text__adultFirst {
    font-size: 16px;
    /*line-height: 1.5;*/
  }
}

.p-adult__firstDetail {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
.p-adult__firstDetail .c-text__adultFirst {
  width: min(593 / 1480 * 100vw, 593px);
}
.p-adult__firstDetail .c-text__adultFirst + .c-text__adultFirst {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
@media screen and (max-width: 1025px) {
  .p-adult__firstDetail {
    width: 85.3333333333vw;
    margin-inline: auto;
    padding-top: min(0 / 960 * 100vw, 0px);
  }
  .p-adult__firstDetail .c-text__adultFirst {
    width: 100%;
  }
  .p-adult__firstDetail .c-text__adultFirst + .c-text__adultFirst {
    padding-top: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__firstDetail .c-text__adultFirst {
    width: 100%;
  }
  .p-adult__firstDetail .c-text__adultFirst + .c-text__adultFirst {
    padding-top: min(30 / 568 * 100vw, 30px);
  }
}

.p-adult__contentsWrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(6.484375vw, 83px);
  padding-top: min(60 / 1280 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-adult__contentsWrap {
    gap: min(4.1666666667vw, 40px);
    padding-top: min(45 / 960 * 100vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__contentsWrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(5.2816901408vw, 30px);
    padding-top: min(45 / 568 * 100vw, 45px);
  }
}

.p-adult__contentsBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.3513513514vw, 20px);
  background-color: #fbf2ed;
  width: min(900 / 1280 * 100vw, 900px);
  padding-top: min(34 / 1280 * 100vw, 34px);
  padding-bottom: min(34 / 1280 * 100vw, 34px);
  padding-left: min(40 / 1280 * 100vw, 40px);
  padding-right: min(40 / 1280 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-adult__contentsBlock {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.0416666667vw, 10px);
    background-color: #fbf2ed;
    width: min(750 / 1024 * 100vw, 750px);
    padding-top: min(28 / 960 * 100vw, 28px);
    padding-bottom: min(28 / 960 * 100vw, 28px);
    padding-left: min(30 / 960 * 100vw, 30px);
    padding-right: min(30 / 960 * 100vw, 30px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__contentsBlock {
    grid-template-columns: repeat(1, 1fr);
    gap: min(3.5211267606vw, 20px);
    background-color: #fbf2ed;
    width: min(450 / 750 * 100vw, 450px);
    padding-top: min(28 / 568 * 100vw, 28px);
    padding-bottom: min(28 / 568 * 100vw, 28px);
    padding-left: min(30 / 568 * 100vw, 30px);
    padding-right: min(30 / 568 * 100vw, 30px);
  }
}

.p-adult__contentsLink {
  display: block;
  padding-top: min(15 / 1480 * 100vw, 15px);
  padding-bottom: min(30 / 1480 * 100vw, 30px);
  padding-left: min(15 / 1480 * 100vw, 15px);
  padding-right: min(15 / 1480 * 100vw, 15px);
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
          box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
  background-color: var(--color-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-adult__contentsLink:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-adult__contentsLink:hover .p-adult__contentsItemTitle::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-adult__contentsLink {
    padding-top: min(13 / 960 * 100vw, 13px);
    padding-bottom: min(23 / 960 * 100vw, 23px);
    padding-left: min(13 / 960 * 100vw, 13px);
    padding-right: min(13 / 960 * 100vw, 13px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__contentsLink {
    padding-top: min(15 / 568 * 100vw, 15px);
    padding-bottom: min(30 / 568 * 100vw, 30px);
    padding-left: min(15 / 568 * 100vw, 15px);
    padding-right: min(15 / 567 * 100vw, 15px);
  }
}

.p-adult__contentsImg {
  width: 100%;
  aspect-ratio: 230/170;
}
.p-adult__contentsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-adult__contentsItemBox {
  position: relative;
  padding-top: min(18 / 1480 * 100vw, 18px);
}
@media screen and (max-width: 1025px) {
  .p-adult__contentsItemBox {
    padding-top: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__contentsItemBox {
    padding-top: min(18 / 568 * 100vw, 18px);
  }
}

.p-adult__contentsItemTitle {
  display: block;
  position: relative;
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.035em;
  color: var(--black);
}
.p-adult__contentsItemTitle::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJweCIgaGVpZ2h0PSI2cHgiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDE3OSwgNDQsIDQ4KSIgZD0iTTYuMDAwLDYuMDAwIEwtMC4wMDAsLTAuMDAwIEwxMi4wMDAsLTAuMDAwIEw2LjAwMCw2LjAwMCBaIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-adult__contentsItemTitle {
    font-size: min(14 / 960 * 100vw, 14px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__contentsItemTitle {
    font-size: min(18 / 568 * 100vw, 18px);
  }
}

.p-adult__sectionBody {
  padding-top: min(100 / 1280 * 100vw, 100px);
}
@media screen and (max-width: 1025px) {
  .p-adult__sectionBody {
    padding-top: min(75 / 960 * 100vw, 75px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__sectionBody {
    padding-top: min(50 / 568 * 100vw, 50px);
  }
}

.c-title__adultSub {
  font-size: var(--fontsize32);
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (max-width: 1025px) {
  .c-title__adultSub {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 751px) {
  .c-title__adultSub {
    font-size: var(--fontsize26);
  }
}

.c-title__adultSub--section01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__adultSub--section01::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/adult/icon_number01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
.c-title__adultSub--section01 .u-red {
  letter-spacing: 0;
}
@media screen and (max-width: 1025px) {
  .c-title__adultSub--section01::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__adultSub--section01::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__adultSub--section01 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__adultSub--section01::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__adultSub--section01 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__adultSub--section02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__adultSub--section02::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/adult/icon_number02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__adultSub--section02::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__adultSub--section02::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__adultSub--section02 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__adultSub--section02::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__adultSub--section02 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__adultSub--section03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__adultSub--section03::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/adult/icon_number03.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__adultSub--section03::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__adultSub--section03::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__adultSub--section03 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__adultSub--section03::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__adultSub--section03 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.p-adult__sectionImgList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: min(40 / 1280 * 100vw, 40px);
}
.p-adult__sectionImgList2 {
	width: 100%;
	padding-top: 25px;
}
.p-adult__sectionImgList2 p {
	font-size: 16px;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 25px;
}
.p-adult__sectionImgList2 p span {
	font-weight: bold;
}
.p-adult__sectionImgList2 p:last-child {
	padding-bottom: 0px;
}
@media screen and (max-width: 1025px) {
  .p-adult__sectionImgList2 p {
	font-size: 14px;
	/*line-height: 1.75;*/
	padding-bottom: 20px;
  }
}
@media screen and (max-width: 751px) {
  .p-adult__sectionImgList {
    grid-template-columns: 1fr;
    gap: min(8.8028169014vw, 50px);
    padding-top: min(30 / 560 * 100vw, 30px);
  }
}

.p-adult__sectionImgItem2 {
  margin-top: 50px;
}
@media screen and (max-width: 1025px) {
  .p-adult__sectionImgItem2 {
	margin-top: 30px;
  }
}
@media screen and (max-width: 751px) {
  .p-adult__sectionImgItem2 {
    margin-top: 0px;
  }
}

.p-adult__sectionImgPic {
  width: 100%;
  aspect-ratio: 600/400;
}
.p-adult__sectionImgPic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-adult__sectionImgDetail {
  padding-top: min(41 / 1280 * 100vw, 41px);
  padding-right: min(50 / 1280 * 100vw, 50px);
}
.p-adult__sectionImgDetail .c-text {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	font-weight: 560;
	line-height: 1.2;
	letter-spacing: 0.06em;
	padding-bottom: 15px;
}
.p-adult__sectionImgDetail .c-text2 {
  font-size: 16px;
  line-height: 2.38;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .p-adult__sectionImgDetail {
    padding-top: min(30 / 960 * 100vw, 30px);
    padding-right: min(34 / 960 * 100vw, 34px);
  }
  .p-adult__sectionImgDetail .c-text {
    font-size: 25px;
	padding-bottom: 10px;
  }
  .p-adult__sectionImgDetail .c-text2 {
    font-size: 14px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 751px) {
  .p-adult__sectionImgDetail {
    padding-top: min(23 / 568 * 100vw, 23px);
    padding-right: min(0 / 568 * 100vw, 0px);
  }
  .p-adult__sectionImgDetail .c-text2 {
    font-size: 14px;
    /*line-height: 1.75;*/
  }
}

.p-adult__sectionWrap {
  display: grid;
  grid-template-columns: min(46.6666666667%, 560px) min(46.6666666667%, 560px);
  gap: min(4.6875vw, 60px);
  padding-top: min(40 / 1280 * 100vw, 40px);
}
.p-adult__sectionWrap .c-table__th {
  width: 46.4285714286%;
}
.p-adult__sectionWrap .c-table__td {
  text-align: center;
  width: 53.5714285714%;
}
@media screen and (max-width: 1025px) {
  .p-adult__sectionWrap {
    grid-template-columns: 1fr;
    gap: min(4.6875vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__sectionWrap {
    grid-template-columns: 1fr;
    gap: min(5.2816901408vw, 30px);
  }
  .p-adult__sectionWrap .c-table__th {
    width: 37.5%;
  }
  .p-adult__sectionWrap .c-table__td {
    text-align: center;
    width: 62.5%;
  }
}

.p-adult__sectionNotes {
  padding-top: min(32 / 1280 * 100vw, 32px);
}
@media screen and (max-width: 1025px) {
  .p-adult__sectionNotes {
    padding-top: min(32 / 960 * 100vw, 32px);
  }
}
@media screen and (max-width: 751px) {
  .p-adult__sectionNotes {
    padding-top: min(32 / 568 * 100vw, 32px);
  }
}


/* デザイン書道 */
.p-design__firstBlock {
  max-width: var(--contents-large-width);
  margin-inline: auto;
  padding-top: min(38 / 1280 * 100vw, 38px);
}
@media screen and (max-width: 1025px) {
  .p-design__firstBlock {
    padding-top: min(38 / 960 * 100vw, 38px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__firstBlock {
    padding-top: min(38 / 568 * 100vw, 38px);
  }
}

.p-design__firstMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.7567567568vw, 26px);
}
@media screen and (max-width: 1025px) {
  .p-design__firstMedia {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(5.2083333333vw, 50px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__firstMedia {
    gap: min(4.5774647887vw, 26px);
  }
}

.p-design__firstImg {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 48.25vw;
  margin-left: calc(50% - 50vw);
}
.p-design__firstImg img {
  width: min(772 / 1480 * 100vw, 772px);
  height: auto;
}
@media screen and (max-width: 1025px) {
  .p-design__firstImg {
    width: min(772 / 960 * 100vw, 772px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-design__firstImg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 751px) {
  .p-design__firstImg {
    width: 100%;
  }
  .p-design__firstImg img {
    width: min(545 / 568 * 100vw, 545px);
    height: auto;
  }
}

.c-text__designFirst {
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 2.38;
  letter-spacing: 0.06em;
}
.c-text__designFirst span {
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .c-text__designFirst {
    font-size: 16px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 569px) {
  .c-text__designFirst {
    font-size: 16px;
    /*line-height: 1.5;*/
  }
}

.p-design__firstDetail {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
.p-design__firstDetail .c-text__designFirst {
  width: min(593 / 1480 * 100vw, 593px);
}
.p-design__firstDetail .c-text__designFirst + .c-text__designFirst {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
@media screen and (max-width: 1025px) {
  .p-design__firstDetail {
    width: 85.3333333333vw;
    margin-inline: auto;
    padding-top: min(0 / 960 * 100vw, 0px);
  }
  .p-design__firstDetail .c-text__designFirst {
    width: 100%;
  }
  .p-design__firstDetail .c-text__designFirst + .c-text__designFirst {
    padding-top: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__firstDetail .c-text__designFirst {
    width: 100%;
  }
  .p-design__firstDetail .c-text__designFirst + .c-text__designFirst {
    padding-top: min(30 / 568 * 100vw, 30px);
  }
}

/*.p-design__contentsWrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(18.084375vw, 305px);
  padding-top: min(60 / 1280 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-design__contentsWrap {
    gap: min(17.1666666667vw, 170px);
    padding-top: min(45 / 960 * 100vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsWrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(12.5816901408vw, 70px);
    padding-top: min(45 / 568 * 100vw, 45px);
  }
}

.p-design__contentsBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.3513513514vw, 20px);
  background-color: #fbf2ed;
  width: min(900 / 1280 * 100vw, 595px);
  padding-top: min(34 / 1280 * 100vw, 34px);
  padding-bottom: min(34 / 1280 * 100vw, 34px);
  padding-left: min(40 / 1280 * 100vw, 40px);
  padding-right: min(40 / 1280 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-design__contentsBlock {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.0416666667vw, 10px);
    background-color: #fbf2ed;
    width: min(750 / 1024 * 100vw, 498px);
    padding-top: min(28 / 960 * 100vw, 28px);
    padding-bottom: min(28 / 960 * 100vw, 28px);
    padding-left: min(30 / 960 * 100vw, 30px);
    padding-right: min(30 / 960 * 100vw, 30px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsBlock {
    grid-template-columns: repeat(1, 1fr);
    gap: min(3.5211267606vw, 20px);
    background-color: #fbf2ed;
    width: min(450 / 750 * 100vw, 450px);
    padding-top: min(28 / 568 * 100vw, 28px);
    padding-bottom: min(28 / 568 * 100vw, 28px);
    padding-left: min(30 / 568 * 100vw, 30px);
    padding-right: min(30 / 568 * 100vw, 30px);
  }
}

.p-design__contentsLink {
  display: block;
  padding-top: min(15 / 1480 * 100vw, 15px);
  padding-bottom: min(30 / 1480 * 100vw, 30px);
  padding-left: min(15 / 1480 * 100vw, 15px);
  padding-right: min(15 / 1480 * 100vw, 15px);
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
          box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
  background-color: var(--color-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-design__contentsLink:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-design__contentsLink:hover .p-design__contentsItemTitle::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-design__contentsLink {
    padding-top: min(13 / 960 * 100vw, 13px);
    padding-bottom: min(23 / 960 * 100vw, 23px);
    padding-left: min(13 / 960 * 100vw, 13px);
    padding-right: min(13 / 960 * 100vw, 13px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsLink {
    padding-top: min(15 / 568 * 100vw, 15px);
    padding-bottom: min(30 / 568 * 100vw, 30px);
    padding-left: min(15 / 568 * 100vw, 15px);
    padding-right: min(15 / 567 * 100vw, 15px);
  }
}

.p-design__contentsImg {
  width: 100%;
  aspect-ratio: 230/170;
}
.p-design__contentsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-design__contentsItemBox {
  position: relative;
  padding-top: min(18 / 1480 * 100vw, 18px);
}
@media screen and (max-width: 1025px) {
  .p-design__contentsItemBox {
    padding-top: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsItemBox {
    padding-top: min(18 / 568 * 100vw, 18px);
  }
}

.p-design__contentsItemTitle {
  display: block;
  position: relative;
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.035em;
  color: var(--black);
}
.p-design__contentsItemTitle::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJweCIgaGVpZ2h0PSI2cHgiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDE3OSwgNDQsIDQ4KSIgZD0iTTYuMDAwLDYuMDAwIEwtMC4wMDAsLTAuMDAwIEwxMi4wMDAsLTAuMDAwIEw2LjAwMCw2LjAwMCBaIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-design__contentsItemTitle {
    font-size: min(14 / 960 * 100vw, 14px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsItemTitle {
    font-size: min(18 / 568 * 100vw, 18px);
  }
}*/

.p-design__contentsWrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(6.484375vw, 83px);
  padding-top: min(60 / 1280 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-design__contentsWrap {
    gap: min(4.1666666667vw, 40px);
    padding-top: min(45 / 960 * 100vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsWrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(5.2816901408vw, 30px);
    padding-top: min(45 / 568 * 100vw, 45px);
  }
}

.p-design__contentsBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.3513513514vw, 20px);
  background-color: #fbf2ed;
  width: min(900 / 1280 * 100vw, 900px);
  padding-top: min(34 / 1280 * 100vw, 34px);
  padding-bottom: min(34 / 1280 * 100vw, 34px);
  padding-left: min(40 / 1280 * 100vw, 40px);
  padding-right: min(40 / 1280 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-design__contentsBlock {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.0416666667vw, 10px);
    background-color: #fbf2ed;
    width: min(750 / 1024 * 100vw, 750px);
    padding-top: min(28 / 960 * 100vw, 28px);
    padding-bottom: min(28 / 960 * 100vw, 28px);
    padding-left: min(30 / 960 * 100vw, 30px);
    padding-right: min(30 / 960 * 100vw, 30px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsBlock {
    grid-template-columns: repeat(1, 1fr);
    gap: min(3.5211267606vw, 20px);
    background-color: #fbf2ed;
    width: min(450 / 750 * 100vw, 450px);
    padding-top: min(28 / 568 * 100vw, 28px);
    padding-bottom: min(28 / 568 * 100vw, 28px);
    padding-left: min(30 / 568 * 100vw, 30px);
    padding-right: min(30 / 568 * 100vw, 30px);
  }
}

.p-design__contentsLink {
  display: block;
  padding-top: min(15 / 1480 * 100vw, 15px);
  padding-bottom: min(30 / 1480 * 100vw, 30px);
  padding-left: min(15 / 1480 * 100vw, 15px);
  padding-right: min(15 / 1480 * 100vw, 15px);
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
          box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
  background-color: var(--color-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-design__contentsLink:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-design__contentsLink:hover .p-design__contentsItemTitle::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-design__contentsLink {
    padding-top: min(13 / 960 * 100vw, 13px);
    padding-bottom: min(23 / 960 * 100vw, 23px);
    padding-left: min(13 / 960 * 100vw, 13px);
    padding-right: min(13 / 960 * 100vw, 13px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsLink {
    padding-top: min(15 / 568 * 100vw, 15px);
    padding-bottom: min(30 / 568 * 100vw, 30px);
    padding-left: min(15 / 568 * 100vw, 15px);
    padding-right: min(15 / 567 * 100vw, 15px);
  }
}

.p-design__contentsImg {
  width: 100%;
  aspect-ratio: 230/170;
}
.p-design__contentsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-design__contentsItemBox {
  position: relative;
  padding-top: min(18 / 1480 * 100vw, 18px);
}
@media screen and (max-width: 1025px) {
  .p-design__contentsItemBox {
    padding-top: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsItemBox {
    padding-top: min(18 / 568 * 100vw, 18px);
  }
}

.p-design__contentsItemTitle {
  display: block;
  position: relative;
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.035em;
  color: var(--black);
}
.p-design__contentsItemTitle::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJweCIgaGVpZ2h0PSI2cHgiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDE3OSwgNDQsIDQ4KSIgZD0iTTYuMDAwLDYuMDAwIEwtMC4wMDAsLTAuMDAwIEwxMi4wMDAsLTAuMDAwIEw2LjAwMCw2LjAwMCBaIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-design__contentsItemTitle {
    font-size: min(14 / 960 * 100vw, 14px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__contentsItemTitle {
    font-size: min(18 / 568 * 100vw, 18px);
  }
}

.p-design__sectionBody {
  padding-top: min(100 / 1280 * 100vw, 100px);
}
@media screen and (max-width: 1025px) {
  .p-design__sectionBody {
    padding-top: min(75 / 960 * 100vw, 75px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__sectionBody {
    padding-top: min(50 / 568 * 100vw, 50px);
  }
}

.c-title__designSub {
  font-size: var(--fontsize32);
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (max-width: 1025px) {
  .c-title__designSub {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 751px) {
  .c-title__designSub {
    font-size: var(--fontsize26);
  }
}

.c-title__designSub--section01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__designSub--section01::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/design/icon_number01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
.c-title__designSub--section01 .u-red {
  letter-spacing: 0;
}
@media screen and (max-width: 1025px) {
  .c-title__designSub--section01::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__designSub--section01::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__designSub--section01 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__designSub--section01::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__designSub--section01 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

#imagelist_design {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: -30px;
}
#imagelist_design li {
	width: 25%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imagelist_design p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #333333;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1080px) {
#imagelist_design li {
	width: 50%;
	float: left;
	padding: 0 15px;
}
#imagelist_design p {
	letter-spacing: 0.1em;
}
}
@media screen and (max-width: 569px) {
#imagelist_design li {
	width: 100%;
	float: none;
	padding: 0;
}
}

.c-title__designSub--section02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__designSub--section02::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/design/icon_number02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__designSub--section02::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__designSub--section02::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__designSub--section02 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__designSub--section02::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__designSub--section02 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.p-design__sectionImgList {
	width: 100%;
	padding-top: 25px;
}
.p-design__sectionImgList p {
	font-size: 16px;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 25px;
}
.p-design__sectionImgList p span {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 25px;
}
.p-design__sectionImgList p:last-child {
	padding-bottom: 0px;
}
@media screen and (max-width: 1025px) {
  .p-design__sectionImgList p {
	font-size: 14px;
	/*line-height: 1.75;*/
	padding-bottom: 20px;
  }
}
@media screen and (max-width: 751px) {
  .p-design__sectionImgList {
    grid-template-columns: 1fr;
    gap: min(8.8028169014vw, 50px);
    padding-top: min(30 / 560 * 100vw, 30px);
  }
}

.p-design__sectionWrap {
  display: grid;
  grid-template-columns: min(46.6666666667%, 560px) min(46.6666666667%, 560px);
  gap: min(4.6875vw, 60px);
  padding-top: min(40 / 1280 * 100vw, 40px);
}
.p-design__sectionWrap .c-table__th {
  width: 46.4285714286%;
}
.p-design__sectionWrap .c-table__td {
  text-align: center;
  width: 53.5714285714%;
}
@media screen and (max-width: 1025px) {
  .p-design__sectionWrap {
    grid-template-columns: 1fr;
    gap: min(4.6875vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__sectionWrap {
    grid-template-columns: 1fr;
    gap: min(5.2816901408vw, 30px);
  }
  .p-design__sectionWrap .c-table__th {
    width: 37.5%;
  }
  .p-design__sectionWrap .c-table__td {
    text-align: center;
    width: 62.5%;
  }
}

.p-design__sectionNotes {
  padding-top: min(32 / 1280 * 100vw, 32px);
}
@media screen and (max-width: 1025px) {
  .p-design__sectionNotes {
    padding-top: min(32 / 960 * 100vw, 32px);
  }
}
@media screen and (max-width: 751px) {
  .p-design__sectionNotes {
    padding-top: min(32 / 568 * 100vw, 32px);
  }
}


/* オンライン書道 */
.p-online__firstBlock {
  max-width: var(--contents-large-width);
  margin-inline: auto;
  padding-top: min(38 / 1280 * 100vw, 38px);
}
@media screen and (max-width: 1025px) {
  .p-online__firstBlock {
    padding-top: min(38 / 960 * 100vw, 38px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__firstBlock {
    padding-top: min(38 / 568 * 100vw, 38px);
  }
}

.p-online__firstMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.7567567568vw, 26px);
}
@media screen and (max-width: 1025px) {
  .p-online__firstMedia {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(5.2083333333vw, 50px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__firstMedia {
    gap: min(4.5774647887vw, 26px);
  }
}

.p-online__firstImg {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 48.25vw;
  margin-left: calc(50% - 50vw);
}
.p-online__firstImg img {
  width: min(772 / 1480 * 100vw, 772px);
  height: auto;
}
@media screen and (max-width: 1025px) {
  .p-online__firstImg {
    width: min(772 / 960 * 100vw, 772px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-online__firstImg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 751px) {
  .p-online__firstImg {
    width: 100%;
  }
  .p-online__firstImg img {
    width: min(545 / 568 * 100vw, 545px);
    height: auto;
  }
}

.c-text__onlineFirst {
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 2.38;
  letter-spacing: 0.06em;
}
.c-text__onlineFirst span {
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .c-text__onlineFirst {
    font-size: 16px;
    /*line-height: 1.75;*/
  }
}
@media screen and (max-width: 569px) {
  .c-text__onlineFirst {
    font-size: 16px;
    /*line-height: 1.5;*/
  }
}

.p-online__firstDetail {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
.p-online__firstDetail .c-text__onlineFirst {
  width: min(593 / 1480 * 100vw, 593px);
}
.p-online__firstDetail .c-text__onlineFirst + .c-text__onlineFirst {
  padding-top: min(12 / 1480 * 100vw, 12px);
}
@media screen and (max-width: 1025px) {
  .p-online__firstDetail {
    width: 85.3333333333vw;
    margin-inline: auto;
    padding-top: min(0 / 960 * 100vw, 0px);
  }
  .p-online__firstDetail .c-text__onlineFirst {
    width: 100%;
  }
  .p-online__firstDetail .c-text__onlineFirst + .c-text__onlineFirst {
    padding-top: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__firstDetail .c-text__onlineFirst {
    width: 100%;
  }
  .p-online__firstDetail .c-text__onlineFirst + .c-text__onlineFirst {
    padding-top: min(30 / 568 * 100vw, 30px);
  }
}

.p-online__contentsWrap {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(6.484375vw, 83px);
  padding-top: min(60 / 1280 * 100vw, 60px);
}
@media screen and (max-width: 1025px) {
  .p-online__contentsWrap {
    gap: min(4.1666666667vw, 40px);
    padding-top: min(45 / 960 * 100vw, 45px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__contentsWrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(5.2816901408vw, 30px);
    padding-top: min(45 / 568 * 100vw, 45px);
  }
}

.p-online__contentsBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.3513513514vw, 20px);
  background-color: #fbf2ed;
  width: min(900 / 1280 * 100vw, 900px);
  padding-top: min(34 / 1280 * 100vw, 34px);
  padding-bottom: min(34 / 1280 * 100vw, 34px);
  padding-left: min(40 / 1280 * 100vw, 40px);
  padding-right: min(40 / 1280 * 100vw, 40px);
}
@media screen and (max-width: 1025px) {
  .p-online__contentsBlock {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.0416666667vw, 10px);
    background-color: #fbf2ed;
    width: min(750 / 1024 * 100vw, 750px);
    padding-top: min(28 / 960 * 100vw, 28px);
    padding-bottom: min(28 / 960 * 100vw, 28px);
    padding-left: min(30 / 960 * 100vw, 30px);
    padding-right: min(30 / 960 * 100vw, 30px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__contentsBlock {
    grid-template-columns: repeat(1, 1fr);
    gap: min(3.5211267606vw, 20px);
    background-color: #fbf2ed;
    width: min(450 / 750 * 100vw, 450px);
    padding-top: min(28 / 568 * 100vw, 28px);
    padding-bottom: min(28 / 568 * 100vw, 28px);
    padding-left: min(30 / 568 * 100vw, 30px);
    padding-right: min(30 / 568 * 100vw, 30px);
  }
}

.p-online__contentsLink {
  display: block;
  padding-top: min(15 / 1480 * 100vw, 15px);
  padding-bottom: min(30 / 1480 * 100vw, 30px);
  padding-left: min(15 / 1480 * 100vw, 15px);
  padding-right: min(15 / 1480 * 100vw, 15px);
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
          box-shadow: 0px 10px 30px 0 rgba(216, 200, 194, 0.3);
  background-color: var(--color-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-online__contentsLink:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-online__contentsLink:hover .p-online__contentsItemTitle::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-online__contentsLink {
    padding-top: min(13 / 960 * 100vw, 13px);
    padding-bottom: min(23 / 960 * 100vw, 23px);
    padding-left: min(13 / 960 * 100vw, 13px);
    padding-right: min(13 / 960 * 100vw, 13px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__contentsLink {
    padding-top: min(15 / 568 * 100vw, 15px);
    padding-bottom: min(30 / 568 * 100vw, 30px);
    padding-left: min(15 / 568 * 100vw, 15px);
    padding-right: min(15 / 567 * 100vw, 15px);
  }
}

.p-online__contentsImg {
  width: 100%;
  aspect-ratio: 230/170;
}
.p-online__contentsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-online__contentsItemBox {
  position: relative;
  padding-top: min(18 / 1480 * 100vw, 18px);
}
@media screen and (max-width: 1025px) {
  .p-online__contentsItemBox {
    padding-top: min(16 / 960 * 100vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__contentsItemBox {
    padding-top: min(18 / 568 * 100vw, 18px);
  }
}

.p-online__contentsItemTitle {
  display: block;
  position: relative;
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.035em;
  color: var(--black);
}
.p-online__contentsItemTitle::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJweCIgaGVpZ2h0PSI2cHgiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDE3OSwgNDQsIDQ4KSIgZD0iTTYuMDAwLDYuMDAwIEwtMC4wMDAsLTAuMDAwIEwxMi4wMDAsLTAuMDAwIEw2LjAwMCw2LjAwMCBaIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1025px) {
  .p-online__contentsItemTitle {
    font-size: min(14 / 960 * 100vw, 14px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__contentsItemTitle {
    font-size: min(18 / 568 * 100vw, 18px);
  }
}

.p-online__sectionBody {
  padding-top: min(100 / 1280 * 100vw, 100px);
}
@media screen and (max-width: 1025px) {
  .p-online__sectionBody {
    padding-top: min(75 / 960 * 100vw, 75px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__sectionBody {
    padding-top: min(50 / 568 * 100vw, 50px);
  }
}

.c-title__onlineSub {
  font-size: var(--fontsize32);
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (max-width: 1025px) {
  .c-title__onlineSub {
    font-size: var(--fontsize28);
  }
}
@media screen and (max-width: 751px) {
  .c-title__onlineSub {
    font-size: var(--fontsize26);
  }
}

.c-title__onlineSub--section01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__onlineSub--section01::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/online/icon_number01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
.c-title__onlineSub--section01 .u-red {
  letter-spacing: 0;
}
@media screen and (max-width: 1025px) {
  .c-title__onlineSub--section01::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__onlineSub--section01::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__onlineSub--section01 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__onlineSub--section01::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__onlineSub--section01 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__onlineSub--section02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__onlineSub--section02::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/online/icon_number02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__onlineSub--section02::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__onlineSub--section02::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__onlineSub--section02 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__onlineSub--section02::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__onlineSub--section02 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__onlineSub--section03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__onlineSub--section03::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/online/icon_number03.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__onlineSub--section03::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__onlineSub--section03::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__onlineSub--section03 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__onlineSub--section03::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__onlineSub--section03 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__onlineSub--section04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title__onlineSub--section04::before {
  content: "";
  display: block;
  width: min(62 / 1280 * 100vw, 62px);
  height: min(62 / 1280 * 100vw, 62px);
  background-image: url("../images/page/online/icon_number04.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: min(20 / 1280 * 100vw, 20px);
}
@media screen and (max-width: 1025px) {
  .c-title__onlineSub--section04::before {
    width: min(46 / 960 * 100vw, 46px);
    height: min(46 / 960 * 100vw, 46px);
    margin-right: min(15 / 960 * 100vw, 15px);
  }
}
@media screen and (max-width: 751px) {
  .c-title__onlineSub--section04::before {
    width: min(62 / 750 * 100vw, 62px);
    height: min(62 / 750 * 100vw, 62px);
    margin-right: min(15 / 750 * 100vw, 15px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__onlineSub--section04 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title__onlineSub--section04::before {
    width: min(62 / 568 * 100vw, 62px);
    height: min(62 / 568 * 100vw, 62px);
    margin-right: min(15 / 568 * 100vw, 15px);
  }
  .c-title__onlineSub--section04 .u-red {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.c-title__onlineSub--section05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 569px) {
  .c-title__onlineSub--section05 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-title__onlineSub--section06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 569px) {
  .c-title__onlineSub--section06 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-title__onlineSub--section07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 569px) {
  .c-title__onlineSub--section07 {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-online__sectionImgList {
	width: 100%;
	padding-top: 25px;
}
.p-online__sectionImgList p {
	font-size: 16px;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 15px;
}
.p-online__sectionImgList p span {
	font-weight: bold;
}
.p-online__sectionImgList p:last-child {
	padding-bottom: 0px;
}
@media screen and (max-width: 1025px) {
  .p-online__sectionImgList p {
	font-size: 14px;
	/*line-height: 1.75;*/
  }
}
@media screen and (max-width: 751px) {
  .p-online__sectionImgList {
    grid-template-columns: 1fr;
    gap: min(8.8028169014vw, 50px);
    padding-top: min(30 / 560 * 100vw, 30px);
  }
}

.boxres_online01 {
	width: 100%;
	margin-top: 30px;
}
.boxres_online01 img {
	width: 33.3%;
	float: left;
}
@media screen and (max-width: 569px) {
.boxres_online01 {
	margin-bottom: 5px;
}
.boxres_online01 img {
	width: 100%;
	float: none;
}
}

.boxres_online02 {
	margin-top: 20px;
}
.boxres_online02 img {
	width: 30%;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boxres_online02 p.txt01 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 5px;
}
.boxres_online02 p.txt02 {
	font-size: 16px;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 15px;
}
@media screen and (max-width: 1025px) {
.boxres_online02 img {
	width: 40%;
}
.boxres_online02 p.txt01 {
	font-size: 14px;
	/*line-height: 1.75;*/
}
.boxres_online02 p.txt02 {
	font-size: 14px;
	/*line-height: 1.75;*/
}
}
@media screen and (max-width: 751px) {
.boxres_online02 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.boxres_online02 img {
	width: 100%;
	float: none;
	padding: 0;
}
.boxres_online02 p.txt01 {
	padding-top: 10px;
}
}

.boxres_online03 {
	margin-top: 35px;
}
.boxres_online03 img {
	width: 30%;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boxres_online03 p.txt01 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 5px;
}
.boxres_online03 p.txt02 {
	font-size: 16px;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 15px;
}
@media screen and (max-width: 1025px) {
.boxres_online03 img {
	width: 40%;
}
.boxres_online03 p.txt01 {
	font-size: 14px;
	/*line-height: 1.75;*/
}
.boxres_online03 p.txt02 {
	font-size: 14px;
	/*line-height: 1.75;*/
}
}
@media screen and (max-width: 751px) {
.boxres_online03 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.boxres_online03 img {
	width: 100%;
	float: none;
	padding: 0;
}
.boxres_online03 p.txt01 {
	padding-top: 10px;
}
}

.boxres_online04 {
	margin-top: 35px;
}
.boxres_online04 img {
	width: 30%;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.boxres_online04 p.txt01 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 5px;
}
.boxres_online04 p.txt02 {
	font-size: 16px;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 15px;
}
@media screen and (max-width: 1025px) {
.boxres_online04 img {
	width: 40%;
}
.boxres_online04 p.txt01 {
	font-size: 14px;
	/*line-height: 1.75;*/
}
.boxres_online04 p.txt02 {
	font-size: 14px;
	/*line-height: 1.75;*/
}
}
@media screen and (max-width: 751px) {
.boxres_online04 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.boxres_online04 img {
	width: 100%;
	float: none;
	padding: 0;
}
.boxres_online04 p.txt01 {
	padding-top: 10px;
}
}


.p-online__sectionWrap {
  padding-top: min(40 / 1280 * 100vw, 40px);
}
.p-online__sectionWrap .c-table {
  width: 100%;
}
.p-online__sectionWrap .c-table__th {
  width: 25%;
}
.p-online__sectionWrap .c-table__td {
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 751px) {
  .p-online__sectionWrap .c-table__th span {
    font-size: 80%;
  }
}

.p-online__sectionNotes {
  padding-top: min(32 / 1280 * 100vw, 32px);
}
@media screen and (max-width: 1025px) {
  .p-online__sectionNotes {
    padding-top: min(32 / 960 * 100vw, 32px);
  }
}
@media screen and (max-width: 751px) {
  .p-online__sectionNotes {
    padding-top: min(32 / 568 * 100vw, 32px);
  }
}


/* 教室紹介 */
.boxres_introduction {
	max-width: var(--contents-large-width);
	width: 100%;
	padding-top: min(38 / 1280 * 100vw, 38px);
	margin-inline: auto;
}
@media screen and (max-width: 1680px) {
.boxres_introduction {
	/*width: 92%;*/
	width: 85.3333333333vw;
}
}
@media screen and (max-width: 1025px) {
.boxres_introduction {
	padding-top: min(38 / 960 * 100vw, 38px);
}
}
@media screen and (max-width: 751px) {
.boxres_introduction {
	padding-top: min(38 / 568 * 100vw, 38px);
}
}

#imagelist_introduction {
	max-width: var(--contents-width);
	width: 90%;
	overflow: hidden;
	margin-inline: auto;
	margin-top: 40px;
	margin-bottom: 0px;
}
#imagelist_introduction li {
	width: 33.3%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
.img-responsive {
	width: 100%;
	height: auto;
}
/*@media screen and (max-width: 1080px) {
#imagelist_introduction li {
	width: 50%;
	float: left;
	padding: 0 15px;
}
}*/
@media screen and (max-width: 1025px) {
#imagelist_introduction {
	width: 85.3333333333vw;
}
}
@media screen and (max-width: 569px) {
#imagelist_introduction li {
	width: 100%;
	float: none;
	padding: 0;
}
}


/* プロフィール */
.boxres_profile01 {
	max-width: var(--contents-large-width);
	margin-inline: auto;
	padding-top: min(38 / 1280 * 100vw, 38px);
	margin-bottom: 30px;
}
.boxres_profile01 img {
	width: 25%;
	float: right;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.boxres_profile01 p.txt01 {
	font-size: min(16 / 1200 * 100vw, 16px);
	font-weight: bold;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-top: 5px;
	padding-bottom: 10px;
}
.boxres_profile01 p.txt02 {
	font-size: min(16 / 1200 * 100vw, 16px);
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-top: 5px;
	padding-bottom: 10px;
}
.boxres_profile01 p.txt03 {
	font-size: min(16 / 1200 * 100vw, 16px);
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-top: 5px;
	padding-bottom: 10px;
}
@media screen and (max-width: 1680px) {
.boxres_profile01 {
	width: 92.5%;
}
}
@media screen and (max-width: 1025px) {
.boxres_profile01 {
	width: 85.3%;
	margin-bottom: 10px;
}
.boxres_profile01 img {
	width: 45%;
}
.boxres_profile01 p.txt01 {
	font-size: 16px;
	/*line-height: 1.75;*/
}
.boxres_profile01 p.txt02 {
	font-size: 16px;
	/*line-height: 1.75;*/
}
.boxres_profile01 p.txt03 {
	font-size: 16px;
	/*line-height: 1.75;*/
}
}
@media screen and (max-width: 569px) {
.boxres_profile01 {
	margin-top: 30px;
	margin-bottom: 0px;
}
.boxres_profile01 img {
	width: 100%;
	float: none;
	padding: 0px;
	
}
.boxres_profile01 p.txt01 {
	font-size: 16px;
	/*line-height: 1.5;*/
	padding-top: 25px;
	padding-bottom: 20px;
}
.boxres_profile01 p.txt02 {
	font-size: 16px;
	/*line-height: 1.5;*/
	padding-bottom: 20px;
}
.boxres_profile01 p.txt03 {
	font-size: 16px;
	/*line-height: 1.5;*/
	padding-bottom: 15px;
}
}

.boxres_profile02 {
	max-width: var(--contents-large-width);
	margin-inline: auto;
	min-height: 100px;
}
.boxres_profile02 img {
	width: 140px;
	float: right;
}
@media screen and (max-width: 1680px) {
.boxres_profile02 {
	width: 92.5%;
	min-height: 60px;
}
}
@media screen and (max-width: 1025px) {
.boxres_profile02 {
	width: 85.3%;
	min-height: 60px;
}
}

.p-profile__sectionKvBtn {
  width: min(380 / 1280 * 100vw, 380px);
  height: min(68 / 960 * 100vw, 68px);
  margin-inline: auto;
  margin-top: min(-10 / 1280 * 100vw, -10px);
}
@media screen and (max-width: 1025px) {
  .p-profile__sectionKvBtn {
    width: min(280 / 960 * 100vw, 280px);
    height: min(60 / 960 * 100vw, 60px);
    margin-top: min(10 / 960 * 100vw, 10px);
  }
}
@media screen and (max-width: 751px) {
  .p-profile__sectionKvBtn {
    width: min(380 / 568 * 100vw, 380px);
    height: min(68 / 568 * 100vw, 68px);
    margin-top: min(20 / 568 * 100vw, 20px);
  }
}

.table_profile01 {
	max-width: var(--contents-large-width);
	width: 92.5%;
	margin-inline: auto;
	border-collapse: collapse;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-top: 30px;
}
.table_profile01 td {
	font-size: min(16 / 1200 * 100vw, 16px);
	line-height: 2.38;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile01 td span {
	color: #D9A8AA;
	padding-right: 5px;
}
@media screen and (max-width: 1025px) {
.table_profile01 {
	width: 85.3%;
}
.table_profile01 td {
	font-size: 16px;
	/*line-height: 1.75;*/
}
}
@media screen and (max-width: 569px) {
.table_profile01 {
	width: 85%;
	margin-top: 10px;
}
.table_profile01 td {
	font-size: 16px;
	/*line-height: 1.5;*/
}
}

.table_profile02 {
	max-width: var(--contents-large-width);
	width: 92.5%;
	margin-inline: auto;
	border-collapse: collapse;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile02 td {
	font-size: min(16 / 1200 * 100vw, 16px);
	line-height: 2.38;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile02 td span {
	color: #D9A8AA;
	padding-right: 5px;
}
@media screen and (max-width: 1025px) {
.table_profile02 {
	width: 85.3%;
}
.table_profile02 td {
	font-size: 16px;
	/*line-height: 1.75;*/
}
}
@media screen and (max-width: 569px) {
.table_profile02 {
	width: 85%;
	margin-top: 10px;
}
.table_profile02 td {
	font-size: 16px;
	/*line-height: 1.5;*/
}
}

.table_profile03 {
	max-width: var(--contents-large-width);
	width: 92.5%;
	margin-inline: auto;
	border-collapse: collapse;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 50px;
}
.table_profile03 td {
	font-size: min(16 / 1200 * 100vw, 16px);
	line-height: 2.38;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile03 td span {
	color: #D9A8AA;
	padding-right: 5px;
}
@media screen and (max-width: 1025px) {
.table_profile03 {
	width: 85.3%;
}
.table_profile03 td {
	font-size: 16px;
	/*line-height: 1.75;*/
}
}
@media screen and (max-width: 569px) {
.table_profile03 {
	width: 85%;
	margin-top: 10px;
	margin-bottom: 40px;
}
.table_profile03 td {
	font-size: 16px;
	/*line-height: 1.5;*/
}
}

.table_profile04 {
	max-width: var(--contents-large-width);
	width: 92.5%;
	margin-inline: auto;
	border-collapse: collapse;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-top: 20px;
}
.table_profile04 th span {
	font-weight: bold;
}
.table_profile04 th.aaa {
	width: 15%;
	font-size: min(16 / 1200 * 100vw, 16px);
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #D9A8AA;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile04 th.bbb {
	width: 15%;
	font-size: min(16 / 1200 * 100vw, 16px);
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.06em;
	background-color: #D9A8AA;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile04 th.ccc {
	width: 15%;
	font-size: min(16 / 1200 * 100vw, 16px);
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #FFF;
	background-color: #B64044;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile04 th.ddd {
	width: 15%;
	font-size: min(16 / 1200 * 100vw, 16px);
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile04 td.aaa {
	font-size: min(16 / 1200 * 100vw, 16px);
	line-height: 2;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_profile04 td.bbb {
	font-size: min(16 / 1200 * 100vw, 16px);
	line-height: 2;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
@media screen and (max-width: 1025px) {
.table_profile04 {
	width: 85.3%;
}
.table_profile04 th.aaa {
	width: 25%;
	font-size: 16px;
	line-height: 1.75;
}
.table_profile04 th.bbb {
	width: 25%;
	font-size: 16px;
	line-height: 1.75;
}
.table_profile04 th.ccc {
	width: 25%;
	font-size: 16px;
	line-height: 1.75;
}
.table_profile04 th.ddd {
	width: 25%;
	font-size: 16px;
	line-height: 1.75;
}
.table_profile04 td.aaa {
	font-size: 16px;
	line-height: 1.75;
}
.table_profile04 td.bbb {
	font-size: 16px;
	line-height: 1.75;
}
}
@media screen and (max-width: 569px) {
.table_profile04 {
	width: 85%;
	margin-top: 15px;
}
.table_profile04 th.aaa {
	font-size: 16px;
	line-height: 1.5;
}
.table_profile04 th.bbb {
	font-size: 16px;
	line-height: 1.5;
}
.table_profile04 th.ccc {
	font-size: 16px;
	line-height: 1.5;
}
.table_profile04 th.ddd {
	font-size: 16px;
	line-height: 1.5;
}
.table_profile04 td.aaa {
	font-size: 16px;
	line-height: 1.5;
}
.table_profile04 td.bbb {
	font-size: 16px;
	line-height: 1.5;
}
}

#imagelist_profile {
	max-width: var(--contents-width);
	width: 90%;
	overflow: hidden;
	margin-inline: auto;
	margin-top: 40px;
	margin-bottom: 30px;
}
#imagelist_profile li {
	width: 33.3%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
.img-responsive {
	width: 100%;
	height: auto;
}
/*@media screen and (max-width: 1080px) {
#imagelist_profile li {
	width: 50%;
	float: left;
	padding: 0 15px;
}
}*/
@media screen and (max-width: 1025px) {
#imagelist_profile {
	width: 85.3333333333vw;
}
}
@media screen and (max-width: 569px) {
#imagelist_profile li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 15px;
}
}

.p-profile__awardsBody {
  position: relative;
  width: 1200px;
  width: min(1200 / 1600 * 100vw, 1200px);
  min-height: min(35.1666666667vw, 422px);
  margin-top: min(30 / 1280 * 100vw, 30px);
  margin-inline: auto;
  padding: 10px;
  border-radius: 6px;
  background-color: #f5f4f0;
}
@media screen and (max-width: 1025px) {
  .p-profile__awardsBody {
    width: min(900 / 1024 * 100vw, 900px);
    margin-top: min(30 / 960 * 100vw, 30px);
    padding: 8px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 751px) {
  .p-profile__awardsBody {
    width: min(650 / 750 * 100vw, 650px);
    min-height: auto;
    margin-top: min(30 / 568 * 100vw, 30px);
  }
}

.p-profile__awardsWrap {
  width: 100%;
  height: 100%;
  padding-top: min(36 / 1480 * 100vw, 36px);
  padding-bottom: min(34 / 1480 * 100vw, 34px);
  padding-left: min(70 / 1480 * 100vw, 70px);
  padding-right: min(50 / 1480 * 100vw, 50px);
  border-radius: 4px;
  border: solid 1px #dcb7be;
}
@media screen and (max-width: 1025px) {
  .p-profile__awardsWrap {
    padding-top: min(27 / 960 * 100vw, 27px);
    padding-bottom: min(26 / 960 * 100vw, 26px);
    padding-left: min(52 / 960 * 100vw, 52px);
    padding-right: min(38 / 960 * 100vw, 38px);
  }
}
@media screen and (max-width: 751px) {
  .p-profile__awardsWrap {
    padding-top: min(42 / 568 * 100vw, 42px);
    padding-bottom: min(32 / 568 * 100vw, 32px);
    padding-left: min(40 / 568 * 100vw, 40px);
    padding-right: min(28 / 568 * 100vw, 28px);
  }
}

.p-profile__awardsBlock + .p-profile__awardsBlock {
  padding-top: min(25 / 1280 * 100vw, 25px);
}
.p-profile__awardsBlock .c-list {
  margin-left: 1em;
  padding-top: min(12 / 1280 * 100vw, 12px);
}
@media screen and (max-width: 1025px) {
  .p-profile__awardsBlock + .p-profile__awardsBlock {
    padding-top: min(18 / 960 * 100vw, 18px);
  }
  .p-profile__awardsBlock .c-list {
    margin-left: 1em;
    padding-top: min(5 / 960 * 100vw, 5px);
  }
}
@media screen and (max-width: 751px) {
  .p-profile__awardsBlock + .p-profile__awardsBlock {
    padding-top: min(18 / 568 * 100vw, 18px);
  }
  .p-profile__awardsBlock .c-list {
    margin-left: 1em;
    padding-top: min(5 / 568 * 100vw, 5px);
  }
}

.c-title__profileawards {
  margin-left: -0.75em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: left;
  color: var(--color-red);
}
@media screen and (max-width: 1025px) {
  .c-title__profileawards {
    font-size: 14px;
  }
}
@media screen and (max-width: 751px) {
  .c-title__profileawards {
    font-size: 14px;
  }
}


/* お問い合わせ（体験レッスン） */
.boxres_contact {
	max-width: var(--contents-large-width);
	width: 100%;
	padding-top: min(38 / 1280 * 100vw, 38px);
	margin-inline: auto;
}
.boxres_contact p {
	font-size: 16px;
	line-height: 2.38;
	letter-spacing: 0.06em;
	padding-bottom: 20px;
}
@media screen and (max-width: 1680px) {
.boxres_contact {
	/*width: 92%;*/
	width: 85.3333333333vw;
}
}
@media screen and (max-width: 1025px) {
.boxres_contact {
	padding-top: min(38 / 960 * 100vw, 38px);
}
.boxres_contact p {
	font-size: 14px;
	/*line-height: 1.75;*/
}
}
@media screen and (max-width: 751px) {
.boxres_contact {
	padding-top: min(38 / 568 * 100vw, 38px);
}
}

.l-mainVisual__video {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.l-mainVisual__video video {
    width: 100%;
    height: auto;
    display: block;
}

