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

目次

============================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
============================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;/* 1 */
  -webkit-text-size-adjust: 100%;/* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;/* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;/* 1 */
  text-decoration: underline;/* 2 */
  -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: 1em;/* 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
   =============================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
============================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;/* 1 */
  font-size: 100%;/* 1 */
  line-height: 1.15;/* 1 */
  margin: 0;/* 2 */
}

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
  color: inherit;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;/* 1 */
  padding: 0;/* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;/* 1 */
  outline-offset: -2px;/* 2 */
}

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

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

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

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

/* Add Coco-jet Custom
============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

Selector

============================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

a,
a:focus,
*:focus {
  outline: none;
}

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

Module

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

.cntBlock {
  padding: 72px 0;
}

@media screen and (min-width: 768px) {
  .cntBlock {
    padding: 96px 0;
  }
}

/* ==============================
自動ナビ用（固定ヘッダー分ずらす）
============================== */
section.js-section {
  scroll-margin-top: 72px;
}

@media screen and (min-width: 768px) {
  section.js-section {
    scroll-margin-top: 96px;
  }
}

/* common */

:root {
  /* color */
  --skyblue: #88D1EE;
  --blue: #1A2F6B;
  --orange: #FF824D;
  --beige: #F7BDA4;
  --white: #fff;
  --black: #000;
  --line-green: #06C755;
  --instagram-pink: #E1306C;
  --instagram-grad: linear-gradient(120deg, #FFD600 0%, #FF895A 15%, #FF4A68 30%, #D300C5 60%, #7638FA 100%);
  --winered: #AF0001;
  --yellow: #EEB131;
  --color-lg: linear-gradient(270deg, #F40B0E 0%, #AF0001 25%, #F23E07 75%, #E6D694 100%);
  --lg-half1: linear-gradient(270deg, #F23E07 0%, #E6D694 100%);
  --lg-half2: linear-gradient(270deg, #F40B0E 0%, #AF0001 100%);

  /* style */
  --main-color: var(--skyblue);
  --sub-color: var(--yellow);
  --title-color: var(--skyblue);
  --sub-title-color: var(--blue);

  /* bg surface（全面背景用） */
  --bg-surface-0: var(--white);
  --bg-surface-1: var(--blue);
  --bg-surface-2: color-mix(in srgb, var(--winered) 20%, #fff);
  --bg-surface-3: var(--blue);

  /* bg deco（装飾用：左右半分など） */
  --bg-deco: color-mix(in srgb, var(--winered) 90%, transparent);
  --bg-deco-soft: color-mix(in srgb, var(--winered) 20%, transparent);
}

/* 全面背景 */
.bg-surface-0 { background: var(--bg-surface-0); }
.bg-surface-1 { background: var(--bg-surface-1); }
.bg-surface-2 { background: var(--bg-surface-2); }

/* 装飾背景（opacityではなく色自体を薄くする） */
.bg-deco { background: var(--bg-deco); }
.bg-deco--left { background: var(--bg-deco-soft); }
.bg-deco--right { background: var(--bg-deco-soft); }

/* CTA色 */
.cta-action--line a { background: var(--line-green); }
.cta-action--instagram a { background: var(--instagram-pink); }

/* ==============================
背景装飾（共通）
============================== */

.bg-deco {
  position: absolute;
  bottom: 0;
  width: 66.5%;
  z-index: -1;
}

.bg-deco--right {
  position: absolute;
  right: 0;
  height: 100%;
}

.bg-deco--left {
  position: absolute;
  left: 0;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .bg-surface-1 {
    bottom: 0;
  }

  .bg-deco--right {
    width: 66.5%;
    height: 94%;
  }

  .bg-deco--left {
    width: 816px;
  }
  #profile .bg-deco--right {
    width: 51%;
    height: 96.5%;
  }
}

@media screen and (min-width: 980px) {
  .bg-deco--left {
    width: 66.5%;
  }
}


/* ==============================
h2
============================== */
.h2_title .h2_en {
  text-align: center;
  font-size: 48px;
  display: inline;
  color: transparent;
  background: var(--color-lg);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
  font-weight: 300;
}

.h2_title {
  text-align: center;
}

.h2_title .h2_ja {
  text-align: center;
  line-height: 1;
  position: relative;
  margin: 16px 0 0;
  font-size: 32px;
  color: var(--yellow);
}

.underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background-color: rgba(255, 255, 255, 0.36);
}

.underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  width: 0;
}

@media screen and (min-width: 768px) {
  .h2_title .h2_en {
    font-size: 72px;
  }
}

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

Block

============================== */
.wrapper {
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  margin: 40px auto;
  padding: 0 20px 40px;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
    padding: 0 0 96px 0;
    margin: 96px auto;
  }
}

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

header

============================== */
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.headerContainer{
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .headerContainer {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.headerLogo {
    position: relative;
    margin: 0;
    z-index: 2;
    margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .headerLogo {
    margin-left: 0;
}
}

.headerLogo a {
    font-size: 28px;
    font-weight: 800;
}

.headerLogo a {
  color: transparent;
  background: var(--color-lg);
  background-clip: text;
  -webkit-background-clip: text;
}

.headerLogo img {
  height: 50px;
  width: auto;
}

.headerNav_items {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  z-index: 0;
  padding-top: 72px;
  background: var(--bg-surface-0);
}

.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 20;
}
@media screen and (min-width: 768px) {
.headerNav_items {
    position: relative;
    display: flex;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    /* max-width: 434px; */
    flex-wrap: wrap;
    padding-top: 0;
}
}

@media screen and (min-width: 768px) {
  .headerNav_item {
    border-top: none;
  }
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1em 3em;
  color: var(--winered);
  font-weight: 600;
  border-bottom: 1px solid rgba(239, 233, 144, 0.2);
}

.headerNav_item a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  content: "";
  z-index: 1;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-top: 2px solid var(--winered);
  border-right: 2px solid var(--winered);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .headerNav_item a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .headerNav_item a {
    padding: 0.2em 0.6em 0.2em;
    font-size: 12px;
    border-bottom: none;
}

  .headerNav_item a::before {
    content: none;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 4.2666666667vw;
  top: 24px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  background: transparent;
  z-index: 30;
}

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

.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 28px;
  height: 2px;
  background: var(--black);
  transition: all 0.3s ease;
}

.headerNav_buttonLine:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  transition: all 0.3s ease;
}

