@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;

  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  /* Firefox 36+ */
  -webkit-appearance: none;

  -moz-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* webfont */
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
  font-family: "pc";
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  head {
    font-family: "sp";
  }
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  min-width: 1200px;
  color: #000;
  font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.os-mac body {
  font-weight: 400;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    height: auto;
    font-size: 15px;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
  color: inherit;
  outline: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
  text-decoration: none;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
  word-wrap: break-word;
  outline: none;
}

img {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

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

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  /* Move the label to the top */
  vertical-align: top;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.l-page-wrapper {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-page-wrapper {
    width: 100%;
    height: 100%;
  }
}

.is-loading .l-page-wrapper {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.load-complete .l-page-wrapper {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .l-page {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 76px;

    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (max-width: 767px) {
  .is-loading .l-page {
    overflow-y: hidden;
  }
}

/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  .l-wrap {
    width: auto;
    padding: 0 25px;
  }
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
  box-sizing: border-box;
}

.l-grid::after {
  display: table;
  clear: both;
  content: "";
}

.l-grid__item {
  display: block;
  box-sizing: inherit;
  float: left;
}

.l-grid__item--1of2 {
  width: 50%;
}

.l-grid__item--1of3 {
  width: 33.33333333%;
}

.l-grid__item--1of4 {
  width: 25%;
}

.l-grid__item--1of5 {
  width: 20%;
}

.l-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
  box-sizing: border-box;
  white-space: nowrap;
}

.l-inline-grid__item {
  display: inline-block;
  box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
  width: 50%;
}

.l-inline-grid__item--1of3 {
  width: 33.33333333%;
}

.l-inline-grid__item--1of4 {
  width: 25%;
}

.l-inline-grid__item--1of5 {
  width: 20%;
}

.l-inline-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-flex-grid__item {
  box-sizing: inherit;
}

.l-flex-grid__item--full {
  width: 100%;
}

.l-flex-grid__item--1of2 {
  width: 50%;
}

.l-flex-grid__item--1of3 {
  width: 33.33333333%;
}

.l-flex-grid__item--1of4 {
  width: 25%;
}

.l-flex-grid__item--1of5 {
  width: 20%;
}

.l-flex-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   c-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
  *zoom: 1;
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

/**
 *
 *  LOADER
 *
 */
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: white;
}

#Loader #progress {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #000;
}

/* trans
-------------------------------------------*/
#Loader {
  transition: all 1s ease;
}

/* anima
-------------------------------------------*/
.load-complete #Loader {
  opacity: 0;
}

/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
  display: block;
}

.mi-pc-inline {
  display: inline;
}

img.mi-pc {
  display: inline;
}

.mi-sp {
  display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
  .mi-pc,
  img.mi-pc {
    display: none;
  }
  .mi-pc-inline {
    display: none;
  }
  .mi-sp {
    display: block;
  }
  img.mi-sp {
    display: inline;
  }
}

/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
  transition: all 0.2s ease-in-out;
}

.mi-hov01:hover {
  opacity: 0.7;
}

.mi-hov01-all > * {
  transition: all 0.2s ease-in-out;
}

.mi-hov01-all > *:hover {
  opacity: 0.7;
}

/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
.g-header {
  height: 80px;
  margin: 0 auto;
  background-color: #f5eff1;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .g-header {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 50px;
    background-color: #fff;
    text-align: center;
  }
}

.g-header__logo {
  width: calc(50% - 480px / 2);
  height: 80px;
  padding: 5px 0 0 2.6%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .g-header__logo {
    width: 100%;
    height: 50px;
    padding: 4px 0 0;
  }
}

.g-header__logo img {
  width: 330px;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .g-header__logo img {
    width: 80%;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .g-header__logo img {
    width: 187px;
  }
}

.g-header__btns {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: calc(50% - 480px / 2);
  height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .g-header__btns {
    width: calc((1200px - 480px) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .g-header__btns {
    display: none;
  }
}

.g-header__btns .btns-item {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .g-header__btns .btns-item {
    width: 100%;
  }
}

.g-header__btns .btns-item a {
  display: block;
  position: relative;
  height: 80px;
  color: #fff;
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  line-height: 1.2;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1210px) {
  .g-header__btns .btns-item a {
    font-size: 17px;
  }
}

.g-header__btns .btns-item a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 13.44px;
  height: 13.44px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: ;
}

.g-header__btns .btns-item:first-child a::before {
  right: 17%;
}

.g-header__btns .btns-item:last-child a::before {
  right: 10%;
}

.g-header__btns .btns-item:first-child a {
  border: 1px solid #da421d;
  background-color: #da421d;
  padding-right: 10px;
}

li.js-change-kouza.btns-item:nth-child(2n) a {
  border: 1px solid #761d3d;
  background-color: #761d3d;
  padding-right: 10px;
}

.mode-pc .g-header__btns .btns-item:first-child a:hover {
  background-color: #fff;
  color: #da421d;
}

.mode-pc .g-header__btns .btns-item:first-child a:hover::before {
  border-top: 1px solid #da421d;
  border-right: 1px solid #da421d;
}

/* .g-header__btns .btns-item:last-child a {
	border: 1px solid #574009;
	background-color: #574009;
	padding-right: 20px;
	pointer-events: none;
} */

.mode-pc .g-header__btns .btns-item:last-child a:hover {
  background-color: #fff;
  color: #761d3d;
}

.mode-pc .g-header__btns .btns-item:last-child a:hover::before {
  border-top: 1px solid #761d3d;
  border-right: 1px solid #761d3d;
}

/*--------------------------------------------------------------------------
   global-footer
---------------------------------------------------------------------------*/
#global-footer > .site {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #global-footer > .site {
    width: auto;
  }
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-mv {
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sec-mv {
    display: block;
    width: 100%;
    min-width: 100%;
  }
}

.sec-mv__img {
  width: calc(50% - 480px / 2);
  height: 520px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-mv__img {
    width: 100%;
    height: auto;
    background-image: none;
  }
}

.sec-mv__img--02 {
  margin-top: -80px;
  height: calc(520px + 80px);
}

.sec-mv__img img {
  width: auto;
  height: 580px;
}

@media only screen and (max-width: 767px) {
  .sec-mv__img img {
    width: 100%;
    height: auto;
  }
}

.sec-mv__img:first-child {
  background-image: url(../../assets/img/index/mv_img01.jpg);
}

.sec-mv__img:last-child {
  background-image: url(../../assets/img/index/mv_img02.jpg);
}

.sec-mv__box {
  width: 480px;
  height: 520px;
  background-color: #f5eff1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-mv__box {
    width: 100%;
    height: auto;
  }
}

.sec-mv__hdg {
  width: 91.5%;
  margin: 10px auto 40px;
}

.sec-mv__hdg img {
  width: 100%;
  height: auto;
}

.sec-mv__txt img {
  width: 75%;
  margin: 0 auto;
}

/*------------------------
	link-block
------------------------*/
.link-block {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 24px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 22px 20px;
  background-color: rgb(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.16);
  list-style: none;
  z-index: 100;
  transition: all 0.5s ease;
}
.link-block .link-item {
  width: calc(100% / 3);
  max-width: 320px;
}
.link-block .link-item > div {
  margin: 0 auto;
  transition: all 0.2s ease;
}
.link-block .link-item .trial-link {
  background-color: #089976;
  box-shadow: 0 5px 0 #175c4f;
}
.link-block .link-item .apply-link {
  background-color: #f86f0c;
  box-shadow: 0 5px 0 #a74d0c;
}
.link-block .link-item > div a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 1.25em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.link-block .link-item > div a > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-block .link-item .trial-link a em {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 20px;
  margin-right: 6px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #089976;
  background-color: #fff;
  font-size: 0.7em;
  font-style: normal;
}
.link-block .link-item > div a::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 18px;
  height: 18px;
  background: url(/lp/assets/img/index/arrow-white.svg) center center / 18px no-repeat;
  transform: translateY(-50%);
  content: "";
}

