@charset "UTF-8";
/* 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] {
  -webkit-text-decoration: underline dotted;
          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 { /* 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] {
  appearance: checkbox;
}

[type=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;
}

/* ---------------------------------------------
アニメーション
-----------------------------------------------*/
.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger, .fadeInTrigger {
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

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

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.delay02 {
  animation-delay: 0.2s;
}

.delay04 {
  animation-delay: 0.4s;
}

.delay06 {
  animation-delay: 0.6s;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino-kaku-gothic-pron", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.6;
  color: #333;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  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;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  /*image-rendering: -webkit-optimize-contrast;*/
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  display: block;
  color: #333;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    /*opacity: $opacity;*/
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 430px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #333;
  transition: 0.3s;
  will-change: transform;
  letter-spacing: 0.05em;
}
button:focus {
  text-decoration: none;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
  }
}

.wide-wrapper {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .wide-wrapper {
    width: 95%;
  }
}

.ttl .ttl_en {
  font: 500 1.6rem/1.2 "gill-sans-nova", sans-serif;
  color: #C95D43;
  display: flex;
}
@media screen and (max-width: 430px) {
  .ttl .ttl_en {
    font-size: 1.4rem;
  }
}
.ttl .ttl_en span {
  margin-left: 9px;
}
@media screen and (max-width: 430px) {
  .ttl .ttl_en span {
    margin-left: 5px;
  }
}
.ttl .ttl_en span img {
  width: 1.8rem;
  height: 2.1rem;
  object-fit: contain;
}
@media screen and (max-width: 430px) {
  .ttl .ttl_en span img {
    width: 1.4rem;
    height: 1.8rem;
  }
}
.ttl .ttl_jp {
  font: 700 3rem/1.4 "Noto Sans JP", sans-serif;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .ttl .ttl_jp {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 430px) {
  .ttl .ttl_jp {
    font-size: 2.2rem;
    margin-top: 0.4rem;
  }
}

.program_hukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 3rem;
  min-width: 166px;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: #FFF;
  border-radius: 30px;
  border: solid 2px #BDBFC4;
  margin-left: 3.5rem;
  z-index: 10;
}
@media screen and (max-width: 430px) {
  .program_hukidashi {
    font-size: 1.4rem;
    padding: 5px 2rem;
    margin-left: 1rem;
  }
}
.program_hukidashi::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #FFF;
  z-index: 2;
}
.program_hukidashi::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border: 11px solid transparent;
  border-top: 11px solid #BDBFC4;
  z-index: 1;
}
.contact_btn a {
  background: #C95D43;
  color: #fff;
  font: 700 1.8rem/1.2 "hiragino-kaku-gothic-pron", sans-serif;
  width: 50%;
  min-width: 500px;
  margin: 12rem auto 0;
  display: flex;
  justify-content: center;
  padding: 3rem 2rem 2.8rem;
  border-radius: 16px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 430px) {
  .contact_btn a {
    min-width: auto;
    width: 90%;
    text-align: center;
    align-items: center;
    line-height: 1.5;
    padding: 1.8rem 2rem;
    margin-top: 8rem;
    font-size: 1.4rem;
  }
}
.contact_btn a:hover {
  transform: translateY(4px);
  filter: none;
}
.contact_btn a span {
  margin-left: 1rem;
}
.contact_btn a span img {
  width: 1.3rem;
  height: 1.6rem;
  object-fit: contain;
  vertical-align: middle;
}
@media screen and (max-width: 430px) {
  .contact_btn a span {
    margin-left: 2rem;
  }
}

.bg_y {
  background: #FAF8F6;
}

.pc {
  display: block;
}

.sp, .ssp {
  display: none;
}

.pc-tb {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc, .ssp {
    display: none;
  }
  .sp, .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .sp, .ssp {
    display: block;
  }
  .pc-tb, .pc {
    display: none;
  }
}
.kojin_btn a {
  margin-top: 8rem;
  border: 1px solid #C95D43;
  color: #C95D43;
  background: #fff;
}
@media screen and (max-width: 430px) {
  .kojin_btn a {
    margin-top: 4rem;
  }
}

.l-nav {
  display: none;
}
@media screen and (max-width: 430px) {
  .is-fixed .l-nav {
    opacity: 1;
    pointer-events: all;
  }
  .l-nav-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 7.3152889539vw;
  }
  .l-nav__button {
    width: calc(100% - 3.5em);
    height: 7.3152889539vw;
    margin: 0 auto;
  }
  .l-nav__button a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a79280;
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

/*=========================================
/
/                  ヘッダー
/
/=========================================*/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_logo {
  margin-left: 2.5rem;
  width: 200px;
  opacity: 0;
}
@media screen and (max-width: 380px) {
  .header .header_logo img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 430px) {
  .header .header_link {
    flex-basis: 100%;
  }
}
.header .header_nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2.2rem;
}
@media screen and (max-width: 924px) {
  .header .header_nav ul {
    column-gap: 2vw;
  }
}
.header .header_nav ul .header_nav_item {
  font-size: 1.4rem;
  margin-top: 5px;
  position: relative;
}
@media screen and (max-width: 924px) {
  .header .header_nav ul .header_nav_item {
    font-size: 1.2rem;
  }
}
.header .header_nav ul .header_nav_item::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #C95D43;
  border-radius: 50%;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
.header .header_nav ul .header_nav_item:hover {
  color: #C95D43;
}
.header .header_nav ul .header_nav_item:hover::after {
  transition: 0.3s;
  opacity: 1;
}
.header .header_nav ul .header_contact {
  background: #C95D43;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 2.6rem 2rem 2rem 2.6rem;
  border-radius: 0 0 0 1.6rem;
  margin-top: 0;
  transition: 0.3s;
}
.header .header_nav ul .header_contact::after {
  content: none;
}
.header .header_nav ul .header_contact:hover {
  background: #06368E;
  color: #fff;
}
.header .header_nav ul .header_contact span {
  margin-left: 1rem;
}
.header .header_nav ul .header_contact span img {
  vertical-align: baseline;
}
.header .personal_btn {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  margin: 2rem 1rem 0 auto;
  align-items: flex-end;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 380px) {
  .header .personal_btn {
    width: 100%;
    margin: 0.8rem auto 0;
    justify-content: center;
  }
}
.header .personal_btn strong {
  font-size: 1.2rem;
}
.header .personal_btn svg path {
  transition: 0.3s;
}
.header .personal_btn:hover {
  color: #C95D43;
}
.header .personal_btn:hover svg path {
  fill: #C95D43;
}