.headerNav_buttonLine:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  transition: all 0.3s ease;
}

.headerNav_buttonLine.-close {
  transform: translateY(10px) rotate(45deg);
}

.headerNav_buttonLine.-close:before {
  opacity: 0;
}

.headerNav_buttonLine.-close:after {
  transform: translateY(-20px) rotate(-90deg);
}

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

Hero

============================== */
/* 
Hero sub
------------------------------ */
.hero {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero .hero_main img {
    height: 614px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 0px;
    object-position: 0px 0;
  }
}

.hero_slider {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .hero_slider {
    padding-top: 72px;
  }
}

.hero_slider_item {
  width: 100%;
  height: 80vh;
}


.hero_slider_item.-slide01 {
  background: url(../img/hero/hero01_sp.webp) no-repeat center center / cover;
}

@media screen and (min-width: 768px) {
.hero_slider_item.-slide01 {
    background: url(../img/hero/hero01.webp) no-repeat center center / cover;
}
}

.hero_container {
    position: absolute;
    top: 35%;
    left: 12px;
    width: 100%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
.hero_container {
    top: 0%;
    left: 50px;
}
}

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

.hero_title {
    color: #fff;
    font-size: 24px;
    paint-order: stroke;
    letter-spacing: 0.15rem;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 1));
}

@media screen and (min-width: 768px) {
  .hero_title {
    font-size: 72px;
    margin: 0;
    line-height: 1.15;
    padding: 126px 0 0;
}
}

.h1_sub {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 1));
}

@media screen and (min-width: 768px) {
  .h1_sub {
    font-size: 40px;
    margin: 132px 0 0;
}
}

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

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

menu

============================== */
#menu {
  position: relative;
  background-image: var(--color-lg);
  color: var(--white);
}

#menu .menu_block {
  width: fit-content;
  margin: 0 auto;
  padding: 64px 0;
  font-size: 14px;
}

#menu .menu_block h2 {
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 24px;
}

