@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
  color: #333;
}
body a {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  transform: scale(0.93);
}
body a:active {
  color: #666;
}
body img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body .wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  body .wrapper {
    width: 90%;
  }
}
body .wide-wrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  body .wide-wrapper {
    width: 65%;
  }
}
body p, body li, body a, body dt, body dd, body tr, body td {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 440px) {
  body p, body li, body a, body dt, body dd, body tr, body td {
    font-size: 1.5rem;
  }
}
body .pc {
  display: block;
}
body .sp, body .ssp {
  display: none;
}
body .pc-tb {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc, body .ssp {
    display: none;
  }
  body .sp, body .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  body .sp, body .ssp {
    display: block;
  }
  body .pc-tb, body .pc {
    display: none;
  }
}

.bg_b {
  background: #E9C6B1;
}

.bg_b2 {
  background: #F4EFEA;
}

.bg-line {
  background: linear-gradient(transparent 70%, #FEBEB6 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 2px;
}

.btn_container {
  width: 27rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .btn_container {
    width: 20rem;
  }
}
@media screen and (max-width: 440px) {
  .btn_container {
    width: 90%;
  }
}
.btn_container .more_btn {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  width: 100%;
  /*ボタンの形状*/
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 35px;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .btn_container .more_btn {
    font-size: 1.6rem;
  }
}
.btn_container .more_btn span {
  border: 1px solid #000;
  position: relative;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  z-index: 2;
  /*テキストの形状*/
  display: block;
  padding: 24px;
  border-radius: 35px;
  color: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
  font: 600 1.8rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .btn_container .more_btn span {
    padding: 1rem;
  }
}
.btn_container .more_btn span svg {
  vertical-align: baseline;
  margin-left: 1.4rem;
}
.btn_container .more_btn.pushdown::before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background-color: #fff;
  border: 1px solid #333;
}
.btn_container .more_btn.pushdown:hover {
  border-color: transparent;
  opacity: 1;
  transform: scale(1);
}
.btn_container .more_btn.pushdown:hover span {
  transform: translateY(4px);
}

.btn_container.w-blue .more_btn span {
  background: #628BFF;
}
.btn_container.w-blue .more_btn.pushdown:hover span {
  background: #628BFF;
}

.btn_container.black .more_btn span {
  background: #333;
}
.btn_container.black .more_btn.pushdown:hover span {
  background: #333;
}

.btn_container.main .more_btn span {
  background: #FF6450;
}
.btn_container.main .more_btn.pushdown:hover span {
  background: #FF6450;
}

.btn_container.wide {
  width: 50%;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .btn_container.wide {
    width: 90%;
  }
}
.btn_container.wide .more_btn span {
  font-size: 1.6rem;
  background: #F4EFEA;
  color: #333;
}
@media screen and (max-width: 768px) {
  .btn_container.wide .more_btn span {
    padding: 11px 2rem;
  }
}
.btn_container.wide .more_btn.pushdown:hover span {
  background: #F4EFEA;
}

