@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.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;
}

area {
  border: none;
  outline: none;
}

/**
 * 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
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; /* 2 */
  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;
}

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

i {
  font-style: normal;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

body {
  background-color: #fff;
  font-size: 3.9vw;
  text-align: center;
  line-height: 120%;
  color: #2d2d2d;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

p {
  line-height: 120%;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

img {
  width: 100%;
}

section {
  padding: 4em 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

p {
  line-height: 160%;
}

a {
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wow {
  visibility: hidden;
}

@media only screen and (min-width: 640px) {
  section {
    padding: 5.5em 0;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-size: 1.1rem;
  }
  .inner {
    margin: 0 auto;
    max-width: 1000px;
  }
  p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .inner {
    max-width: 96rem;
  }
}
/* -------------------------田中エリナ------------------------- */
.wpcf7-submit {
  box-shadow: 0 4px 20px rgba(212, 32, 39, 0.3);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #d42027;
  color: #fff;
  font-weight: 500;
  padding: 0.9em 2em;
  border-radius: 25px !important;
  letter-spacing: 1px;
  font-size: 0.9em;
  display: inline-block;
  width: 100%;
  border: none;
  text-align: center;
  margin: 0 auto;
}
.wpcf7-submit:hover {
  background-color: #B91C22;
}
@media only screen and (min-width: 768px) {
  .wpcf7-submit {
    max-width: 500px;
    margin: 0 auto;
  }
}

header h1 {
  width: 180px;
  padding: 1em 0.5em;
}
header h1 .topLogo_sp {
  display: none;
}
header h1 .topLogo_pc {
  display: block;
}

.page-id-1223 header h1 .topLogo_sp {
  display: block;
}
.page-id-1223 header h1 .topLogo_pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-id-1223 header h1 .topLogo_sp {
    display: none;
  }
  .page-id-1223 header h1 .topLogo_pc {
    display: block;
  }
}

.titleWrap {
  margin-bottom: 2em;
}
.titleWrap .enTitle {
  color: #d42027;
  font-family: "Outfit", sans-serif;
  letter-spacing: 3px;
  font-size: 0.75em;
  display: block;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.titleWrap .jpTitle {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 0.6em;
  line-height: 120%;
}
.titleWrap .jpTitle span {
  color: #d42027;
}
.titleWrap .coment {
  color: #777;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 180%;
}

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.radiusBtn {
  font-weight: 500;
  padding: 0.9em 2em;
  border-radius: 25px;
  letter-spacing: 1px;
  font-size: 0.9em;
  display: inline-block;
}
.radiusBtn:hover {
  background-color: #B91C22;
  transition: 1s;
}
.radiusBtn.redBtn {
  background-color: #d42027;
  color: #fff;
}
.radiusBtn.redBtn:hover {
  background-color: #B91C22;
}
.radiusBtn.whiteBtn {
  border: 2px solid #d42027;
  color: #d42027;
}
.radiusBtn.whiteBtn:hover {
  background-color: #d42027;
  color: #fff;
}
.radiusBtn.lineBtn {
  background-color: #06C755;
  color: #fff;
}
.radiusBtn.lineBtn:hover {
  color: #fff;
  background-color: #06C755;
}

section.activities .wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4em;
}
section.activities .wrap .articleItem {
  width: 48%;
  display: block;
  text-align: left;
  margin-bottom: 1.5em;
}
section.activities .wrap .articleItem img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-bottom: 0.5em;
}
section.activities .wrap .articleItem h3 {
  font-weight: bold;
  line-height: 150%;
  font-size: 0.8em;
}
section.activities .wrap .articleItem .entry-date {
  color: #555;
  font-size: 0.8em;
}
section.activities .wrap .articleItem .entry-date i {
  margin-right: 0.5em;
}
section.activities .wrap .articleItem:hover {
  transform: translateY(-6px);
  transition: 0.5s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  section.activities .wrap .articleItem img {
    height: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  section.activities .wrap .articleItem {
    width: 23%;
  }
  section.activities .wrap .articleItem img {
    height: 210px;
  }
  section.activities .wrap .articleItem h3 {
    font-size: 0.8em;
  }
}

.subPage .titleWrap {
  margin-bottom: 3.5em;
}
@media only screen and (min-width: 1024px) {
  .subPage {
    padding-top: 5em;
  }
}

.hamburger-overlay {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 52px;
  height: 52px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: fixed;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 2px;
  background-color: #777;
  transition: all 0.6s;
  display: flex;
  justify-content: right;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 15px;
}

.hamburger-overlay__line:nth-of-type(2) {
  text-align: right;
  top: 25px;
}

.hamburger-overlay__line:nth-of-type(3) {
  text-align: right;
  top: 35px;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateX(-10px) translateY(10px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  width: 35px;
  transform: translateX(-10px) translateY(0px) rotate(45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  display: none;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.4s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.5s;
}

.nav-overlay.active .nav-overlay__item:nth-child(5) {
  transition-delay: 0.6s;
}

.nav-overlay.active .nav-overlay__item:nth-child(6) {
  transition-delay: 0.7s;
}

.nav-overlay.active .nav-overlay__item:nth-child(7) {
  transition-delay: 0.8s;
}

.nav-overlay.active .nav-overlay__item:nth-child(8) {
  transition-delay: 0.9s;
}

.nav-overlay.active .nav-overlay__item:nth-child(9) {
  transition-delay: 1s;
}

.nav-overlay__item:last-child {
  background-color: #d42027;
  display: inline-block;
  border-radius: 25px;
  width: 80%;
  color: #fff;
  border: 1px solid #d42027;
}
.nav-overlay__item:last-child:hover {
  background-color: #fff;
  color: #d42027;
}

.nav-overlay__link {
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-overlay__link:hover {
  color: #d42027;
}

@media only screen and (min-width: 1024px) {
  header {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    transition: background-color 0.3s ease;
  }
  header.is-white {
    background-color: rgba(255, 255, 255, 0.9);
  }
  header .hamburger-overlay {
    display: none;
  }
  header .menuWrap {
    position: initial;
  }
  header .nav-overlay {
    z-index: 2;
    width: 800px;
    height: auto;
    visibility: visible;
    left: auto;
    right: auto;
    position: initial;
    z-index: 2;
    opacity: 1;
    background: transparent;
    padding: 1em 0;
    padding: 0;
  }
  header .nav-overlay .nav-overlay__content {
    width: 100%;
    transform: none;
    position: initial;
  }
  header .nav-overlay .nav-overlay__list {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  header .nav-overlay .nav-overlay__list .nav-overlay__item {
    opacity: 1;
    transform: none;
  }
  header .nav-overlay .nav-overlay__list .nav-overlay__item:last-child {
    width: 180px;
  }
  header .nav-overlay .nav-overlay__list .nav-overlay__item a {
    font-size: 0.8em;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1240px) {
  header {
    padding: 0 3em;
  }
}
.page-id-1223 {
  position: relative;
}
.page-id-1223::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  /* ← 上から80% */
  background: #d42027;
  /* 好きな色 */
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .page-id-1223::before {
    background: none;
  }
}

.mvWrap .mv {
  width: 70%;
  margin: 4em auto;
}
.mvWrap .mv img {
  border-radius: 15px;
}
.mvWrap .nameWrap {
  margin-bottom: 2em;
}
.mvWrap .nameWrap .enCatch {
  color: #d42027;
  font-family: "Outfit", sans-serif;
  letter-spacing: 3px;
  font-size: 0.75em;
  display: block;
  font-weight: 600;
  margin-bottom: 2em;
}
.mvWrap .nameWrap .name {
  font-size: 2.8em;
  font-weight: 800;
  margin-bottom: 0.6em;
}
.mvWrap .nameWrap .name span {
  color: #d42027;
}
.mvWrap .nameWrap .jpCatch {
  display: block;
  margin-bottom: 1em;
}
.mvWrap .nameWrap p {
  font-size: 0.88em;
  color: #777;
  font-weight: 400;
}
.mvWrap .btnWrap {
  margin-bottom: 2.5em;
}
.mvWrap .btnWrap a.redBtn {
  box-shadow: 0 4px 20px rgba(212, 32, 39, 0.3);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mvWrap .btnWrap a.redBtn:hover {
  transform: translateY(-4px);
}
.mvWrap .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.mvWrap .wrap a.btnItem {
  border: 1px solid #f1f1f1;
  display: block;
  border-radius: 10px;
  width: 49%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1em;
  padding: 1em;
}
.mvWrap .wrap a.btnItem .icon {
  display: inline-block;
  background-color: rgba(212, 32, 39, 0.05);
  padding: 0.8em;
  border-radius: 5px;
  margin-bottom: 0.5em;
}
.mvWrap .wrap a.btnItem .icon i {
  color: #d42027;
  font-size: 0.9em;
}
.mvWrap .wrap a.btnItem p {
  text-align: center;
  font-size: 0.75em;
  line-height: 130%;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
.mvWrap .wrap a.btnItem:hover {
  transform: translateY(-4px);
  transition: 1s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.mvWrap .wrap a.btnItem:hover .icon {
  background-color: #d42027;
  transition: 0.5s;
}
.mvWrap .wrap a.btnItem:hover .icon i {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .mvWrap .mvWrap {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .mvWrap .mvWrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
    background: #d42027;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .mvWrap .mvWrap .mv {
    width: 50%;
    margin: 0;
    padding: 5em 4em;
    z-index: 2;
  }
  .mvWrap .mvWrap .nameWrap .name {
    font-size: 4em;
  }
  .mvWrap .mvWrap .rightItem {
    text-align: left;
    width: 50%;
    padding: 0 2em;
  }
  .mvWrap .mvWrap .rightItem .wrap a.btnItem {
    width: 24%;
    text-align: center;
    margin-bottom: 0;
    padding: 0.7em;
  }
  .mvWrap .mvWrap .rightItem .wrap a.btnItem p {
    font-size: 0.65em;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1240px) {
  .mvWrap .mvWrap .rightItem {
    padding: 0 4.5em;
    width: 45%;
  }
  .mvWrap .mvWrap .mv {
    width: 40%;
  }
}

.swiperWrap {
  background-color: #f5f3f0;
  padding: 2em 0;
  overflow: hidden;
}
.swiperWrap .swiper2,
.swiperWrap .swiper3 {
  width: 100%;
  max-width: 100%;
}
.swiperWrap .swiper2 .swiper-wrapper,
.swiperWrap .swiper3 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiperWrap .swiper2 .swiper-wrapper img,
.swiperWrap .swiper3 .swiper-wrapper img {
  border-radius: 10px;
}
.swiperWrap .swiper2 .swiper-wrapper .swiper-slide img,
.swiperWrap .swiper3 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.swiperWrap .swiper2 .swiper-wrapper .swiper-slide:hover img,
.swiperWrap .swiper3 .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

section.message {
  text-align: left;
  padding-bottom: 2em;
}
section.message .youtubeItem iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 4em;
}
section.message .txt p {
  color: #444;
  font-weight: 400;
  font-size: 0.93em;
  line-height: 200%;
  margin-bottom: 1.5em;
}
section.message .txt .sign {
  width: 100%;
  text-align: right;
}
section.message .txt .sign img {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  section.message .wrap {
    display: flex;
    justify-content: space-between;
  }
  section.message .wrap .youtubeItem {
    width: 45%;
  }
  section.message .wrap .youtubeItem iframe {
    height: 450px;
  }
  section.message .wrap .txt {
    width: 45%;
  }
  section.message .wrap .txt .sign img {
    width: 30%;
  }
}

section.profile {
  background: #f5f3f0;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  padding-top: 6em;
}
section.profile .wrap {
  margin-bottom: 3em;
}
section.profile .wrap .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.profile .wrap .img .imgItem {
  position: relative;
  margin-bottom: 2em;
}
section.profile .wrap .img .imgItem img {
  display: block;
  border-radius: 16px;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
section.profile .wrap .img .imgItem::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(8px, 8px);
  /* ← 右下にズラす */
  border: 2px solid #f4b6c2;
  border-radius: 20px;
  z-index: 1;
}
section.profile .wrap .txt {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5em 1.5em 2em;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
section.profile .wrap .txt p {
  color: #444;
  font-weight: 400;
  font-size: 0.93em;
  line-height: 200%;
  margin-bottom: 1.5em;
}
section.profile .wrap .txt a {
  color: #d42027;
  font-weight: 500;
  font-size: 0.9em;
}
section.profile .wrap .txt a i {
  margin-left: 1.5em;
}
@media only screen and (min-width: 1024px) {
  section.profile .wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  section.profile .wrap .img {
    width: 42%;
  }
  section.profile .wrap .txt {
    width: 55%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1280px) {
  section.profile .wrap .img {
    width: 40%;
  }
  section.profile .wrap .txt {
    width: 52%;
    padding: 3em;
  }
}

section.history .swiper1 {
  width: 100%;
  max-width: 100%;
  width: 100vw;
  overflow: visible !important;
}
section.history .swiper1 .swiper-wrapper {
  padding-bottom: 2.5em;
}
section.history .swiper1 .card {
  position: relative;
  border: 5px solid #d42027;
  border-radius: 20px;
}
section.history .swiper1 .card img {
  border-radius: 15px;
}
section.history .swiper1 .card .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1em;
  font-size: 0.7em;
  text-align: left;
  border-radius: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
section.history .swiper1 .card .txt .number {
  border-left: 3px solid #d42027;
  padding-left: 0.5em;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
section.history .swiper1 .card .txt h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
section.history .swiper1 .card .txt p {
  margin-bottom: 0;
}
section.history .swiper1 .swiper-pagination {
  z-index: 9;
}
section.history .swiper1 .swiper-button-next:after,
section.history .swiper1 .swiper-button-prev:after {
  display: none;
}
section.history .swiper1 .swiper-button-next,
section.history .swiper1 .swiper-button-prev {
  bottom: 0;
  top: auto;
}
section.history .swiper1 .swiper-button-next::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #444;
  z-index: 10;
}
section.history .swiper1 .swiper-button-prev::before {
  content: "\f137";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #444;
  z-index: 10;
}
section.history .swiper1 .swiper-pagination {
  padding-bottom: 0.3em;
}
@media only screen and (min-width: 1024px) {
  section.history .wrap {
    display: flex;
    align-items: center;
  }
  section.history .wrap .leftItem {
    width: 35%;
  }
  section.history .wrap .rightItem {
    width: 65%;
  }
  section.history .wrap .swiper1 {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
  }
  section.history .wrap .swiper1 .card .txt {
    padding: 2em;
  }
  section.history .wrap .swiper1 .card .txt .number {
    font-size: 2em;
  }
  section.history .wrap .swiper1 .card .txt h3 {
    font-size: 2.2em;
  }
}

section.with .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.with .wrap .imgItem {
  width: 100%;
  margin-bottom: 1em;
}
section.with .wrap .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
section.with .wrap .secondWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.with .wrap .secondWrap .imgItem {
  width: 48.5%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
section.with .wrap .secondWrap .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
section.with .marquee {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.with .marquee__inner {
  display: flex;
  width: 200%;
}
section.with .marquee__content {
  display: flex;
  gap: 15px;
}
section.with .item {
  flex: 0 0 auto;
  width: 200px;
  /* 好きな幅 */
  height: auto;
  /* 好きな高さ */
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
section.with {
  /* 左へ流す */
}
section.with .left {
  animation: scrollLeft 20s linear infinite;
}
section.with {
  /* 右へ流す */
}
section.with .right {
  animation: scrollRight 20s linear infinite;
}
section.with {
  /* ゆっくり版 */
}
section.with .slow {
  animation-duration: 30s;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 768px) {
  section.with .wrap {
    display: flex;
  }
  section.with .wrap .imgItem {
    width: 49.2%;
  }
  section.with .wrap .secondWrap {
    display: flex;
    width: 49.2%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.with .wrap .secondWrap .imgItem {
    width: 48.5%;
  }
}

section.achievements {
  background-color: #f5f3f0;
  padding-bottom: 10em;
}
section.achievements .achievementItem {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 2em;
}
section.achievements .achievementItem .img {
  position: relative;
}
section.achievements .achievementItem .img .number {
  left: 15px;
  top: 15px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d42027;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.85em;
}
section.achievements .achievementItem .img img {
  border-radius: 15px 15px 0 0;
}
section.achievements .achievementItem .txt {
  padding: 1.5em;
  text-align: left;
}
section.achievements .achievementItem .txt h3 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
section.achievements .achievementItem .txt p {
  color: #444;
  font-weight: 400;
  font-size: 0.9em;
}
section.achievements a {
  color: #d42027;
  font-weight: 500;
  font-size: 0.9em;
  margin: 0 auto;
}
section.achievements a i {
  margin-left: 1.5em;
}
@media only screen and (min-width: 768px) {
  section.achievements .wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  section.achievements .wrap .achievementItem {
    width: 32%;
  }
  section.achievements .wrap .achievementItem .txt h3 {
    font-size: 1em;
  }
  section.achievements .wrap .achievementItem .txt p {
    font-size: 0.75em;
  }
}

section.policies {
  background: #d42027;
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
  margin-top: -6em;
  padding-top: 7em;
}
section.policies .titleWrap .enTitle {
  color: #fff;
}
section.policies .titleWrap .jpTitle {
  color: #fff;
}
section.policies .titleWrap .coment {
  color: #fff;
}
section.policies .policyItem {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 1.5em;
  text-align: left;
  color: #fff;
  margin-bottom: 1em;
}
section.policies .policyItem .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  margin-bottom: 1em;
}
section.policies .policyItem .icon i {
  font-size: 1.1em;
}
section.policies .policyItem h3 {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
section.policies .policyItem:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 1s;
}
section.policies a {
  display: block;
}
section.policies a:hover {
  transform: translateY(-6px);
  transition: 0.5s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  section.policies .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3em;
  }
  section.policies .wrap .policyItem {
    width: 49%;
  }
  section.policies .wrap .policyItem p {
    font-size: 0.85em;
  }
  section.policies a {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  section.policies .wrap .policyItem {
    width: 32%;
  }
  section.policies .wrap .policyItem p {
    font-size: 0.8em;
  }
}

section.yourVoice {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  background-color: #fff;
}
section.yourVoice .imgWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.yourVoice .imgWrap .imgItem {
  width: 49%;
  margin-bottom: 1em;
}
section.yourVoice .imgWrap .imgItem:last-child {
  width: 100%;
}
section.yourVoice .imgWrap .imgItem img {
  border-radius: 15px;
}
section.yourVoice .formItem {
  background-color: #f5f3f0;
  border-radius: 15px;
  padding: 2em;
  text-align: left;
}
section.yourVoice .formItem h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
section.yourVoice .formItem .wpcf7 label {
  font-size: 0.8em;
  color: #555;
  display: block;
  margin-bottom: 0.5em;
}
section.yourVoice .formItem .wpcf7 input,
section.yourVoice .formItem .wpcf7 textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 0.5em;
}
section.yourVoice .formItem .wpcf7 p {
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  section.yourVoice .wrap {
    display: flex;
    justify-content: space-between;
  }
  section.yourVoice .wrap .imgWrap {
    width: 49%;
  }
  section.yourVoice .wrap .imgWrap .imgItem:last-child {
    margin-bottom: 0;
  }
  section.yourVoice .wrap .formItem {
    width: 49%;
  }
}

section.voices {
  background-color: #f5f3f0;
}
section.voices .voiceItem {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: left;
}
section.voices .voiceItem::before {
  content: "”";
  font-size: 2em;
  color: rgba(212, 32, 39, 0.2);
  line-height: 60%;
}
section.voices .voiceItem p {
  color: #444;
  font-weight: 400;
  font-size: 0.9em;
}
section.voices .voiceItem .voiceNameWrap {
  display: flex;
  border-top: 1px solid #f1f1f1;
  padding-top: 1em;
  margin-top: 1em;
}
section.voices .voiceItem .voiceNameWrap .nameIcon {
  width: 40px;
  height: 40px;
  background: #d42027;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.85em;
  margin-right: 1em;
}
section.voices .voiceItem .voiceNameWrap .name p {
  font-weight: 500;
}
section.voices .voiceItem .voiceNameWrap .name span {
  color: #777;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  section.voices .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.voices .wrap .voiceItem {
    width: 32%;
  }
  section.voices .wrap .voiceItem p {
    font-size: 0.8em;
  }
}

section.support .supportItem {
  background-color: #f5f3f0;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
  text-align: left;
}
section.support .supportItem .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(212, 32, 39, 0.05);
  border-radius: 10px;
  margin-bottom: 1em;
}
section.support .supportItem .icon.line {
  background-color: rgba(6, 199, 85, 0.05);
}
section.support .supportItem .icon.line i {
  color: #06C755;
}
section.support .supportItem .icon i {
  font-size: 1.3em;
  color: #d42027;
}
section.support .supportItem h3 {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
section.support .supportItem p {
  color: #777;
  font-size: 0.85em;
  margin-bottom: 1em;
}
section.support .supportItem .snsWrap {
  margin-bottom: 1em;
}
section.support .supportItem .snsWrap a {
  width: 35px;
  height: 35px;
  background: #d42027;
  color: #fff;
  background-color: #444;
  margin-right: 0.3em;
}
section.support .supportItem .snsWrap a:hover {
  background-color: #d42027;
  transition: 0.5s;
}
section.support .supportItem a.redBtn,
section.support .supportItem a.lineBtn {
  width: 100%;
  text-align: center;
}
section.support .supportItem {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
section.support .supportItem:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 640px) {
  section.support .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.support .wrap .supportItem {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
  section.support .wrap .supportItem a.radiusBtn {
    margin-top: auto;
  }
}
@media only screen and (min-width: 768px) {
  section.support .wrap {
    align-items: flex-start;
  }
  section.support .wrap .supportItem p {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 1024px) {
  section.support .wrap {
    align-items: stretch;
  }
  section.support .wrap .supportItem {
    width: 32%;
  }
}

footer {
  background-color: #2d2d2d;
  border-top: 4px solid #d42027;
  padding: 5em 0;
  text-align: left;
}
footer .title {
  margin-bottom: 3em;
}
footer .title .name {
  margin-bottom: 1.2em;
}
footer .title .name .en {
  color: #d42027;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-right: 0.5em;
}
footer .title .name .jp {
  color: #ccc;
}
footer p {
  color: #777;
  margin-bottom: 1.2em;
}
footer p.action {
  font-family: "Outfit", sans-serif;
  color: #B91C22;
  font-style: italic;
  font-size: 1.5em;
  font-weight: 700;
}
footer h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
}
footer ul {
  margin-bottom: 2em;
}
footer ul li {
  color: #777;
  font-weight: 400;
  margin-bottom: 0.8em;
  font-size: 0.9em;
}
footer .snsWrap {
  margin-bottom: 1em;
}
footer .snsWrap a {
  width: 38px;
  height: 38px;
  background: #d42027;
  color: #fff;
  background-color: #444;
  margin-right: 0.3em;
}
footer .snsWrap a:hover {
  background-color: #d42027;
  transition: 0.5s;
}
footer .policyWrap {
  border-top: 1px solid #444;
  margin-top: 3em;
  padding-top: 3em;
  font-size: 0.75em;
  color: #444;
}
footer .policyWrap p {
  text-align: center;
}
footer .policyWrap .btnWrap {
  display: flex;
  justify-content: center;
}
footer .policyWrap .btnWrap a {
  margin-right: 1em;
  color: #ccc;
}
footer .policyWrap .btnWrap a:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  footer .wrap {
    display: flex;
  }
  footer .wrap .title,
  footer .wrap .centerItem,
  footer .wrap .rightItem {
    width: 33%;
  }
  footer .policyWrap {
    display: flex;
    justify-content: space-between;
  }
}

.profilePage .history {
  border-top: 1px solid #f1f1f1;
  padding: 1.5em 0;
  text-align: left;
}
.profilePage .history .yearItem {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.profilePage .history .yearItem .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(212, 32, 39, 0.05);
  border-radius: 5px;
}
.profilePage .history .yearItem .icon i {
  color: #d42027;
  font-size: 0.9em;
}
.profilePage .history .yearItem .year {
  color: #d42027;
  width: 30%;
  text-align: center;
  font-weight: 500;
}
.profilePage .history .yearItem .contents {
  flex: 1;
  color: #444;
  font-weight: 400;
  font-size: 0.9em;
}
.profilePage .history .yearItem:hover .icon {
  background-color: #d42027;
  transition: 1s;
}
.profilePage .history .yearItem:hover .icon i {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .profilePage .history .yearItem {
    margin: 0 auto 1em;
    max-width: 600px;
  }
}

.contactPage section {
  background-color: #f5f3f0;
}
.contactPage section form {
  background-color: #fff;
  border-radius: 15px;
  padding: 1.5em;
  text-align: left;
  color: #444;
}
.contactPage section form dt {
  margin-bottom: 0.5em;
}
.contactPage section form dt span {
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 0 1em;
  letter-spacing: 2px;
}
.contactPage section form dt span.must {
  background-color: #d42027;
}
.contactPage section form dt span.optional {
  background-color: #999;
}
.contactPage section form dd .wpcf7-list-item {
  display: block;
  padding-bottom: 0.5em;
}
.contactPage section form dd .wpcf7-list-item.last {
  padding-bottom: 0em;
}
.contactPage section form dd {
  margin: 0 0 2em;
}
.contactPage section form input,
.contactPage section form textarea {
  border-radius: 8px;
}
.contactPage section form .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.contactPage section form p.btn_contact7 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contactPage section form {
    padding: 3em;
  }
}
@media only screen and (min-width: 1024px) {
  .contactPage section form {
    max-width: 800px;
    margin: 0 auto;
    padding: 4em;
  }
  .contactPage section form dd .wpcf7-list-item {
    display: inline-block;
  }
  .contactPage section form input {
    max-width: 500px;
  }
}

.activitiesPage section.activities {
  padding: 0;
}
.activitiesPage section.activities .pagination {
  text-align: center;
  margin-bottom: 7em;
  display: flex;
  justify-content: center;
}
.activitiesPage section.activities .pagination a,
.activitiesPage section.activities .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  text-decoration: none;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  padding: 14px 0;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.activitiesPage section.activities .pagination a:hover {
  opacity: 0.7;
}
.activitiesPage section.activities .pagination .current {
  background: #d42027;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .activitiesPage section.activities .pagination a,
  .activitiesPage section.activities .pagination span {
    margin: 2px 0;
    width: 36px;
    height: 36px;
    padding: 10px 0;
  }
}