#menu .menu_block h2::before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/menu_icon.webp) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: -24px;
  z-index: 10;
}

#menu .menu_block .ol_menu {
  line-height: 1;
  font-weight: 600;
  counter-reset: menuitem;
}

#menu .menu_block .ol_menu li {
    position: relative;
    margin: 16px 0 0;
    color: var(--white);
    counter-increment: menuitem;
}

#menu .menu_block .ol_menu li::before {
  content: counter(menuitem);
  position: absolute;
  left: -24px;
}

#menu .menu_block .ol_menu li a {
  color: var(--white);
  text-decoration: none;
}

/* ==============================
section-checklist
============================== */
.block-content {
  width: 100%;
  position: relative;
}

.checklist-wrap {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 56px;
}

.checklist-wrap p,
.checklist-wrap li {
  color: var(--winered);
}

@media screen and (min-width: 768px) {
  .checklist-wrap {
    margin: 64px auto 0;
  }
  .checklist-wrap p {
    line-height: 2;
}
.cl-in3 p {
  margin: 16px 0 0;
}
.checklist-wrap strong {
  font-size: 18px;
}
}

.checklist-inner {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 720px;
}

/* チェックリスト */
.checklist {
  
  text-align: left;
  display: inline-block;
  margin: 0;
}

.checklist__item {
  padding: 0 0 0 23px;
  color: #333;
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.checklist__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 21px;
  height: 17px;
  background-image: url(../img/check_y.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
   .checklist__item {
    font-size: 20px;
  }

  .checklist__item::before {
    width: 24px;
    height: 20px;
  }
  .cl-in3 h3 {
    font-size: 22px;
}
}


/* コールアウト */
.callout {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
.callout {
    margin-top: 64px;
}
}

.callout__text p {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
      margin: 40px 0 0 0;
}

.callout__text a {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 0 0;
  color: var(--winered);
}

.callout__media {
  width: 80px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
 .callout__media {
    width: 120px;
  }
}




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

section-media-text

============================== */
.section-media-text {
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}

.section-media-text .inner {
  padding: 0 20px;
  margin: 0 auto;
}

.section-card-grid_2 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-media-text .h2_en {
    margin: 0;
  }
  .section-media-text .inner {
  padding: 0;}
}

#news .inner {
  margin: 96px auto 0;
}

#news .inner {
  margin: 0 auto;
  padding: 0;
}

.block-text {
  font-weight: 600;
  max-width: 636px;
  margin: 40px auto;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 20px;
}

#news .block-text ul {
  font-weight: normal;
}

.form_utext {
  width: 767px;
  margin: 56px auto 0;
  font-size: 18px;
  font-weight: bold;
}

.media-set {
    position: relative;
    margin-top: 80px;
}

.media-bg--circle {
    position: absolute;
    top: 566px;
    right: 38px;
    height: 1131.2px;
    width: 1131.2px;
    z-index: -2;
    border-radius: 50%;
    border: solid 80px var(--winered);
    opacity: .2;
}