/*************************************************
animation
*************************************************/
.fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger, .fadeBlurTrigger, .fadeBlurTrigger2 {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn {
  animation: fadeInAnime 0.5s ease forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blur2 {
  animation-name: blurAnime2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime2 {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time1 {
  animation-delay: 1s;
}

/*************************************************
header
*************************************************/
header {
  position: fixed;
  height: 8rem;
  padding: 2.4rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
}
@media screen and (max-width: 768px) {
  header {
    padding: 1rem 2rem;
    height: auto;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .container .logo {
  width: 35px;
}
header .container .logo a {
  color: #FF6450;
  font: 600 2rem/1.2 "futura-pt", sans-serif;
}
header .container nav {
  position: static;
}
header .container nav ul {
  display: flex;
  column-gap: 2vw;
  align-items: center;
}
header .container nav ul a {
  font: 500 1.4rem/1.2 "futura-pt", sans-serif;
}
header .container nav ul a:hover {
  color: #FF6450;
}
header .container nav ul .joinBtn {
  width: 145px;
  border-radius: 30px;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font: 500 1.6rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
  background: #FF6450;
  border: 1px solid #333;
}
header .container nav ul .joinBtn:hover {
  color: #fff;
}

#header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  animation: DownAnime 0.5s forwards;
  padding: 1rem 2rem;
  background: #Fff;
  height: auto;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.burger-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .burger-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999;
    border: none;
    background-color: #FF6450;
    margin: 0 0 0 auto;
    border-radius: 50%;
  }
  .burger-btn .bar {
    width: 20px;
    height: 2px;
    border-radius: 1rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .burger-btn .bar_top {
    top: 15px;
  }
  .burger-btn .bar_mid {
    top: 20px;
  }
  .burger-btn .bar_bottom {
    top: 25px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%, 4px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -6px) rotate(-45deg);
    transition: transform 0.3s;
  }
  #nav-header-menu {
    width: 50%;
    height: 100vh;
    top: 0;
    right: -120%;
    position: fixed;
    z-index: 500;
    transition: 0.3s;
    background: #F4EFEA;
    border: none;
    padding: 0;
    min-width: auto;
    overflow-y: scroll;
    padding-bottom: 4rem;
    border-left: 1px solid #333;
  }
  #nav-header-menu ul {
    flex-direction: column;
    padding: 12rem 2rem 2rem 2rem;
    width: 100%;
  }
  #nav-header-menu ul li {
    width: 100%;
    text-align: center;
  }
  #nav-header-menu ul a {
    padding: 2rem 0;
  }
  #nav-header-menu ul .joinBtn {
    width: 100%;
    margin-top: 4rem;
  }
  #nav-header-menu.panelactive {
    right: 0;
  }
  .container_innav {
    display: grid;
    width: 70%;
    margin: 0 auto;
    margin-top: 1rem;
    gap: 5px;
  }
  .container_innav .box_last {
    width: 100%;
  }
}
/*************************************************
footer
*************************************************/
footer .bg_b {
  padding: 6.4rem 1rem 6.4rem;
}
footer .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  footer .container {
    gap: 20px;
    flex-direction: column;
  }
}
footer .container .box {
  flex-basis: 40%;
}
@media screen and (max-width: 1024px) {
  footer .container .box {
    order: 0;
  }
}
footer .container .box .logo {
  width: 15rem;
}
footer .container .box .txt {
  margin-top: 4rem;
}
footer .container .box .txt p {
  font: 400 1.2rem/1.8 "source-han-sans-japanese", sans-serif;
}
footer .container .box dl {
  display: flex;
}
footer .container .box dl dt {
  font: 500 1.2rem/2 "source-han-sans-japanese", sans-serif;
}
footer .container .box dl dd {
  font: 400 1.2rem/2 "source-han-sans-japanese", sans-serif;
}
footer .container .box dl dd a {
  font: 500 1.2rem/2 "source-han-sans-japanese", sans-serif;
  text-decoration: underline;
}
footer .container .box02 {
  padding-top: 8rem;
}
@media screen and (max-width: 1024px) {
  footer .container .box02 {
    padding-top: 4rem;
    order: 2;
  }
}
footer .copy {
  background: #FF6450;
  padding: 1rem;
  font-size: 1.2;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

.sub .container .box .first {
  margin-top: 4rem;
}
.sub .container .nav ul {
  flex-basis: 30%;
  max-width: 260px;
  margin: 0 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
.sub .container .nav ul li {
  flex-basis: 45%;
}
.sub .container .nav ul a {
  padding: 1rem 0;
  font: 500 1.4rem/1.8 "futura-pt", sans-serif;
}

.newsletter-btn {
  max-width: 200px;
  max-height: 64px;
}
@media screen and (max-width: 1024px) {
  .newsletter-btn {
    order: 1;
  }
}

/*************************************************
top
*************************************************/
.kv {
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  background: url(../images/top/triangle.svg) no-repeat;
  background-position: right;
  background-size: 54%;
}
@media screen and (min-width: 1600px) {
  .kv {
    background-size: 40%;
    background-position: bottom 7% right 0;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    background-position: bottom 5% right 0;
  }
}
@media screen and (max-width: 440px) {
  .kv {
    background-size: 40%;
    height: 100vh;
  }
}
.kv .bg_img {
  position: absolute;
  top: 10%;
  right: -10%;
  z-index: -1;
  width: 60%;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.kv .cp_box {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 6%;
}
@media screen and (max-width: 1030px) {
  .kv .cp_box {
    top: 48%;
  }
}
@media screen and (max-width: 768px) {
  .kv .cp_box {
    top: 46%;
  }
}
@media screen and (max-width: 440px) {
  .kv .cp_box {
    top: 42%;
  }
}
.kv .cp_box p {
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .kv .cp_box p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 440px) {
  .kv .cp_box p {
    font-size: 1.6rem;
  }
}
.kv .cp_box h1 {
  margin-top: 2.2rem;
  width: 52%;
}
@media screen and (max-width: 768px) {
  .kv .cp_box h1 {
    width: 70%;
  }
}
@media screen and (max-width: 440px) {
  .kv .cp_box h1 {
    width: 55%;
  }
}
.kv .cp_box h2 {
  font: 500 3.5rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .kv .cp_box h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 440px) {
  .kv .cp_box h2 {
    font-size: 2rem;
    margin-top: 1.8rem;
  }
}
.kv .cp_box h2 strong {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .kv .cp_box h2 strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 440px) {
  .kv .cp_box h2 strong {
    font-size: 2.2rem;
  }
}

.mySwiper {
  width: 100%;
  position: absolute;
  top: 11%;
}
.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.mySwiper {
  /* スライドの動き等速 */
}
.mySwiper .swiper-wrapper {
  transition-timing-function: linear;
}
.mySwiper {
  /* 画像のサイズ調整 */
}
.mySwiper .swiper-slide img {
  height: auto;
  width: 100%;
  height: 23vw;
  border-radius: 2rem;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .mySwiper .swiper-slide img {
    height: 22vw;
  }
}
@media screen and (max-width: 1024px) {
  .mySwiper .swiper-slide img {
    height: 27vw;
  }
}
@media screen and (max-width: 768px) {
  .mySwiper .swiper-slide img {
    height: 40vw;
  }
}
@media screen and (max-width: 440px) {
  .mySwiper .swiper-slide img {
    height: 35vh;
  }
}

/*************************************************
news
*************************************************/
.news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  max-width: 440px;
  border-top: 1px solid #707070;
  border-radius: 20px 0 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news {
    width: 70%;
  }
}
@media screen and (max-width: 440px) {
  .news {
    width: 95%;
  }
}
.news .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 440px) {
  .news .container {
    align-items: stretch;
  }
}
.news .container h2 {
  background: #E9C6B1;
  font: 600 1.2rem/1.4 "futura-pt", sans-serif;
  padding: 2.5rem 2rem;
  border-radius: 20px 0 0 0;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  flex-basis: 20%;
}
@media screen and (max-width: 440px) {
  .news .container h2 {
    padding-top: 1.2rem;
  }
}
.news .container .contents {
  flex-basis: 80%;
  padding: 1rem;
}
.news .container .contents a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .news .container .contents a {
    align-items: center;
  }
}
.news .container .contents a .box .date {
  font-size: 1.2rem;
  color: #707070;
}
@media screen and (max-width: 440px) {
  .news .container .contents a .box .date {
    font-size: 1rem;
  }
}
.news .container .contents a .box .news_item {
  font-size: 1.4rem;
}
/*************************************************
concept
*************************************************/
@keyframes colorChange {
  0% {
    background: #F6E6DE;
  }
  50% {
    background: #FBF9F7;
  }
  100% {
    background: #F6E6DE;
  }
}
.top-concept .bg_b {
  background: #EFD6C7;
  padding: 5.2rem 0 0;
  animation: 15s linear infinite colorChangeBG;
}
@media screen and (max-width: 440px) {
  .top-concept .bg_b {
    height: auto;
    padding: 5rem 0 0;
  }
}
@keyframes colorChangeBG {
  0% {
    background: #EFD6C7;
  }
  50% {
    background: #E9C6B1;
  }
  100% {
    background: #EFD6C7;
  }
}
.top-concept .bg_circle {
  background: #F2DED2;
  border-radius: 500px 500px 30px 30px;
  animation: 15s linear infinite colorChange;
  padding: 18rem 2rem 20rem;
}
@media screen and (max-width: 768px) {
  .top-concept .bg_circle {
    padding: 10rem 2rem;
  }
}
@media screen and (max-width: 440px) {
  .top-concept .bg_circle {
    padding: 7rem 2rem;
  }
}
.top-concept h2 {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .top-concept h2 {
    position: static;
    transform: none;
  }
}
.top-concept h2 span {
  color: #fff;
  font: 400 6rem/1.2 "futura-pt", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 440px) {
  .top-concept h2 span {
    font-size: 5rem;
  }
}
.top-concept h2 p {
  font: 500 1.4rem/1.2 "dnp-shuei-gothic-gin-std", sans-serif;
  color: #FF6450;
}
.top-concept .txtbox {
  margin: 6rem auto 0;
}
@media screen and (max-width: 440px) {
  .top-concept .txtbox {
    margin-top: 4rem;
  }
}
.top-concept .txtbox p {
  font-size: 1.8rem;
  line-height: 2.7;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .top-concept .txtbox p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 2.4rem;
  }
}

/*************************************************
top-merit 
*************************************************/
.top-ttl span {
  font: 400 4.8rem/1 "futura-pt", sans-serif;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 440px) {
  .top-ttl span {
    font-size: 3.6rem;
  }
}
.top-ttl p {
  margin-top: 1rem;
  font: 600 1.6rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
  color: #FF6450;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 440px) {
  .top-ttl p {
    font-size: 1.2rem;
  }
}

