@charset "UTF-8";
/*
Theme Name:蓮公式サイト

*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=Zen+Old+Mincho&display=swap");
:root {
  --effont: clamp(1.7rem, 1.5vw, 2.2rem);
  --kitchen: clamp(2rem, 3.3vw, 4.5rem);
  --tit-name: clamp(2.2rem, 2.4vw, 8rem);
  --txt-name: clamp(1.8rem, 1.5vw, 8rem);
  --tit-tab: clamp(1.6rem, 1vw, 5rem);
  --txt-tab: clamp(1.3rem, 0.9vw, 4rem);
  --tit-personal: clamp(2rem, 6vw, 3.8rem);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
main,
section,
summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #636363;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.7rem;
    letter-spacing: 0.01em;
  }
}

@media only screen and (min-width: 1025px) {
  body {
    font-size: 1.9rem;
    line-height: 2;
  }
}

@media only screen and (min-width: 1441px) {
  body {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 1920px) {
  body {
    font-size: 1.9rem;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #333333;
  background: transparent;
  -webkit-tap-highlight-color: rgba(172, 158, 141, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
  color: #4d4d4d;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #333333;
}

::selection {
  color: #ffffff;
  background: #b7ab9c;
}

input::selection,
textarea::selection {
  color: #333333;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(51, 51, 51, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.4);
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

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

共通

---------------------------------- */
html {
  scroll-behavior: smooth;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sp-br {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .sp-br {
    display: none !important;
  }
}

.tb-br {
  display: block;
}

@media only screen and (min-width: 768px) {
  .tb-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .pc-br {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

.l-header {
  position: fixed;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  z-index: 10;
  height: 85px;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media only screen and (min-width: 768px) {
  .l-header {
    height: 110px;
  }
}

.l-header a {
  color: #ffffff;
}

.l-header .type02 {
  opacity: 0;
  height: 0;
}

@media only screen and (min-width: 1025px) {
  .l-header h1 {
    width: 20%;
  }
}

.l-header h1 img {
  width: 200px;
}

@media only screen and (min-width: 1025px) {
  .l-header h1 img {
    width: auto;
  }
}

.l-header .header-nav {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1441px) {
  .l-header .header-nav {
    width: 60%;
  }
}

@media only screen and (min-width: 1680px) {
  .l-header .header-nav {
    width: 50%;
  }
}

.l-header .header-nav .global {
  width: 80%;
}

.l-header .header-nav .global > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .header-nav .global > ul li {
  margin-right: 1vw;
}

.l-header .header-nav .global > ul li a {
  position: relative;
}

.l-header .header-nav .global > ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header .header-nav .global > ul li a:hover::after {
  width: 100%;
}

.l-header .header-nav .global .child {
  position: relative;
}

.l-header .header-nav .global .child > a {
  pointer-events: none;
}

.l-header .header-nav .global .child:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.l-header .header-nav .global .sub-menu {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
  width: 200px;
  padding: 20px;
}

.l-header .header-nav .global .sub-menu ul {
  display: block !important;
}

.l-header .header-nav .global .sub-menu a {
  color: #000000;
  display: block;
  line-height: 2.4;
}

.l-header .header-nav .global .sub-menu a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 0.7rem;
  position: relative;
  top: -3px;
  margin-right: 0.4rem;
}

.l-header .header-nav .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5vw;
}

.l-header .header-nav .contact .btn-contact {
  white-space: nowrap;
  margin-left: 20px;
}

.l-header .header-nav .contact .btn-contact a {
  border: 2px solid #ffffff;
  border-radius: 100px;
  padding: 15px 25px;
}

.l-header .header-nav .contact .btn-contact a:hover {
  background: #ffffff;
  color: #000000;
}

.l-header .header-nav .contact .btn-contact i {
  margin-right: 0.3rem;
}

.l-header.fixed {
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}

.l-header.fixed a {
  color: #000000;
}

.l-header.fixed .global ul li a::after {
  background: #000000;
}

.l-header.fixed .contact .btn-contact a {
  border: 1px solid #aaa;
}

.l-header.fixed .type01 {
  opacity: 0;
  height: 0;
}

.l-header.fixed .type02 {
  opacity: 1;
  height: auto;
}

.tit-wrap {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .tit-wrap {
    margin-bottom: 50px;
  }
}

.tit-wrap dl dt {
  font-size: 2.8rem;
}

@media only screen and (min-width: 1025px) {
  .tit-wrap dl dt {
    font-size: 3.8rem;
  }
}

.tit-wrap dl dd {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  color: #808080;
}

@media only screen and (min-width: 1025px) {
  .tit-wrap dl dd {
    font-size: 2rem;
  }
}

.exp {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .exp {
    text-align: center;
  }
}

/* ボタン */
.btn-base {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .btn-base {
    margin-top: 100px;
  }
}

.btn-base a {
  border: 1px solid #333;
  padding: 15px 80px 15px 40px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-base a::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-base a:hover {
  background: #333;
  color: #ffffff;
}

.btn-base a:hover::after {
  background: #ffffff;
  right: 15px;
}

#contact-footer ~ .l-footer {
  margin-top: 0;
}

.l-footer {
  background: #5e5751;
  text-align: center;
  color: #ffffff;
  padding: 40px 0 50px;
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  .l-footer {
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px;
    text-align: left;
    margin-top: 150px;
  }
}

.l-footer .ad {
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .ad {
    margin-top: 0;
  }
}

.l-footer a {
  color: #ffffff;
}

@media only screen and (min-width: 1025px) {
  .l-footer .logo-footer {
    width: 20%;
  }
}

.l-footer .sns {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .sns {
    margin-top: 70px;
  }
}

.l-footer .sns ul {
  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;
}

@media only screen and (min-width: 1025px) {
  .l-footer .sns ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 80px;
  }
}

.l-footer .sns ul li {
  margin: 0 20px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .sns ul li {
    margin: 0;
  }
}

.l-footer .sns .line {
  width: 25px;
  line-height: 1;
  position: relative;
  top: 1px;
}

.l-footer .sns .insta {
  font-size: 2.5rem;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-nav {
    width: 70%;
  }
}

.l-footer .footer-nav .f-nav {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-nav .f-nav {
    display: inherit;
  }
}

.l-footer .footer-nav .f-nav ul {
  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;
}

.l-footer .footer-nav .f-nav ul li {
  margin-left: 3vw;
  white-space: nowrap;
}

.l-footer .footer-nav .nav-main {
  font-size: 1.6rem;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-nav .nav-main {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1441px) {
  .l-footer .footer-nav .nav-main {
    font-size: 1.8rem;
  }
}

.l-footer .footer-nav .nav-sub {
  margin-top: 40px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-nav .nav-sub {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1441px) {
  .l-footer .footer-nav .nav-sub {
    font-size: 1.6rem;
  }
}

.l-footer .footer-nav .copy {
  margin-top: 40px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-nav .copy {
    margin-top: 180px;
    text-align: right;
    font-size: 1.5rem;
  }
}

.fix-bnr {
  position: fixed;
  max-width: 430px;
  z-index: 20;
  bottom: 90px;
  right: 20px;
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
}

@media only screen and (min-width: 1025px) {
  .fix-bnr {
    right: 100px;
    display: inherit;
    bottom: 30px;
  }
}

.fix-bnr img {
  width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 1025px) {
  .fix-bnr img {
    width: auto;
  }
}

.fix-bnr img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.fix-bnr.fixed {
  opacity: 1;
}

.fix-bnr.is-hidden {
  opacity: 0;
}

.side-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .side-fix {
    right: 0;
    bottom: 30px;
    left: inherit;
  }
}

.side-fix ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .side-fix ul {
    display: block;
  }
}

.side-fix ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .side-fix ul li {
    margin-top: 1px;
  }
}