#works .bg-deco--right {
    width: 68%;
    height: 30%;
    top: 0;
}
#works .bg-deco--left {
    width: 68%;
    top: 751px;
    height: 27%;
}
#works .bg-deco--right2 {
  height: 38.5%;
  top: auto;
  bottom: 0;
}
.media-row:last-child {
    padding-bottom: 0;
}
#works.cntBlock {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .media-bg--circle {
    right: 50%;
    top: 200px;
}
.section-media-stack .media-stack__list>.media-row:nth-child(odd) .media-figure {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}
.block-text {
    padding: 0;
    margin: 72px auto 40px;
}
  #philosophy .media-set {
    margin-top: 48px;
}
.media-figure img {
  width: 675px;
}
.media-row:nth-child(odd) .media-body {
  padding: 0 0 0 12px;
}
#works .media-row:nth-child(even) .media-body {
  padding: 0 12px 0 0;
}
#works .media-row:nth-child(3) img {
  width: 586.63px;
}
#works .media-row:nth-child(3) .media-figure {
  text-align: right;
}
#works .bg-deco--right {
    width: 52%;
    height: 21%;
    top: 146px;
}
#works .bg-deco--left {
    width: 68%;
    top: 769px;
    height: 22%;
}
#works .bg-deco--right2 {
  height: 24%;
  top: auto;
  bottom: 200px;
}
#works .media-row:first-child {
    padding: 0 0 96px 0;
}
#works .media-row:nth-child(2) {
  padding-bottom: 96px;
}
#works .media-row:nth-child(2) .media-figure img {
  width: 616px;
}
#profile .media-row:first-child .media-figure img {
  width: 586px;
}
#profile .media-row:first-child .media-figure {
  text-align: right;
}
#profile .media-row:first-child {
  padding-top: 100x;
}
#profile .media-row:nth-child(even) .media-body {
  width: 450px;
}
#profile .media-row:nth-child(2) .media-figure img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#profile .media-row:first-child {
  padding-top: 96px;
}
#news .block-text {
    text-align: center;
    margin: 72px auto 40px;
}
#news .block-text ul {
  text-align: left;
  width: 414px;
  margin: 0 auto;
}
#news .block-text p {
  font-size: 18px;
}
.bt_1 {
  margin: 16px 0 2px;
}
.bt_2 {
  margin: 2px 0 16px;
}
.form_utext {
  width: 767px;
  margin: 56px auto 0;
  font-size: 22px;
}
.form_utext p:last-child {
    margin-bottom: 0;
}
}


.section-media-stack .media-stack__list>.media-row:nth-child(even) .media-figure {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}

  .media-item {
    width: 80%;
  }
 .section-media-text .media-list .media-item:nth-child(2) {
    margin-left: auto;
  }

@media screen and (min-width: 768px) {
  .media-item {
    width: 50%;
  }
  .media-item img {
    height: 300px;
    width: auto;
}
.media-item:nth-child(2) {
  text-align: center;
}
}
.media-list {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

@media screen and (min-width: 768px) {
  .media-list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0;
  }
}

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

section-card-grid

============================== */
.section-card-grid {
  position: relative;
}
section .section-card-grid {
    scroll-margin-top: 72px;
    padding-top: 96px;
}

.card-grid-inner {
  position: relative;
}

.section-card-grid .inner {
    padding-top: 40px;
    margin-bottom: 0;
}
.cntBlock.section-card-grid {
    margin: 0 auto;
}
.section-card-grid .bg-sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
.section-card-grid .bg-sub {
  bottom: 0;
  height: 100%;
}
#inquiry .inner {
    padding-bottom: 0;
    margin: 0;
}
}

/* ==============================
section-card-grid（テンプレ用）
- カード番号: CSSカウンターで自動生成
- 段差: nth-childで自動（必要なければ消せる）
============================== */

.section-card-grid .card-grid {
  counter-reset: card;
  margin: 0 auto;
  padding: 0;
}
.section-card-grid {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .section-card-grid .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
    padding-top: 56px;
  }
}

/* 1カード */
.section-card-grid .card-grid__item {
  counter-increment: card;
  position: relative;
  max-width: 640px;
  margin: 0 auto 32px;
}

@media screen and (min-width: 768px) {
  .section-card-grid .card-grid__item {
    margin: 0;
  }
}

.section-card-grid .card-grid {
  counter-reset: card;
}

.section-card-grid .card-grid__item {
  counter-increment: card;
}

.card-index {
  display: inline-flex;
  align-items: baseline;
}

.card-index::before {
  content: "WORK";
  font-size: 14px;
  font-weight: 600;
  margin-right: 4px;
  color: transparent;
  background: var(--lg-half1);
  background-clip: text;
  background-clip: text;
}

.section-card-grid_2 .card-index::before {
  content: "CASE";
}

.card-index::after {
  content: counter(card, decimal-leading-zero);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  background: var(--lg-half2);
  background-clip: text;
  background-clip: text;
}

.section-card-grid .card-media {
  width: 100%;
  overflow: hidden;
}
.section-card-grid .card-media img {
  display: block;
  width: 100%;
  height: auto;
}


.card-title {
  color: var(--winered);
  margin-bottom: 1rem;
}

.card-text {
  margin: 8px 0 0 0;
  line-height: 1.5;
}