.top-merit {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .top-merit {
    margin-top: 6.4rem;
  }
}
.top-merit .bg_b2 {
  background: #FBF9F7;
  padding: 7.7rem 2rem;
  border-radius: 7rem;
}
@media screen and (max-width: 768px) {
  .top-merit .bg_b2 {
    padding: 7rem 2rem 3rem;
  }
}
.top-merit .top-ttl {
  text-align: center;
}
.top-merit .container {
  display: flex;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .top-merit .container {
    flex-direction: column;
    width: 100%;
    margin: 4.2rem auto 0;
  }
}
@media screen and (max-width: 440px) {
  .top-merit .container {
    margin-top: 0;
  }
}
.top-merit .container .box {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #E9C6B1;
  padding: 0 2.35vw;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-merit .container .box {
    align-items: center;
    border-right: none;
    border-bottom: 1px solid #E9C6B1;
    padding: 4rem 3vw;
  }
}
@media screen and (max-width: 440px) {
  .top-merit .container .box {
    padding: 4rem 3vw;
  }
}
.top-merit .container .box:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .top-merit .container .box:last-child {
    border-bottom: none;
  }
}
.top-merit .container .box h3 {
  font: 600 2rem/1.2 "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: center;
  width: 100%;
}
.top-merit .container .box h3 span {
  font: 700 2.2rem/1.2 "dnp-shuei-gothic-gin-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-merit .container .box h3 {
    text-align: center;
    line-height: 1.6;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .top-merit .container .box h3 {
    font-size: 1.6rem;
  }
  .top-merit .container .box h3 span {
    font-size: 1.8rem;
  }
}
.top-merit .container .box .img {
  width: 60%;
  margin-top: 3rem;
}
@media screen and (max-width: 440px) {
  .top-merit .container .box .img {
    margin-top: 1rem;
  }
}
.top-merit .container .box .img img {
  height: 130px;
  object-fit: contain;
}
.top-merit .container .box .txt {
  margin-top: 2rem;
}
.top-merit .container .box .txt strong {
  color: #FF6450;
  font-weight: 400;
}
.top-merit .img-triangle {
  width: 8%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-merit .img-triangle {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .top-merit .img-triangle {
    width: 20%;
  }
}

/*************************************************
top-recommend
*************************************************/
.top-recommend {
  margin-top: 10rem;
}
@media screen and (max-width: 440px) {
  .top-recommend {
    margin-top: 6rem;
  }
}
.top-recommend .contents {
  margin-top: 4rem;
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item {
    background-position: center;
  }
}
.top-recommend .contents .item p {
  text-align: center;
  font-size: 2rem;
  padding: 3.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .item p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item p {
    font-size: 1.4rem;
  }
}
.top-recommend .contents .item p .color {
  color: #FF6450;
  font: 500 2.4rem/1.5 "source-han-sans-japanese", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .item p .color {
    font-size: 2rem;
  }
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item p .color {
    font-size: 1.6rem;
  }
}
.top-recommend .contents .item p .bold {
  font: 500 2.4rem/1.5 "source-han-sans-japanese", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .item p .bold {
    font-size: 2rem;
  }
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item p .bold {
    font-size: 1.6rem;
  }
}
.top-recommend .contents .item1 {
  background: url(../images/top/reco_01.png) no-repeat;
  background-size: contain;
  width: 396px;
  height: 171px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .item1 {
    width: 63%;
    height: 162px;
    margin: 0;
  }
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item1 {
    width: 70%;
    height: 104px;
  }
  .top-recommend .contents .item1 p {
    padding: 2rem;
  }
}
.top-recommend .contents .item2 {
  background: url(../images/top/reco_02.png) no-repeat;
  background-size: contain;
  width: 376px;
  height: 144px;
  margin-top: -13rem;
}
.top-recommend .contents .item2 p {
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .item2 {
    width: 52%;
    margin: -5rem 0 0 auto;
    height: 126px;
    background-position: center;
  }
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item2 {
    width: 79%;
    height: 100px;
    margin: 0 0 0 auto;
  }
  .top-recommend .contents .item2 p {
    padding: 2.6rem 2rem;
  }
}
.top-recommend .contents .item3 {
  background: url(../images/top/reco_03.png) no-repeat;
  background-size: contain;
  width: 505px;
  height: 203px;
  margin: -5rem auto 0;
  position: relative;
  z-index: 6;
}
.top-recommend .contents .item3 p {
  padding: 5rem 2rem;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .item3 {
    width: 65%;
    height: 171px;
    margin: -4rem 0 0 0;
  }
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item3 {
    width: 82%;
    height: 141px;
    margin: 0;
  }
  .top-recommend .contents .item3 p {
    padding: 2.5rem 2rem;
  }
}
.top-recommend .contents .container {
  display: flex;
  justify-content: space-between;
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .container {
    margin-top: 0;
    flex-direction: column;
  }
}
.top-recommend .contents .item4 {
  background: url(../images/top/reco_04.png) no-repeat;
  background-size: contain;
  width: 596px;
  height: 160px;
}
.top-recommend .contents .item4 p {
  padding: 6rem 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .item4 {
    width: 80%;
    margin: -3rem 0 0 auto;
    height: 142px;
  }
  .top-recommend .contents .item4 p {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item4 {
    width: 85%;
    height: 77px;
    position: relative;
    z-index: 3;
  }
  .top-recommend .contents .item4 p {
    padding: 1rem 2rem;
  }
}
.top-recommend .contents .item5 {
  background: url(../images/top/reco_05.png) no-repeat;
  background-size: contain;
  width: 396px;
  height: 162px;
}
.top-recommend .contents .item5 p {
  padding: 3.2rem 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .top-recommend .contents .item5 {
    width: 53%;
    height: 138px;
    margin: -2rem 0 0;
  }
  .top-recommend .contents .item5 p {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 440px) {
  .top-recommend .contents .item5 {
    width: 260px;
    width: 75%;
    height: 104px;
    margin: -6.5rem 0;
    margin: 0;
  }
  .top-recommend .contents .item5 p {
    padding: 2rem 2rem 3rem;
  }
}

/*************************************************
top-contents
*************************************************/
.top-contents {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .top-contents {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 440px) {
  .top-contents {
    margin-top: 8rem;
  }
}
.top-contents .bg_b2 {
  padding: 16rem 2rem;
}
@media screen and (max-width: 440px) {
  .top-contents .bg_b2 {
    padding: 8rem 1rem;
  }
}
.top-contents .top-ttl {
  text-align: center;
}
.top-contents .top-ttl p {
  color: #000;
}
.top-contents .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2vw;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .top-contents .container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
  }
}
@media screen and (max-width: 440px) {
  .top-contents .container {
    margin-top: 4.8rem;
  }
}
.top-contents .box {
  background: #fff;
  border: 1px solid #000;
  border-radius: 7rem;
  padding: 5.8vw 4.5vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 440px) {
  .top-contents .box {
    padding: 5rem 2rem;
  }
}
.top-contents .box .week {
  letter-spacing: 0.08em;
  font: 600 1.4rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
}
.top-contents .box .week span {
  background: #FAA2C3;
  font: 600 1.9rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
  padding: 9px;
  border-radius: 3rem;
}
@media screen and (max-width: 440px) {
  .top-contents .box .week span {
    font-size: 1.6rem;
  }
}
.top-contents .box .week .item {
  margin: 0 6px 0 1.4rem;
}
.top-contents .box h3 p {
  font: 600 3rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
  margin-top: 2.8rem;
  background: url(../images/top/wave.svg) repeat-x;
  background-position: bottom 1px left 0;
  padding: 0 0 1rem;
}
@media screen and (max-width: 440px) {
  .top-contents .box h3 p {
    font-size: 2.4rem;
  }
}
.top-contents .box .minute {
  margin-top: 4.2rem;
  background: #000;
  font: 600 3rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
  padding: 6px 2.3rem;
  border-radius: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .top-contents .box .minute {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
.top-contents .box .minute span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-contents .box .minute span {
    font-size: 1.6rem;
  }
}
.top-contents .box .img {
  margin-top: 3rem;
}
@media screen and (max-width: 440px) {
  .top-contents .box .img {
    margin-top: 2rem;
  }
}
.top-contents .box .img img {
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 440px) {
  .top-contents .box .img img {
    height: 150px;
  }
}
.top-contents .box .txt {
  margin-top: 3rem;
}
@media screen and (max-width: 440px) {
  .top-contents .box .txt {
    margin-top: 2rem;
  }
}
.top-contents .box .txt p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-contents .box .txt p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 440px) {
  .top-contents .box .txt p {
    margin-top: 1.4rem;
  }
}
.top-contents .box .txt span {
  display: block;
  margin-top: 2.4rem;
  font: 600 1.4rem/1.8 "dnp-shuei-gothic-gin-std", sans-serif;
  color: #919191;
}
.top-contents .box2 .week .item {
  background: #618BFF;
  color: #fff;
}
.top-contents .box2 h3 {
  text-align: center;
}
.top-contents .box2 h3 span {
  font: 600 2rem/1.8 "dnp-shuei-gothic-gin-std", sans-serif;
}
@media screen and (max-width: 440px) {
  .top-contents .box2 h3 span {
    font-size: 1.4rem;
  }
}
.top-contents .wide-box {
  margin-top: 4.8rem;
  padding: 5.8vw 1rem;
  background: #F5F5F5;
}
@media screen and (max-width: 440px) {
  .top-contents .wide-box {
    margin-top: 3.8rem;
    padding-bottom: 5rem;
  }
}
.top-contents .wide-box .container {
  width: 85%;
  margin: 0 auto;
  column-gap: 4vw;
  margin-top: 0;
}
.top-contents .wide-box .container .imgbox {
  flex-basis: 45%;
}
.top-contents .wide-box .container .imgbox .img {
  width: 60%;
}
@media screen and (max-width: 440px) {
  .top-contents .wide-box .container .imgbox .img {
    width: 70%;
  }
}
.top-contents .wide-box .container .imgbox .img img {
  height: 172px;
  object-fit: cover;
}
@media screen and (max-width: 440px) {
  .top-contents .wide-box .container .imgbox .img img {
    height: 100px;
  }
}
.top-contents .wide-box .container .imgbox .img:nth-child(2) {
  margin: -2rem 0 0 auto;
}
.top-contents .wide-box .container .txtbox h3 {
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 440px) {
  .top-contents .wide-box .container .txtbox h3 {
    margin-top: 5rem;
  }
}
.top-contents .wide-box .container .txtbox h3 .item {
  position: absolute;
  top: -3rem;
  right: -20px;
  width: 7rem;
  height: 7vw;
}
@media screen and (max-width: 440px) {
  .top-contents .wide-box .container .txtbox h3 .item {
    width: 6rem;
    top: -3.5rem;
  }
}
.top-contents .wide-box .container .txtbox h3 span {
  font-size: 2rem;
  font: 600 2rem/1.8 "dnp-shuei-gothic-gin-std", sans-serif;
}
@media screen and (max-width: 440px) {
  .top-contents .wide-box .container .txtbox h3 span {
    font-size: 1.4rem;
  }
}
.top-contents .wide-box .container .txtbox h3 p {
  margin-top: 1rem;
}
.top-contents .wide-box .container .txtbox .txt {
  margin-top: 3rem;
}
@media screen and (max-width: 440px) {
  .top-contents .wide-box .container .txtbox .txt {
    margin-top: 2rem;
  }
}
.top-contents .wide-box .container .txtbox .txt p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-contents .wide-box .container .txtbox .txt p {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}

/*************************************************
top-voices
*************************************************/
.top-voices .bg_b {
  padding: 16rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .top-voices .bg_b {
    padding: 10rem 0 10rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-voices .bg_b {
    padding: 8rem 0 8rem 4rem;
  }
}
.top-voices .top-ttl span {
  color: #000;
}
.top-voices .top-ttl p {
  color: #fff;
}
.top-voices .mySwiper2 {
  margin-top: 10rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .top-voices .mySwiper2 {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 440px) {
  .top-voices .mySwiper2 {
    margin-top: 4.8rem;
    padding-bottom: 4rem;
  }
}
.top-voices .mySwiper2 .box {
  background: #fff;
  border: 1px solid #000;
  border-radius: 2rem;
  padding: 5vw 2vw;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-voices .mySwiper2 .box {
    padding: 4rem 2rem;
  }
}
.top-voices .mySwiper2 .box .txt {
  line-height: 2.2;
  flex-grow: 1;
}
.top-voices .mySwiper2 .box .person-box {
  display: flex;
  column-gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-voices .mySwiper2 .box .person-box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 440px) {
  .top-voices .mySwiper2 .box .person-box {
    margin-top: 2rem;
  }
}
.top-voices .mySwiper2 .box .person-box .item {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-voices .mySwiper2 .box .person-box .item {
    font-size: 1.4rem;
  }
}
.top-voices .mySwiper2 .box .person-box .person {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-voices .mySwiper2 .box .person-box .person {
    font-size: 1.4rem;
  }
}
.top-voices .mySwiper2 .box .person-box .person i {
  margin-left: 1rem;
  font: normal 400 1.4rem/1.5 "source-han-sans-japanese", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-voices .mySwiper2 .box .person-box .person i {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
}
.top-voices .mySwiper2 .swiper-scrollbar {
  width: 28%;
  right: 5%;
  top: auto;
  left: auto;
  background: #fff;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .top-voices .mySwiper2 .swiper-scrollbar {
    width: 60%;
  }
}
@media screen and (max-width: 440px) {
  .top-voices .mySwiper2 .swiper-scrollbar {
    width: 70%;
  }
}
.top-voices .mySwiper2 .swiper-scrollbar .swiper-scrollbar-drag {
  width: 30%;
  height: 2px;
  background-color: #FF6450;
}

/*************************************************
top-schedule
*************************************************/
.top-schedule {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .top-schedule {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 440px) {
  .top-schedule {
    margin-top: 8rem;
  }
}
.top-schedule .top-ttl {
  text-align: center;
}
.top-schedule .sche_wrapper {
  margin-top: 7.2rem;
}
@media screen and (max-width: 440px) {
  .top-schedule .sche_wrapper {
    margin-top: 4.8rem;
  }
}
.top-schedule .sche_wrapper .sche_box .head_container {
  padding: 2.3rem 3rem 2rem 4rem;
  border-radius: 2rem 2rem 0 0;
  display: flex;
  background: #FF6450;
  column-gap: 4vw;
  align-items: center;
  margin-top: 6.8rem;
}
@media screen and (max-width: 440px) {
  .top-schedule .sche_wrapper .sche_box .head_container {
    padding: 2rem 2rem 1.7rem;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
    margin-top: 4rem;
  }
}
.top-schedule .sche_wrapper .sche_box .head_container h3 {
  font: 600 2rem/1 "source-han-sans-japanese", sans-serif;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .top-schedule .sche_wrapper .sche_box .head_container h3 {
    font-size: 1.8rem;
  }
}
.top-schedule .sche_wrapper .sche_box .head_container .item {
  color: #fff;
  font: 600 1.8rem/1 "source-han-sans-japanese", sans-serif;
}
@media screen and (max-width: 440px) {
  .top-schedule .sche_wrapper .sche_box .head_container .item {
    font-size: 1.4rem;
  }
}
.top-schedule .sche_wrapper .sche_box .head_container .item svg {
  vertical-align: sub;
  margin-right: 1rem;
}
@media screen and (max-width: 440px) {
  .top-schedule .sche_wrapper .sche_box .head_container .item svg {
    width: 30px;
  }
}
.top-schedule .sche_wrapper .sche_box .schedule .seminar ul {
  padding: 1.9rem 2rem;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  column-gap: 2vw;
}
@media screen and (max-width: 768px) {
  .top-schedule .sche_wrapper .sche_box .schedule .seminar ul {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 1rem;
  }
}
.top-schedule .sche_wrapper .sche_box .schedule .seminar ul li {
  font-weight: 500;
}
.top-schedule .sche_wrapper .sche_box .schedule .seminar ul .date {
  color: #FF6450;
  flex-basis: 20%;
}
.top-schedule .sche_wrapper .sche_box .schedule .seminar ul .time {
  flex-basis: 15%;
}
.top-schedule .sche_wrapper .sche_box .schedule .seminar ul .ttl {
  flex: 1.8;
}
.top-schedule .sche_wrapper .sche_box .schedule .seminar ul .no {
  display: none;
}
.top-schedule .sche_wrapper .sche_box .schedule .seminar ul .ok {
  display: block;
}
.top-schedule .sche_wrapper .sche_box .schedule .seminar ul .book {
  background: #F4EFEA;
  padding: 9px 3rem;
  font: 600 1.6rem/1 "source-han-sans-japanese", sans-serif;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .top-schedule .sche_wrapper .sche_box .schedule .seminar ul .book {
    margin-top: 1rem;
    padding: 5px 3rem;
    font-size: 1.4rem;
  }
}
.top-schedule .sche_wrapper .jikkuri {
  margin-top: 4rem;
}
.top-schedule .sche_wrapper .more {
  color: #618BFF;
  font: 500 2rem/1 "futura-pt", sans-serif;
  letter-spacing: 0.08em;
  margin-top: 6rem;
  text-align: center;
}

/*************************************************
top-price
*************************************************/
.top-price {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .top-price {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 440px) {
  .top-price {
    margin-top: 8rem;
  }
}
.top-price .bg_b2 {
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .top-price .bg_b2 {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 440px) {
  .top-price .bg_b2 {
    padding: 8rem 0;
  }
}
.top-price .price_contents {
  margin-top: 6.4rem;
}
@media screen and (max-width: 440px) {
  .top-price .price_contents {
    margin-top: 4.8rem;
  }
}
.top-price .price_contents .wide_box {
  width: 78%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #333;
  border-radius: 2rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 440px) {
  .top-price .price_contents .wide_box {
    width: 100%;
  }
}
.top-price .price_contents .wide_box .head {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.13em;
  background: #FF6450;
  color: #fff;
  border-radius: 2rem 2rem 0 0;
  padding: 1.6rem;
}
.top-price .price_contents .wide_box .img {
  width: 3rem;
  margin: 0 auto;
}
.top-price .price_contents .wide_box .img img {
  vertical-align: top;
}
.top-price .price_contents .wide_box .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-price .price_contents .wide_box .container {
    width: 95%;
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
  }
}
.top-price .price_contents .wide_box .container .box {
  flex-basis: 40%;
}
@media screen and (max-width: 440px) {
  .top-price .price_contents .wide_box .container .box {
    width: 70%;
    margin: 0 auto;
  }
}
.top-price .price_contents .wide_box .container .ticket {
  display: flex;
  align-items: baseline;
  font: 600 2rem/1.5 "source-han-sans-japanese", sans-serif;
  letter-spacing: 0.18em;
  width: fit-content;
  background: url(../images/top/wave02.svg) repeat-x;
  padding: 2rem 0 1rem;
  background-position: bottom 1px left 0;
}
.top-price .price_contents .wide_box .container .ticket span {
  width: 36px;
  margin-right: 1.5rem;
}
.top-price .price_contents .wide_box .container .ticket span img {
  height: 36px;
  object-fit: contain;
}
.top-price .price_contents .wide_box .container .ticket strong {
  font-size: 2.8rem;
}
.top-price .price_contents .wide_box .container .price {
  margin-top: 3rem;
}
.top-price .price_contents .wide_box .container .box02 {
  flex-basis: 53%;
}
@media screen and (max-width: 440px) {
  .top-price .price_contents .wide_box .container .box02 {
    width: 95%;
    margin: 0 auto;
  }
}
.top-price .price_contents .wide_box .container .box02 dl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  height: 44px;
}
.top-price .price_contents .wide_box .container .box02 dl dt {
  padding: 0.8rem 1rem;
  font: 600 1.5rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.08em;
}
.top-price .price_contents .wide_box .container .box02 dl dt span {
  font-size: 1.1rem;
}
.top-price .price_contents .wide_box .container .box02 dl dd {
  padding: 0.8rem 1rem;
  letter-spacing: 0.08em;
  font: 600 1.4rem/1 "source-han-sans-japanese", sans-serif;
}
.top-price .price_contents .wide_box .container .box02 dl dd strong {
  font: 600 1.8rem/1.5 "source-han-sans-japanese", sans-serif;
  color: #FF6450;
}
.top-price .price_contents .wide_box .container .box02 dl dd span {
  font-size: 1.2rem;
}
.top-price .price_contents .wide_box .container .annotation {
  font: 500 1.1rem/1.4 "source-han-sans-japanese", sans-serif;
  text-align: right;
  margin-top: 1rem;
  color: #707070;
}
.top-price .price_contents .join-container {
  display: flex;
  width: 78%;
  padding-top: 50px;
  margin: -2rem auto 0;
  column-gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-price .price_contents .join-container {
    flex-direction: column;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 440px) {
  .top-price .price_contents .join-container {
    width: 90%;
  }
}
.top-price .price_contents .join-container .box {
  border: 1px solid #333;
  background: #F5F5F5;
  border-radius: 2rem;
  padding: 0 0 3rem;
  flex: 1;
}
.top-price .price_contents .join-container .box h3 {
  background: #618BFF;
  color: #fff;
  font: 600 2.2rem/1.4 "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: center;
  padding: 1.4rem 0;
  border-radius: 2rem 2rem 0 0;
}
.top-price .price_contents .join-container .box h4 {
  margin: 3rem auto 0;
  font: 500 1.8rem/1.4 "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.08em;
  background: url(../images/top/wave.svg) repeat-x;
  padding: 0 0 1.4rem;
  background-position: bottom 2px left 0;
  text-align: center;
  width: fit-content;
}
.top-price .price_contents .join-container .box h4 strong {
  font-size: 2rem;
}
.top-price .price_contents .join-container .box p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.3rem;
}
.top-price .price_contents .join-container .box .btn_container {
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-price .price_contents .join-container .box .btn_container {
    width: 70%;
  }
}
.top-price .price_contents .join-container .box_02 {
  background: #fff;
}
.top-price .price_contents .join-container .box_02 h3 {
  background: #FF6450;
}

/*************************************************
top-past
*************************************************/
/*************************************************
top-about us
*************************************************/
.top-about .bg_b2 {
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .top-about .bg_b2 {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 440px) {
  .top-about .bg_b2 {
    padding: 8rem 0;
  }
}
.top-about .owner {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .top-about .owner {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 440px) {
  .top-about .owner {
    margin-top: 4.8rem;
  }
}
.top-about .owner .container {
  display: flex;
  padding-left: 7vw;
  column-gap: 4vw;
}
@media screen and (max-width: 440px) {
  .top-about .owner .container {
    flex-direction: column;
    column-gap: 2vw;
  }
}
.top-about .owner .container .img {
  flex-basis: 25%;
}
@media screen and (max-width: 440px) {
  .top-about .owner .container .img {
    width: 50%;
    margin: 0 auto;
  }
}
.top-about .owner .container .txt {
  flex-basis: 65%;
}
@media screen and (max-width: 440px) {
  .top-about .owner .container .txt {
    margin-top: 2rem;
  }
}
.top-about .owner .container .txt h3 {
  font: 600 2.2rem/1 "dnp-shuei-gothic-gin-std", sans-serif;
  color: #FF6450;
}
@media screen and (max-width: 440px) {
  .top-about .owner .container .txt h3 {
    font-size: 1.8rem;
  }
}
.top-about .owner .container .txt p {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .top-about .owner .container .txt p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.top-about .owner .container .txt .katagaki {
  margin-top: 0.5rem;
  color: #FF6450;
}
.top-about .owner .second {
  margin-top: 6.4rem;
}
@media screen and (max-width: 440px) {
  .top-about .owner .second {
    margin-top: 4.8rem;
  }
}
.top-about .contactBtn {
  font: 500 2.2rem/1 "futura-pt", sans-serif;
  letter-spacing: 0.08em;
  padding: 2.6rem 4rem;
  border: 1px solid #000;
  border-radius: 5rem;
  width: 60%;
  margin: 14rem auto 0;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-about .contactBtn {
    width: 100%;
    margin-top: 10rem;
    font-size: 2rem;
    padding: 2rem;
  }
}
.top-about .contactBtn:hover {
  background: #FF6450;
  color: #fff;
}

/*************************************************
journal
*************************************************/
.top-journal {
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .top-journal {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 440px) {
  .top-journal {
    padding: 8rem 0;
  }
}
.top-journal .top-ttl {
  text-align: center;
}
.top-journal .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .top-journal .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2% 3%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 440px) {
  .top-journal .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-journal .btn_container {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-journal .btn_container {
    margin-top: 8rem;
  }
}

.article .inner {
  position: relative;
}
.article .inner .img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 2rem;
}
.article .inner .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2rem;
}
.article .inner .img img {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.article .inner .ttl {
  position: absolute;
  font: 600 1.8rem/1.6 "source-han-sans-japanese", sans-serif;
  color: #fff;
  z-index: 10;
  left: 20px;
  bottom: 10px;
  width: 88%;
}
.article .inner02 {
  display: flex;
  margin-top: 1.6rem;
  align-items: center;
}
.article .inner02 .date {
  font: 600 1.2rem/1.3 "source-han-sans-japanese", sans-serif;
  color: #FF6450;
}
.article .inner02 .cate {
  background: #333;
  color: #fff;
  border-radius: 30px;
  font: 600 1.2rem/1.3 "source-han-sans-japanese", sans-serif;
  padding: 2px 2rem;
  margin-left: 1.5rem;
}
.article .lead {
  color: #707070;
  font: 500 1.4rem/1.6 "source-han-sans-japanese", sans-serif;
  margin-top: 1rem;
}
.article:hover {
  transform: none;
}
.article:hover .inner .img img {
  transform: scale(1.08); /*拡大の値を変更したい場合はこの数値を変更*/
}

.article-2 .inner {
  position: relative;
}
.article-2 .inner .img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.article-2 .inner .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
}
.article-2 .inner .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=========================================
/            2025_news
/=========================================*/
.news {
  max-width: none;
  position: static;
  width: 850px;
  border: none;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 768px) {
  .news {
    width: 90%;
    padding-top: 0;
  }
}
.news .news_ttl {
  font: 500 2rem/1.2 "futura-pt", sans-serif;
  color: #FF6450;
  border-bottom: 4px solid #EFD6C7;
  padding-bottom: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.news .news_ttl span img {
  height: 21px;
  width: 18px;
  object-fit: contain;
}
@media screen and (max-width: 440px) {
  .news .news_ttl span img {
    height: 18px;
    width: 14px;
  }
}
.news .slick-list {
  height: auto;
}
.news a {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 440px) {
  .news a {
    align-items: center;
  }
}
.news a .box {
  transition: 0.3s;
}
.news a .box .date {
  font-size: 1.2rem;
  color: #707070;
}
@media screen and (max-width: 440px) {
  .news a .box .date {
    font-size: 1rem;
  }
}
.news a .box .news_item {
  font-size: 1.4rem;
}
.news a .arrow {
  transition: 0.3s;
}
.news a:hover {
  transform: scale(1);
}
.news a:hover .box {
  transform: scale(0.9);
}
.news a:hover .arrow {
  transform: translateX(-1rem);
  opacity: 0.7;
}
.news .news-slick__item {
  padding: 2rem 0;
  background-image: repeating-linear-gradient(-90deg, #707070, #707070 2px, transparent 2px, transparent 5px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 1px;
}
.news .news-slick__item:hover .ttl {
  color: #FF6450;
}
.news .news-slick__item:hover .ttl span svg {
  fill: #FF6450;
}
.news .splide__arrows {
  width: 100%;
}
.news {
  /* 矢印のクリック範囲など */
}
.news .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 50px;
  transition: 0.2s;
  width: 50px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: 0 !important;
  bottom: -6rem !important;
  transform: none !important;
}
.news {
  /* 矢印共通のスタイル */
}
.news .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  margin: auto;
  position: absolute;
  width: 32px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  filter: drop-shadow(0 3px 10px rgb(230, 222, 214));
}
.news .prev {
  left: 30% !important;
}
@media screen and (max-width: 440px) {
  .news .prev {
    left: 5% !important;
  }
}
.news .next {
  right: 30% !important;
}
@media screen and (max-width: 440px) {
  .news .next {
    right: 5% !important;
  }
}
.news {
  /* 前の矢印 */
}
.news .prev::before {
  background-image: url(../images/voice_prev.png);
}
.news {
  /* 次の矢印 */
}
.news .next::before {
  background-image: url(../images/voice_next.png);
}
.news {
  /* 次のスライドが無い場合の矢印 */
}
.news .button:disabled::before {
  opacity: 0.5;
}
.news {
  /* ページネーションのスタイル */
}
.news .splide__pagination {
  height: 20px;
  transition: 0.5s all;
  position: absolute;
  bottom: -4rem;
  top: auto;
  right: auto !important;
  transform: none !important;
  left: auto !important;
  display: flex;
  justify-content: center;
  /* bottom: 10px; */
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 !important;
}
.news .splide__pagination__page {
  background: #FAA2C3;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  margin: 0 5px;
}
.news {
  /* 現在表示されているページネーションのスタイル */
}
.news .splide__pagination__page.is-active {
  background-color: #FF6450;
  opacity: 1;
}

.no_link {
  pointer-events: none;
}

.banner {
  width: 40%;
  max-width: 550px;
  right: 30px;
  top: 66%;
  position: absolute;
  border-radius: 10px;
}

@media screen and (max-width: 1226px) {
  .kv .cp_box {
    top: 33%;
  }
}
@media screen and (max-width: 440px) {
  .kv .cp_box {
    top: 38%;
  }
}
@media screen and (max-width: 1030px) {
  .kv .cp_box {
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    top: auto;
    bottom: 20px;
    width: 57%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact-form form .radio .wpcf7-list-item, .contact-form form .radio .wpcf7-radio {
  margin-left: 0;
}
.contact-form form .radio .wpcf7-list-item {
  padding: 0.8rem 0;
}
.contact-form form .radio .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
}
.contact-form form .wpcf7-list-item.first {
  margin: 0;
}
.contact-form form .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contact-form form {
  /* デフォルトのボタン */
}
.contact-form form input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.contact-form form {
  /* チェック前のボタン */
}
.contact-form form .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.5em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.2s; /* 色をじんわり変化させる */
  width: 1.5em;
}
.contact-form form {
  /* チェック後のボタン */
}
.contact-form form input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #FF6450; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.contact-form form .item.checkbox span {
  margin-left: 0 !important;
}
.contact-form form .item.checkbox {
  row-gap: 0;
}
.contact-form form .item.checkbox .wpcf7-form-control-wrap {
  display: block;
}
.contact-form form .item.checkbox span.wpcf7-list-item {
  margin: 1.6rem 30px 0 0; /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
  cursor: pointer;
}
.contact-form form .item.checkbox .wpcf7-list-item-label {
  cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
  font-size: 14px; /* 項目のフォントサイズ */
  margin-left: 0;
}
.contact-form form .item.checkbox input[type=checkbox] {
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.contact-form form .item.checkbox .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
.contact-form form .item.checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../images/input-check.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.contact-form form .item.checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
}

.pages.contactpage.other .contact-form {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .pages.contactpage.other .contact-form {
    padding-top: 40px;
  }
}
.pages.contactpage.other .wpcf7 {
  margin-top: 48px;
}

/*************************************************
journal ジャーナル
*************************************************/
.pages {
  margin-top: 58px;
  padding-bottom: 14rem;
}
@media screen and (max-width: 440px) {
  .pages {
    padding-bottom: 8rem;
  }
}
.pages .top-ttl {
  text-align: center;
  padding-top: 8.4rem;
}
@media screen and (max-width: 440px) {
  .pages .top-ttl {
    padding-top: 4rem;
  }
}

.journal {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.journal .journal-contents .cate-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 5rem;
  column-gap: 3%;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .journal .journal-contents .cate-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 440px) {
  .journal .journal-contents .cate-wrapper {
    padding: 0;
  }
}
.journal .journal-contents .cate-wrapper::before {
  content: "";
  width: 110px;
  height: 113px;
  background: url(../images/subpage/triangle.png) no-repeat;
  background-size: contain;
  z-index: 0;
  position: absolute;
  top: -4.5rem;
  left: 0;
}
@media screen and (max-width: 440px) {
  .journal .journal-contents .cate-wrapper::before {
    padding: 0;
    width: 70px;
    height: 74px;
  }
}
.journal .journal-contents .cate-wrapper h4 {
  font: 500 2rem/1.5 "futura-pt", sans-serif;
  position: relative;
}
.journal .journal-contents .cate-wrapper ul {
  width: 100%;
  position: relative;
  display: flex;
  column-gap: 1%;
}
@media screen and (max-width: 768px) {
  .journal .journal-contents .cate-wrapper ul {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 440px) {
  .journal .journal-contents .cate-wrapper ul {
    row-gap: 1vw;
    flex-wrap: wrap;
  }
}
.journal .journal-contents .cate-wrapper ul li a {
  border: 1px solid #707070;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 6px 3rem;
}
@media screen and (max-width: 440px) {
  .journal .journal-contents .cate-wrapper ul li a {
    font: 400 1rem/1.4 "source-han-sans-japanese", sans-serif;
    padding: 5px 1.8rem;
  }
}
.journal .journal-contents .cate-wrapper ul li a:hover {
  background: #FF6450;
  color: #fff;
}
.journal .journal-contents .cate_name {
  background: url(../images/top/wave.svg) repeat-x;
  background-position: bottom 1px left 0;
  padding: 0 0 1rem;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 7rem;
}
@media screen and (max-width: 440px) {
  .journal .journal-contents .cate_name {
    margin-top: 4.8rem;
  }
}
.journal .journal-contents .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5% 3%;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .journal .journal-contents .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2% 3%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 440px) {
  .journal .journal-contents .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pagenation {
  margin: 20rem auto 0;
}
@media screen and (max-width: 440px) {
  .pagenation {
    margin-top: 46rem;
  }
}
.pagenation .wp-pagenavi {
  display: flex;
  justify-content: center;
  column-gap: 1.2rem;
  align-items: center;
}
.pagenation .wp-pagenavi .current {
  font-size: 1.6rem;
  background: #333;
  color: #fff;
  padding: 1.4rem 1.8rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagenation .wp-pagenavi .current {
    font-size: 2rem;
  }
}
.pagenation .wp-pagenavi a {
  font-size: 1.6rem;
  color: #333;
  background: #F5F5F5;
  border: 1px solid #ccc;
  padding: 1rem 1.8rem;
  border-radius: 50%;
  max-width: 50px;
  height: 50px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagenation .wp-pagenavi a {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.pagenation .wp-pagenavi a:hover {
  color: #fff;
  background: #FF6450;
  opacity: 1;
}
.pagenation .wp-pagenavi a:hover::after {
  width: 2rem;
}
.pagenation .wp-pagenavi .prevpostslink, .pagenation .wp-pagenavi .nextpostslink, .pagenation .wp-pagenavi .page {
  position: relative;
  width: 50px;
  height: 50px;
}
.pagenation .wp-pagenavi .prevpostslink .material-icons, .pagenation .wp-pagenavi .nextpostslink .material-icons, .pagenation .wp-pagenavi .page .material-icons {
  position: absolute;
  font-size: 1.8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation .wp-pagenavi .prevpostslink .more, .pagenation .wp-pagenavi .nextpostslink .more, .pagenation .wp-pagenavi .page .more {
  position: absolute;
  font-size: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*************************************************
journal ジャーナル 詳細記事 single
*************************************************/
.single-page {
  min-width: auto;
}

.journal-single .single {
  margin-top: 7.2rem;
}
@media screen and (max-width: 440px) {
  .journal-single .single {
    margin-top: 4.8rem;
  }
}
.journal-single .single .thumbnail {
  position: relative;
  width: 100%;
  padding-top: 51.625%;
}
.journal-single .single .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journal-single .single .headline {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .journal-single .single .headline {
    width: 95%;
  }
}
.journal-single .single .headline .index {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  margin-top: 4rem;
}
.journal-single .single .headline .index .date {
  font: 600 1.2rem/1.5 "source-han-sans-japanese", sans-serif;
  color: #FF6450;
}
.journal-single .single .headline .index .cate {
  border-radius: 2rem;
  background: #333;
  font: 500 1.2rem/1.5 "source-han-sans-japanese", sans-serif;
  color: #fff;
  padding: 2px 2rem;
}
.journal-single .single .headline .single-ttl {
  margin-top: 1vw;
  font: 600 3vw/1.8 "source-han-sans-japanese", sans-serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2vw;
}
@media screen and (min-width: 1600px) {
  .journal-single .single .headline .single-ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 440px) {
  .journal-single .single .headline .single-ttl {
    padding-bottom: 5vw;
    font-size: 5.5vw;
  }
}
.journal-single .single .article-contents {
  width: 75%;
  max-width: 62rem;
  margin: 0 auto;
  padding: 2.5vw 0 7rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .journal-single .single .article-contents {
    width: 90%;
  }
}
.journal-single .single .article-contents .bg-gry {
  background: #f5f5f5;
  padding: 6rem 4rem;
  margin-bottom: 4.5vw;
  line-height: 2;
}
@media screen and (max-width: 440px) {
  .journal-single .single .article-contents .bg-gry {
    padding: 4rem 2rem;
    font-size: 1.4rem;
  }
}
.journal-single .single .article-contents h1 {
  font: 600 2.4rem/2 "source-han-sans-japanese", sans-serif;
  margin: 2.8vw 0;
}
@media screen and (max-width: 440px) {
  .journal-single .single .article-contents h1 {
    font-size: 2rem;
    margin: 3.4vw 0;
  }
}
.journal-single .single .article-contents h2 {
  font: 600 2rem/2 "source-han-sans-japanese", sans-serif;
  margin: 2.8vw 0;
}
@media screen and (max-width: 440px) {
  .journal-single .single .article-contents h2 {
    margin: 3.4vw 0;
    font-size: 1.8rem;
  }
}
.journal-single .single .article-contents p {
  font: 400 1.6rem/2 "source-han-sans-japanese", sans-serif;
  margin-bottom: 1.7vw;
}
@media screen and (max-width: 440px) {
  .journal-single .single .article-contents p {
    margin-bottom: 2.7vw;
    font-size: 1.4rem;
  }
}
.journal-single .single .article-contents img {
  max-width: 100%;
  height: auto;
  padding: 2.8vw 0;
}
.journal-single .single .other {
  margin-top: 7.2rem;
  width: 85%;
}
.journal-single .single .other h3 {
  font: 600 2rem/1.8 "source-han-sans-japanese", sans-serif;
}
@media screen and (max-width: 440px) {
  .journal-single .single .other h3 {
    font-size: 1.8rem;
  }
}
.journal-single .single .other .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
  column-gap: 2vw;
}
@media screen and (max-width: 768px) {
  .journal-single .single .other .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2% 3%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 440px) {
  .journal-single .single .other .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.journal-single .single .other .container .article .img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 2rem;
}
.journal-single .single .other .container .article .img img {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.journal-single .single .other .container .article .inner02 {
  display: flex;
  justify-content: flex-start;
  column-gap: 2rem;
}
.journal-single .single .other .container .article .inner02 .date {
  font: 600 1.2rem/1.5 "source-han-sans-japanese", sans-serif;
  color: #707070;
}
.journal-single .single .other .container .article .inner02 .cate {
  font: 600 1rem/1.5 "source-han-sans-japanese", sans-serif;
  color: #fff;
  background: #333;
  padding: 2px 2rem;
  margin: 0;
}
.journal-single .single .other .container .article .ttl {
  margin-top: 1rem;
  font: 600 1.4rem/1.8 "source-han-sans-japanese", sans-serif;
  transition: 0.3s;
}
.journal-single .single .other .container .article:hover {
  transform: none;
}
.journal-single .single .other .container .article:hover .img img {
  transform: scale(1.08); /*拡大の値を変更したい場合はこの数値を変更*/
}
.journal-single .single .other .container .article:hover .ttl {
  color: #FF6450;
}

/*************************************************
contact お問い合わせ
*************************************************/
.contactpage {
  background: #F4EFEA;
}
.contactpage .lead_txt {
  text-align: center;
  margin-top: 7rem;
}
.contactpage .lead_txt p {
  font-size: 1.4rem;
}
.contactpage .lead_txt p span {
  font-size: 1.2rem;
  color: #737373;
  margin-top: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 1rem 0;
  }
}
.contact .contact-form {
  padding: 1rem 2%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form {
    margin-top: 0;
  }
}
.contact .contact-form form {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact .contact-form form {
    width: 100%;
  }
}
.contact .contact-form form div {
  padding: 1.35rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.8rem;
}
.contact .contact-form form div span {
  font-size: 1rem;
  color: red;
  margin-left: 0.4rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact .contact-form form div {
    row-gap: 1rem;
    padding: 5px 0;
  }
}
.contact .contact-form form label {
  flex-basis: 20%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.contact .contact-form form label a {
  color: #FF6450;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contact .contact-form form label {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.contact .contact-form form input, .contact .contact-form form textarea, .contact .contact-form form select {
  background: #fff;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.12);
  padding: 1.6rem 2rem;
  border-radius: 6px;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form form input, .contact .contact-form form textarea, .contact .contact-form form select {
    font-size: 1.5rem;
  }
}
.contact .contact-form form textarea {
  resize: none;
  flex-basis: 70%;
}
.contact .contact-form form input::placeholder, .contact .contact-form form textarea::placeholder {
  color: #909090;
}
.contact .contact-form form label:has(input),
.contact .contact-form form label:has(textarea) {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.35rem 0;
}
@media screen and (max-width: 768px) {
  .contact .contact-form form label:has(input),
  .contact .contact-form form label:has(textarea) {
    padding: 0.35rem 0;
  }
}
.contact .contact-form form input[type=submit]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.contact .contact-form form .submitBtn {
  position: relative;
  width: 90%;
  margin: 6.4rem auto 0;
  border-radius: 6px;
  transition: 0.3s;
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contact .contact-form form .submitBtn {
    width: 100%;
    margin-top: 4rem;
  }
}
.contact .contact-form form .submitBtn .wpcf7-submit:disabled {
  background-color: #ccc;
}
.contact .contact-form form .submitBtn input[type=submit] {
  padding: 2.4rem 0;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  background: #333;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .contact-form form .submitBtn input[type=submit] {
    padding: 1.4rem 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.contact .contact-form form .submitBtn::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/subpage/arrow-right.png) no-repeat;
  background-size: contain;
  transition: 0.3s;
  position: absolute;
  z-index: 3;
  right: 5rem;
  top: 40%;
  transform: translateY(-50%);
}
.contact .contact-form form .submitBtn:hover {
  transform: scale(0.97);
  opacity: 1;
}
.contact .contact-form p {
  font-weight: 500;
  font-size: 1.4rem;
}
.contact .contact-form a {
  display: inline-block;
}

/*************************************************
privacy policy プライバシーポリシー
*********************************************/
.privacy {
  margin-top: 8rem;
}
.privacy .wrapper {
  max-width: 800px;
}
.privacy .wrapper p {
  padding: 2vw 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.benefit.contact {
  padding: 0;
}