@media screen and (min-width: 768px) {
  .link-block .link-item > div:hover {
    transform: translate(0, 5px);
    box-shadow: none;
  }

  .link-block .link-item.open > div:hover {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .link-block .link-item > div a {
    padding: 13px 0;
    font-size: 0.875em;
  }

  .link-block .link-item > div a > span small {
    font-size: 0.928em;
  }
}
@media screen and (max-width: 768px) {
  .link-block {
    flex-wrap: wrap;
    bottom: -200px;
    gap: 15px;
    padding: 35px 14px 19px;
    background-color: rgb(255, 255, 255, 0.9);
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.16);
  }
  .link-block.is-inview {
    bottom: 0;
  }
  .link-block .link-item:has(.trial-link) {
    width: 100%;
    max-width: 612px;
  }
  .link-block .link-item:has(.apply-link) {
    width: calc(50% - 8px);
    max-width: 300px;
  }
  .link-block .link-item > div {
    width: 100%;
  }
  .link-block .link-item .trial-link {
    box-shadow: 0 3px 0 #175c4f;
  }
  .link-block .link-item .apply-link {
    box-shadow: 0 3px 0 #a74d0c;
  }
  .link-block .link-item > div a {
    font-size: 1em;
  }
  .link-block .link-item > .trial-link a {
    padding: 15.5px 0;
  }
  .link-block .link-item > .apply-link a {
    padding: 7.5px 0;
  }

  .link-block .link-item > div a span {
    display: block;
  }
  .link-block .link-item > div a span .for-sp {
    display: none;
  }
  .link-block .link-item .trial-link a > span {
    padding-right: 21px;
  }
  .link-block .link-item .apply-link a > span {
    padding-right: 0;
    line-height: 1.3;
  }
  .link-block .link-item > div a span.for-pc {
    display: none;
  }
  .link-block .link-item .trial-link a em {
    width: 33px;
    height: 18px;
    margin-right: 4px;
    font-size: 0.73333em;
  }
  .link-block .link-item > div a > span small {
    font-size: 0.8666667em;
  }
  .link-block .link-item > div a::after {
    right: 10px;
    width: 13px;
    height: 13px;
    background: url(/lp/assets/img/index/arrow-white.svg) center center / 13px no-repeat;
  }
}

/*--------------------------------------------------------------------------
   #sec-recommend
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-recommend {
  width: 100%;
}

.sec-recommend__btns {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__btns {
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
  }
  .sec-recommend__btns .btns-item {
    /* width: 50%; */
    width: 100%;
  }
  .sec-recommend__btns .btns-item a {
    display: block;
    position: relative;
    height: 60px;
    color: #fff;
    font-family: "Noto selif Japanese", serif;
    font-size: 17px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-recommend__btns .btns-item:last-of-type a {
    text-align: center;
  }
  .sec-recommend__btns .btns-item:last-of-type a span {
    font-size: 15.5px;
  }
  .sec-recommend__btns .btns-item a::before {
    position: absolute;
    width: 13.44px;
    height: 13.44px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: 50%;
    right: 12%;
    transform: translateY(-50%) rotate(45deg);
  }
  .sec-recommend__btns .btns-item:first-child a {
    background-color: #da421d;
  }

  .sec-recommend__btns .btns-item:last-child a {
    background-color: #761d3d;
  }
}

@media (max-width: 374px) {
  .sec-recommend__btns .btns-item:last-child a::before {
    right: 5%;
  }
}

.sec-recommend__hdg {
  padding: 14px 0;
  background-color: #b9a978;
  text-align: center;
  color: #fff;
  font-family: "Noto selif Japanese", serif;
  font-size: 24px;
  line-height: 1;
}

.preparation-sec-recommend__hdg {
  background-color: #31373e;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__hdg {
    padding: 15px 0;
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-recommend__wrap {
    display: block;
  }
}

.sec-recommend__bg {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg {
    display: block;
    width: 100%;
  }
}

.sec-recommend__bg:first-of-type {
  border-right: 1px solid #fff;
  background-color: #f5eff1;
}

.sec-recommend__bg:first-of-type .sec-recommend__unit {
  margin-left: auto;
  padding-left: 48px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg:first-of-type .sec-recommend__unit {
    padding: 37px 40px 37px 20px;
  }
}