/* 2つめ/3つめを下げる */
@media screen and (min-width: 768px) {
  .section-card-grid .card-grid__item:nth-child(2) {
    margin-top: 56px;
  }

  .section-card-grid .card-grid__item:nth-child(3) {
    margin-top: 112px;
  }
  .card-text {
    padding: 0 20px 0 0;
}
}


/* ==============================
section-quote-grid
コメント・レビュー・声のグリッド
============================== */

.section-quote-grid {
  padding: 72px 0;
}

.section-quote-grid .quote-grid {
  max-width: 1000px;
  margin: 56px auto 0;
  display: grid;
  gap: 24px;
  padding: 0 20px;
}

.section-quote-grid .quote-card {
  background: #fff;
  padding: 16px;
  font-weight: 600;
  border-radius: 10px;
}


.section-quote-grid .quote-card p {
  margin: 0 0 12px;
  color: var(--winered);
}

.section-quote-grid .quote-card img {
  display: block;
  margin-left: auto;
  width: 65px;
}
.quote-card span {
  font-size: 18px;
  display: block;
  margin: 0 0 12px;
}

@media screen and (min-width: 768px) {
.section-quote-grid {
    padding: 96px 0;
    margin-top: 96px;
}
.section-quote-grid .quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 72px auto 0;
}
.section-quote-grid .quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 324px;
  height: 365px;
}
.quote-card span {
  margin: 0 0 12px;
}
}

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

section-media-stack

============================== */
.section-media-stack {
  position: relative;

}
#works.cntBlock {
  padding-top: 96px;
}
.section-media-stack .inner {
    margin: 0 auto;
}

.media-stack {
    position: relative;
    margin-top: 72px;
}

.media-stack__list {
  max-width: 100%;
}

.media-body {
    margin-top: 40px;
}

.media-body p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
}

.media-sub-title {
    font-size: 20px;
    margin: 8px 0 0;
}

.media-stack_2 .media-row {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .media-stack {
  position: relative;
  padding-top: 96px;
  margin-top: 0;
}
  .section-media-stack {
    position: relative;
    padding-top: 0;
}
.section-media-stack_2
  .section-media-stack .inner {
    padding-bottom: 0;
}
  .media-stack__list {
    max-width: 1200px;
    margin: 0 auto;
  }
  #works .media-body {
    width: 460px;
    margin: auto auto auto 0;
}
}

.media-row {
  padding: 72px 0;
}

@media screen and (min-width: 768px) {
  .section-media-stack {
    padding-bottom: 0;
}
.media-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding-top: 80px;
}

  .media-row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .section-media-stack .media-stack__list>.media-row:nth-child(even) .media-figure {
    margin-right: 0;
  }

  .section-media-stack .media-stack__list>.media-row:nth-child(odd) .media-figure {
    margin-left: 0;
    margin-right: 0;
  }
  }

.media-figure:nth-child(odd) {
  align-self: flex-start;
  margin-left: -20px;
}

.media-figure:nth-child(even) {
  align-self: flex-end;
  margin-left: 20px;
  margin-right: -20px;
}

@media screen and (min-width: 980px) {
  .media-figure {
    width: 675px;
  }
  #works .media-row:nth-child(2) .media-figure {
    width: 58.5%;
}
 #profile .media-row:nth-child(2) .media-figure {
  height: 716.83px;
  position: relative;
 }
}

.media-title {
  line-height: 1;
  margin: 0;
  display: inline-block;
  color: transparent;
  background: var(--color-lg);
  background-clip: text;
  background-clip: text;
  font-size: 24px;
}

.media-title .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
}

.media-title {
  line-height: 1.15;
  font-size: 24px;
  margin: 0 0 20px;
}
.media-title span {
font-size: 18px;
}

@media screen and (min-width: 768px) {
  .media-body {
    width: 540px;
    background: none;
    margin: auto;
    padding: 0;
  }
  .media-title {
    line-height: 1.15;
    font-size: 30px;
    margin: 0 0 20px;
}
.media-title span {
  font-size: 20px;
}
}

/* ==============================
（FAQ/アコーディオン）
============================== */

.section-accordion .accordion-list {
  max-width: 640px;
  margin: 40px auto 0;
}

.section-accordion .inner {
    padding-bottom: 0;
        margin: 0 auto;
}