.kv_arrow {
  margin-left: 0.8rem;
}
.kv_arrow svg {
  vertical-align: inherit;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
  position: fixed;
  z-index: 999;
  /*最前面へ*/
  animation: DownAnime 0.5s forwards;
  height: 50px;
  background: #fff;
}
@media screen and (max-width: 380px) {
  #header.HeightMin {
    height: 38.4px;
    height: 48px;
  }
}
#header.HeightMin .header_logo {
  opacity: 1;
  width: 270px;
}
#header.HeightMin .header_logo img {
  vertical-align: middle;
}
#header.HeightMin .header_contact {
  padding: 1.4rem 1.8rem 1rem 2.4rem;
}
#header.HeightMin .personal_btn {
  display: none;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .burger-btn {
    display: block;
    width: 52px;
    height: 50px;
    position: relative;
    z-index: 999;
    border: none;
    margin: 0 0 0 auto;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 380px) {
  .burger-btn {
    margin-right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn .bar {
    width: 30px;
    height: 2px;
    border-radius: 1rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #C95D43;
  }
  .burger-btn .bar_top {
    top: 18px;
  }
  .burger-btn .bar_mid {
    top: 25px;
  }
  .burger-btn .bar_bottom {
    top: 32px;
  }
  .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%, -10px) 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: #F5EFED;
    border: none;
    padding: 0;
    min-width: auto;
    overflow-y: scroll;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  #nav-header-menu {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #nav-header-menu ul {
    flex-direction: column;
    width: 80%;
    margin: 10vw auto 0;
  }
  #nav-header-menu ul li {
    width: 100%;
  }
  #nav-header-menu ul a {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  #nav-header-menu ul a {
    font-size: 2vw;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  #nav-header-menu ul a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #nav-header-menu ul .header_contact {
    font-size: 2vw;
    border-radius: 1rem;
    margin-top: 2rem;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  #nav-header-menu ul .header_contact {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #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%;
  }
  .sp_contact_btn {
    position: absolute;
    top: 0;
    right: 70px;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .sp_contact_btn {
    right: 53px;
  }
}
@media screen and (max-width: 768px) {
  .sp_contact_btn a {
    background: #C95D43;
    color: #fff;
    font-size: 1.4rem;
    padding: 1.3rem 1.5rem 1.5rem;
  }
  .sp_contact_btn a img {
    width: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 380px) {
  .sp_contact_btn a {
    font-size: 1.2rem;
  }
}
.header.thanks_page .header_logo {
  opacity: 1;
}
@media screen and (max-width: 430px) {
  .header.thanks_page .header_logo {
    margin-left: 2rem;
  }
}

.footer {
  margin-top: 2rem;
}
.footer .footer_logo {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    width: 40%;
  }
}
@media screen and (max-width: 430px) {
  .footer .footer_logo {
    width: 60%;
  }
}
.footer .footer_container {
  display: flex;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .footer .footer_container {
    flex-direction: column;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 430px) {
  .footer .footer_container {
    margin-top: 3.2rem;
    row-gap: 2.8rem;
  }
}
.footer .footer_container .footer_box {
  flex: 1;
}
.footer .footer_container .footer_ttl {
  border-left: 6px solid #707070;
  padding-left: 10px;
  font: 700 1.4rem/1.2 "hiragino-kaku-gothic-pron", sans-serif;
  color: #707070;
}
@media screen and (max-width: 430px) {
  .footer .footer_container .footer_ttl {
    font-size: 1.3rem;
    border-left: 4px solid #707070;
  }
}
.footer .footer_container .footer_link {
  display: flex;
  margin-top: 1.8rem;
}
@media screen and (max-width: 430px) {
  .footer .footer_container .footer_link {
    flex-wrap: wrap;
    row-gap: 0.8rem;
    margin-top: 1.2rem;
  }
}
.footer .footer_container .footer_link .footer_link_item {
  font: 400 1.2rem/1.2 "hiragino-kaku-gothic-pron", sans-serif;
  margin-right: 1.5rem;
}
.footer .footer_container .footer_link .footer_link_item:hover {
  color: #C95D43;
}
.footer .footer_container .footer_link .footer_link_item::after {
  content: "|";
  color: #707070;
  margin-left: 1.5rem;
}
.footer .footer_container li:last-child .footer_link_item::after {
  content: none;
}
.footer .copyright {
  background: #06368E;
  margin-top: 2.8rem;
  padding: 1.4rem 0 8px;
}
@media screen and (max-width: 430px) {
  .footer .copyright {
    padding: 1rem;
  }
}
.footer .copyright p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 430px) {
  .footer .copyright p {
    font-size: 1rem;
  }
}