.sec-recommend__bg:first-of-type .sec-recommend__unit::before {
  position: absolute;
  top: -89px;
  left: -156px;
  width: 242px;
  height: 189px;
  background-image: url(../../assets/img/index/recommended_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg:first-of-type .sec-recommend__unit::before {
    top: -29px;
    left: -35px;
    width: 135px;
    height: 105px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-recommend__bg:first-of-type .sec-recommend__unit::before {
    left: -35px;
    width: 95px;
    height: 74px;
  }
}

.sec-recommend__bg:first-of-type .sec-recommend__unit .unit-hdg,
.sec-recommend__bg:first-of-type .sec-recommend__unit .unit-txt {
  color: #761d3d;
}

.sec-recommend__bg:first-of-type .sec-recommend__unit .unit-txt::before {
  background-image: url(../../assets/img/index/recommended_ico01.png);
}

.sec-recommend__bg:last-of-type {
  background-color: #f3f2ee;
}

.preparation-recommend__bg:last-of-type {
  background-color: rgba(47, 54, 62, 0.14);
}

.sec-recommend__bg:last-of-type .sec-recommend__unit {
  margin-right: auto;
  padding-left: 100px;
}

.sec-recommend__bg:last-of-type .preparation-recommend__unit {
  padding-left: 0px;
  position: relative;
  width: 490px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg:last-of-type .sec-recommend__unit {
    padding: 37px 40px 37px 20px;
  }
}

.sec-recommend__bg:last-of-type .sec-recommend__unit::before {
  position: absolute;
  bottom: -25px;
  right: -173px;
  width: 209px;
  height: 158px;
  background-image: url(../../assets/img/index/recommended_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.preparation-recommend__bg:first-of-type .preparation-recommend__unit::before {
  position: absolute;
  bottom: 34%;
  left: -98%;
  width: 250px;
  height: 180px;
  background-image: url(../../assets/img/index/recommended_deco03.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.preparation-recommend__bg:last-of-type .preparation-recommend__unit::after {
  position: absolute;
  bottom: -25%;
  right: -90%;
  width: 200px;
  height: 180px;
  background-image: url(../../assets/img/index/recommended_deco04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.preparation-recommend__bg {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg:last-of-type .sec-recommend__unit::before,
  .preparation-recommend__bg:last-of-type .preparation-recommend__unit::after {
    bottom: -49px;
    right: 20px;
    width: 131px;
    height: 99px;
  }
}

@media (max-width: 600px) {
  .sec-recommend__bg:last-of-type .preparation-recommend__unit {
    width: 100%;
    padding: 60px 20px;
  }
  .preparation-recommend__bg:first-of-type .preparation-recommend__unit::before {
    left: 0%;
    top: -20px;
    width: 25%;
  }
  .sec-recommend__bg:last-of-type .preparation-recommend__unit .unit_txt {
    font-size: 17px;
  }
  .preparation-recommend__bg:last-of-type .preparation-recommend__unit::after {
    width: 25%;
    bottom: -25px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-recommend__bg:last-of-type .sec-recommend__unit::before,
  .preparation-recommend__bg:last-of-type .preparation-recommend__unit::after {
    width: 98px;
    height: 69px;
  }
}

.sec-recommend__bg:last-of-type .sec-recommend__unit .unit-hdg,
.sec-recommend__bg:last-of-type .sec-recommend__unit .unit-txt {
  color: #574009;
}

.preparation-recommend__bg:last-of-type .preparation-recommend__unit .unit-txt {
  color: #31373e;
}

.sec-recommend__bg:last-of-type .sec-recommend__unit .unit-txt::before {
  background-image: url(../../assets/img/index/recommended_ico02.png);
}

.preparation-recommend__bg:last-of-type .preparation-recommend__unit .unit-txt::before {
  background-image: url(../../assets/img/index/recommended_ico03.png);
}

.sec-recommend__unit {
  position: relative;
  width: 550px;
  padding-top: 35px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit {
    display: block;
    width: 100%;
    padding: 37px 40px 37px 20px;
  }
}

.sec-recommend__unit .unit-hdg {
  width: 550px;
  margin-bottom: 12px;
  font-family: "Noto selif Japanese", serif;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit .unit-hdg {
    width: 100%;
    text-align: center;
    font-size: 23px;
  }
}

.sec-recommend__unit .unit-hdg span {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit .unit-hdg span {
    font-size: 16px;
  }
}

.sec-recommend__unit .unit-txt {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
}

.preparation-recommend__unit .unit-txt {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 12px;
}
.preparation-recommend__unit .unit-txt:last-child {
  margin-bottom: 0;
}
.preparation-recommend__unit {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit .unit-txt {
    padding-left: 23px;
    font-size: 17px;
    line-height: 1.8;
  }
}
@media (max-width: 600px) {
  .preparation-recommend__unit .unit-txt {
    font-size: 17px;
  }
  .sec-recommend__wrap .preparation-recommend__bg .preparation-recommend__unit {
    padding-left: 20px;
  }
}

.sec-recommend__unit .unit-txt::before,
.preparation-recommend__unit .unit-txt::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit .unit-txt::before {
    width: 15px;
    height: 15px;
  }
}

/*--------------------------------------------------------------------------
   #sec-course
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-course {
  width: 1200px;
  margin: 0 auto 100px;
  /* .sec-course__wrap
-----------------------------------------------------------------*/
  /* .sec-course__detail
-----------------------------------------------------------------*/
  /* .sec-course__voice
-----------------------------------------------------------------*/
  /* .sec-course__curriculum
-----------------------------------------------------------------*/
  /* .sec-course__price
-----------------------------------------------------------------*/
}

@media only screen and (max-width: 767px) {
  .sec-course {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 40px;
  }
}

.preparation-merit__unit {
  border: 1px solid #31373e;
  border-width: 3px 1px 1px 1px;
  font-size: 18px;
  width: 100%;
  max-width: 480px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.preparation-merit__color {
  color: #761d3d;
}

.preparation-merit__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sec-course__hdg {
  margin-bottom: 25px;
  line-height: 1.4545454545454546;
  text-align: center;
  color: #574009;
  font-weight: 500;
  font-family: "Noto selif Japanese", serif;
  font-size: 46px;
}

.preparation-sec-course__hdg {
  margin-bottom: 44px;
  margin-top: 70px;
}

.qualification {
  text-align: center;
  margin-bottom: 126px;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #414141;
  line-height: 2;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .preparation-merit__unit {
    margin: 0 20px;
    font-size: 15px;
  }
  p.sec-course__hdg.preparation-sec-course__hdg {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .preparation-merit__wrap {
    gap: 20px;
    width: 100%;
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-course__hdg {
    margin-bottom: 13px;
    padding: 0 2.66%;
    font-size: 30px;
    font-weight: 500;
  }

  .qualification {
    padding: 0 20px;
    font-size: 15px;
    text-align: left;
    margin-bottom: 51px;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__hdg {
    font-size: 25px;
  }
}

.sec-course__hdg span {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .sec-course__hdg span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__hdg span {
    font-size: 18px;
  }
}

.sec-course__tabs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-course__tabs--bottom .sec-course__tab::before {
  content: none;
}

.sec-course__tabs--bottom .sec-course__tab.is_current a::before {
  top: -15px;
  bottom: inherit;
  border-width: 0 15px 15px 15px;
}

.sec-course__tabs--bottom .sec-course__tab:first-child.is_current a::before {
  border-color: transparent transparent #761d3d transparent;
}

/* .sec-course__tabs--bottom .sec-course__tab:last-child.is_current a::before {
	border-color: transparent transparent #574009 transparent;
} */

.sec-course__tab {
  position: relative;
  z-index: 9;
  /* width: 598px; */
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Noto selif Japanese", serif;
  font-size: 26px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab {
    /* width: 49.8%; */
    width: 100%;
  }
}

.sec-course__tab::before {
  position: absolute;
  top: -70px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-course__tab::before {
    top: -50px;
  }
}

.sec-course__tab a {
  display: block;
  position: relative;
  transition: 0.3s;
  height: 97px;
  line-height: 96px;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab a {
    font-size: 18px;
    line-height: 1.2;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__tab a {
    font-size: 15px;
  }
}

.sec-course__tab a span {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab a span {
    font-size: 14px;
  }
}

.sec-course__tab--basic::before {
  width: 400px;
  height: 100px;
  background-image: url(../../assets/img/index/deco01.png);
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--basic::before {
    width: 180px;
    height: 50px;
    position: absolute;
    top: -33px;
    display: inline-block;
  }
}

.sec-course__tab--basic a {
  border: 2px solid #761d3d;
  background-color: #fff;
  color: #761d3d;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--basic a {
    border: 1px solid #761d3d;
    position: relative;
  }
}

.mode-pc .sec-course__tab--basic a:hover {
  background-color: #761d3d;
  color: #fff;
}

.sec-course__tab--basic.is_current a {
  background-color: #761d3d;
  color: #fff;
}

.sec-course__tab--basic.is_current a::before {
  border-color: #761d3d transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--middle {
    letter-spacing: -0.04em;
  }
}

.sec-course__tab--middle::before {
  width: 250px;
  height: 100px;
  background-image: url(../../assets/img/index/deco02.png);
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--middle::before {
    width: 140px;
    height: 50px;
    position: absolute;
    top: -33px;
    display: inline-block;
  }
}

.sec-course__tab--middle a {
  /* pointer-events: none; */
  border: 2px solid #574009;
  background-color: #fff;
  color: #574009;
}

.mode-pc .sec-course__tab--middle a:hover {
  background-color: #574009;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--middle a {
    border: 1px solid #574009;
    position: relative;
  }
}

/* .mode-pc .sec-course__tab--middle a:hover {
	background-color: #574009;
	color: #fff;
} */

.sec-course__tab--middle.is_current a {
  background-color: #574009;
  color: #fff;
}

.sec-course__tab--middle.is_current a::before {
  border-color: #574009 transparent transparent transparent;
}

.sec-course__tab.is_current a::before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 30px;
  height: 15px;
  border-width: 15px 15px 0 15px;
  border-style: solid;
  content: "";
}

.sec-course__wrap {
  position: relative;
  z-index: 1;
  padding: 69px 0 100px;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap {
    padding: 30px 0 52px;
  }
}

.sec-course__wrap--basic {
  background-color: #f5eff1;
}

.sec-course__wrap--basic .intro-lead,
.sec-course__wrap--basic .intro-hdg {
  color: #761d3d;
}

.sec-course__wrap--basic .sec-course__curriculum + .apply-btn {
  margin: 98px auto 0;
}

.sec-course .sec-course__wrap--basic .apply-btn a {
  height: 80px;
}

.sec-course__wrap--basic .trial-btn a {
  background-color: #da421d;
}

.sec-course__wrap--basic .apply-btns {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.sec-course__wrap--basic .course-btn a {
  background-color: #761d3d;
}

.sec-course__wrap--basic .apply-btn__text {
  text-align: center;
}

.sec-course__wrap--basic .apply-btn__text a {
  color: #222222;
  text-decoration: underline;
  font-family: "Noto selif Japanese", serif;
  line-height: 1.3;
}

.sec-course__wrap--basic .apply-btn__text a:hover {
  text-decoration: none;
}

.sec-course__wrap--basic .apply-btn + .apply-btn__text {
  margin-top: 24px;
}

.sec-course__wrap--basic .apply-btn__text + .apply-btn__text {
  margin-top: 3px;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--basic .sec-course__curriculum + .apply-btn {
    margin: 40px auto 0;
  }

  .sec-course__wrap--basic .apply-btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .sec-course__wrap--basic .apply-btns {
    flex-direction: column;
    row-gap: 20px;
    margin: 20px auto 0;
    padding: 0;
  }

  .sec-course .sec-course__wrap--basic .apply-btn a {
    padding: 18px 0;
    font-size: 17px;
    line-height: 1.3;
  }

  .sec-course__wrap--basic .apply-btn__text + .apply-btn__text {
    margin-top: 10px;
  }
}

.sec-course__wrap--middle {
  background-color: #f3f2ee;
}

.sec-course__wrap--middle .intro-lead,
.sec-course__wrap--middle .intro-hdg {
  color: #574009;
}

.sec-course__wrap--middle .apply-btn a {
  background-color: #574009;
}

.sec-course__intro {
  margin-bottom: 55px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-course__intro {
    padding: 0 14px;
  }
}

.sec-course__intro .intro-lead {
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  .sec-course__intro .intro-lead {
    font-size: 18px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__intro .intro-lead {
    font-size: 16px;
  }
}

.sec-course__intro .intro-hdg {
  margin-bottom: 18px;
  font-family: "Noto selif Japanese", serif;
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-course__intro .intro-hdg {
    font-size: 41px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__intro .intro-hdg {
    font-size: 34px;
  }
}

.sec-course__intro .intro-hdg span {
  color: #dd5c3c;
}

.sec-course__intro .intro-hdg .small {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .sec-course__intro .intro-hdg .small {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-course__intro .intro-txt {
    padding: 0 20px;
    text-align: left;
    line-height: 1.7;
  }
}

.sec-course__detail {
  margin: 80px auto 0;
  padding-top: 250px;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail {
    max-width: 480px;
    margin: 40px auto 0;
    padding: 0 10px;
  }
}

.sec-course__detail .detail-box {
  width: 500px;
  padding: 45px 40px 48px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box {
    width: 100%;
    padding: 20px 33px 24px;
  }
}

.sec-course__detail .detail-box__hdg {
  position: relative;
  margin-bottom: 20px;
  color: #761d3d;
  font-family: "Noto selif Japanese", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__hdg {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.sec-course__detail .detail-box__hdg::before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 3px;
  height: 100%;
  border-left: 3px solid #88193c;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__hdg::before {
    left: -33px;
  }
}

.sec-course__detail .detail-box__txt {
  color: #414141;
  font-size: 15px;
  font-family: "Sawarabi Gothic", sans-serif;
}

.sec-course__detail .detail-box__txt + .detail-box__txt {
  margin-top: 10px;
}

.sec-course__detail .detail-box__block + .detail-box__txt {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #ededed;
}

.sec-course__detail .detail-box__txt span {
  display: block;
  margin-bottom: -3px;
  color: #761d3d;
}

.sec-course__detail .detail-box__txt a {
  text-decoration: underline;
}

.sec-course__detail .detail-box__txt a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__txt {
    font-size: 14px;
    line-height: 1.7;
  }

  .sec-course__detail .detail-box__txt span {
    margin-bottom: 0;
  }
}

.sec-course__detail .detail-box__unit .unit-hdg {
  margin-top: 1em;
  color: #761d3d;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__unit .unit-hdg {
    font-size: 14px;
    line-height: 1.7;
  }
}

.sec-course__detail .detail-box__unit .unit-txt {
  color: #414141;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__unit .unit-txt {
    font-size: 14px;
    line-height: 1.7;
  }
}

.sec-course__detail .detail-box__list .list-item {
  color: #414141;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__list .list-item {
    margin-bottom: 5px;
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
}

.sec-course__detail .detail-box__list .list-item span {
  margin-right: 5px;
  color: #761d3d;
}

.sec-course__detail .detail-box__block {
  display: flex;
  column-gap: 20px;
  margin: 25px 0 0;
}

.sec-course__detail .detail-box__txt + .detail-box__block {
  padding: 25px 0 0;
  border-top: 1px solid #ededed;
}

.sec-course__detail .detail-box__block figure {
  width: 90px;
  height: 90px;
}

.sec-course__detail .detail-box__block figure img {
  width: 100%;
}

.sec-course__detail .detail-box__block .detail-box__block-text {
  flex: 1;
}

.sec-course__detail .detail-box__block .detail-box__block-text p {
  font-size: 13px;
  font-family: "Sawarabi Gothic", sans-serif;
}

.sec-course__detail .detail-box__block .detail-box__block-text p strong {
  font-size: 15px;
  font-weight: 400;
}

.sec-course__detail .detail-box__block .detail-box__block-text p + p {
  margin: 8px 0 0;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__block {
    margin: 20px 0 0;
  }

  .sec-course__detail .detail-box__txt + .detail-box__block {
    padding: 20px 0 0;
  }

  .sec-course__detail .detail-box__block figure {
    width: 75px;
    height: 75px;
  }

  .sec-course__detail .detail-box__block .detail-box__block-text p + p {
    margin: 4px 0 0;
  }
}

.sec-course__detail--01 {
  margin-top: 0;
  background-image: url(../../assets/img/index/basic_img01.jpg);
  background-size: 62%;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--01 {
    background-image: none;
  }
}

.sec-course__detail--02 {
  background-image: url(../../assets/img/index/basic_img02.jpg);
  background-size: 62%;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--02 {
    background-image: none;
  }
}

.sec-course__detail--03 {
  background-image: url(../../assets/img/index/middle_img03.jpg);
  background-size: 62%;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--03 {
    background-image: none;
  }
}

.sec-course__detail--04 {
  background-image: url(../../assets/img/index/basic_img05.png);
  background-size: 62%;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--04 {
    margin-bottom: 60px;
    background-image: none;
  }
}

.sec-course__detail--05 {
  background-image: url(../../assets/img/index/basic_img04.jpg);
  background-size: 62%;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--05 {
    margin-bottom: 60px;
    background-image: none;
  }
}

.sec-course__detail--01,
.sec-course__detail--03,
.sec-course__detail--05 {
  background-position: 0 0;
}

.sec-course__detail--01 .detail-box,
.sec-course__detail--03 .detail-box,
.sec-course__detail--05 .detail-box {
  margin: 0 50px 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--01 .detail-box,
  .sec-course__detail--03 .detail-box,
  .sec-course__detail--05 .detail-box {
    margin: 0 auto;
  }
}

.sec-course__detail--02,
.sec-course__detail--04 {
  background-position: 100% 0;
}

.sec-course__detail--02 .detail-box,
.sec-course__detail--04 .detail-box {
  margin: 0 auto 0 50px;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--02 .detail-box,
  .sec-course__detail--04 .detail-box {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-img img {
    width: 100%;
    height: auto;
  }
}

.sec-course__wrap--middle .sec-course__detail--01 {
  background-image: url(../../assets/img/index/middle_img01.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__detail--01 {
    background-image: none;
  }
}

.sec-course__wrap--middle .sec-course__detail--02 {
  background-image: url(../../assets/img/index/middle_img02.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__detail--02 {
    background-image: none;
  }
}

.sec-course__wrap--middle .sec-course__detail--03 {
  background-image: url(../../assets/img/index/basic_img03.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__detail--03 {
    background-image: none;
  }
}

.sec-course__wrap--middle .sec-course__detail--04 {
  background-image: url(../../assets/img/index/middle_img04.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__detail--04 {
    background-image: none;
  }
}

.sec-course__voice {
  position: relative;
  width: 1100px;
  margin: 0 auto 105px;
  padding: 46px 50px 55px;
  background-color: #f0eede;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice {
    width: 89.3%;
    margin: 0 auto 55px;
    padding: 36px 23px 20px;
  }
}

.sec-course__voice::before {
  position: absolute;
  top: -51px;
  right: -22px;
  width: 190px;
  height: 86px;
  background-image: url(../../assets/img/index/img_deco03.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-course__voice::before {
    top: -32px;
    right: 0;
    width: 110px;
    height: 50px;
  }
}

.sec-course__voice .voice-hdg {
  margin-bottom: 20px;
  text-align: center;
  color: #761d3d;
  font-family: "Noto selif Japanese", serif;
  font-size: 30px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-hdg {
    font-size: 20px;
  }
}

.sec-course__voice .voice-hdg span {
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-hdg span {
    font-size: 18px;
  }
}

.sec-course__voice .voice-wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap {
    display: block;
  }
}

.sec-course__voice .voice-wrap__unit {
  width: 48%;

  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap__unit {
    display: block;
    clear: both;
    width: 100%;
  }
}

.sec-course__voice .voice-wrap__unit .unit-img {
  width: 142px;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap__unit .unit-img {
    float: left;
    width: 70px;
    margin: 0 12px 0 0;
  }
  .sec-course__voice .voice-wrap__unit .unit-img img {
    width: 100%;
    height: auto;
  }
}

.sec-course__voice .voice-wrap__unit .unit-txt {
  width: 300px;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap__unit .unit-txt {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.72;
  }
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap__unit + .voice-wrap__unit {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #b6a97e;
  }
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__voice .voice-wrap__unit {
    width: 100%;
  }
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-img {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-img {
    width: 70px;
  }
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-txt {
  width: 170px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-txt {
    width: 100%;
    font-size: 14px;
  }
}

.sec-course__curriculum {
  padding: 81.5px 50px 0;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum {
    width: 96.5%;
    margin: 0 auto;
    padding: 0;
  }
}

.sec-course__curriculum .curriculum-hdg {
  margin-bottom: 37.5px;
  text-align: center;
  color: #761d3d;
  font-family: "Noto selif Japanese", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .curriculum-hdg {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.025em;
    margin-top: 33px;
    margin-bottom: 17.5px;
    overflow: hidden;
  }
}

.sec-course__curriculum .curriculum-hdg span {
  color: #dd5c3c;
}

.sec-course__curriculum .curriculum-hdg .large {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .curriculum-hdg .large {
    font-size: 25px;
  }
}

.sec-course__curriculum .curriculum-table {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  border: none;
  border-right: 1px solid #b9a978;
  background-color: #fff;
  border-spacing: 0;
  border-collapse: separate;
  font-family: "Sawarabi Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .table-scroll {
    position: relative;
  }

  .sec-course__curriculum .table-scroll:before {
    position: absolute;
    z-index: 10;
    display: block;
    content: "";
    width: 112px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/index/icon_slide.png) center center no-repeat;
    background-size: contain;
    opacity: 1;
  }
  .sec-course__curriculum .table-scroll.active:before {
    display: none;
  }
  .sec-course__curriculum .curriculum-table {
    margin-bottom: 0;
    width: 100%;
    /* scroll width */
    opacity: 0.3;
    transition: opacity 0.2s;
  }
  .sec-course__curriculum .table-scroll.active .curriculum-table {
    opacity: 1;
  }
}

.sec-course__curriculum .curriculum-table::before {
  position: absolute;
  top: -87px;
  left: -29px;
  width: 450px;
  height: 87px;
  background-image: url(../../assets/img/index/img_deco04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .curriculum-table::before {
    display: none;
    top: -50px;
    left: 0;
    width: 260px;
    height: 51px;
  }
}

.sec-course__curriculum .curriculum-table th {
  padding: 11px 0;
  border-bottom: 1px solid #b9a978;
  border-left: 1px solid #b9a978;
  background-color: #761d3d;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .curriculum-table th {
    padding: 18px 0;
    font-size: 13px;
  }
}

.sec-course__curriculum .curriculum-table th.num {
  width: 147px;
}

@media (max-width: 767px) {
  .sec-course__curriculum .curriculum-table th.num {
    width: 13%;
  }
}

.sec-course__curriculum .curriculum-table th.title {
  width: 474px;
}

@media (max-width: 767px) {
  .sec-course__curriculum .curriculum-table th.title {
    width: 37.1%;
  }
}

.sec-course__curriculum .curriculum-table th.theme {
  width: 391px;
}
.sec-course__curriculum .curriculum-table.second th.theme {
  width: 700px;
}

.sec-course__curriculum .curriculum-table th.place {
  width: 108px;
}

.sec-course__curriculum .curriculum-table th.date {
  width: 241px;
}

.sec-course__curriculum .curriculum-table th.professor {
  width: 116px;
}

.sec-course__curriculum td.fee,
.sec-course__curriculum td.place,
.sec-course__curriculum td.date,
.sec-course__curriculum td.professor {
  font-size: 15px;
}

.beige {
  background-color: #faf8f5;
}

/* .sec-course__curriculum .curriculum-table.second tbody tr:nth-child(even) td {
	background-color: #faf8f5;
} */
/* .sec-course__curriculum .curriculum-table.second tbody tr:nth-child(even) td.num,
.sec-course__curriculum .curriculum-table.second tbody tr:nth-child(even) td.theme {
	background-color: #fff;
} */
.sec-course__curriculum .curriculum-table.second tbody td.place {
  background-color: #f6f0da !important;
}
.sec-course__curriculum .curriculum-table.second tbody td.place.shibuya {
  background-color: #dce3e0 !important;
}

.sec-course__curriculum .curriculum-table td.theme p:first-of-type {
  font-size: 18px;
}

.sec-course__curriculum .curriculum-table.second td.theme p:last-of-type {
  margin: 0;
  font-size: 16px;
}

.sec-course__curriculum .curriculum-table td.theme p:last-of-type {
  font-size: 14px;
  margin-top: 14px;
}

.sec-course__curriculum .curriculum-table td.title a {
  display: inline-block;
  font-size: 14px;
  color: #6b1b35;
  border-bottom: 1px solid #6b1b35;
  line-height: 1.5;
  margin-top: 16px;
}

.sec-course__curriculum .curriculum-table td.title a:hover {
  border: none;
}

.sec-course__curriculum .curriculum-table td.theme a {
  display: inline-block;
  font-size: 14px;
  color: #6b1b35;
  border-bottom: 1px solid #6b1b35;
  line-height: 1.5;
  margin-top: 16px;
}

.sec-course__curriculum .curriculum-table td.theme a:hover {
  border: none;
}

.sec-course__curriculum .curriculum-table td.place ul li {
  background-color: #f6f0da;
}

.sec-course__curriculum .curriculum-table td.place ul li.shibuya {
  background-color: #dce3e0;
}

.sec-course__curriculum .curriculum-table td.place ul li:last-of-type {
  background-color: #e8e8e8;
}

.sec-course__curriculum .curriculum-table td.symbol ul li {
  font-size: 15px;
}

.sec-course__curriculum .curriculum-table td.time ul li {
  font-size: 15px;
}

.sec-course__curriculum td.place,
.sec-course__curriculum td.date,
.sec-course__curriculum td.professor {
  padding: 0 !important;
}
.sec-course__curriculum .second td.place,
.sec-course__curriculum .second td.date,
.sec-course__curriculum .second td.professor {
  padding: 6px !important;
}

.sec-course__curriculum td.date ul li:nth-child(even),
.sec-course__curriculum td.professor ul li:nth-child(even) {
  background-color: #faf8f5;
}

.sec-course__curriculum td.date ul li:last-of-type,
.sec-course__curriculum td.professor ul li:last-of-type {
  background-color: #e8e8e8;
}

.sec-course__curriculum td ul {
  text-align: center;
}

.sec-course__curriculum td ul li {
  padding: 6px;
}

.sec-course__curriculum td ul li + li {
  border-top: 1px solid #b9a978;
}

.sec-course__curriculum td.single {
  background-color: #e8e8e8;
  text-align: center;
}

.sec-course__curriculum td.place.single {
  font-size: 16px;
}

.sec-course__curriculum .curriculum-table td {
  padding: 18px 30px;
  border-bottom: 1px solid #b9a978;
  border-left: 1px solid #b9a978;
  color: #414141;
}

@media (max-width: 767px) {
  .sec-course__curriculum .curriculum-table td {
    padding: 18px 7px;
    font-size: 13px;
  }
}

.sec-course__curriculum .curriculum-table.second td.theme {
  text-align: left;
}

.sec-course__curriculum .curriculum-table td.num {
  padding: 18px 0;
  text-align: center;
}

.sec-course__price {
  width: 1100px;
  margin: 0 auto 100px;
  padding: 24px 0 20px;
  border-top: 3px solid #761d3d;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
}

.sec-course__price.first {
  margin: 0 auto 50px;
}

@media only screen and (max-width: 767px) {
  .sec-course__price.first {
    margin: 50px auto 50px;
  }

  .sec-course__price {
    width: 94.2%;
    margin: 50px auto 50px;
    padding: 22px 30px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__price {
    padding: 18px 15px;
  }
}

.sec-course__price .price-hdg {
  margin: 0 214px 0 80px;
  color: #574009;
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
}

.sec-course__price .price-hdg.place {
  margin: 0 235px 0 80px;
}

@media only screen and (max-width: 767px) {
  .sec-course__price .price-hdg {
    width: 34.8%;
    margin: 0;
  }

  .sec-course__price .price-hdg.place {
    margin: 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__price .price-hdg {
    font-size: 18px;
  }
}

.sec-course__price .price-detail {
  color: #444;
  font-family: "Sawarabi Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .sec-course__price .price-detail {
    width: 64.8%;
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__price .price-detail {
    font-size: 14px;
  }
}

.sec-course__price .price-detail span {
  color: #da421d;
}

.sec-course__price .price-detail .large {
  font-size: 30px;
}

.sec-course__price .price-detail .middle {
  font-size: 20px;
  color: #444;
}

@media only screen and (max-width: 767px) {
  .sec-course__price .price-detail .large {
    font-size: 23px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__price .price-detail .large {
    font-size: 20px;
  }
}

.sec-course .apply-btn a,
.experi-btn a {
  display: block;
  position: relative;
  width: 460px;
  height: 80px;
  margin: 0 auto;
  padding: 30px 0;
  box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}
.experi-btn {
  margin-bottom: 80px;
  padding: 60px 0;
  background: rgba(221, 92, 60, 0.1);
}
.experi-btn a {
  background: #dd5c3c;
}
.apply-btn.experi-btn.experi-btn__under {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
.anotation {
  padding: 0 20px;
  font-size: 14px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .sec-course .apply-btn a,
  .experi-btn a {
    width: 77.3%;
    font-size: 17px;
    height: 60px;
    padding: 21px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course .apply-btn a {
    font-size: 14px;
  }
}

.mode-pc .sec-course .apply-btn a:hover {
  opacity: 0.65;
}

.sec-course .apply-btn a::before,
.experi-btn a::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  width: 13.44px;
  height: 13.44px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .sec-course .apply-btn a::before {
    top: calc(50% - 6px);
  }
}

/*--------------------------------------------------------------------------
   #sec-movie
---------------------------------------------------------------------------*/
.sec-movie {
  margin: 0 auto 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .sec-movie {
    margin: 0 20px 50px;
  }
}

.sec-movie .sec-movie__hdg {
  padding: 0 0 30px;
  font-size: 48px;
  font-family: "Noto selif Japanese", serif;
}

.sec-movie .sec-movie__hdg span {
  display: block;
  color: #574009;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .sec-movie .sec-movie__hdg {
    padding: 0 0 20px;
    font-size: 30px;
  }

  .sec-movie .sec-movie__hdg span {
    font-size: 16px;
  }
}

.sec-movie .movie_inner {
  margin: 0 auto;
  max-width: 800px;
  aspect-ratio: 16/9;
}

.sec-movie .movie_inner iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------------
   #sec-set
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-set {
  width: 100%;
  padding: 50px 0;
  background-color: #f0eede;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-set {
    padding: 27px 0 47px;
  }
}

.sec-set__hdg {
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .sec-set__hdg {
    margin-bottom: 16px;
    padding: 0 15px;
  }
  .sec-set__hdg img {
    width: 100%;
    height: auto;
  }
}

.sec-set__txt {
  margin-bottom: 25px;
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sec-set__txt {
    margin-bottom: 12px;
    font-size: 15px;
  }
}

.sec-set__txt span {
  color: #da421d;
}

.sec-set__txt .large {
  font-size: 30px;
  line-height: 1.6;
}

@media only screen and (max-width: 374px) {
  .sec-set__txt .large {
    font-size: 24px;
  }
}

.sec-set__note {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .sec-set__note {
    margin-bottom: 22px;
    font-size: 12px;
  }
}

.sec-set__list {
  width: 746px;
  margin: 0 auto;

  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec-set__list {
    display: block;
    width: 100%;
    padding: 0 5.7%;
  }
}

.sec-set__item {
  width: 48%;

  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sec-set__item {
    width: 100%;
  }
}

.sec-set__item .item-name {
  margin-right: 20px;
  padding: 6px 35px 8px;
  background-color: #b9a978;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 374px) {
  .sec-set__item .item-name {
    padding: 6px 15px 8px;
  }
}

.sec-set__item .item-tel {
  font-size: 30px;
  line-height: 1;
}

@media only screen and (max-width: 374px) {
  .sec-set__item .item-tel {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-set__item + .sec-set__item {
    margin-top: 14px;
  }
}

/*--------------------------------------------------------------------------
   #sec-benefit
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-benefit {
  margin: 100px 50px 0;
  padding: 38px 60px 49px;
  border-top: solid 2px #98566e;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-benefit {
    width: calc(100% - 40px);
    max-width: 480px;
    margin: 45px auto 40px;
    padding: 23px 22.5px 28.4px;
  }
}

.sec-benefit-hdg {
  text-align: center;
  color: #761d3d;
  font-size: 15px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-hdg {
    font-size: 14px;
    line-height: 1.5;
  }
}

.sec-benefit-hdg .sub {
  font-weight: 600;
  font-size: 20px;
  line-height: 2.2;
  font-family: "Noto selif Japanese", serif;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-hdg .sub {
    font-size: 16px;
    line-height: 1.5;
  }
}

.sec-benefit-hdg .top {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 19px;
  font-family: "Noto selif Japanese", serif;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-hdg .top {
    font-size: 24px;
    line-height: 1.2;
    margin: 8px 0 18.5px;
  }
}

.sec-benefit-txt {
  font-size: 15px;
  line-height: 1.9;
  color: #444444;
  margin-top: 36.5px;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 17.4px;
  }
}

.sec-benefit-txt p:nth-child(2),
.sec-benefit-txt p:nth-child(5) {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-txt p:nth-child(2),
  .sec-benefit-txt p:nth-child(5) {
    margin-top: 11.3px;
  }
}

.sec-benefit-txt p:nth-child(4) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-txt p:nth-child(4) {
    margin-top: 11.9px;
  }
}

.sec-benefit-note {
  background-color: #faf8f5;
  padding: 28px 30px;
  margin: 12.5px 0;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-note {
    padding: 21.4px 21px;
    margin: 9.9px 0;
  }
}
/*--------------------------------------------------------------------------
   #sec-course-mv
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-course-mv {
  text-align: center;
  background-color: #f3f2ee;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .sec-course-mv {
    padding-bottom: 50px;
  }
}

.sec-course-mv-top {
  font-size: 18px;
  line-height: 2;
  color: #574009;
  font-family: "Noto selif Japanese", serif;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sec-course-mv-top {
    font-size: 15px;
    line-height: 1.6;
  }
}

.sec-course-mv-top span {
  color: #dd5c3c;
}

.sec-course-mv-top__hdg {
  font-size: 30px;
  line-height: 1.6;
  margin: 10px 0 10px;
}

@media (max-width: 767px) {
  .sec-course-mv-top__hdg {
    font-size: 22px;
    line-height: 1.4;
    margin: 17.1px 0 14.1px;
  }
}

.sec-course-mv-sub {
  max-width: 880px;
  margin: 40px auto 0;
  color: #414141;
}

@media (max-width: 767px) {
  .sec-course-mv-sub {
    margin: 25px 20px 0;
  }
}

.sec-course-mv-sub li {
  border: solid 1px #a5997b;
  background-color: #f9f9f7;
  padding: 36px 60px 46px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .sec-course-mv-sub li {
    margin-top: 15px;
    padding: 22.4px 22.5px 28px;
  }
}

.sec-course-mv-sub li:first-child {
  margin-top: 0;
}

.sec-course-mv-sub__hdg {
  font-family: "Noto selif Japanese", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .sec-course-mv-sub__hdg {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 21.9px;
  }
}

.sec-course-mv-sub__hdg .strong {
  padding-bottom: 3px;
  border-bottom: solid 2px #88193c;
}

@media (max-width: 767px) {
  .sec-course-mv-sub__hdg .strong {
    padding-bottom: 1.5px;
  }
}

.sec-course-mv-sub__txt {
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .sec-course-mv-sub__txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: initial;
  }
}

.sec-course-mv-sub .at {
  color: #761d3d;
}

@media (min-width: 767px) {
  .sec-course-mv-sub .at {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------------------
   #sec-banner
---------------------------------------------------------------------------*/
.sec-banner {
  display: flex;
  flex-direction: column;
  row-gap: 23px;
  max-width: 1030px;
  margin: 60px auto 0;
  padding: 0 20px;
  color: #333333;
  font-family: "Noto selif Japanese", serif;
}

.sec-banner .sec-banner-title {
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}

.sec-banner .sec-banner-title:before,
.sec-banner .sec-banner-title:after {
  position: absolute;
  display: inline-block;
  top: 62%;
  width: 2px;
  height: 45px;
  background: #333;
  content: "";
}

.sec-banner .sec-banner-title:before {
  left: -38px;
  transform: translateY(-50%) rotate(-24deg);
}

.sec-banner .sec-banner-title:after {
  right: -38px;
  transform: translateY(-50%) rotate(24deg);
}

.sec-banner .sec-banner-title p {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.sec-banner .sec-banner-title h2 {
  margin: -5px auto 0;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.sec-banner .sec-banner-title h2 b {
  color: #761d3d;
}

.sec-banner .banner a {
  transition: all 0.3s ease;
}
.sec-banner .banner a:hover {
  opacity: 0.7;
}

.sec-banner .banner a img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .sec-banner {
    max-width: 480px;
    row-gap: 17px;
    margin: 26px auto 0;
    padding: 0 37.5px;
  }

  .sec-banner .sec-banner-title:before,
  .sec-banner .sec-banner-title:after {
    top: 60%;
    width: 1px;
    height: 35px;
  }

  .sec-banner .sec-banner-title:before {
    left: -30px;
  }

  .sec-banner .sec-banner-title:after {
    right: -30px;
  }

  .sec-banner .sec-banner-title p {
    font-size: 12px;
  }

  .sec-banner .sec-banner-title h2 {
    margin: 5px auto 0;
    font-size: 16px;
  }
}
/*--------------------------------------------------------------------------
   #sec-cp
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-cp {
  width: 100%;
  /*background-color: #f0eede;*/
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
}

.sec-cp__hdg {
  padding: 67px 0 34px;
  color: #333;
  font-size: 48px;
  font-family: "Noto selif Japanese", serif;
}

.sec-cp__hdg span {
  color: #761d3d;
}

.sec-cp__hdg span.small {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-size: 28px;
}

@media (max-width: 768px) {
  .sec-cp {
    max-width: 480px;
  }

  .sec-cp__hdg {
    padding: 35px 0 14px;
    font-size: 30px;
    line-height: 1.2;
  }

  .sec-cp__hdg span.small {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

.sec-cp__price {
  padding: 0 0 67px;
  font-family: "Noto selif Japanese", serif;
}

.sec-cp__price span.small {
  color: #574009;
  font-size: 24px;
}

.sec-cp__price strong {
  color: #dd5c3c;
  font-size: 44px;
}

.sec-cp__price strong span {
  font-size: 24px;
}

@media (max-width: 768px) {
  .sec-cp__price {
    padding: 0 0 30px;
  }

  .sec-cp__price span.small {
    font-size: 20px;
  }

  .sec-cp__price strong {
    font-size: 28px;
  }

  .sec-cp__price strong span {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .sec-cp__num {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    /* width: 1080px; */
    margin: -60px auto 0;
  }
}

@media (max-width: 768px) {
  .sec-cp__num {
    width: 84.6%;
    margin: 0 auto;
  }
}

.sec-cp__sec {
  width: 48.167%;
  margin-top: 60px;
  background-color: rgba(185, 169, 120, 0.1);
}

@media (max-width: 768px) {
  .sec-cp__sec {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.sec-cp__sec-title {
  padding: 6px 0;
  margin-bottom: 30px;
  background-color: #b9a978;
  color: #fff;
  font-size: 14px;
  height: 26px;
}

@media (max-width: 768px) {
  .sec-cp__sec-title {
    padding: 6px 0;
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.sec-cp__catch {
  font-size: 20px;
  font-family: "Noto selif Japanese", serif;
  margin-bottom: 14px;
  color: #333333;
}

@media (max-width: 768px) {
  .sec-cp__catch {
    margin-bottom: 12px;
    font-size: 15px;
  }
}

.sec-cp__cp-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-family: "Noto selif Japanese", serif;
  font-weight: 600;
  color: #333333;
}

.sec-cp__cp-title span {
  font-size: 20px;
}

@media (max-width: 768px) {
  .sec-cp__cp-title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .sec-cp__num .sec-cp__sec:nth-child(2) .sec-cp__catch {
    line-height: 1.25;
  }

  .sec-cp__num .sec-cp__sec:nth-child(2) .sec-cp__cp-title {
    line-height: 1.5;
  }

  .sec-cp__num .sec-cp__sec:nth-child(4) .sec-cp__cp-title {
    line-height: 1.44;
  }

  .sec-cp__cp-title span {
    font-size: 25px;
  }
}

.sec-cp__strong {
  color: #dd5c3c;
  font-family: "Noto selif Japanese", serif;
}

.sec-cp__from {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sec-cp__from {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.sec-cp__block {
  display: flex;
  align-items: center;
  max-width: 545px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-cp__block > .sec-cp__dis-block {
  flex: 1;
}

.sec-cp__block > .sec-cp__dis-block .sec-cp__subdis {
  width: 100%;
}

.sec-cp__block > .sec-cp__dis-block .sec-cp__dis {
  font-size: 56px;
  text-align: left;
}

.sec-cp__block > figure {
  width: 152px;
}

.sec-cp__block > figure img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .sec-cp__block {
    flex-direction: column;
    margin: -5px auto 0;
    padding: 0 16px;
  }

  .sec-cp__block > .sec-cp__dis-block .sec-cp__subdis {
    padding-left: 0;
  }

  .sec-cp__block > .sec-cp__dis-block .sec-cp__dis {
    font-size: 44px;
  }

  .sec-cp__block > figure {
    width: 179.5px;
  }
}

.sec-cp__note {
  margin: 13px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  font-family: "Noto selif Japanese", serif;
}

@media (max-width: 768px) {
  .sec-cp__note {
    width: 84%;
    font-size: 12px;
    margin: 20px auto 0;
  }
}

.sec-cp__dis-block {
  width: fit-content;
  margin: 0 auto;
}

.sec-cp__dis {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .sec-cp__dis {
    font-size: 45px;
    margin-bottom: 15px;
  }
}

.sec-cp__subdis {
  margin: 21px auto 0;
  text-align: left;
  font-size: 20px;
}

.sec-cp__subdis span {
  font-size: 16px;
}

.sec-cp__subdis + .sec-cp__dis {
  margin-top: 17px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .sec-cp__subdis {
    width: 100%;
    max-width: 450px;
    margin: 15px auto 0;
  }

  .sec-cp__subdis + .sec-cp__dis {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

.sec-cp__small {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .sec-cp__small {
    font-size: 20px;
  }

  .sec-cp__num .sec-cp__sec:nth-child(3) .sec-cp__dis .sec-cp__small,
  .sec-cp__num .sec-cp__sec:nth-child(4) .sec-cp__dis .sec-cp__small {
    font-size: 18px;
  }
}

.sec-cp__middle {
  font-size: 40px;
}

@media (max-width: 768px) {
  .sec-cp__middle {
    font-size: 40px;
  }
}

.sec-cp__coupon {
  display: inline-block;
  width: 74.5%;
  max-width: 430px;
  padding: 17px 21.3px 17px 19.7px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .sec-cp__coupon {
    width: 90%;
    max-width: 285px;
    display: inline-block;
    padding: 10px 20px 10px 18px;
    border-radius: 100px;
    font-size: 14px;
  }
}

.sec-cp__note + .sec-cp__coupon {
  margin: 17px 0 0;
}

.sec-cp__cond {
  font-size: 14px;
  line-height: 1.6;
  padding: 14.8px 0 31.8px;
  color: #333333;
}

@media (max-width: 768px) {
  .sec-cp__cond {
    font-size: 14px;
    line-height: 1.57;
    padding: 13px 0 26px;
    width: 60vw;
    margin: auto;
  }
}

.sec-cp__cond a {
  display: block;
  text-decoration: underline;
}

.sec-cp__cond a:hover {
  text-decoration: none;
}

.sec-cp__cond span {
  font-size: 0.8em;
  vertical-align: top;
}

.sec-cp__anno {
  width: 1200px;
  margin: 0 auto;
  padding: 17px 0 0;
  color: #414141;
  text-align: left;
}

@media (max-width: 768px) {
  .sec-cp__anno {
    padding: 0 0 20px;
    width: 84.6%;
    margin: -5px auto 0;
  }
}

.sec-cp__anno-txt {
  line-height: 1.9333;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sec-cp__anno-txt {
    line-height: 1.6;
  }
}

.sec-cp__at {
  padding: 50px 0 60.8px;
  color: #414141;
}

@media (max-width: 768px) {
  .sec-cp__at {
    padding: 10px 0 36.8px;
    width: 74.7%;
    margin: 0 auto;
  }
}

.sec-cp__txt-title {
  display: inline-block;
  border-bottom: solid 1px #b9a978;
  padding-bottom: 2px;
  font-size: 16x;
  height: 19px;
  /*
	width: 265px;
	*/
}

/*
@media(max-width: 768px) {
	.sec-cp__txt-title {
		width: 249px;
	}
}
*/

.sec-cp__txt-detail {
  line-height: 2;
  font-size: 14px;
}

.sec-cp__txt-detail:nth-child(2) {
  padding-top: 12px;
}

@media (max-width: 768px) {
  .sec-cp__txt-detail {
    line-height: 1.6;
  }

  .sec-cp__txt-detail:nth-child(2) {
    padding-top: 13.8px;
  }

  .sec-cp__txt-detail:nth-child(3) {
    padding-top: 7.6px;
  }
}

.sec-cp__cond .mi-pc {
  display: inline;
}

@media (max-width: 768px) {
  .sec-cp__cond .mi-pc {
    display: none;
  }
}
/*--------------------------------------------------------------------------
   #sec-fixed-bnr
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-fixed-bnr__btns {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sec-fixed-bnr__btns {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: bottom 0.2s;
  }
  .sec-fixed-bnr__btns .btns-item {
    /* width: 50%; */
    width: 100%;
  }
  .sec-fixed-bnr__btns .btns-item a {
    text-align: center;
    display: block;
    position: relative;
    color: #fff;
    font-family: "Noto selif Japanese", serif;
    font-size: 17px;
    line-height: 1.44;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-fixed-bnr__btns .btns-item:last-of-type a {
    padding-right: 10px;
  }
  .sec-fixed-bnr__btns .btns-item:last-of-type a span {
    font-size: 13px;
  }
  .sec-fixed-bnr__btns .btns-item a::before {
    position: absolute;
    top: 50%;
    right: 10.1%;
    width: 13.44px;
    height: 13.44px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  .sec-fixed-bnr__btns .btns-item:first-child a {
    background: #da421d;
    padding-right: 10px;
  }
  .sec-fixed-bnr__btns .btns-item:first-child a::before {
    right: 15%;
  }
  .sec-fixed-bnr__btns .btns-item:last-child {
    background-color: #fff;
  }
  .sec-fixed-bnr__btns .btns-item:last-child a {
    background: #761d3d;
    /* background-color: rgba(87, 64, 9, .65); */
  }
  .sec-fixed-bnr__btns .btns-item:last-child a::before {
    /* display: none; */
  }
}

@media (max-width: 374px) {
  .sec-fixed-bnr__btns .btns-item:last-child a::before {
    right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-fixed-bnr__btns.is-show {
    bottom: 0;
  }
}

/*-----------------------------------------------------------
	footer
-----------------------------------------------------------*/
#global-footer {
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  #global-footer {
    padding-bottom: 86px;
  }
}