.section-accordion .accordion {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
}


@media screen and (min-width: 768px) {
  .section-accordion .accordion {
    padding: 0;
  }
}

.section-accordion .accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.section-accordion .accordion_label {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 0.6em 3.8em 0.8em 3.8em;
  font-weight: 600;
  cursor: pointer;
  background: var(--blue);
}

.section-accordion .accordion_label::before {
  position: absolute;
  content: "Q";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  color: var(--main-color);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px #ECF4FC;
  z-index: 3;
}

.section-accordion .accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #131313;
  transition: max-height 0.35s;
}

/* 開いたとき */
.section-accordion .accordion_input:checked~.accordion_body {
  max-height: 1000px
}

.section-accordion .accordion_bodyInner {
  position: relative;
  padding: 0.6em 3.8em 0.8em;
  background: var(--skyblue);
}

.section-accordion .accordion_bodyInner::before {
  position: absolute;
  content: "A";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  color: var(--main-color);
  background: #fff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.section-accordion .accordion_bodyInner p {
  margin: 0 0 1em;
}

.section-accordion .accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* + アイコン */
.section-accordion .accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2.5em;
  text-align: center;
  margin-top: -1em;
  transition: transform 0.3s ease;
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
}

.section-accordion .accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(135deg);
}

/* もっと見るボタン（id依存をやめる） */
.section-accordion .accordion-more {
  display: block;
  margin: 32px auto 0;
  padding: 12px 32px;
  background: var(--sub-color);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  transition: .4s;
}

.section-accordion .accordion-more:hover {
  opacity: .7;
}


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

NEWS

============================== */
.section-news {
    padding: 72px 20px;
}

@media screen and (min-width: 768px) {
.section-news {
    padding: 96px 0;
    margin: 0;
}
}

.section-news .inner {
  padding: 0;
}

.news__text {
    font-weight: bold;
    text-align: center;
}

.social-link {
    text-align: center;
    margin-top: 32px;
}

/* SNSリンク（テンプレ用） */
.social-link__button{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* アイコン枠 */
.social-link__icon{
  width: 20px;
  height: 20px;
  background: no-repeat center / contain;
}

/* 種類ごとの見た目（色名をクラスに入れない） */
.social-link__button[data-social="instagram"] {
  background: var(--color-lg);
}
.social-link__button[data-social="line"]{
  background:var(--line-green);
}
.social-link__button[data-social="mail"]{
  background: var(--skyblue);
}

/* 種類ごとのアイコン */
.social-link__button[data-social="instagram"] .social-link__icon{
  background-image: url(../img/footer/Instagram_icon.webp);
}

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

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

Slider

============================== */
.section-photo {
    position: relative;
    padding: 72px 0 0;
}
.section-photo .inner {
    padding-bottom: 0;
}

.slide {
  margin: 0 0 4px 0;
}

.mood__swiper {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .section-photo {
    padding: 96px 0 0;
}
  .swiper-thumb .swiper-slide {
    width: 140px;
  }
}

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

/* contact */


#contact {
  position: relative;
  border-bottom: var(--skyblue) 2px solid;
}
#inquiry.cntBlock {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
#inquiry .inner {
    margin: 0 auto;
}
#inquiry.cntBlock {
    padding-bottom: 96px;
}
}

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

section-accordion

============================== */
.accordion {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
}

.accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 22em;
  transition: max-height 0.35s;
  background: var(--blue);
}

.accordion:nth-child(1) .accordion_input:checked~.accordion_body {
  max-height: 0em;
}

.accordion:nth-child(1) .accordion_input[type=checkbox]+label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
  transform: rotate(135deg);
}

.accordion:nth-child(1) .accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(0deg);
}

.accordion:last-child {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .accordion {
    padding: 0;
  }
}

.accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* :checked */
.accordion_input:checked~.accordion_body {
  max-height: 22em;
}

.accordion_bodyInner p {
  margin: 0 0 1em;
}

.accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* Icon */
.accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2.5em;
  text-align: center;
  margin-top: -1em;
  transition: transform 0.3s ease;
}

.accordion_input[type=checkbox]+label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
}

.accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(135deg);
}