.side-fix ul li:hover {
  opacity: 0.9;
}

.side-fix.is-hidden {
  opacity: 0;
}

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

トップページ

---------------------------------- */
section#main-visual {
  background: url(images/main_visual.jpg) center center/cover no-repeat;
  height: 100vh;
  position: relative;
}

@media only screen and (min-width: 768px) {
  section#main-visual {
    height: 100vh;
  }
}

section#main-visual .visual-txt {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-45%);
  transform: translateY(-50%) translateX(-45%);
  z-index: 10;
  color: #ffffff;
}

section#main-visual .visual-txt .woman {
  text-align: center;
}

section#main-visual .visual-txt .woman span {
  border: 1px solid #ffffff;
  display: inline-block;
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  section#main-visual .visual-txt .woman span {
    font-size: 2rem;
    padding: 0 20px;
  }
}

section#main-visual .visual-txt h2 {
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.5rem;
}

@media only screen and (min-width: 768px) {
  section#main-visual .visual-txt h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1025px) {
  section#main-visual .visual-txt h2 {
    font-size: 4.6rem;
  }
}

section#main-visual .visual-txt h3 {
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
  margin-top: 40px;
  white-space: nowrap;
  letter-spacing: 0.5rem;
}

@media only screen and (min-width: 768px) {
  section#main-visual .visual-txt h3 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1025px) {
  section#main-visual .visual-txt h3 {
    font-size: 2.4rem;
  }
}

#home-container {
  position: relative;
  background: #ffffff;
  z-index: 3;
}

.home-about {
  padding: 80px 0 0;
}

@media only screen and (min-width: 1025px) {
  .home-about {
    padding: 120px 0 0;
  }
}

.home-about h4 {
  text-align: center;
}

.home-about h4 img {
  width: 240px;
}

@media only screen and (min-width: 768px) {
  .home-about h4 img {
    width: 320px;
  }
}

@media only screen and (min-width: 1025px) {
  .home-about h4 img {
    width: auto;
  }
}

.home-about .sub-txt {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  margin-top: 40px;
  position: relative;
  padding-bottom: 70px;
  line-height: 2.5;
}

@media only screen and (min-width: 768px) {
  .home-about .sub-txt {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1025px) {
  .home-about .sub-txt {
    font-size: 2.2rem;
    margin-top: 60px;
    padding-bottom: 40px;
  }
}

.home-about .sub-txt::after {
  content: "Intestinal\A fitness diet";
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  color: #f2f2f2;
}

@media only screen and (min-width: 1025px) {
  .home-about .sub-txt::after {
    font-size: 13rem;
    white-space: nowrap;
    line-height: 0.1;
    letter-spacing: 0.9rem;
  }
}

.home-about .sub-txt span {
  position: relative;
  z-index: 5;
}

.home-about .youtube-wrap {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .home-about .youtube-wrap {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100%;
  }
}

.home-about .youtube-wrap .mv {
  aspect-ratio: 16 / 9;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  .home-about .youtube-wrap .mv {
    width: 60%;
  }
}

.home-about .youtube-wrap .mv iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1025px) {
  .home-about .youtube-wrap .mv iframe {
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
  }
}