/*=========================================
/                 KV
/=========================================*/
.kv {
  position: relative;
  height: 100vh;
  min-height: 670px;
  max-height: 750px;
}
@media screen and (min-width: 1600px) {
  .kv {
    max-height: 1080px;
  }
}
@media screen and (max-width: 430px) {
  .kv {
    height: 85vh;
    min-height: 630px;
  }
}
@media screen and (max-width: 380px) {
  .kv {
    height: 70vh;
  }
}
.kv .kv_text {
  min-width: 700px;
  position: absolute;
  top: 11.7044623263vw;
  left: 5.8522311631vw;
  left: 8vw;
  z-index: 10;
}
@media screen and (min-width: 1600px) {
  .kv .kv_text {
    top: 50%;
    transform: translateY(-50%);
    left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_text {
    min-width: auto;
  }
}
@media screen and (max-width: 430px) {
  .kv .kv_text {
    width: 100%;
    top: 17vh;
    left: 0;
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 380px) {
  .kv .kv_text {
    top: 20vh;
  }
}
.kv .kv_text .logo_kv {
  width: 34.5281638625vw;
}
@media screen and (max-width: 430px) {
  .kv .kv_text .logo_kv {
    width: 66vw;
  }
}
@media screen and (max-width: 380px) {
  .kv .kv_text .logo_kv {
    width: 70%;
  }
}
.kv .kv_text .kv_cachcopy {
  font: 500 2.1vw/2 "Noto Sans JP", sans-serif;
  margin-top: 5rem;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .kv .kv_text .kv_cachcopy {
    font-size: 2.3vw;
  }
}
.kv .kv_text .kv_cachcopy strong {
  color: #C95D43;
}
@media screen and (max-width: 767px) {
  .kv .kv_text .kv_cachcopy {
    margin-top: 2rem;
    font-size: 3vw;
  }
}
@media screen and (max-width: 430px) {
  .kv .kv_text .kv_cachcopy {
    margin-top: 2.4rem;
    font-size: 4.8vw;
    line-height: 2;
  }
}
.kv .kv_text .kv_cta_container {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_text .kv_cta_container {
    width: 65%;
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 430px) {
  .kv .kv_text .kv_cta_container {
    width: 100%;
  }
}
.kv .kv_text .kv_cta_container .kv_contact {
  background: #C95D43;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  width: 29.4074615947vw;
  min-width: 402px;
  text-align: center;
  border-radius: 1.6rem;
  padding: 2rem;
  padding: 1.6%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .kv .kv_text .kv_cta_container .kv_contact {
    padding: 2% 1.6%;
  }
}
@media screen and (max-width: 430px) {
  .kv .kv_text .kv_cta_container .kv_contact {
    padding: 1rem 1.6rem;
    border-radius: 4rem;
    left: 50%;
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 380px) {
  .kv .kv_text .kv_cta_container .kv_contact {
    top: 52vh;
    font-size: 1.2rem;
  }
}
.kv .kv_text .kv_cta_container .kv_contact svg path {
  fill: #fff;
}
.kv .kv_text .kv_cta_container .kv_contact:hover {
  transform: translateY(2px);
  filter: none;
}
@media screen and (max-width: 430px) {
  .kv .kv_text .kv_cta_container .kv_contact:hover {
    transform: none;
  }
}
.kv .kv_text .kv_cta_container .kv_go-personal {
  color: #707070;
  border: 1px solid #707070;
  font-weight: 400;
  font-size: 1.2rem;
  background: #fff;
  width: 29.4074615947vw;
  text-align: center;
  border-radius: 1.4rem;
  padding: 1.5rem 2rem;
  padding: 1.2% 2%;
  margin-top: 1.6rem;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  min-width: 402px;
  z-index: 10;
}
.kv .kv_text .kv_cta_container .kv_go-personal svg path {
  fill: #707070;
}
.kv .kv_text .kv_cta_container .kv_go-personal:hover {
  transform: translateY(2px);
  filter: none;
}
@media screen and (max-width: 767px) {
  .kv .kv_text .kv_cta_container .kv_go-personal {
    min-width: 300px;
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .kv .kv_text .kv_cta_container .kv_go-personal {
    top: 51vh;
    min-width: auto;
    width: 100%;
    left: 50%;
  }
}
@media screen and (max-width: 380px) {
  .kv .kv_text .kv_cta_container .kv_go-personal {
    top: 63vh;
    font-size: 1.2rem;
  }
}
.kv .kv_img {
  width: 45%;
  position: absolute;
  right: 0;
  top: 19.7512801756vw;
  top: 10vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 1600px) {
  .kv .kv_img {
    width: 40%;
    top: 55%;
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .kv .kv_img {
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_img {
    top: auto;
    bottom: 0;
    width: 57%;
    transform: none;
  }
}
@media screen and (max-width: 430px) {
  .kv .kv_img {
    width: 95%;
    bottom: 13%;
  }
}
@media screen and (max-width: 380px) {
  .kv .kv_img {
    width: 97%;
    bottom: 4%;
  }
}

.kv_comment {
  margin-top: 6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv_comment {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 430px) {
  .kv_comment {
    width: 90%;
    margin-top: -6rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 380px) {
  .kv_comment {
    margin-top: 3rem;
  }
}
.kv_comment .kv_comment_point {
  width: 5rem;
}
.kv_comment .kv_comment_txt {
  margin-top: 2rem;
  font: 600 1.4rem/2 "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (max-width: 430px) {
  .kv_comment .kv_comment_txt {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
  .kv_comment .kv_comment_txt .sp {
    display: none;
  }
}

/*=========================================
/            プログラム導入企業
/=========================================*/
.company_logo {
  margin-top: 8rem;
}
@media screen and (min-width: 1600px) {
  .company_logo {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .company_logo {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 430px) {
  .company_logo {
    margin-top: 6.4rem;
  }
}
.company_logo .logo_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 4rem 2rem;
}
@media screen and (max-width: 430px) {
  .company_logo .logo_container {
    flex-direction: column;
    row-gap: 4rem;
    padding: 0;
  }
}
.company_logo .logo_container .company_ttl {
  font: 600 1.8rem/1 "hiragino-kaku-gothic-pron", sans-serif;
  flex-basis: 15%;
}
@media screen and (max-width: 767px) {
  .company_logo .logo_container .company_ttl {
    flex-basis: 24%;
  }
}
.company_logo .logo_container .c-company-logo-list {
  flex-basis: 80%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3vw 5vw;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  .company_logo .logo_container .c-company-logo-list {
    gap: 2vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .company_logo .logo_container .c-company-logo-list {
    flex-basis: 75%;
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 5vw 6vw;
  }
}
@media screen and (max-width: 430px) {
  .company_logo .logo_container .c-company-logo-list {
    width: 95%;
  }
  .company_logo .logo_container .c-company-logo-list .c-company-logo-list__item img {
    vertical-align: baseline;
  }
}
.company_logo .logo_container .c-company-logo-list .c-company-logo-list__item {
  aspect-ratio: unset;
}

/*=========================================
/            プログラム紹介
/================== =======================*/
.program {
  margin-top: -6rem;
  padding-top: 19rem;
}
@media screen and (min-width: 1600px) {
  .program {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 430px) {
  .program {
    padding-top: 19rem;
  }
}
.program .ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.program .ttl_three {
  width: 94px;
  margin-top: 1rem;
}
@media screen and (max-width: 430px) {
  .program .ttl_three {
    width: 6rem;
    margin-top: 0;
  }
}
.program .program_lead {
  margin-top: 7.2rem;
  font: 600 1.8rem/2 "hiragino-kaku-gothic-pron", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program .program_lead {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 430px) {
  .program .program_lead {
    margin-top: 3.8rem;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 0 1rem;
  }
}
.program .program_lead_img {
  width: 420px;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 430px) {
  .program .program_lead_img {
    width: 70%;
    margin-top: 2.4rem;
  }
}
.program .wrapper-o {
  width: 911px;
  min-width: 911px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .program .wrapper-o {
    min-width: auto;
    width: 95%;
  }
}
@media screen and (max-width: 430px) {
  .program .wrapper-o {
    width: 100%;
  }
}
.program .program_contents {
  background: linear-gradient(90deg, #FAF8F6 0%, #FAF8F6 80%, transparent 80%, transparent 100%), url(../images/normal/program_bg_will.png) no-repeat;
  padding: 6vw 0 6vw 8vw;
  background-size: contain;
  background-position: right;
  margin-right: 4vw;
  margin-top: 6.4rem;
}
@media screen and (min-width: 1600px) {
  .program .program_contents {
    margin-right: 8%;
    background: linear-gradient(90deg, #FAF8F6 0%, #FAF8F6 88%, transparent 88%, transparent 100%), url(../images/normal/program_bg_will.png) no-repeat;
    background-size: contain;
    background-position: right;
  }
}
@media screen and (max-width: 1300px) {
  .program .program_contents {
    margin-right: 1%;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .program .program_contents {
    background: linear-gradient(90deg, #FAF8F6 0%, #FAF8F6 90%, transparent 90%, transparent 100%), url(../images/normal/program_spbg_will.png) no-repeat;
    background-size: contain;
    background-position: right;
    margin-right: 1%;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents {
    margin: 4.8rem auto 0;
    background: #FAF8F6;
    border-radius: 0 3rem 3rem 0;
    border-top: 2px solid #06368E;
    width: 100%;
    padding: 4.8rem 2rem;
  }
}
.program .program_contents .program_contents_ttl {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
  background: #fff;
  color: #06368E;
  padding: 2.5rem 3.9rem;
  border-radius: 16px;
  font: 600 2.6rem/1.2 "hiragino-kaku-gothic-pron", sans-serif;
  filter: drop-shadow(0 1px 24px rgba(6, 54, 142, 0.08));
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_contents_ttl {
    font-size: 2.4rem;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_contents_ttl {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    width: 100%;
    border-radius: 1rem;
    column-gap: 1rem;
  }
}
.program .program_contents .program_contents_ttl span {
  background: #06368E;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_contents_ttl span {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
}
.program .program_contents .program_inner_container {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2.9261155816vw;
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_inner_container {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    row-gap: 2rem;
  }
}
.program .program_contents .program_inner_container .program_inner_img {
  flex-basis: 45%;
}
.program .program_contents .program_inner_container .program_inner_img img {
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_inner_container .program_inner_img img {
    height: 300px;
    object-fit: contain;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_inner_container .program_inner_img img {
    height: 160px;
  }
}
.program .program_contents .program_inner_container .program_txt {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_inner_container .program_txt {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_inner_container .program_txt {
    padding: 0;
  }
}
.program .program_contents .program_inner_container .program_txt .program_txt_lead {
  font: 600 1.8rem/1.5 "hiragino-kaku-gothic-pron", sans-serif;
  padding: 0 0.25rem 0.5rem;
  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;
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_inner_container .program_txt .program_txt_lead {
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
  }
}
.program .program_contents .program_inner_container .program_txt .program_txt_p {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_inner_container .program_txt .program_txt_p {
    margin-top: 1.6rem;
    padding: 0 1rem 2rem 1rems;
  }
}
.program .program_contents .program_inner_container .program_txt .program_txt_p::after {
  content: "";
  width: 28px;
  height: 3px;
  background: #06368E;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_inner_container .program_txt .program_txt_p::after {
    right: 1rem;
  }
}
.program .program_contents .program_inner_container .program_txt .program_txt_p p {
  margin-top: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_inner_container .program_txt .program_txt_p p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.program .program_contents .program_before_after {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  filter: drop-shadow(0 1px 24px rgba(20, 97, 137, 0.08));
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_before_after {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_before_after {
    width: 100%;
  }
}
.program .program_contents .program_before_after .before {
  flex-basis: 40%;
}
.program .program_contents .program_before_after .before .program_kadai_list {
  margin-top: -5rem;
  border-radius: 16px 0 0 16px;
  padding: 5rem 5px 4rem 5rem;
  background: #EDEFF5;
  position: relative;
  z-index: 0;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_before_after .before .program_kadai_list {
    border-radius: 16px 16px 0 0;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_before_after .before .program_kadai_list {
    padding: 5rem 1rem 5.8rem 4rem;
    height: 19rem;
  }
}
.program .program_contents .program_before_after .before .program_kadai_list::after {
  width: 20px;
  content: "";
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #EDEFF5;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_before_after .before .program_kadai_list::after {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100%;
    height: 20px;
    top: auto;
    bottom: -20px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_before_after .before .program_kadai_list::after {
    content: none;
  }
}
.program .program_contents .program_before_after .before .program_kadai_list .program_kadai_item {
  font-size: 1.4rem;
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_before_after .before .program_kadai_list .program_kadai_item {
    font-size: 1.2rem;
  }
}
.program .program_contents .program_before_after .before .program_kadai_list .program_kadai_item:first-child {
  margin-top: 0;
}
.program .program_contents .program_before_after .before .program_kadai_list .program_kadai_item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  background: #2B2C33;
  display: inline-block;
  left: -2rem;
}
.program .program_contents .program_before_after .after {
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_before_after .after {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_before_after .after {
    margin-top: -3rem;
  }
}
.program .program_contents .program_before_after .after .program_hukidashi {
  border-color: #06368E;
  color: #06368E;
}
.program .program_contents .program_before_after .after .program_hukidashi::after {
  border-top: 11px solid #06368E;
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_before_after .after .program_hukidashi {
    top: -1rem;
  }
}
.program .program_contents .program_before_after .after .program_kadai_list {
  margin-top: -5rem;
  border-radius: 0 16px 16px 0;
  padding: 5rem 5px 4rem 7rem;
  background: #fff;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .program .program_contents .program_before_after .after .program_kadai_list {
    padding-top: 6rem;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_before_after .after .program_kadai_list {
    height: auto;
    padding-left: 3.5rem;
    padding: 5rem 1rem 4rem 3.5rem;
  }
}
.program .program_contents .program_before_after .after .program_kadai_list .program_kadai_item {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1.4rem;
  position: relative;
}
.program .program_contents .program_before_after .after .program_kadai_list .program_kadai_item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 430px) {
  .program .program_contents .program_before_after .after .program_kadai_list .program_kadai_item {
    font-size: 1.3rem;
  }
}
.program .program_contents .program_before_after .after .program_kadai_list .program_kadai_item::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/normal/program_will_star.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -2rem;
}
.program .program_contents.can {
  background: url(../images/normal/program_bg_can.png) no-repeat, linear-gradient(270deg, #FAF8F6 0%, #FAF8F6 80%, transparent 80%, transparent 100%);
  margin: 5.8rem 0 0 4vw;
  padding: 6vw 8vw 6vw 0;
  background-position: left;
  background-size: contain;
}
@media screen and (min-width: 1600px) {
  .program .program_contents.can {
    margin-left: 8%;
    background: url(../images/normal/program_bg_can.png) no-repeat, linear-gradient(270deg, #FAF8F6 0%, #FAF8F6 85%, transparent 85%, transparent 100%);
    background-position: left;
    background-size: contain;
  }
}
@media screen and (max-width: 1300px) {
  .program .program_contents.can {
    margin-left: 1%;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .program .program_contents.can {
    background: url(../images/normal/program_spbg_can.png) no-repeat, linear-gradient(270deg, #FAF8F6 0%, #FAF8F6 90%, transparent 90%, transparent 100%);
    background-position: left;
    background-size: contain;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents.can {
    margin: 4.8rem 0 0;
    border-color: #E06003;
    background: #FAF8F6;
    border-radius: 3rem 0 0 3rem;
    padding: 4.8rem 2rem;
  }
}
.program .program_contents.can .program_contents_ttl span {
  background: #E06003;
  letter-spacing: -0.05em;
  line-height: 2;
}
.program .program_contents.can .program_contents_ttl {
  color: #E06003;
  filter: drop-shadow(0 1px 24px rgba(223, 96, 4, 0.08));
}
.program .program_contents.can .program_inner_container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .program .program_contents.can .program_inner_container {
    flex-direction: column;
  }
}
.program .program_contents.can .program_inner_container .program_txt_p::after {
  background: #E06003;
}
.program .program_contents.can .program_before_after {
  filter: drop-shadow(0 1px 24px rgba(223, 96, 4, 0.1));
}
@media screen and (max-width: 430px) {
  .program .program_contents.can .program_before_after {
    width: 100%;
    margin: 0 auto;
  }
}
.program .program_contents.can .program_before_after .before .program_kadai_list {
  background: #FDF6F3;
  height: 24rem;
}
@media screen and (max-width: 767px) {
  .program .program_contents.can .program_before_after .before .program_kadai_list {
    height: 20rem;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents.can .program_before_after .before .program_kadai_list {
    height: auto;
    padding: 5rem 1rem 4rem 3.5rem;
  }
}
.program .program_contents.can .program_before_after .before .program_kadai_list::after {
  background: #fdf6f3;
}
.program .program_contents.can .program_before_after .after .program_hukidashi {
  border-color: #E06003;
  color: #E06003;
}
.program .program_contents.can .program_before_after .after .program_hukidashi::after {
  border-top: 11px solid #E06003;
}
.program .program_contents.can .program_before_after .after .program_kadai_list {
  height: 24rem;
}
@media screen and (max-width: 767px) {
  .program .program_contents.can .program_before_after .after .program_kadai_list {
    height: 28rem;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents.can .program_before_after .after .program_kadai_list {
    height: auto;
  }
}
.program .program_contents.can .program_before_after .after .program_kadai_list .program_kadai_item::before {
  background-image: url(../images/normal/program_can_star.png);
}
.program .program_contents.must {
  background: linear-gradient(90deg, #FAF8F6 0%, #FAF8F6 80%, transparent 80%, transparent 100%), url(../images/normal/program_bg_must.png) no-repeat;
  background-size: contain;
  background-position: right;
}
@media screen and (min-width: 1600px) {
  .program .program_contents.must {
    background: linear-gradient(90deg, #FAF8F6 0%, #FAF8F6 88%, transparent 88%, transparent 100%), url(../images/normal/program_bg_must.png) no-repeat;
    background-size: contain;
    background-position: right;
  }
}
@media screen and (max-width: 767px) {
  .program .program_contents.must {
    background: linear-gradient(90deg, #FAF8F6 0%, #FAF8F6 90%, transparent 90%, transparent 100%), url(../images/normal/program_spbg_must.png) no-repeat;
    background-size: contain;
    background-position: right;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents.must {
    border-color: #008D71;
    background: #FAF8F6;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents.must .program_contents_ttl {
    line-height: 1.5;
  }
}
.program .program_contents.must .program_contents_ttl span {
  background: #008D71;
  letter-spacing: -0.05em;
  line-height: 2;
}
.program .program_contents.must .program_contents_ttl {
  color: #008D71;
  filter: drop-shadow(0 1px 24px rgba(0, 141, 113, 0.08));
}
.program .program_contents.must .program_inner_container .program_txt_p::after {
  background: #008D71;
}
.program .program_contents.must .program_before_after {
  filter: drop-shadow(0 1px 24px rgba(0, 141, 113, 0.08));
}
.program .program_contents.must .program_before_after .before .program_kadai_list {
  height: 200px;
  background: #EDF8F6;
}
@media screen and (max-width: 430px) {
  .program .program_contents.must .program_before_after .before .program_kadai_list {
    height: auto;
  }
}
.program .program_contents.must .program_before_after .before .program_kadai_list::after {
  background: #EDF8F6;
}
.program .program_contents.must .program_before_after .after .program_hukidashi {
  border-color: #008D71;
  color: #008D71;
}
.program .program_contents.must .program_before_after .after .program_hukidashi::after {
  border-top: 11px solid #008D71;
}
.program .program_contents.must .program_before_after .after .program_kadai_list {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .program .program_contents.must .program_before_after .after .program_kadai_list {
    height: 28rem;
  }
}
@media screen and (max-width: 430px) {
  .program .program_contents.must .program_before_after .after .program_kadai_list {
    height: 240px;
  }
}
.program .program_contents.must .program_before_after .after .program_kadai_list .program_kadai_item::before {
  background-image: url(../images/normal/program_must_star.png);
  top: 5px;
}

/*=========================================
/            sliderスライダー
/=========================================*/
.slider {
  margin-top: 12rem;
}
@media screen and (max-width: 430px) {
  .slider {
    margin-top: 8rem;
  }
}
.slider .swiper-slide {
  margin-right: 2rem;
}
@media screen and (max-width: 430px) {
  .slider .swiper-slide {
    margin-right: 1rem;
  }
}
.slider .swiper-slide:last-child {
  margin-right: 0;
}
.slider img {
  display: block;
  border-radius: 3rem;
}
@media screen and (max-width: 430px) {
  .slider img {
    border-radius: 16px;
  }
}

/*=========================================
/            導入企業の声
/=========================================*/
.voices .bg_y {
  padding: 25rem 0 5rem;
  margin-top: -15rem;
}
@media screen and (max-width: 430px) {
  .voices .bg_y {
    margin-top: -6rem;
    padding-top: 10rem;
  }
}
.voices .ttl {
  writing-mode: vertical-rl;
  flex-basis: 10%;
}
@media screen and (max-width: 430px) {
  .voices .ttl {
    writing-mode: horizontal-tb;
  }
}
.voices .ttl .ttl_en span {
  margin-top: 1.2rem;
}
@media screen and (max-width: 430px) {
  .voices .ttl .ttl_en span {
    margin-top: 0;
  }
}
.voices .ttl .ttl_jp {
  letter-spacing: 0.08em;
  margin-top: 0;
}
.voices .voices_contents {
  background: #F5EFED;
  border-radius: 8rem 0 0 8rem;
  margin-left: 4vw;
  padding: 8rem 1rem;
}
@media screen and (max-width: 430px) {
  .voices .voices_contents {
    padding: 8rem 0 6rem;
    border-radius: 4rem 0 0 4rem;
  }
}
.voices .voices_contents .wrapper {
  position: relative;
}
@media screen and (max-width: 430px) {
  .voices .voices_contents .wrapper {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
.voices .voices_container {
  display: flex;
  column-gap: 6vw;
}
@media screen and (max-width: 430px) {
  .voices .voices_container {
    flex-direction: column;
  }
}
.voices .voices_box {
  flex-basis: 83%;
  min-height: 850px;
  min-height: 750px;
}
@media screen and (max-width: 767px) {
  .voices .voices_box {
    min-height: 1040px;
  }
}
@media screen and (max-width: 430px) {
  .voices .voices_box {
    min-height: auto;
    margin-top: 2.8rem;
    padding-top: 5rem;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .voices .swiper-wrapper {
    align-items: stretch !important;
  }
}
.voices .voices_box_item {
  background: #fff;
  padding: 3rem 5%;
  border-radius: 3rem;
  filter: drop-shadow(0 3px 11px rgb(230, 222, 214));
  flex-shrink: 1;
}
@media screen and (max-width: 430px) {
  .voices .voices_box_item {
    height: 100% !important;
    padding: 4rem 1.6rem;
    border-radius: 2rem;
    flex-shrink: 0;
  }
}
.voices .voices_box_item .voices_box_contianer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .voices .voices_box_item .voices_box_contianer {
    position: static;
    transform: none;
    margin: 0 auto;
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
.voices .voices_box_item .voices_box_contianer .voices_banner {
  flex-basis: 27%;
}
.voices .voices_box_item .voices_box_contianer .voices_banner img {
  border-radius: 16px;
}
@media screen and (max-width: 430px) {
  .voices .voices_box_item .voices_box_contianer .voices_banner img {
    height: 100px;
    object-fit: contain;
  }
}
.voices .voices_box_item .voices_box_contianer .voices_txt {
  flex-basis: 70%;
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_category {
  width: fit-content;
  display: flex;
  column-gap: 8px;
}
@media screen and (max-width: 430px) {
  .voices .voices_box_item .voices_box_contianer .voices_txt .voices_category {
    flex-wrap: wrap;
    row-gap: 4px;
  }
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_category p {
  padding: 7px 2rem 5px;
  color: #fff;
  font: 600 1.4rem/1.1 "hiragino-kaku-gothic-pron", sans-serif;
  border-radius: 2rem;
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_category p.will {
  background: #06368E;
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_category p.can {
  background: #E06003;
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_category p.must {
  background: #008D71;
}
@media screen and (max-width: 430px) {
  .voices .voices_box_item .voices_box_contianer .voices_txt .voices_category p {
    font-size: 1rem;
  }
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_company {
  display: flex;
  align-items: baseline;
  column-gap: 3%;
  margin: 1.2rem 0 0 0.5rem;
  background-image: repeating-linear-gradient(-90deg, #353563, #353563 2px, transparent 2px, transparent 5px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 1px;
  padding-bottom: 1rem;
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_company .voices_company_item {
  color: #707070;
  font: 600 1.4rem/1.2 "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (max-width: 430px) {
  .voices .voices_box_item .voices_box_contianer .voices_txt .voices_company .voices_company_item {
    font-size: 1.2rem;
  }
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_company .voices_company_name {
  font: 600 2rem/1.2 "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (max-width: 430px) {
  .voices .voices_box_item .voices_box_contianer .voices_txt .voices_company .voices_company_name {
    font-size: 1.6rem;
  }
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_txt_inner {
  margin-top: 2.4rem;
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_txt_inner p {
  font-size: 1.4rem;
}
@media screen and (max-width: 430px) {
  .voices .voices_box_item .voices_box_contianer .voices_txt .voices_txt_inner p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.voices .voices_box_item .voices_box_contianer .voices_txt .voices_txt_inner p strong {
  font-weight: 600;
}
.voices .slick-list {
  padding: 0 0 10% 0 !important;
}
.voices .swiper-container {
  width: 100%;
  height: 660px;
  margin: 0 auto;
}
.voices .swiper-button-prev,
.voices .swiper-button-next {
  width: 4.5rem;
  height: 4.5rem;
  filter: drop-shadow(0 3px 10px rgb(230, 222, 214));
  top: 1.6rem;
  left: auto;
  right: 17%;
  display: none;
}
@media screen and (max-width: 767px) {
  .voices .swiper-button-prev,
  .voices .swiper-button-next {
    right: 28%;
  }
}
@media screen and (max-width: 430px) {
  .voices .swiper-button-prev,
  .voices .swiper-button-next {
    display: block;
    right: 21%;
    width: 3rem;
    top: 3rem;
  }
  .voices .swiper-button-prev img,
  .voices .swiper-button-next img {
    transform: rotate(-90deg);
  }
}
.voices .swiper-button-prev::after,
.voices .swiper-button-next::after {
  content: none;
}
.voices .swiper-button-next {
  top: 56%;
  top: 1.6rem;
  left: auto;
  right: 11%;
}
@media screen and (max-width: 767px) {
  .voices .swiper-button-next {
    right: 19%;
  }
}
@media screen and (max-width: 430px) {
  .voices .swiper-button-next {
    width: 3rem;
    top: 3rem;
    transform: rotate(-90deg);
    right: 10%;
  }
}
.voices .swiper-pagination {
  top: 48%;
  width: fit-content;
  top: 7px;
  right: 2rem;
  column-gap: 0.6rem;
  display: flex;
  height: 2rem;
  opacity: 0 !important;
}
@media screen and (max-width: 430px) {
  .voices .swiper-pagination {
    opacity: 1 !important;
    top: 1rem;
    left: auto;
    right: 13rem;
  }
}
.voices .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
  opacity: 1;
  margin: 5px 0;
}
.voices .swiper-pagination .swiper-pagination-bullet-active {
  background: #ccc;
}

.voices_link {
  margin-top: 1rem;
  color: #C95D43;
  font: 600 1.2rem/1.4 "hiragino-kaku-gothic-pron", sans-serif;
  text-align: right;
  padding: 0.5rem;
  width: fit-content;
  margin: 1rem 0 0 auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.voices_link:hover {
  opacity: 0.7;
}
.voices_link span svg {
  vertical-align: inherit;
}

/*=========================================
/            WILL-ACTION インタビュー
/=========================================*/
.journal {
  background: #FAF8F6;
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 430px) {
  .journal {
    padding-top: 3rem;
  }
}
.journal .bg_w {
  background: #fff;
  margin-right: 4vw;
  padding: 8rem 1rem 10rem 0;
  border-radius: 0 10rem 0 0;
}
@media screen and (max-width: 430px) {
  .journal .bg_w {
    padding: 4.8rem 1rem 4.8rem 0;
    border-radius: 0 4rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .journal .bg_w {
    margin-right: 8vw;
  }
}
.journal .ttl {
  margin-left: 12%;
}
@media screen and (max-width: 430px) {
  .journal .ttl {
    margin-left: 2rem;
  }
}
.journal .journal_contents {
  margin-top: 8rem;
  width: 90%;
  margin: 8rem 8% 0 0;
}
@media screen and (max-width: 430px) {
  .journal .journal_contents {
    margin: 4.8rem 2rem 0 2rem;
  }
}
.journal .journal_contents .swiper-wrapper {
  padding-bottom: 10rem;
}
@media screen and (max-width: 430px) {
  .journal .journal_contents .swiper-wrapper {
    padding-bottom: 8rem;
  }
}
.journal .journal_contents .box .journal_thumbnail {
  overflow: hidden;
}
.journal .journal_contents .box .journal_thumbnail img {
  border-radius: 1rem;
  transition: 0.3s;
}
.journal .journal_contents .box .journal_ttl {
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 2.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 430px) {
  .journal .journal_contents .box .journal_ttl {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.journal .journal_contents .box:hover .journal_thumbnail img {
  transform: scale(1.03);
}
.journal .journal_contents .box:hover .journal_ttl {
  color: #C95D43;
}
.journal .swiper-scrollbar {
  width: 50% !important;
  right: 15%;
  top: auto;
  left: auto;
  background: #F0E8E2;
  height: 2px;
  bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .journal .swiper-scrollbar {
    width: 60% !important;
    right: 30%;
  }
}
@media screen and (max-width: 430px) {
  .journal .swiper-scrollbar {
    width: 70%;
    bottom: 2.6rem;
    right: 35%;
  }
}
.journal .swiper-scrollbar .swiper-scrollbar-drag {
  width: 50% !important;
  height: 2px;
  background-color: #C95D43;
}
.journal {
  /* 前へ次への矢印カスタマイズ */
}
.journal .swiper-button-prev,
.journal .swiper-button-next {
  height: 45px;
  width: 45px;
  top: auto;
  bottom: 2rem;
  filter: drop-shadow(0 3px 10px rgb(230, 222, 214));
}
@media screen and (max-width: 430px) {
  .journal .swiper-button-prev,
  .journal .swiper-button-next {
    width: 3rem;
    bottom: 0;
  }
}
.journal {
  /* 前へ次への矢印カスタマイズ */
}
.journal .swiper-button-prev::after,
.journal .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  margin: auto;
  width: 45px;
}
@media screen and (max-width: 430px) {
  .journal .swiper-button-prev::after,
  .journal .swiper-button-next::after {
    width: 3rem;
  }
}
.journal .swiper-button-prev {
  right: 8rem;
  left: auto;
  top: auto;
}
@media screen and (max-width: 430px) {
  .journal .swiper-button-prev {
    right: 4.8rem;
  }
}
.journal {
  /* 前への矢印カスタマイズ */
}
.journal .swiper-button-prev::after {
  background-image: url(../images/normal/journal_prev.png);
}
.journal {
  /* 次への矢印カスタマイズ */
}
.journal .swiper-button-next::after {
  background-image: url(../images/normal/journal_next.png);
}
.journal {
  /* 画像サイズ調整 */
}
.journal .swiper-slide img {
  height: auto;
  width: 100%;
}

/*=========================================
/            cta2 contact_bg
/=========================================*/
.contact_bg {
  background: url(../images/normal/logo_cta.png) 0/contain no-repeat;
  background-position: center bottom;
  margin: 0 auto;
  padding: 8rem 0 12rem;
  width: 95%;
}
@media screen and (max-width: 430px) {
  .contact_bg {
    padding: 6rem 0 7rem;
  }
}
.contact_bg a {
  margin: 0 auto;
}

/*=========================================
/            cycle
/=========================================*/
.cycle {
  margin-top: 2rem;
}
.cycle .bg_y {
  width: 1039px;
  margin: 0 auto;
  border-radius: 3rem;
  padding: 10rem 3rem;
}
@media screen and (max-width: 767px) {
  .cycle .bg_y {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .cycle .bg_y {
    padding: 4.8rem 1.8rem;
  }
}
.cycle .cycle_ttl {
  text-align: center;
  line-height: 2;
  font: 600 2.2rem/2 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 430px) {
  .cycle .cycle_ttl {
    font-size: 1.6rem;
  }
}
.cycle .cycle_ttl strong {
  width: 32%;
}
.cycle .cycle_ttl strong img {
  max-width: 328px;
}
@media screen and (max-width: 430px) {
  .cycle .cycle_ttl strong img {
    width: 90%;
  }
}
.cycle .cycle_img {
  width: 5.8rem;
  margin: 1rem auto 0;
}
.cycle .cycle_txt {
  margin-top: 5.3rem;
}
@media screen and (max-width: 430px) {
  .cycle .cycle_txt {
    margin-top: 3.4rem;
  }
}
.cycle .cycle_txt p {
  line-height: 1.9;
  text-align: center;
  margin-top: 1.8rem;
}
@media screen and (max-width: 430px) {
  .cycle .cycle_txt p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.4rem;
  }
}
.cycle .cycle_ex_img {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 430px) {
  .cycle .cycle_ex_img {
    width: 100%;
    padding-bottom: 0;
  }
}
.cycle .cycle_ex_lead {
  background: linear-gradient(transparent 70%, #F7DBD4 70%);
  font: 600 1.8rem/1.5 "hiragino-kaku-gothic-pron", sans-serif;
  text-align: center;
  width: fit-content;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .cycle .cycle_ex_lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 430px) {
  .cycle .cycle_ex_lead {
    font-size: 1.4rem;
  }
}

/*=========================================
/            member
/=========================================*/
.member {
  margin-top: -6rem;
  padding-top: 18rem;
}
@media screen and (max-width: 430px) {
  .member {
    padding-top: 14rem;
  }
}
.member .member_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .member .member_container {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.member .member_container .member_ttl {
  flex-basis: 20%;
}
.member .member_container .member_txt {
  flex-basis: 73%;
}
.member .member_container .member_txt .member_box {
  padding-bottom: 3rem;
}
.member .member_container .member_txt .member_box:first-child {
  background-image: repeating-linear-gradient(-90deg, #353563, #353563 2px, transparent 2px, transparent 5px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 1px;
}
.member .member_container .member_txt .member_box:nth-child(2) {
  margin-top: 3rem;
}
.member .member_container .member_txt .member_box .member_name {
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .member .member_container .member_txt .member_box .member_name {
    font-size: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.member .member_container .member_txt .member_box .member_name strong {
  font-size: 2rem;
  margin-left: 1rem;
}
@media screen and (max-width: 430px) {
  .member .member_container .member_txt .member_box .member_name strong {
    font-size: 1.4rem;
  }
}
.member .member_container .member_txt .member_box .program_hukidashi {
  margin: 0;
}
@media screen and (max-width: 430px) {
  .member .member_container .member_txt .member_box .program_hukidashi {
    margin: 0 auto;
  }
}
.member .member_container .member_txt .member_box .program_hukidashi::before {
  left: 8rem;
  transform: none;
}
@media screen and (max-width: 430px) {
  .member .member_container .member_txt .member_box .program_hukidashi::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.member .member_container .member_txt .member_box .program_hukidashi::after {
  left: 7.9rem;
  transform: none;
}
@media screen and (max-width: 430px) {
  .member .member_container .member_txt .member_box .program_hukidashi::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.member .member_container .member_txt .member_box .member_box_container {
  display: flex;
  column-gap: 2.7798098025vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.8rem;
}
@media screen and (max-width: 430px) {
  .member .member_container .member_txt .member_box .member_box_container {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.member .member_container .member_txt .member_box .member_box_container .member_img {
  flex-basis: 25%;
}
.member .member_container .member_txt .member_box .member_box_container .member_img img {
  border-radius: 1rem;
}
@media screen and (max-width: 430px) {
  .member .member_container .member_txt .member_box .member_box_container .member_img img {
    height: 180px;
    object-fit: contain;
  }
}
.member .member_container .member_txt .member_box .member_box_container .member_inner {
  flex-basis: 70%;
}
.member .member_container .member_txt .member_box .member_box_container .member_inner p {
  font-size: 1.4rem;
}
.member .member_container .member_txt .member_box .member_box_container .member_inner p:nth-child(2) {
  margin-top: 1rem;
}
.member .member_container .member_txt .member_box .member_box_container .member_inner .member_link {
  color: #C95D43;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 1rem;
}
.member .member_container .member_txt .member_box .member_box_container .member_inner .member_link .com_name {
  display: block;
  margin-top: 4px;
  font-size: 1.1rem;
}

/*=========================================
/            contact おといあわせ
/=========================================*/
.contact {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 430px) {
  .contact {
    margin-top: 8rem;
  }
}
.contact .bg_y {
  padding: 10rem 0;
  border-radius: 16rem 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .contact .bg_y {
    padding: 8rem 0;
    border-radius: 10rem 10rem 0 0;
  }
}
@media screen and (max-width: 430px) {
  .contact .bg_y {
    border-radius: 8rem 8rem 0 0;
  }
}
.contact .ttl {
  text-align: center;
}
.contact .ttl .ttl_en {
  justify-content: center;
}
.contact .contact_contents {
  margin-top: 6rem;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents {
    margin-top: 4.8rem;
  }
}
.contact .contact_contents .contact_lead {
  margin-top: 6.4rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents .contact_lead {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }
}
.contact .contact_contents form {
  margin-top: 4.8rem;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents form {
    margin-top: 2.4rem;
  }
}
.contact .contact_contents form .item {
  width: 60%;
  margin: 0 auto;
  font-size: 1.4rem;
  display: flex;
  column-gap: 1.2rem;
  margin-top: 1.6rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact .contact_contents form .item {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .contact .contact_contents form .item {
    flex-direction: column;
  }
}
.contact .contact_contents form .item label,
.contact .contact_contents form .item p {
  flex-basis: 22%;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents form .item label,
  .contact .contact_contents form .item p {
    text-align: left;
  }
}
.contact .contact_contents form .item .wpcf7-form-control-wrap,
.contact .contact_contents form .item textarea {
  flex-basis: 77%;
}
.contact .contact_contents form .item input,
.contact .contact_contents form .item textarea {
  background: #fff;
  padding: 15px 2rem;
  border-radius: 8px;
  border: #EBE7E2 1px solid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.contact .contact_contents form .requid {
  color: #C95D43;
  font-size: 0.8rem;
  vertical-align: super;
  margin-left: 0.3rem;
}
.contact .contact_contents form .radio {
  display: flex;
  column-gap: 3.6rem;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents form .radio {
    flex-direction: column-reverse;
  }
}
.contact .contact_contents form .radio .wpcf7-list-item,
.contact .contact_contents form .radio .wpcf7-radio {
  margin-left: 0;
}
.contact .contact_contents form .radio .wpcf7-list-item {
  padding: 0.8rem 0;
}
.contact .contact_contents form .radio .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
}
.contact .contact_contents form .radio .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.contact .contact_contents form .radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contact .contact_contents form .radio {
  /* デフォルトのボタン */
}
.contact .contact_contents form .radio input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
  height: 60%;
  cursor: pointer;
}
.contact .contact_contents form .radio {
  /* チェック前のボタン */
}
.contact .contact_contents form .radio .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 .contact_contents form .radio {
  /* チェック後のボタン */
}
.contact .contact_contents form .radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #C95D43;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}
.contact .contact_contents form .item.first {
  margin-top: 4rem;
}
.contact .contact_contents form .item.checkbox .wpcf7-form-control-wrap {
  padding-left: 1rem;
  display: block;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents form .item.checkbox .wpcf7-form-control-wrap {
    width: 95%;
    margin-top: 1rem;
  }
}
.contact .contact_contents form .item.checkbox span.wpcf7-list-item {
  margin: 1.6rem 30px 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
}
.contact .contact_contents form .item.checkbox span.wpcf7-list-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents form .item.checkbox span.wpcf7-list-item {
    margin-top: 1rem;
  }
}
.contact .contact_contents form .item.checkbox .wpcf7-list-item-label {
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 14px;
  /* 項目のフォントサイズ */
  margin-left: 0;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents form .item.checkbox .wpcf7-list-item-label {
    font-size: 1.3rem;
  }
}
.contact .contact_contents form .item.checkbox input[type=checkbox] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
  height: 100%;
  cursor: pointer;
}
.contact .contact_contents form .item.checkbox .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #ccc;
  content: "";
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
.contact .contact_contents form .item.checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../images/normal/input-check.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 18px;
  left: 1px;
  position: absolute;
  top: 3px;
  width: 18px;
}
.contact .contact_contents form .item.checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #fff;
}
.contact .contact_contents form .txt {
  font-size: 1.4rem;
  display: flex;
  margin: 5px auto 0 35%;
}
@media screen and (max-width: 430px) {
  .contact .contact_contents form .txt {
    margin-left: 2rem;
  }
}
.contact .contact_contents form .txt .link-btn {
  display: flex;
  align-items: start;
}
.contact .contact_contents form .txt .link-btn .link {
  text-decoration: underline;
  transition: 0.3s;
}
.contact .contact_contents form .txt .link-btn .link:hover {
  color: #C95D43;
}
.contact .contact_contents form .txt .link-btn span {
  height: 12px;
  margin: 0 0.2rem 0 0.5rem;
}
.contact .contact_contents form .txt .link-btn span img {
  width: 12px;
  height: 12px;
  vertical-align: baseline;
}
.contact .contact_contents form .submitBtn {
  position: relative;
  width: 30rem;
  height: 5.7rem;
  margin: 3rem auto 0;
  transition: 0.3s;
}
.contact .contact_contents form .submitBtn::after {
  content: "";
  width: 15px;
  height: 17px;
  background: url(../images/normal/contact_icon.png) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.contact .contact_contents form .submitBtn input {
  background: #C95D43;
  color: #fff;
  width: 100%;
  height: 100%;
  font: 600 1.4rem/1 "hiragino-kaku-gothic-pron", sans-serif;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  text-align: center;
  border-radius: 1rem;
  transition: 0.3s;
}
.contact .contact_contents form .submitBtn:hover {
  transform: translateY(2px);
}
.contact .contact_contents form .submitBtn:hover input {
  filter: none;
}

.journal .ttl {
  margin-left: 0;
}
.journal .ttl .ttl_en {
  justify-content: center;
}
.journal .ttl .ttl_jp {
  text-align: center;
}
.journal .journal_contents {
  margin: 4.8rem auto 0;
}
.journal .journal_contents .swiper-wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 430px) {
  .journal .journal_contents .swiper-wrapper {
    padding-bottom: 0;
  }
}
.journal .journal_contents .box {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .journal .journal_contents .box {
    width: 80%;
  }
}

/*============================================
/
/     thanks サンクスページ
/
/===========================================*/
.thanks {
  padding: 20rem 0 10rem;
  min-height: 90vh;
}
@media screen and (max-width: 430px) {
  .thanks {
    padding: 16rem 0 8rem;
  }
}
.thanks .thanks_ttl {
  font: 600 3rem/1.4 "hiragino-kaku-gothic-pron", sans-serif;
  text-align: center;
}
.thanks .thanks_txt p {
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-top: 2rem;
}
.thanks .back_btn {
  background: #C95D43;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  width: 50%;
  margin: 10rem auto 0;
  padding: 3rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 430px) {
  .thanks .back_btn {
    width: 100%;
    padding: 2rem;
  }
}
.thanks .back_btn:hover {
  background: #646C8A;
}

.concept_info_tyuu {
  margin-top: 4rem;
}
@media screen and (max-width: 430px) {
  .concept_info_tyuu {
    margin-top: 2rem;
  }
}
.concept_info_tyuu p {
  color: #C95D43;
  font-size: 1rem;
}
.concept_info_tyuu p a {
  text-decoration: underline;
  display: inline;
}
.concept_info_tyuu .concept_info_inner {
  margin: 0.8rem 0 0 0.5rem;
}

@media screen and (max-width: 380px) {
  .kv {
    height: 80vh;
  }
}
.kv .kv_img {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .kv .kv_img {
    top: 6vw;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .kv .kv_img {
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_img {
    top: auto;
    bottom: 0;
    width: 57%;
    transform: none;
  }
}
@media screen and (max-width: 430px) {
  .kv .kv_img {
    width: 95%;
    bottom: 13%;
  }
}
@media screen and (max-width: 380px) {
  .kv .kv_img {
    width: 97%;
    bottom: 4%;
  }
}
.kv .kv_text {
  min-width: 700px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.8522311631vw;
  left: s 8vw;
  z-index: 10;
}
@media screen and (min-width: 1600px) {
  .kv .kv_text {
    top: 50%;
    transform: translateY(-50%);
    left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_text {
    min-width: auto;
    transform: none;
    top: 11.7044623263vw;
  }
}
@media screen and (max-width: 430px) {
  .kv .kv_text {
    width: 100%;
    top: 15.5vh;
    left: 0;
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 380px) {
  .kv .kv_text {
    top: 18vh;
  }
}

/*=========================================
/            2024_news
/=========================================*/
.news {
  width: 850px;
  margin: -8rem auto 0;
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .news {
    width: 90%;
    padding-top: 14rem;
  }
}
.news .news_ttl {
  font: 500 2rem/1.2 "gill-sans-nova", sans-serif;
  color: #C95D43;
  border-bottom: 8px solid #FAF8F6;
  padding-bottom: 1.2rem;
}
.news .news_ttl span img {
  height: 21px;
  width: 18px;
  object-fit: contain;
}
@media screen and (max-width: 430px) {
  .news .news_ttl span img {
    height: 18px;
    width: 14px;
  }
}
.news .slick-list {
  height: auto;
}
.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 .info_container {
  display: flex;
  color: #C95D43;
  align-items: center;
  column-gap: 2rem;
}
.news .news-slick__item .info_container .date {
  font-size: 1.4rem;
}
@media screen and (max-width: 430px) {
  .news .news-slick__item .info_container .date {
    font-size: 1.2rem;
  }
}
.news .news-slick__item .info_container .cate {
  border: 1px solid #C95D43;
  font-size: 1.2rem;
  border-radius: 2rem;
  padding: 1px 2rem 0px;
}
@media screen and (max-width: 430px) {
  .news .news-slick__item .info_container .cate {
    font-size: 1rem;
  }
}
.news .news-slick__item .ttl {
  font-size: 1.4rem;
  margin-top: 1.2rem;
  transition: 0.3s;
}
@media screen and (max-width: 430px) {
  .news .news-slick__item .ttl {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.news .news-slick__item .ttl span {
  margin-left: 1rem;
}
@media screen and (max-width: 430px) {
  .news .news-slick__item .ttl span {
    margin-left: 5px;
  }
}
.news .news-slick__item .ttl span svg {
  transition: 0.3s;
  vertical-align: text-bottom;
  fill: #868686;
}
.news .news-slick__item:hover .ttl {
  color: #C95D43;
}
.news .news-slick__item:hover .ttl span svg {
  fill: #C95D43;
}
.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: 430px) {
  .news .prev {
    left: 5% !important;
  }
}
.news .next {
  right: 30% !important;
}
@media screen and (max-width: 430px) {
  .news .next {
    right: 5% !important;
  }
}
.news {
  /* 前の矢印 */
}
.news .prev::before {
  background-image: url(../images/normal/voice_prev.png);
}
.news {
  /* 次の矢印 */
}
.news .next::before {
  background-image: url(../images/normal/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: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  margin: 0 5px;
}
.news {
  /* 現在表示されているページネーションのスタイル */
}
.news .splide__pagination__page.is-active {
  background-color: #C95D43;
  opacity: 1;
}

.no_link {
  pointer-events: none;
}

/* [ld_news] 出力(c-news-list)を WAL の news デザインに合わせる（バッジ・アイコンなし）。
   親(.c-card)由来の背景・影・グリッド・下線アニメは打ち消す。 */
.news .c-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news .c-card--news {
  display: block;
  background: none;
  box-shadow: none;
  border-radius: 0;
  color: #C95D43;
  text-decoration: none;
  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 .c-card--news::after {
  content: none;
}
.news .c-card--news:hover .c-card--news__title {
  color: #C95D43;
}
.news .c-card--news__date {
  font-size: 1.4rem;
  color: #C95D43;
}
@media screen and (max-width: 430px) {
  .news .c-card--news__date {
    font-size: 1.2rem;
  }
}
.news .c-card--news__title {
  font-size: 1.4rem;
  margin: 1.2rem 0 0;
  color: #333;
  transition: 0.3s;
}
@media screen and (max-width: 430px) {
  .news .c-card--news__title {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.news .news_more {
  display: block;
  width: fit-content;
  margin: 1rem 0 0 auto;
  color: #C95D43;
  font: 600 1.2rem/1.4 "hiragino-kaku-gothic-pron", sans-serif;
  text-align: right;
  padding: 0.5rem;
}
.news .news_more:hover {
  opacity: 0.7;
}
.news .news_more span svg {
  vertical-align: inherit;
}

/*# sourceMappingURL=style.css.map */