/* ==============================
section-info-list
============================== */
.section-info-list {
    background: url("../img/footer/company01.webp")no-repeat left bottom / cover;
    padding-bottom: 72px;
}


.section-info-list .info-list {
  max-width: 860px;
  margin: 0 auto;
  font-size: 15px;
}

.info-list__desc {
    margin-left: 0;
}

.info-list__item {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 18px;
}

.section-info-list .inner {
    padding-bottom: 0;
    margin-bottom: 0;
}

.info-list__term {
    font-weight: 600;
}

.com_btxt {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 32px 0 0;
}

@media screen and (min-width: 768px) {
  .section-info-list {
  background: url("../img/footer/company01.webp")no-repeat center center / cover;
  padding-bottom: 96px;
}
.info-list__item {
    border-bottom: none;
}

.com_btxt {
  font-size: 22px;
}
.com_btxt p {
  margin: 32px 0 0;
  line-height: 1.25;
}

  .section-info-list .info-list__item {
    display: flex;
    gap: 24px;
    border: none;
    margin: 0;
  }

  .section-info-list .info-list__term,
  .section-info-list .info-list__desc {
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    border: none !important;
  }

  .section-info-list .info-list__term {
    width: 140px;
    flex: 0 0 140px;
    font-weight: 700;
  }

  .section-info-list .info-list__desc {
    flex: 1 1 auto;
    line-height: 1.8;
  }

  .section-info-list .info-list__term::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #BCBCBC;
  }

  .section-info-list .info-list__desc::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #BCBCBC;
  }
}


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

Footer

============================== */
.google-map iframe{
  vertical-align: bottom;
}


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

Footer

============================== */
.footer {
    position: relative;
    padding: 64px 0 136px 0;
    font-size: 16px;
    font-weight: 600;
    z-index: 0;
    background-image: var(--color-lg);
}

@media screen and (min-width: 768px) {
  .footer {
    text-align: center;
  padding: 64px 0;
  }
}

.footer ol {
  margin: 0 auto;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .footer ol {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
}

.footer ol li {
  line-height: 2;
}

.footer ol li a {
  color: var(--white);
}

.footer .footer_logo {
  width: 240px;
  margin: 48px auto;
}

.footer .info_name {
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    margin: 32px 0 0;
    text-align: center;
}

.footer_page_top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    right: 0;
    bottom: 72px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    color: var(--yellow);
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    background: var(--winered);
}

@media screen and (min-width: 768px) {
  .footer_page_top {
    bottom: 0px;
  }
}

#fix_nav {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    z-index: 999;
}

#fix_nav.active {
  position: relative;
}

@media screen and (min-width: 768px) {
  #fix_nav {
    width: 120px;
    bottom: 30%;
    right: 0;
  }
}

#fix_nav #top_back {
  position: absolute;
  right: 0;
}

#fix_nav #top_back #btn {
  width: 59px;
  margin: 10px;
}

#fix_nav #nav_wrap {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #fix_nav #nav_wrap {
    position: relative;
    width: 120px;
  }
}

#fix_nav #nav_wrap ul {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #fix_nav #nav_wrap ul {
    grid-template-columns: 120px;
  }
}

#fix_nav #nav_wrap ul li {
    height: 72px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

#fix_nav #nav_wrap ul li:first-child {
  background: var(--blue);
}

#fix_nav #nav_wrap ul li:nth-child(2) {
  background: var(--line-green);
}

#fix_nav #nav_wrap ul li:nth-child(3) {
  background: var(--instagram-grad);
}


#fix_nav #nav_wrap ul li a {
    text-decoration: none;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 9px;
    padding: 0 10px;
    box-sizing: border-box;
}


@media screen and (min-width: 768px) {
#fix_nav #nav_wrap ul li a {
    gap: 5px;
    padding: 0 5px;
}
}

#fix_nav #nav_wrap ul li .footer__icon {
  margin: 0;
  width: 18px;
  flex: 0 0 auto;
}

#fix_nav #nav_wrap ul li .footer_text {
  font-size: 11px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}

#fix_nav #nav_wrap ul li img {
  width: 100%;
}

#fix_nav #nav_wrap ul li small {
  color: #333;
  font-size: 10px;
  display: block;
  text-align: center;
}