.home-about .youtube-wrap .txt {
  position: relative;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .home-about .youtube-wrap .txt {
    width: 40%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .home-about .youtube-wrap .txt .txt-inner {
    background: #f6f5f2;
    padding: 80px 40px 80px 100px;
    margin-top: 50px;
    position: relative;
    left: -50px;
  }
}

section.home-menu {
  margin: 100px 0;
  background: #f6f5f2;
  padding-top: 50px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu {
    margin: 200px 0;
    padding-top: 100px;
  }
}

section.home-menu .cs-outline {
  background: #f6f5f2;
  padding: 20px;
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline {
    margin-top: 80px;
    padding: 50px;
  }
}

section.home-menu .cs-outline .cs-inner {
  background: #ffffff;
  padding: 40px 20px 40px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner {
    padding: 100px 50px 50px;
  }
}

section.home-menu .cs-outline .cs-inner.indi-content .txt-support {
  width: 190px !important;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner.indi-content .txt-support {
    width: 230px !important;
  }
}

section.home-menu .cs-outline .cs-inner:nth-child(2) {
  margin-bottom: 0;
}

.concept-menu .tit-cs,
section.home-menu .cs-outline .cs-inner .tit-cs {
  text-align: center;
}

.concept-menu .tit-cs .txt-support,
section.home-menu .cs-outline .cs-inner .tit-cs .txt-support {
  font-size: 1.8rem;
  color: #9b948c;
  font-weight: bold;
  position: relative;
  width: 120px;
  margin: auto;
  line-height: 1.6;
}

@media only screen and (min-width: 1025px) {
  .concept-menu .tit-cs .txt-support,
  section.home-menu .cs-outline .cs-inner .tit-cs .txt-support {
    font-size: 2.2rem;
    width: fit-content;
  }
}

.concept-menu .tit-cs .txt-support::after,
section.home-menu .cs-outline .cs-inner .tit-cs .txt-support::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #9b948c;
  position: absolute;
  bottom: -4px;
}

.concept-menu .tit-cs .txt-support::before,
section.home-menu .cs-outline .cs-inner .tit-cs .txt-support::before {
  content: "";
  display: block;
  background: url(images/line.png) center top no-repeat;
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 20px;
  height: 20px;
  z-index: 10;
  margin-left: -10px;
}

.concept-menu .tit-cs h4,
section.home-menu .cs-outline .cs-inner .tit-cs h4 {
  font-size: 2.5rem;
  font-weight: normal;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 1025px) {
  .concept-menu .tit-cs h4,
  section.home-menu .cs-outline .cs-inner .tit-cs h4 {
    font-size: 3.5rem;
  }
}

.concept-menu .tit-cs h4::after,
section.home-menu .cs-outline .cs-inner .tit-cs h4::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #000000;
  position: relative;
  bottom: -8px;
}

section.home-menu .cs-outline .cs-inner .chou-upper {
  max-width: 1500px;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .chou-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.home-menu .cs-outline .cs-inner .chou-upper img {
  width: 100%;
  height: auto;
}

section.home-menu .cs-outline .cs-inner .chou-upper .txt {
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .chou-upper .txt {
    margin-top: 80px;
    width: 40%;
  }
}

section.home-menu .cs-outline .cs-inner .chou-upper .pic-greet {
  display: none;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .chou-upper .pic-greet {
    width: 20%;
    display: inherit;
  }
}

section.home-menu .cs-outline .cs-inner .chou-upper .pic-greet-sp {
  margin-top: 20px;
}

section.home-menu .cs-outline .cs-inner .chou-upper .pic-gerden {
  display: none;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .chou-upper .pic-gerden {
    margin-top: auto;
    width: 20%;
    display: inherit;
  }
}

section.home-menu .cs-outline .cs-inner .chou-btm {
  max-width: 1500px;
  margin: 30px auto 0;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .chou-btm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px auto 0;
  }
}

section.home-menu .cs-outline .cs-inner .chou-btm img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .chou-btm .txt {
    width: 33%;
  }
}

section.home-menu .cs-outline .cs-inner .chou-btm .pic-resson {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .chou-btm .pic-resson {
    width: 60%;
    margin-top: 0;
  }
}

section.home-menu .cs-outline .cs-inner .ef-cont {
  background: #f6f5f2;
  padding: 30px 20px;
  margin-top: 80px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .ef-cont {
    padding: 35px 100px;
    margin-bottom: 120px;
  }
}

section.home-menu .cs-outline .cs-inner .ef-cont #ef-slider {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  section.home-menu .cs-outline .cs-inner .ef-cont #ef-slider {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  section.home-menu .cs-outline .cs-inner .ef-cont #ef-slider .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .ef-cont
  #ef-slider
  .splide__list
  .splide__slide {
  background: #ffffff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .ef-cont
    #ef-slider
    .splide__list
    .splide__slide {
    width: 23%;
  }
}

section.home-menu .cs-outline .cs-inner .ef-cont #ef-slider .ef-box .num {
  color: #cfcfcf;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  top: -10px;
}

section.home-menu
  .cs-outline
  .cs-inner
  .ef-cont
  #ef-slider
  .ef-box
  .num::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #cfcfcf;
  position: relative;
}

section.home-menu .cs-outline .cs-inner .ef-cont #ef-slider .ef-box .item {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  font-size: var(--effont);
  position: relative;
  top: -10px;
  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;
}

section.home-menu .cs-outline .cs-inner .course-wrap {
  background: url(images/bg_price.jpg) center center/cover no-repeat;
  padding-top: 35px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .course-wrap {
    padding-bottom: 100px;
  }
}

section.home-menu .cs-outline .cs-inner .course-wrap .tit-ef {
  color: #ffffff;
  position: relative;
}

section.home-menu .cs-outline .cs-inner .course-wrap .tit-ef::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-top: -65px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .course-wrap .tit-ef::after {
    margin-top: -115px;
  }
}

section.home-menu .cs-outline .cs-inner .course-wrap .course-column {
  max-width: 960px;
  margin: 50px auto 0;
  padding: 0 20px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .course-wrap .course-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box {
    width: 48%;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 0.7;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box
    .en {
    font-size: 4rem;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box
    .box-inner {
    padding: 50px;
    margin-bottom: 0;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .txt-up {
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1.7;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box
    .box-inner
    .txt-up {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .name
  dt {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box
    .box-inner
    .name
    dt {
    font-size: 3.2rem;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .name
  dd {
  font-size: 2rem;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box
    .box-inner
    .name
    dd {
    font-size: 2.7rem;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .time {
  border-top: 1px solid #94846f;
  border-bottom: 1px solid #94846f;
  max-width: 300px;
  margin: 20px auto 10px;
  padding: 15px 0;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box
    .box-inner
    .time {
    margin: 40px auto 30px;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .time
  dl {
  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;
  color: #94846f;
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .time
  dl
  dt {
  margin-right: 20px;
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .time
  dl
  dd {
  font-size: 1.7rem;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box
    .box-inner
    .time
    dl
    dd {
    font-size: 2rem;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .price {
  color: #94846f;
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .course-wrap
    .course-column
    .course-box
    .box-inner
    .price {
    font-size: 5rem;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .course-wrap
  .course-column
  .course-box
  .box-inner
  .price
  span {
  font-size: 3rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}

section.home-menu .cs-outline .cs-inner .course-wrap .btn-base a {
  border-color: #ffffff;
  color: #ffffff;
}

section.home-menu .cs-outline .cs-inner .course-wrap .btn-base a::after {
  background: #ffffff;
}

section.home-menu .cs-outline .cs-inner .free-wrap {
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .free-wrap {
    margin-top: 150px;
  }
}

section.home-menu .cs-outline .cs-inner .free-wrap .exp {
  margin: 30px 0 30px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .free-wrap .exp {
    margin: 50px 0 80px;
  }
}

section.home-menu .cs-outline .cs-inner .free-wrap .flow {
  max-width: 900px;
  margin: auto;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .free-wrap .flow::after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background: #999;
    position: absolute;
    left: 60px;
    top: 0;
  }
}

section.home-menu .cs-outline .cs-inner .free-wrap .flow .flow-box {
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .free-wrap .flow .flow-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 80px;
  }
}

section.home-menu .cs-outline .cs-inner .free-wrap .flow .flow-box .step {
  width: 80px;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

section.home-menu
  .cs-outline
  .cs-inner
  .free-wrap
  .flow
  .flow-box
  .step::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #999;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .free-wrap
    .flow
    .flow-box
    .step::before {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .free-wrap .flow .flow-box .step {
    width: 10%;
    background: #ffffff;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
  }
}

section.home-menu .cs-outline .cs-inner .free-wrap .flow .flow-box .step img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .free-wrap .flow .flow-box .detail {
    width: 85%;
  }
}

section.home-menu
  .cs-outline
  .cs-inner
  .free-wrap
  .flow
  .flow-box
  .detail
  dl
  dt {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  section.home-menu
    .cs-outline
    .cs-inner
    .free-wrap
    .flow
    .flow-box
    .detail
    dl
    dt {
    font-size: 2.3rem;
    text-align: left;
  }
}

section.home-menu .cs-outline .cs-inner .txt-indi {
  font-size: 1.6rem;
  text-align: center;
  margin: 40px 0 50px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .txt-indi {
    font-size: 2.2rem;
    margin: 60px 0 80px;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap {
  max-width: 1500px;
  margin: 0 auto 100px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap {
    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-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box {
  text-align: center;
  display: block;
  border: 1px solid #94846f;
  padding: 0px 20px 20px 20px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box {
    width: 30%;
    padding: 10px 30px 40px 30px;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .num {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
  max-width: 100px;
  margin: auto;
  position: relative;
  top: -20px;
  color: #94846f;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .num {
    top: -40px;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .num dt {
  line-height: 1;
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .num dd {
  font-size: 3rem;
  line-height: 1;
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .name dt {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .name dt {
    font-size: 2rem;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .name dd {
  font-size: 2rem;
  line-height: 1.4;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .name dd {
    font-size: 2.5rem;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .img {
  height: 200px;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .btn-more {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px 0 0;
  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;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .btn-more {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box .btn-more::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #333;
  position: relative;
  margin-left: 1rem;
  position: relative;
  top: 2px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(1) {
  margin: 0 0 60px 0;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(1) {
    margin: 0 0 100px 0;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(2) {
  margin: 0 0px 60px 0px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(2) {
    margin: 0 30px 100px 30px;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(3) {
  margin: 0 0 60px 0;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(3) {
    margin: 0 0 100px 0;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(4) {
  margin: 0 0px 60px 0;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(4) {
    margin: 0 15px 0 0;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(5) {
  margin: 0 0 0 0px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:nth-child(5) {
    margin: 0 0 0 15px;
  }
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:hover {
  opacity: 0.8;
}

section.home-menu .cs-outline .cs-inner .indi-wrap a.indi-box:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

section.home-menu
  .cs-outline
  .cs-inner
  .indi-wrap
  a.indi-box:hover
  .btn-more::after {
  right: -10px;
}

section.home-menu .cs-outline .cs-inner .tit-ef {
  font-size: 2rem;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .tit-ef {
    font-size: 3rem;
  }
}

section.home-menu .cs-outline .cs-inner .tit-ef::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #000000;
  position: absolute;
  left: 50%;
  margin-top: -80px;
}

@media only screen and (min-width: 1025px) {
  section.home-menu .cs-outline .cs-inner .tit-ef::before {
    margin-top: -130px;
  }
}

section.home-archive .txt-archive {
  text-align: center;
}

section.home-archive .splide__list {
  padding-top: 70px !important;
}

@media only screen and (min-width: 768px) {
  section.home-archive .splide__list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 90%;
    margin: auto !important;
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 1025px) {
  section.home-archive .splide__list {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1441px) {
  section.home-archive .splide__list {
    max-width: 1500px;
  }
}

@media only screen and (min-width: 768px) {
  section.home-archive .splide__list .splide__slide {
    width: 32%;
  }
}

section.home-archive .splide__list .splide__slide a {
  display: block;
  height: 100%;
}

section.home-archive .splide__list .splide__slide a:hover {
  opacity: 0.7;
}

section.home-archive .splide__pagination__page.is-active {
  background: #94846f;
}

section.home-archive .archive-box {
  border: 1px solid #94846f;
  padding: 0 40px 40px;
  height: 100%;
}

section.home-archive .archive-box .num {
  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;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #94846f;
  background: #ffffff;
  max-width: 150px;
  margin: auto;
  position: relative;
  top: -10px;
}

section.home-archive .archive-box .num dt {
  line-height: 1;
  font-size: 2.2rem;
}

section.home-archive .archive-box .num dd {
  font-size: 3rem;
  line-height: 0.1;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}

section.home-archive .archive-box .tit-case {
  text-align: center;
  margin-top: 20px;
  font-size: 1.7rem;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  section.home-archive .archive-box .tit-case {
    font-size: 2rem;
  }
}

section.home-archive .archive-box .time {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.home-archive .archive-box .time {
    font-size: 2rem;
    margin-top: 0;
  }
}

section.home-archive .archive-box .img {
  text-align: center;
  margin: 20px 0;
}

section.home-archive .archive-box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 70%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 1025px) {
  section.home-archive .archive-box .img img {
    width: 50%;
  }
}

section.home-archive .archive-box .who {
  text-align: center;
  display: block;
}

section.home-archive .archive-box .graph {
  background: #f6f5f2;
  padding: 20px;
  margin-top: 30px;
}

section.home-archive .archive-box .graph dl {
  margin-bottom: 15px;
}

section.home-archive .archive-box .graph dt {
  font-size: 16px;
}

section.home-archive .archive-box .graph dd {
  font-size: 14px;
}

@media only screen and (min-width: 1680px) {
  section.home-archive .archive-box .graph dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

section.home-archive .archive-box .graph dl dt {
  line-height: 1.2;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1680px) {
  section.home-archive .archive-box .graph dl dt {
    width: 140px;
    margin-bottom: 5px;
  }
}

section.home-archive .archive-box .graph dl dd {
  width: 100%;
  line-height: 1.2;
  white-space: wrap;
  word-break: break-all;
}

section.home-news {
  margin: 100px 0;
}

@media only screen and (min-width: 1025px) {
  section.home-news {
    margin: 200px 0;
  }
}

section.home-news .news-column {
  max-width: 1500px;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  section.home-news .news-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

section.home-news .news-column .news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1025px) {
  section.home-news .news-column .news-box {
    width: 47%;
  }
}

section.home-news .news-column .news-box .pic {
  width: 35%;
  overflow: hidden;
}

section.home-news .news-column .news-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.home-news .news-column .news-box .pic:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

section.home-news .news-column .news-box .news-inner {
  width: 60%;
}

section.home-news .news-column .news-box .news-inner .tag {
  background: #9b948c;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 80%;
}

section.home-news .news-column .news-box .news-inner .time {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #808080;
  margin-top: 20px;
}

section.appli-outline a {
  display: block;
  background: url(images/bg_appli.jpg) center center/cover no-repeat;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  padding: 10vw 0;
}

section.appli-outline a::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.appli-outline a:hover::after {
  opacity: 0.3;
}

section.appli-outline a:hover .btn-more::after {
  right: -10px;
}

section.appli-outline .txt-inner {
  position: relative;
  z-index: 10;
  color: #ffffff;
}

section.appli-outline .txt-inner dl dt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  opacity: 0.2;
  font-size: 4.8rem;
  letter-spacing: 0.5rem;
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  section.appli-outline .txt-inner dl dt {
    font-size: 9rem;
  }
}

section.appli-outline .txt-inner dl dd {
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  position: relative;
  top: -20px;
}

@media only screen and (min-width: 1025px) {
  section.appli-outline .txt-inner dl dd {
    font-size: 4rem;
    top: -30px;
  }
}

section.appli-outline .txt-inner .txt {
  font-size: 1.6rem;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.appli-outline .txt-inner .txt {
    font-size: 2.2rem;
  }
}

section.appli-outline .txt-inner .btn-more {
  margin-top: 60px;
  display: block;
  font-size: 1.7rem;
  position: relative;
  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;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  section.appli-outline .txt-inner .btn-more {
    font-size: 2.2rem;
    margin-top: 100px;
    margin-bottom: 0;
  }
}

section.appli-outline .txt-inner .btn-more::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
  position: relative;
  margin-left: 1rem;
  top: 2px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-outline a {
  display: block;
  background: url(images/bg_free.jpg) center center/cover no-repeat;
  color: #ffffff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 10vw 0;
  position: relative;
}

.link-outline a::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-outline a:hover::after {
  opacity: 0.5;
}

.link-outline a:hover .btn-link::after {
  right: 5px !important;
}

.link-outline a .txt-inner {
  position: relative;
  z-index: 10;
  text-align: center;
}

.link-outline a .txt-inner .tit-link {
  font-size: 2.2rem;
  letter-spacing: -0.1rem;
}

@media only screen and (min-width: 1025px) {
  .link-outline a .txt-inner .tit-link {
    font-size: 3.3rem;
    letter-spacing: inherit;
  }
}

.link-outline a .txt-inner .txt-min {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .link-outline a .txt-inner .txt-min {
    font-size: 2.1rem;
    margin-bottom: 0;
  }
}

.link-outline a .txt-inner .txt-md {
  font-size: 1.6rem;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .link-outline a .txt-inner .txt-md {
    font-size: 2.2rem;
  }
}

.link-outline a .txt-inner .btn-link {
  font-size: 1.4rem;
  margin-top: 60px;
  position: relative;
  padding: 0 40px 0 0;
}

@media only screen and (min-width: 1025px) {
  .link-outline a .txt-inner .btn-link {
    font-size: 2.2rem;
  }
}

.link-outline a .txt-inner .btn-link::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 1025px) {
  .link-outline a .txt-inner .btn-link::after {
    width: 30px;
    right: 20px;
  }
}

.link-outline.resson a {
  background: url(images/bg_resson.jpg) center center/cover no-repeat;
}

.link-outline.choukatsu {
  margin-top: 50px;
}

.link-outline.choukatsu a {
  background: url(images/bg_choukatsu.jpg) center center/cover no-repeat;
}

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

ハンバーガー

---------------------------------- */
/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 12px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
}

.openbtn.fixed span {
  background: #000000;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 27px;
}

.openbtn span:nth-of-type(3) {
  top: 39px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: white;
  /*動き*/
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0.5;
  padding-top: 50px;
}

#g-nav .sns {
  margin-top: 70px;
}

#g-nav .sns ul {
  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;
}

#g-nav .sns ul .line {
  width: 30px;
  margin-left: 15px;
}

#g-nav .sns ul .insta {
  font-size: 2.8rem;
  line-height: 1;
  margin-right: 15px;
}

#g-nav .sns ul .insta i {
  color: #888;
}

.logo-sp {
  width: 200px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px 30px;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: 0.5;
}

.sp-nav {
  margin-top: 40px;
  margin-left: 30px;
}

.sp-nav .nav-main {
  margin-bottom: 50px;
}

.sp-nav .nav-main li a {
  font-size: 2rem;
  display: block;
  margin-bottom: 20px;
}

.sp-nav .nav-sub li a {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

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

splide

---------------------------------- */
/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

/* スクロールエフェクト */
.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.insta-wrap {
  width: 90%;
  max-width: 600px;
  margin: auto;
}

section.home-insta {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) {
  section.home-insta {
    margin-top: 200px;
  }
}

/* ローディングアイコン設定 */
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
#loading.disappear {
  display: none;
}

#youtube-area {
  position: fixed;
  z-index: 1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 133.33333334vh;
  /* 4:3 */
  height: 75vw;
  /* 4:3 */
  min-height: 100%;
  min-width: 100%;
}

@media only screen and (min-width: 768px) {
  #youtube {
    width: 145.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  }
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#youtube-mask::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 10vh;
  top: 5dvh;
  left: 0;
  background: url(images/mask.png) no-repeat;
}

@media only screen and (min-width: 768px) {
  #youtube-mask::after {
    display: none;
  }
}

#youtube-mask::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 2vh;
  bottom: 2dvh;
  left: 0;
  background: url(images/mask2.png) no-repeat;
}

@media only screen and (min-width: 768px) {
  #youtube-mask::before {
    display: none;
  }
}

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

セカンド共通

---------------------------------- */
section.se-header {
  background: url(images/tit_personal.jpg) center top/cover no-repeat;
  padding: 100px 0 70px 0;
  position: relative;
  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;
  color: #ffffff;
}

@media only screen and (min-width: 1025px) {
  section.se-header {
    padding: 170px 0 150px 0;
  }
}

section.se-header.tit-voice {
  background: url(images/tit_voice.jpg) center top/cover no-repeat;
}

section.se-header.tit-concept {
  background: url(images/tit_concept.jpg) center top/cover no-repeat;
}

section.se-header.tit-choukatsu {
  background: url(images/tit_choukatsu.jpg) center top/cover no-repeat;
}

section.se-header h2 {
  position: relative;
  z-index: 10;
  font-size: 2.5rem;
  font-weight: 400;
}

@media only screen and (min-width: 1025px) {
  section.se-header h2 {
    font-size: 4.5rem;
  }
}

section.se-header::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

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

個別

---------------------------------- */
.tit-personal {
  margin-top: 70px;
  font-size: var(--tit-personal);
  text-align: center;
  font-weight: 400;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .tit-personal {
    margin-top: 200px;
  }
}

.tit-personal::after {
  content: "Individual\A training";
  white-space: pre;
  position: absolute;
  bottom: -90%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  color: #f2f2f2;
}

@media only screen and (min-width: 1025px) {
  .tit-personal::after {
    font-size: 13rem;
    white-space: nowrap;
    line-height: 0.1;
    letter-spacing: 0.9rem;
    bottom: 0%;
  }
}

.tit-personal span {
  position: relative;
  z-index: 2;
}

.price-tab {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .price-tab {
    margin-top: 100px;
  }
}

.price-tab .tit-price {
  font-size: 2rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .price-tab .tit-price {
    font-size: 3rem;
  }
}

.price-tab .table-scroll {
  overflow: scroll;
}

@media only screen and (min-width: 1025px) {
  .price-tab .table-scroll {
    overflow: hidden;
  }
}

.price-tab table {
  width: 1000px;
  background: #ccc;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 1025px) {
  .price-tab table {
    margin: 0 auto 80px;
  }
}

.price-tab table th,
.price-tab table td {
  width: 33.333%;
  padding: 15px;
  border: 4px solid #ffffff;
  font-size: 2.2rem;
  line-height: 1.5;
  vertical-align: middle;
}

@media only screen and (min-width: 1025px) {
  .price-tab table th,
  .price-tab table td {
    padding: 23px;
  }
}

.price-tab table td {
  font-size: 2rem;
}

@media only screen and (min-width: 1025px) {
  .price-tab table td {
    font-size: 3rem;
  }
}

.price-tab table .th01 {
  background: #bfbfbf;
  color: #ffffff;
}

.price-tab table .th02 {
  background: #9494a8;
  color: #ffffff;
}

.price-tab table .th03 {
  background: #a88c66;
  color: #ffffff;
}

.price-tab table .td01 {
  background: #f2f2f2;
  color: #969696;
}

.price-tab table .td02 {
  background: #f3f3f5;
  color: #9494a8;
}

.price-tab table .td03 {
  background: #f5f2ee;
  color: #a88c66;
}

.price-tab table span.min {
  font-size: 1.5rem;
}

@media only screen and (min-width: 1025px) {
  .price-tab table span.min {
    font-size: 2rem;
  }
}

.price-tab table span.yen {
  font-size: 2rem;
}

@media only screen and (min-width: 1025px) {
  .price-tab table span.yen {
    font-size: 1.5rem;
  }
}

.price-tab table span.subexp {
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  .price-tab table span.subexp {
    font-size: 1.8rem;
  }
}

.price-tab table .txt-mid {
  font-size: 2.2rem;
}

.txt-price {
  text-align: left;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .txt-price {
    text-align: center;
  }
}

.personal-wrap {
  background: #f6f5f2;
  padding: 20px;
  margin-top: 60px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap {
    padding: 50px;
    margin-top: 150px;
  }
}

.personal-wrap .personal-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-menu {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

.personal-wrap .personal-menu .tab a {
  background: #ffffff;
  text-align: center;
  padding: 20px 20px 60px;
  display: block;
}

.personal-wrap .personal-menu .tab a dl {
  color: #ac9e8d;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.personal-wrap .personal-menu .tab a dl dd {
  font-size: 2.5rem;
  line-height: 1;
}

.personal-wrap .personal-menu .tab a dl::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #ac9e8d;
  position: relative;
  margin-top: 20px;
}

.personal-wrap .personal-menu .tab a .c-sub {
  font-size: var(--txt-tab);
  margin: 20px 0 20px;
  line-height: 1.3;
  white-space: nowrap;
}

.personal-wrap .personal-menu .tab a h4 {
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--tit-tab);
  white-space: nowrap;
}

.personal-wrap .personal-menu .tab a .img {
  width: 50%;
  display: block;
  margin: auto;
}

.personal-wrap .personal-content {
  background: #ffffff;
  border-top: 50px solid #f6f5f2;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-content {
    padding-bottom: 100px;
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.personal-wrap .personal-main-column .slider {
  width: 99%;
  position: relative;
  margin-left: -20px;
  margin-top: -20px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .slider {
    width: 60%;
    margin-left: -50px;
    margin-top: -50px;
  }
}

.personal-wrap .personal-main-column .slider img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 2 / 1.3;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.personal-wrap .personal-main-column img {
  width: 100%;
}

.personal-wrap .personal-main-column .course-name {
  width: 90%;
  margin: 20px auto 0;
  background: url(images/bg_cr01.png) right bottom no-repeat;
  background-size: 150px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name {
    width: 40%;
    padding-left: 70px;
    padding-bottom: 50px;
    margin-top: 0;
    background-size: 50%;
  }
}

.personal-wrap .personal-main-column .course-name dl {
  color: #ac9e8d;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name dl {
    margin-bottom: 50px;
  }
}

.personal-wrap .personal-main-column .course-name dl::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #ac9e8d;
  position: relative;
  margin-top: 15px;
  margin-left: 5px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name dl::after {
    margin-left: 15px;
  }
}

.personal-wrap .personal-main-column .course-name dl dt {
  font-size: 1.8rem;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name dl dt {
    font-size: 2.8rem;
  }
}

.personal-wrap .personal-main-column .course-name dl dd {
  font-size: 5rem;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name dl dd {
    font-size: 7rem;
  }
}

.personal-wrap .personal-main-column .course-name .txt-name {
  margin-bottom: 10px;
  font-size: var(--txt-name);
}

.personal-wrap .personal-main-column .course-name .tit-name {
  font-size: var(--tit-name);
  font-weight: 400;
  line-height: 1.5;
}

.personal-wrap .personal-main-column .course-name .cr-price {
  font-size: 2.4rem;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name .cr-price {
    font-size: 4rem;
    margin-top: 0;
  }
}

.personal-wrap .personal-main-column .course-name .cr-price span {
  font-size: 80%;
}

.personal-wrap .personal-main-column .course-name .txt-price-att {
  font-size: 85%;
  line-height: 1;
  display: block;
  line-height: 1.7;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name .txt-price-att {
    margin-top: 0;
  }
}

.personal-wrap .personal-main-column .course-name.course02 {
  background: url(images/bg_cr02.png) right bottom no-repeat;
  background-size: 150px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name.course02 {
    background-size: 50%;
  }
}

.personal-wrap .personal-main-column .course-name.course03 {
  background: url(images/bg_cr03.png) right bottom no-repeat;
  background-size: 180px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name.course03 {
    background-size: 50%;
  }
}

.personal-wrap .personal-main-column .course-name.course04 {
  background: url(images/bg_cr04.png) right bottom no-repeat;
  background-size: 120px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name.course04 {
    background-size: 35%;
  }
}

.personal-wrap .personal-main-column .course-name.course05 {
  background: url(images/bg_cr05.png) right bottom no-repeat;
  background-size: 150px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .personal-main-column .course-name.course05 {
    background-size: 45%;
  }
}

.personal-wrap .exp-course {
  margin: 40px auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .exp-course {
    margin: 100px auto;
  }
}

.personal-wrap .exp-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .exp-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin: 0 auto 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .exp-column .pic {
    width: 40%;
  }
}

.personal-wrap .exp-column .txt {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .exp-column .txt {
    width: 55%;
    margin-top: 0;
  }
}

.personal-wrap .rec-box {
  background: #f6f5f2;
  width: 90%;
  margin: auto;
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .rec-box {
    padding: 40px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.personal-wrap .rec-box dl dt {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .rec-box dl dt {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

.personal-wrap .rec-box dl dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
}

.personal-wrap .rec-box dl dt span {
  display: inline-block;
  background: #f6f5f2;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .rec-box dl dt span {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .rec-box .box-l {
    width: 45%;
  }
}

.personal-wrap .rec-box .box-l ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 1280px) {
  .personal-wrap .rec-box .box-l ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.personal-wrap .rec-box .box-l ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1280px) {
  .personal-wrap .rec-box .box-l ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .personal-wrap .rec-box .box-l ul li {
    width: 100%;
  }
}

@media only screen and (min-width: 1680px) {
  .personal-wrap .rec-box .box-l ul li {
    width: 47%;
  }
}

.personal-wrap .rec-box .box-l ul li i {
  color: #ac9e8d;
  margin-right: 0.3rem;
}

.personal-wrap .rec-box .box-r {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .rec-box .box-r {
    width: 45%;
    margin-top: 0;
  }
}

.personal-wrap .rec-box .box-r ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.personal-wrap .rec-box .box-r ul li {
  font-size: 1.3rem;
  width: 48%;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .personal-wrap .rec-box .box-r ul li {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .rec-box .box-r ul li {
    font-size: 1.7rem;
    width: 48%;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.personal-wrap .course-detail {
  width: 90%;
  margin: 50px auto 0;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .course-detail {
    margin: 100px auto 0;
  }
}

.personal-wrap .course-detail .tit-detail {
  font-size: 2.3rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .course-detail .tit-detail {
    font-size: 3.3rem;
  }
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .course-detail ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.personal-wrap .course-detail ul::after {
  content: "";
  display: block;
  width: 30%;
}

.personal-wrap .course-detail ul li {
  border: 2px solid #dbcebf;
  padding: 27px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .course-detail ul li {
    width: 31%;
    margin-bottom: 50px;
  }
}

.personal-wrap .course-detail ul li i {
  color: #dbcebf;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -6px;
  font-size: 3rem;
  background: #ffffff;
}

.personal-wrap .option {
  text-align: left;
  width: 90%;
  margin: 10px auto 30px;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .option {
    text-align: center;
    margin: 20px auto 50px;
  }
}

.personal-wrap .btn-appli {
  margin-top: 30px;
}

.personal-wrap .btn-appli a {
  background: #ac9e8d;
  color: #ffffff;
  border: none;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 1025px) {
  .personal-wrap .btn-appli a {
    width: 450px;
    font-size: 2.2rem;
    padding: 30px;
  }
}

.personal-wrap .btn-appli a::after {
  background: #ffffff;
}

#navigation {
  width: 100%;
}

#navigation .splide__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
  #navigation .splide__list .splide__slide {
    width: 19%;
  }
}

/* プログレスバーのスタイル */
.my-carousel-progress {
  background-color: #ffffff;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .my-carousel-progress {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .my-carousel-progress {
    display: none;
  }
}

.my-carousel-progress-bar {
  background-color: #ac9e8d;
  height: 5px;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
  width: 0;
}

#cs-slider .splide__pagination,
#cs-slider2 .splide__pagination,
#cs-slider3 .splide__pagination,
#cs-slider4 .splide__pagination,
#cs-slider5 .splide__pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: -20px;
  padding-right: 0;
}

#cs-slider .splide__pagination__page.is-active,
#cs-slider2 .splide__pagination__page.is-active,
#cs-slider3 .splide__pagination__page.is-active,
#cs-slider4 .splide__pagination__page.is-active,
#cs-slider5 .splide__pagination__page.is-active {
  background: #ac9e8d;
}

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

お客様の声

---------------------------------- */
.voice-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1200px;
  margin: 100px auto 0;
  width: 90%;
}

.voice-list a:hover {
  opacity: 0.8;
}

.voice-list .archive-box {
  border: 1px solid #94846f;
  padding: 0 40px 40px;
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .voice-list .archive-box {
    width: 30%;
    margin-bottom: 0;
  }
}

.voice-list .archive-box .num {
  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;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #94846f;
  background: #ffffff;
  max-width: 150px;
  margin: auto;
  position: relative;
  top: -10px;
}

.voice-list .archive-box .num dt {
  line-height: 1;
  font-size: 2.2rem;
}

.voice-list .archive-box .num dd {
  font-size: 3rem;
  line-height: 0.1;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}

.voice-list .archive-box .tit-case {
  text-align: center;
  margin-top: 20px;
  font-size: 1.7rem;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .voice-list .archive-box .tit-case {
    font-size: 2rem;
  }
}

.voice-list .archive-box .time {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .voice-list .archive-box .time {
    font-size: 2rem;
    margin-top: 0;
  }
}

.voice-list .archive-box .img {
  text-align: center;
  margin: 20px 0;
}

.voice-list .archive-box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 70%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 1025px) {
  .voice-list .archive-box .img img {
    width: 50%;
  }
}

.voice-list .archive-box .who {
  text-align: center;
  display: block;
}

.voice-list .archive-box .graph {
  background: #f6f5f2;
  padding: 20px;
  margin-top: 30px;
  font-size: 15px;
}

.voice-list .archive-box .graph dl {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1680px) {
  .voice-list .archive-box .graph dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

.voice-list .archive-box .graph dl dt {
  line-height: 1.2;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1680px) {
  .voice-list .archive-box .graph dl dt {
    width: 140px;
    margin-bottom: 5px;
  }
}

.voice-list .archive-box .graph dl dd {
  width: 100%;
  line-height: 1.2;
  white-space: wrap;
  word-break: break-all;
}

.wp-pagenavi {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 12px;
  line-height: 32px;
  color: #111111;
  background: #f2f2f2;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 20px;
}

.wp-pagenavi a:hover {
  color: #ffffff;
  background: #ac9e8d;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #ffffff;
  background: #ac9e8d;
}


@media only screen and (min-width: 768px) {
  .side01 {
    width: 82px;
    height: 339px;
  }
}

@media only screen and (min-width: 768px) {
  .side02 {
    width: 82px;
    height: 209px;
  }
}