#fix_nav #nav_wrap ul li .footer__icon img {
  display: block;
  vertical-align: middle;
}

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

Animation

============================== */
.js-fade-in {
  opacity: 0;
}

.is-active {
  animation: js-fade-in 1s ease forwards;
}

@keyframes js-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.u-blur-in {
  transform: translateY(10px);
  filter: blur(30px);
}

.u-blur-in.is-active {
  transition: 0.6s ease-in;
  filter: blur(0);
  transform: translateY(0);
}

.u-fade-in {
  opacity: 0;
}

.u-fade-in.is-active {
  animation: fadeIn 0.6s ease-in forwards;
}

.u-fade-in-right {
  opacity: 0;
}

.u-fade-in-right.is-active {
  animation: fade_in_right 0.6s ease-in forwards;
}

.u-fade-in-left {
  opacity: 0;
}

.u-fade-in-left.is-active {
  animation: fade_in_left 0.6s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade_in_right {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade_in_left {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* text */
.u-underline {
    display: inline;
    background-image: linear-gradient(to right, var(--sub-color) 100%, transparent 0%);
    background-repeat: no-repeat;
    background-position: 0 90%;
    background-size: 0% 0.5em;
    transition: background-size 0.8s ease-out;
    transition-delay: 0.5s;
    padding-bottom: 6px;
}
.u-underline.is-active{
  background-size: 100% 0.5em;
}
.u-underline_2 {
position: relative;
  display: inline;
}
.u-underline_2::before {
    position: absolute;
    top: auto;
    left: 0;
    content: "";
    z-index: -1;
    bottom: 0;
    height: 0.6em;
    background: var(--main-color);
    opacity: 0.6;
}
.u-underline_2.is-active {
  animation: js-fade-in 0s ease forwards;
}
.u-underline_2.is-active::before {
  animation: under_line 0.6s 1s ease forwards;
}


/* img */
.u-slide_in {
  position: relative;
}

.u-slide_in::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #fff;
}

.u-slide_in.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

.u-slide_in_left {
  position: relative;
}

.u-slide_in_left::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 0% 0;
  height: 100%;
  background-color: #fff;
}

.u-slide_in_left.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* fade up */
.u-fade_up {
  transform: translateY(50px);
  opacity: 0;
}

.u-fade_up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

/* .is-active .u-fade_up {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
} */

.is-active .u-fade_up:nth-child(2) {
  transition-delay: 0.4s;
}

.is-active .u-fade_up:nth-child(3) {
  transition-delay: 0.8s;
}

.is-active .u-fade_up:nth-child(4) {
  transition-delay: 1.2s;
}

.is-active .u-fade_up:nth-child(5) {
  transition-delay: 1.6s;
}

.is-active .u-fade_up:nth-child(6) {
  transition-delay: 2s;
}

/* 個別に遅延 */
.is-active.-delay01 {
  transition-delay: 0.1s;
}

.is-active.-delay02 {
  transition-delay: 0.2s;
}

.is-active.-delay03 {
  transition-delay: 0.3s;
}

.is-active.-delay04 {
  transition-delay: 0.4s;
}

.is-active.-delay05 {
  transition-delay: 0.5s;
}

/* 追加 */
.h3_subttl {
  color: var(--winered);
  text-align: center;
  margin: 18px 0 0;
  font-size: 22px;
}
.txt_c {
  text-align: center;
}
.txt_c1 {
  margin: 0;
}
.txt_c2 {
  margin: 0 0 16px;
}
.txt_ma {
  display: block;
  width: 130px;
  margin: 0 auto;
}
.mission_str {
  font-weight: bold;
  color: var(--winered);
  font-size: 18px;
}
.pc_br {
  display: none;
}
.mission {
  margin: 48px 0 0;
}
@media screen and (min-width: 768px) {
.mission img {
  width: 654px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#philosophy .media-set {
  margin-top: 56px;
}
.h3_subttl {
  margin: 18px 0 0;
  font-size: 22px;
}
.mission {
  margin: 48px 0 0;
}
.mission_txt {
  max-width: 728px;
  margin: 0 auto 0 268px;
}
.pc_br {
  display: block;
}
}

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